Releases: cryptoBUZE/reddcoin
Reddcoin Core v3.0.0 for Raspberry Pi (Raspbian Buster)
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:
- mkdir /home/pi/.reddcoin
- cd /home/pi/.reddcoin
- wget -O rdd_blkchain.zip https://sourceforge.net/projects/reddcoin-blockchain-snapshot/files/arm/rdd_blockchain_arm.zip/download
- unzip rdd_blkchain.zip
- rm rdd_blkchain.zip
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)
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:
- mkdir /home/pi/.reddcoin
- cd /home/pi/.reddcoin
- wget -O rdd_blkchain.zip https://sourceforge.net/projects/reddcoin-blockchain-snapshot/files/arm/rdd_blockchain_arm.zip/download
- unzip rdd_blkchain.zip
- rm rdd_blkchain.zip
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)
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:
- mkdir /home/pi/.reddcoin
- cd /home/pi/.reddcoin
- wget -O rdd_blkchain.zip https://sourceforge.net/projects/reddcoin-blockchain-snapshot/files/arm/rdd_blockchain_arm.zip/download
- unzip rdd_blkchain.zip
- rm rdd_blkchain.zip
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)