Skip to content

Releases: cryptoBUZE/reddcoin

Reddcoin Core v3.0.0 for Raspberry Pi (Raspbian Buster)

03 Jan 15:40

Choose a tag to compare

With this release you are able to compile and run Reddcoin Core wallet on a Raspberry Pi with Raspbian Buster

Compile script

This script

  • installs dependencies for Berkeley DB and Core wallet compile
  • compiles Berkeley DB and Reddcoin Core wallet
  • downloads latest blockchain data

Download the following script into your home directory (see also instructions in file):
https://github.com/cryptoBUZE/reddcoin/raw/v3.0.x/contrib/reddcoin_core_compile_raspbian_buster.sh

Download script

This script

  • installs dependencies for running Reddcoin Core wallet
  • downloads pre compiled Reddcoin Core wallet
  • downloads latest blockchain data
  • run daemon process of wallet

Download the following script into your home directory (see also instructions in file):
https://raw.githubusercontent.com/cryptoBUZE/reddcoin/v3.0.x/contrib/reddcoin_core_download_raspbian.sh

Manual steps

If you just want to create Reddcoin config file and download latest blockchain data type these commands into console:

After successful compile you can run Reddcoin Core wallet by console command:
On desktop (graphical user interface):

  • reddcoin-qt

Non desktop environment:

  • reddcoind -daemon

Dependencies

  • libqt4-dev
  • libprotobuf-dev
  • libboost-all-dev
  • libssl-dev (v1.0.1t)

Reddcoin Core v3.0.0 for Raspberry Pi (Raspbian Stretch)

03 Jan 22:24

Choose a tag to compare

With this release you are able to compile and run Reddcoin Core wallet on a Raspberry Pi with Raspbian Stretch

Compile script

This script

  • installs dependencies for Berkeley DB and Core wallet compile
  • compiles Berkeley DB and Reddcoin Core wallet
  • downloads latest blockchain data

Download the following script into your home directory (see also instructions in file):
https://github.com/cryptoBUZE/reddcoin/raw/v3.0.x/contrib/reddcoin_core_compile_raspbian_stretch.sh

Download script

This script

  • installs dependencies for running Reddcoin Core wallet
  • downloads pre compiled Reddcoin Core wallet
  • downloads latest blockchain data
  • run daemon process of wallet

Download the following script into your home directory (see also instructions in file):
https://raw.githubusercontent.com/cryptoBUZE/reddcoin/v3.0.x/contrib/reddcoin_core_download_raspbian.sh

Manual steps

If you just want to create Reddcoin config file and download latest blockchain data type these commands into console:

After successful compile you can run Reddcoin Core wallet by console command:
On desktop (graphical user interface):

  • reddcoin-qt

Non desktop environment:

  • reddcoind -daemon

Dependencies

  • libqt4-dev
  • libprotobuf-dev
  • libboost-all-dev
  • libssl-dev (v1.0.1t)

Reddcoin Core v3.0.0 for Raspberry Pi (Raspbian Jessie)

05 Jan 09:52

Choose a tag to compare

With this release you are able to compile and run Reddcoin Core wallet on a Raspberry Pi with Raspbian Jessie

Compile script

This script

  • installs dependencies for Berkeley DB and Core wallet compile
  • compiles Berkeley DB and Reddcoin Core wallet
  • downloads latest blockchain data

Download the following script into your home directory (see also instructions in file):
https://github.com/cryptoBUZE/reddcoin/raw/v3.0.x/contrib/reddcoin_core_compile_raspbian_jessie.sh

Download script

This script

  • installs dependencies for running Reddcoin Core wallet
  • downloads pre compiled Reddcoin Core wallet
  • downloads latest blockchain data
  • run daemon process of wallet

Download the following script into your home directory (see also instructions in file):
https://raw.githubusercontent.com/cryptoBUZE/reddcoin/v3.0.x/contrib/reddcoin_core_download_raspbian.sh

Manual steps

If you just want to create Reddcoin config file and download latest blockchain data type these commands into console:

After successful compile you can run Reddcoin Core wallet by console command:
On desktop (graphical user interface):

  • reddcoin-qt

Non desktop environment:

  • reddcoind -daemon

Dependencies

  • libqt4-dev
  • libprotobuf-dev
  • libboost-all-dev
  • libssl-dev (v1.0.1t)