Help please, how to use CLI ?
This methode is for CLI
0. download blockchain :
https://release.electronero.org/blockchain/blockchain.rawafter download is complet:
1. download
https://github.com/electronero/electronero/releases(the las)t
2. unzip , and run Electronerod for 5 min.
3. go to %programdata%
4. go to folder Electronero
5. create a folder : Export
6. Copy blockchain.raw in folder Export
7. open a CMD , and go to the Folder at step 2
8. use command :
electronero-blockchain-import --batch-size 20000 --database lmdb#fastest --guard-against-pwnage 0 --input-file C://ProgramData/electronero/export/blockchain.raw
9. wait to sync
if you do not manage to launch the command make sure of this:
open a CMD
1. CD Desktop
2. cd ETNX
3. electronero-blockchain-import --batch-size 20000 --database lmdb#fastest --guard-against-pwnage 0 --input-file C://ProgramData/electronero/export/blockchain.raw
you must put blockchain here: C://ProgramData/electronero/export/
or use you path for
remember >>> Electronerod.exe = electronerodeamon.exe
run CLI.exe working ?
GitHub
electronero/electronero
Electronero: the secure, private, mobile based cryptocurrency - electronero/electronero
Bonus otion how to import your GUI in CLI and use CLI command:
Well, you first download the CLI wallet, and inside will be about 15 files in it. You start/run electronero-wallet-cli.exe then it will ask you on screen for your walllet name. Now, seeing as you've already used the Electronero GUI wallet manager you should have a wallet from that. It will be stored within your C drive 'Documents' folder on your computer. (or whatever main drive letter you use). Copy the name of your wallet from the Documents folder and paste it into the screen of the CLI wallet screen. Enter the other details (password, etc) and then the daemon info denode.electronero.org:20393 and that's it. You are connected (hopefully :-P). Once done you can use the help command for anything you want to know and to transfer just type 'transfer' without the '' the wallet address and amount, so for example, if i was going to send 1000 etnx to whatever i'd type transfer etnabcdefghijklmnopqrstuvwxyz 1000 and if you decide to fix a fees use : transfer 2 etnabcdefghijklmnopqrstuvwxyz 1000
@donpobre you have to import your paper wallet into a GUI wallet with the seed or the list of words ... more info go to #electronero-wallet-gui
HOW TO RESTORE ETNX WALLET
Sometimes, you are in need of regenerating your wallet. In the case of after a fork (software update) or even if you misplaced your wallet. This is how you restore it.
Load your wallet in electronero-wallet-cli.
Type
address
viewkey
(followed by password)
spendkey
(followed by password)
into the electronero-wallet-cli command prompt. One at a time. Write down your public address, secret viewkey, and secret spendkey, if you haven't already. This is the best way to make sure you always have access to your Electronero wallet in the future.
Backup all of your wallet related files. These include:
yourwalletname.bin
yourwalletname.bin.keys
yourwalletname.bin.address.txt
This can be done by copying the files to a new folder.
Sometimes, when creating your wallet, you might have named it something without the .bin part. In that case, the wallet file will be called yourwalletname without the .bin at the end.
Delete yourwallet.bin
Load electronero-wallet-cli, this time with your new wallet name and the restore flags --restore-from-keys type in the name of the wallet you just deleted.
On Main Net it should look like
./electronero-wallet-cli --restore-from-keys yourwalletname
If you're on testnet . . .
It should look like
./electronero-wallet-cli --testnet --restore-from-keys yourwalletname
If you're on stagenet . . .
It should look like
./electronero-wallet-cli --stagenet --restore-from-keys yourwalletname
Enter address, private viewkey, private spendkey and a new password. The wallet will now refresh and hopefully your locked funds will now become unlocked as your outputs are scanned on the blockchain.
You may now safely access your Electronero wallet using web services or the electronero-wallet-cli or electronero-wallet-rpc
Close electronero-wallet-cli by typing
exit
Hello.
What do you mean by load ./electronero-wallet-cli --restore-from-keys yourwalletname?
In the cli wallet? No go, the command is not recognized.
There are also some other commands for restoring.
Can somebody confirm the right command for restoring a wallet in cli so we can unlock over funds before the fork.