- 自分用メモ
- 書き途中だけど公開
どうやるの?
- Monitor non-wallet bitcoin addresses for new transactions – Bitcoin Stack Exchange
- 2つの方法: listunspents RPCコール, external wallet-notify bitcoind option
- listreceivedbyaddress(0, true)
- listsinceblock(lastScannedBlockHash, targetConfirmations)
- v0.10.0からwatch-only addressのサポート Developer Reference – Bitcoin
walletnotifyとは?
- walletをインポートしたら、-rescanオプションで再起動する
blockchain.info
Walletを使う場合
APIを使う場合
(途中)
block.io
chain.so
API Documentation (REST and Realtime)
Chain.com API + WebSocket
Chainは、登録が必要になった?
IFTTT + Chain.comを使う
bitcoind を自分で立てて、チェック
-walletnotify
-blocknotifybitcoin-cli listunspent 6 9999999 “[\”localAddressInQuestion\”]”
- listunspent Developer Reference – Bitcoin
- listtransactions: Developer Reference – Bitcoin