Re: auto backing up of wallet.dat

Figures: Jeff Garzik
Quote from: satoshi on August 25, 2010, 3:57:40 PM UTC

What’s the simplest portable way to copy a file? Is there something in Boost?

mmap(2) + memcpy(3) ? Boost::Iostreams already has a mapped_file Source.

Quote from: satoshi on August 25, 2010, 3:57:40 PM UTC

What should it be named? maybe: backupwallet

Sounds quite useful!