Skip to content

SpecTurrican/PI_BitCloud

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 

Repository files navigation

PI_BitCloud

Bitcloud for Raspberry Pi 2/3 (without GUI) ... and Pi 4 works to :-)

Needs:

You can execute the following install script. Just copy/paste and hit return.

wget -qO - https://raw.githubusercontent.com/SpecTurrican/PI_BitCloud/master/setup.sh | bash

The installation goes into the background. You can follow the installation with :

tail -f /root/PI_BitCloud/logfiles/start.log  # 1. Phase "Prepar the system"

or

tail -f /root/PI_BitCloud/logfiles/make.log   # 2. Phase "Compiling"

The installation takes about 4 hours. The Raspberry Pi is restarted 2 times during the installation. After the installation the following user and password is valid :

bitcloud

The first time you log in, you will be prompted to change your password. Please do this.

If everything worked out, you can retrieve the status with the following command :

sudo bitcloud-cli getinfo             # general information
sudo bitcloud-cli masternode status   # is the masternode running ?
sudo bitcloud-cli masternode count    # how much mastenode ?
sudo bitcloud-cli mnsync status       # returns the sync status
sudo bitcloud-cli help                # list of commands

Configfile

The configfile for bitcloud is stored in:

/root/.bitcloud/bitcloud.conf

Settings during installation:

rpcuser=bitcloudpixxxxxxxxx                 # x=random
rpcpassword=xxxxxxxxxxxxxxxxxxxxxxxxxxxxxx  # x=random
rpcallowip=127.0.0.1
port=8329
server=1
listen=1
daemon=1
logtimestamps=1
txindex=1
killdebugilldebug=1                         # no logfile ... safe your sd-card :-)

#############
# NODE LIST #
#############
addnode=add a node from https://chainz.cryptoid.info/btdx/api.dws?q=nodes list
...

Security

Infos about Bitcloud

Homepage | Source GitHub | Blockchainexplorer | Discord | Telegram | bitcointalk.org

Have fun and thanks for your support :-)

BDTX donate to :

BPJWiKtjmnWiQ7H4mPAUyFBeLZfudRv6i7

About

Bitcloud for Raspberry Pi 2/3/4

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages