比特币全节点(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)的主要内容,如果未能解决你的问题,请参考以下文章

一个比特币全节点可以添加多少地址?

比特币全节点对交易和区块的处理过程

MyEclipse上运行比特币全节点bitcoinj

有一些方法可以让我问比特币全节点,他们的最近同伴的IP地址?

求教,比特币钱包怎么与php建立连接

资讯14亿用户账号密码被泄露,银行支付宝比特币全中枪;WordPress 储存型 XSS 漏洞