1 2018-02-24 04:37:23 <ProfMac> any C++ programmer awake?
2 2018-02-24 08:06:56 <FraJah> moiners
3 2018-02-24 14:08:21 <jredondo> Greetings everyone. Feel lucky of being here. Thank you. My task general task is to raise an alert when UTXO "amount" field for a watch-only address exceeds a determined threshold. So I thought of knowing where exactly in the sources the broadcasting of UTXO are being received. Hints about this? Thank you in advance!
4 2018-02-24 16:38:19 <mmgen> jredondo: bitcoin-cli listunspent null null '["<BTC addr>"]' will give you all your unspent outputs for a given address
5 2018-02-24 16:39:23 <mmgen> jredondo: just run that every so often and tally the "amount" fields
6 2018-02-24 21:52:04 <ProfMac> I have captured trouble I am having ("bug") in a tiny source file and put it onto GitHub.
7 2018-02-24 21:52:30 <ProfMac> git@github.com:a-mcintosh/inject_call.git