filmov
tv
testnet bitcoin full node 2019 10 29 09 56 52 [nosound]
Показать описание
sudo apt-get install libtool autotools-dev autoconf
sudo apt-get install libssl-dev
sudo apt-get install libboost-all-dev
sudo add-apt-repository ppa:bitcoin/bitcoin
sudo apt-get update
sudo apt-get install bitcoind
mkdir ~/.bitcoin/ && cd ~/.bitcoin/
rpcuser=one
rpcpassword=1
testnet=1
rpcport=8332
rpcallowip=127.0.0.1
rpcallowip=192.168.1.119
server=1
** Start bitcoind **
bitcoind --daemon
or
bitcoind &
** If bitcoind is already started **
ps -e | grep bitcoin // returns pid
kill -9 (pid)
bitcoind &
** Test bitcoind is running and working **
bitcoin-cli getinfo
sudo apt-get install libssl-dev
sudo apt-get install libboost-all-dev
sudo add-apt-repository ppa:bitcoin/bitcoin
sudo apt-get update
sudo apt-get install bitcoind
mkdir ~/.bitcoin/ && cd ~/.bitcoin/
rpcuser=one
rpcpassword=1
testnet=1
rpcport=8332
rpcallowip=127.0.0.1
rpcallowip=192.168.1.119
server=1
** Start bitcoind **
bitcoind --daemon
or
bitcoind &
** If bitcoind is already started **
ps -e | grep bitcoin // returns pid
kill -9 (pid)
bitcoind &
** Test bitcoind is running and working **
bitcoin-cli getinfo