forknote / forknote

Multiple Cryptonote currencies with one software. Based on Bytecoin
forknote.net
GNU Lesser General Public License v3.0
74 stars 104 forks source link

Sometimes on kill process simplewallet corrupts wallet file #30

Open pmitchev opened 6 years ago

pmitchev commented 6 years ago

ERROR Wallet initialize failed: can't load wallet file '/home/fork/forknote-linux/wallets/dashcoin.pool.wallet', check password

cycleworm commented 6 years ago

can the wallet be restored with importing feature?

pmitchev commented 6 years ago

yes. Use simplewallet with "i" option. But you have to have the private keys exported first (export_keys in simplewallet). If your wallet file is corrupted and you don't have the keys there is a .backup file created in the same directory you can use to restore

cycleworm commented 6 years ago

ah thx for the quick reply. i tried it an got spend and view secrect key. are there any other features of simplewallet which are not listed when typing --help ?

where are things like "export_keys" documented?

pmitchev commented 6 years ago

I just saw it's not in the site (http://forknote.net), but you can see it with "help"

cycleworm commented 6 years ago

ah yeah. it is when you type help when simplewallet is running. not simplewallet --help.

are you the host of (http://forknote.net) ?

pmitchev commented 6 years ago

Yes, if you see something you can add you can make pull request anytime

pmitchev commented 6 years ago

This issue still exists. If someone expirience it - when the .wallet file corrupts, simplewallet creates .tmp file. Replace the wallet file with the .tmp file to get it fixed.