Difference between revisions of "Securing Wallet"
(Created page with "{{#seo: |title=Ritocoin Wiki: How to Secure your Wallet |keywords=Ritocoin How to Secure your Wallet |description=How to Secure your Ritocoin Wallet. }} Under construction") |
|||
(13 intermediate revisions by the same user not shown) | |||
Line 6: | Line 6: | ||
Under construction | Under construction | ||
+ | |||
+ | |||
+ | 1. ENCRYPT YOUR WALLET and don't forget your passphrase !!! | ||
+ | |||
+ | https://imgur.com/qnTG1wf.jpg | ||
+ | |||
+ | |||
+ | |||
+ | https://imgur.com/PAlvKGp.jpg | ||
+ | |||
+ | |||
+ | |||
+ | https://imgur.com/xek4fJu.jpg | ||
+ | |||
+ | |||
+ | |||
+ | Wallet will restart | ||
+ | |||
+ | https://imgur.com/hJhlGQS.jpg | ||
+ | |||
+ | |||
+ | |||
+ | |||
+ | 2. SAVE YOUR WALLET.DAT file | ||
+ | |||
+ | File can be found in c:\users\yourname\AppData\Roaming\Rito | ||
+ | |||
+ | or you can do it from the wallet : | ||
+ | |||
+ | |||
+ | Just choose where you want to save it | ||
+ | https://imgur.com/yccV7QU.jpg | ||
+ | |||
+ | |||
+ | 3. SAVE YOUR WALLET ADDRESS PRIVKEY | ||
+ | |||
+ | This is very important, because if for some reason you lost your passphrase or the wallet.dat get corrupted, this will be the only solution to recover your wallet. | ||
+ | |||
+ | Please note you have to do this for all your wallet address | ||
+ | |||
+ | Go in the console | ||
+ | |||
+ | |||
+ | https://imgur.com/Cz66mYB.jpg | ||
+ | |||
+ | |||
+ | https://imgur.com/5vYBmAs.jpg | ||
+ | |||
+ | |||
+ | Unlock the wallet by entering this command : | ||
+ | [walletpassphrase] [YOURPASSWORD] [time in second] | ||
+ | |||
+ | Example : | ||
+ | |||
+ | walletpassphrase ILOVERITO 600 | ||
+ | |||
+ | https://imgur.com/sbThljF.jpg | ||
+ | |||
+ | |||
+ | Null = succeed | ||
+ | |||
+ | https://imgur.com/yw7WbYp.jpg | ||
+ | |||
+ | |||
+ | |||
+ | Now we have to get the privkey | ||
+ | |||
+ | Copy your wallet address | ||
+ | |||
+ | https://imgur.com/SFno2y6.jpg | ||
+ | |||
+ | and go back in the console and enter this commande : dumpprivkey YOURWALLETADDRESS | ||
+ | |||
+ | https://imgur.com/fER1hQo.jpg | ||
+ | |||
+ | Succeed ! | ||
+ | |||
+ | https://imgur.com/5PPiQ9W.jpg | ||
+ | |||
+ | |||
+ | SAVE IT ! and repeat for each address | ||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | NEXT TO WRITE - HOW TO SECURE WALLET.DAT AND PRIVKEY - HOW TO RECOVER FROM PRIVKEY - FROM WALLET.DAT | ||
+ | |||
+ | |||
+ | LAST there will never have any fund on this address, but you can try :-) |
Latest revision as of 04:09, 17 June 2019
Under construction
1. ENCRYPT YOUR WALLET and don't forget your passphrase !!!
Wallet will restart
2. SAVE YOUR WALLET.DAT file
File can be found in c:\users\yourname\AppData\Roaming\Rito
or you can do it from the wallet :
Just choose where you want to save it
3. SAVE YOUR WALLET ADDRESS PRIVKEY
This is very important, because if for some reason you lost your passphrase or the wallet.dat get corrupted, this will be the only solution to recover your wallet.
Please note you have to do this for all your wallet address
Go in the console
Unlock the wallet by entering this command :
[walletpassphrase] [YOURPASSWORD] [time in second]
Example :
walletpassphrase ILOVERITO 600
Null = succeed
Now we have to get the privkey
Copy your wallet address
and go back in the console and enter this commande : dumpprivkey YOURWALLETADDRESS
Succeed !
SAVE IT ! and repeat for each address
NEXT TO WRITE - HOW TO SECURE WALLET.DAT AND PRIVKEY - HOW TO RECOVER FROM PRIVKEY - FROM WALLET.DAT
LAST there will never have any fund on this address, but you can try :-)