3
1
I'm new on the BTC project, so please spare me if I asked something newbies.
I downloaded the latest 0.92 BTC source code and trying to make a customize to the walletnotify function for myself while running the bitcoind. But when I search into the code, that triggered runCommand() at util.cpp and pew "End of the road".
I googled about this walletnotify function, but all I seemed are only the usage infos. So I think it's time to ask the question here but thinking the dead-end by myself.
A good place to start: https://github.com/bitcoin/bitcoin/blob/master/src/wallet.cpp#L591
– George Kimionis – 2014-06-24T00:53:40.980Instead of modifying the actual bitcoin code, which is often very error prone, it may be better to trigger some api request upon walletnotify. – Loourr – 2014-07-05T20:31:33.287