Post
Topic
Board Announcements (Altcoins)
Re: [ANN][DRK] DarkCoin | First Anonymous Coin | First X11 | First DGW | ASIC Resistant
by
Sleepyx
on 25/05/2014, 12:10:03 UTC
Ok guys, I am excited for the hard fork and masternode payments.  However, I am a bit worried about the security of my wallet on server.  Wallet has nice strong password, I have only port 22 open to my IP, 9999 open, and 2FA setup for Amazon Web Services.  Should I be ok?

I think so.
Although I have no idea about clearing bash history so it doesn't store the wallet pw on it from when we ran "darkcoind masternode start 'mypassword"?

Clear bash history with
Code:
cd ~/
ln -sf /dev/null .bash_history

oooh linking it to /dev/null clears it. I had done that so I guess theres no need for my overuse of
Quote
history -c
thanks  Cool