Working Ubuntu Bionic Beaver 18.04 |
Requirements |
sudo apt-get update
sudo apt-get install git
sudo apt-get install build-essential libtool autotools-dev automake pkg-config libssl-dev libevent-dev bsdmainutils
sudo add-apt-repository universe
sudo add-apt-repository multiverse
sudo apt-get update
sudo apt-get install libboost-all-dev |
Berkeley DB |
sudo apt-get install libdb-dev libdb++-dev |
Source Installation |
cd ~ git clone https://github.com/herbsters/herbsters.git
cd ~/herbsters
./autogen.sh
./configure --with-incompatible-bdb
make |
If "make" errors out just run "make" again it will compile |
edit ~/.profile |
export PATH=$PATH:/home/USERNAME/herbsters/src |
# source ~/.profile |
create ~/.herbsters/herbsters.conf |
server=1
txindex=1
addnode=149.28.46.64:7999
addnode=45.77.144.188:7999
rpcuser=custom_user_id
rpcpassword=THISWHERETHAT_PWD
rpcport=7998
port=7999
rpcbind=0.0.0.0
rpcallowip=0.0.0.0/0
rpcallowip=127.0.0.1
rpcallowip=149.28.46.64
rpcallowip=45.77.144.188
daemon=1
gen=1
listen=1
paytxfee=0.001
4way=1 |
Directions |
cd ~
mkdir .herbsters
cp herbsters.conf .herbsters |
Commands |
START | herbstersd -deprecatedrpc=accounts -daemon |
DATA | herbsters-cli getinfo |
COIN CREDIT | herbsters-cli getbalance |
TARGET BLOCK | herbsters-cli getblocktemplate |
WALLET ADDRESS | herbsters-cli getaccountaddress "" |
SEND COINS | herbsters-cli sendtoaddress "ADDRESS" AMOUNT |
MOVE COINS | herbsters-cli move "#" "" AMOUNT |
|
|