Backup Bitcoin wallet Mac

New Disk ImageGone.

It is very important that you backup the private keys that secure your digital wallet so that you can restore them at a later time. Otherwise the keys required to claim ownership of your coins will be gone forever. It is also important that you backup your wallets regularly. It is not enough to backup your keys just once. See this entry on securing the bitcoind wallet for more details.

So what steps can you take on Mac OS X to keep your wallets backed up? Luckily OS X comes with several tools that help along the way. Additionally, the Unix foundation of OS X allows us to fall back on some time-tested solutions for this project.

Step One – Create an Encrypted Disk Image

  1. Launch Disk Utility from the Applications folder
  2. Save the image somewhere that is itself backed up (e.g. Dropbox or Wuala)
  3. For the name, specify Wallet Backups (so that the below scripts match)
  4. For Encryption, select either 128 or 256 (256 is more secure and should be plenty fast for this)

Step Two – Create a Backup Script

Now that we have a secure place to store wallet backups, the next step is to create a script that will do the grunt-work. Namely it should mount the encrypted disk image, backup any wallet.dat files (we could have Bitcoin, Litecoin, and who knows what other digital wallets – get them all), and then unmount the encrypted image.

  1. Launch Automator from the Applications folder
  2. Select Application and click Choose
  3. Add a Get Specified Finder Items action
  4. Select the DMG file created in Step One
  5. Add a Mount Disk Image action
  6. Add a Run Shell Script action and enter:
    cd ~/Library/Application Support && rsync -R ./*/wallet.dat /Volumes/Wallet Backups/
  7. Add another Run Shell Script action and enter:
    diskutil unmount /Volumes/Wallet Backups/
  8. Save as BackupWallets.app in Applications

Complete Automator ApplicationStep Three – Schedule the Backup

Armed with encrypted storage and a backup script, the only thing left is to schedule the backup. The Unix foundation of OS X means we can do this by editing the system crontab, a configuration file that specifies the commands to run for cron, the Unix job scheduler.

  1. Launch Terminal from the Applications folder
  2. Enter the following and press Return:
    export EDITOR=nano && crontab -e
  3. Enter the following into the nano editor:
    # backup wallets at midnight every Sunday

Best Litecoin wallet Mac

Hack a Bitcoin wallet

Backup Bitcoin wallet.dat

Best Bitcoin wallet Mac

Best Bitcoin wallet UK