When a transaction is "confirmed", walletnotify executes a bash script. What does it mean exactly to say that a transaction is "confirmed"? Does it mean that the transaction has been mined into a block? Is it therefore synchronised across all nodes? (ie all nodes have consensus about that transaction)
Second to this, if walletnotify is enabled for another node, will the script execute once this new transaction appears on its copy of the blockchain? (My use-case is data stream items)
Thanks,
Charlie