vi ~/.profile
At bottom of file add... |
export PATH=$PATH:/home/USERNAME/herbsters/src |
Save and at the prompt run: |
source ~/.profile |
create ~/.herbsters/herbsters.conf |
vi ~/.herbsters/herbsters.conf |
Paste and edit text below: |
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 |
|
|