0
I'm building bitcoin from source to add some functionality. The main reason is that I want to use AWS S3 to store my wallet.dat file (for security reasons) instead of being stored locally. Basically, I want all the references to the wallet directory and file to be through aws-cli, instead of directly on the machine. I'd be thankful for any suggestions.
Running on ubuntu 16.04 (EC2), headless.
Thanks!
Thaks mate! Yeah, I already tinkered with it and wrote a script to backup wallet.dat periodically (with aws-cli, was pretty straghtforward to be fair). What I'm trying to achieve here is securing wallet.dat completely by removing it from the bitcoin server and using amazon's security measures by having it stay in a bucket. In any case, thanks a lot for the reply, you gave me some food for thought :) – Dan Zlotnikov – 2019-01-28T09:37:41.290
@DanZlotnikov: The amount of security this adds seems limited, since the API key will need to be somewhere on the server. So an attacker who gets access to the server can get the key and retrieve the file. I suppose it might help avoid some attacks where they only get limited access to the server. – Nate Eldredge – 2019-01-28T15:57:12.197