|
Post by talesien on Oct 31, 2017 19:51:41 GMT -6
The instructions for the full node miner are very vague. Where do I plug in my wallet address? How do I know when I'm synced so I can start mining?
|
|
|
Post by Guest34566 on Oct 31, 2017 19:57:57 GMT -6
I know you need some part of this, I am still trying to figure it out myself!
address_book [(add (<address> [pid <long or short payment id>])|<integrated address> [<description possibly with whitespaces>])|(delete <index>)] - Print all entries in the address book, optionally adding/deleting an entry to/from it
|
|
|
Post by Drewskie_za on Nov 1, 2017 4:31:26 GMT -6
start_mining walletaddress threads simple
|
|
|
Post by Nitin on Nov 1, 2017 5:26:21 GMT -6
How to check the balance if I have provided offline wallet public key?
|
|
|
Post by dhouse on Nov 1, 2017 8:03:19 GMT -6
How to check the balance if I have provided offline wallet public key? im wondering this too
|
|
|
Post by kingkomp on Nov 13, 2017 10:27:29 GMT -6
ok here's how to do it. follow the instruction first for the node which is below link: imgur.com/a/jkOHFAfter that leave the node running then: 1> In windows press Start > Run. and type: cmd 2> a black window will appear, go to the directory where you extracted the node using the: "cd" function. (e.g.-> cd C:\Users\linux_n00by\Desktop\Node 3> once you are there, type: electroneum-wallet-cli.exe --generate-from-keys CHANGENAME.etn (change CHANGENAME to your own desired name) 4> Now you just have to follow what the command is saying standard address: enter your public address Spend key: enter your spend key View key: enter your view key --- You can see this from the PDF you downloaded when you create the paper wallet. Create Password Confirm Password 5> the wallet will sync up now. it will show like this: Starting refresh... Height 824 / 5594 6> while syncing, it will now import the balances to your wallet. it will show green texts with the transaction hash. once its done, it will show you the balance. to show the balance again, type: balance from the yellow prompt 7> to open the wallet again, run the node first and let it sync then double click electroneum-wallet-cli.exe. 8> it will ask for the wallet name,just type: CHANGENAME.etn then enter the password you created
|
|
|
Post by minekitten on Nov 13, 2017 10:32:51 GMT -6
|
|