Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

To ensure a stable behavior on a Raspberry Pi it is recommended to set a swapfile with 2048 MB to buffer memory usage peaks. Running out of RAM without having a swapfile in place will crash the wallet Wallet and could corrupt your copy of the Blockchain.

To create a swapfile on your Raspberry Pi you can use the following commands:1)

Note

Make sure to back-up your wallet first: How-to

  1. Close the Wallet completely

  2. sudo su -c 'echo "CONF_SWAPSIZE=2048" > /etc/dphys-swapfile'

...

  1. sudo dphys-swapfile setup

After creating the swapfile, you have to activate it once by using this command:

...