zArchive~Wallet Auto Unlock for Staking - gridcoin-community/Gridcoin-Wiki GitHub Wiki

THIS FUNCTIONALITY IS INSECURE AND IS REMOVED IN VERSION 4.0.2.0+

To make use of the auto unlock feature in the GridcoinResearch wallet:

  • Click Help -> Debug Window -> Console

Pre Gridcoin Wallet version 3.7.12.0

  • Type: encrypt YourPassPhrase

Post Gridcoin Wallet 3.7.12.0 release

  • Type: encrypt YourPassPhrase
  • You will receive an encrypted string in the RPC (Only decryptable by jumping through hoops with AES512/base64 - i.e. if this phrase is compromised by a thief and the wallet is locked, it would take them quite a while to figure out how to decrypt the passphrase)
  • Add the following line to your gridcoinresearch.conf: autounlock=YourPassPhraseAsEncryptedString

An additional security feature exists that only allows the autounlock to be active on the original machine where it was activated, certain attributes of the CPU and hard disk drive are concatenated and modified with an MD5. The procedure above will need to be repeated if hardware configuration changes.