Re: auto backing up of wallet.dat
Re: auto backing up of wallet.dat
Date: August 27, 2010
Source: BitcoinTalk Forum
URL: https://satoshi.nakamotoinstitute.org/posts/bitcointalk/423/
If you read it into memory and write it out, it could fail in tight memory situations.
I'm looking for something like copyfile(const char from, const char to) or copyfile(path from, path to), preferably something in Boost if it has it. If you find it for me, it's more likely I'll get to implementing it.
Quote from: nelisky on August 26, 2010, 01:21:57 AM