我创建了一个比特币节点。当有人给我btc时,我想得到通知。我在bitcoin.conf文件中写了这样的东西
walletnotify=curl -X POST -i -H "Content-type: application/json" -X POST http://localhost:9000/btcTransactionNotification -d '{"txid”:%s}’
在localhost:9000上我运行了一个节点js服务器,它有一个要接受的帖子请求。我还使用
导入了我的地址bitcoin-cli importaddress "<address>".
但我仍未收到通知。有人可以帮忙吗
要注意这里。
如果我写上述命令
curl -X POST -i -H&#34;内容类型:application / json&#34; -X POST http://localhost:9000/btcTransactionNotification -d&#39; {&#34; txid“:111}'