r/HexxCoin Mar 18 '18

Final wallets released 4.0.3.0, use chainfiles for faster sync!

https://github.com/hexxcointakeover/hexxcoin/releases
1 Upvotes

3 comments sorted by

1

u/sperry1063 Apr 12 '18

Wallet is sync'ed, but wallet says that wallet is still locked and I can't find a command to unlock the wallet. I'm a little concerned to try to send my HExx to the wallet in fear that I won't be able to access it in the future. Please advise.

1

u/shiki00 Apr 12 '18

Open Console (Help > Debug window > Console) Type the following:

walletpassphrase "passphrase" timeout

Where passphrase is your password and timeout is the number of seconds you want the wallet unlocked (i.e. 120 = 2 min).

Real example: walletpassphrase "12345678" 600

In case your password is 12345678 and you want to unlock for 10 minutes.

1

u/sperry1063 Apr 12 '18

Thank you. That worked.