bitcoind(txindex) + rpc explorer

bitcoind(txindex)

  1. bitcoind 跑一個
  2. 設定一下bitcoin.conf (\AppData\Roaming\Bitcoin) bitcoin/bitcoin
txindex=1
server=1
rpcport=8332
rpcuser=username
rpcpassword=password

重啟

kill -9 -f bitcoind
./bitcoind -daemon

btc-rpc-explorer

  1. npm install -g btc-rpc-explorer
  2. btc-rpc-explorer -u username -w password -p 80 -i 0.0.0.0 --demo --rpc-allowall

todo

  • https 可以搭配 caddy 使用

參考文獻

Written on October 10, 2020