1 2018-06-15 12:15:41 <zenlot> hey
2 2018-06-15 12:26:24 <zenlot> Is there a need to have Dockerfile/docker-compose setup for bitcoin? Or any reason why not?
3 2018-06-15 14:57:38 <eakjg> Sup! Is there any built-in stuff in bitcoind for new transaction signaling? Or one does have to poll all the txs and check if there are new ones?
4 2018-06-15 15:42:04 <sturles> walletnotify=script to run when there is a transaction involving your wallet.
5 2018-06-15 15:42:23 <sturles> eakjg: It will be run with the txid as argument.
6 2018-06-15 15:42:39 <sturles> There is blocknotify as well.
7 2018-06-15 15:43:48 <eakjg> P. nice, thanks, sturles
8 2018-06-15 18:01:30 <trashman31> is there a way to send optional arguments over json-rpc?