RE: How to setup a Linda masternode on Ubuntu 16 Linux

You are viewing a single comment's thread from:

How to setup a Linda masternode on Ubuntu 16 Linux

in lindacoin •  7 years ago  (edited)

Also, after unlocking the wallet the bash history should be cleared so that the pwd can't be found if the box is compromised. The wallet should also be locked too shouldn't it at some point?

cat /dev/null > ~/.bash_history && history -c && exit

Authors get paid when people like you upvote their post.
If you enjoyed what you read here, create your account today and start earning FREE STEEM!
Sort Order:  

Hey Steve, I was trying to add these suggestions, but looks like I can no longer edit my post. These are good suggestions, and I hope future readers of this will scroll down and see this.

As for locking the wallet after the MN has started, I think we can solve this by lowering the expiration on the walletpassphrase command to something like 600 seconds, which means the wallet will lock after 600 seconds have passed:

Lindad walletpassphrase "the password you set above" 600