Dear tech team,
I'm developing an application with MC and I wish to delivery my customer a cold wallet saved in crypto hw usb. My customer uses the crypto usb opening it and running the cold wallet so that my application can access the wallet through a socket in order to get new addresses, signing and so on.
Everything works fine but the crypto key has a timeout so that after a while it locks the hw. In such case when I try to open the wallet I got the following issue:
corruption: checksum mismatch
I try to run the wallet with -reindex=1 option but it doesn't solve so I have to install it again.
Unfortunately I can't disable the lock timeout of the crypto key and it is a security feature my customer ask.
Can you suggest a way out?
Thanks for your support