比特币全节点(bitcoind)
Posted guojiasheng
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了比特币全节点(bitcoind)相关的知识,希望对你有一定的参考价值。
- 运行全节点的用途: 1.挖矿 2.钱包 运行全节点,可以做关于btc的任何事情,例如创建钱包地址、管理钱包地址、发送交易、查询全网的交易信息等等
- 选个节点钱包:bitcoind
1.配置文件:
~/.bitcoin/bitcoin.conf 文件配置
testnet=1 # 测试网络 (同步快,17g左右)
server=1 #允许rpc访问
daemon=1 #后台运行
datadir=/home/data #区块存储位置(硬盘要够用)
walletnotify=sh /home/notify_btc/notify.sh %s #通知到账
rpcallowip=116.247.112.151
rpcport=8332
rpcuser=bitcoinrpc
rpcpassword=123456
2.命令 bitcoin-cli getinfo
help ( "command" )
stop
getinfo
ping
getnettotals
getnetworkinfo
getpeerinfo
getconnectioncount
verifychain ( checklevel numblocks )
getaddednodeinfo dns ( "node" )
addnode "node" "add|remove|onetry"
3.获取测试网络的btc
https://testnet.manu.backend.hamburg/faucet
以上是关于比特币全节点(bitcoind)的主要内容,如果未能解决你的问题,请参考以下文章