0
Suppose you call sendmany or sendtoaddress on bitcoind RPC.
Suppose the transaction is created and send to the network, but RPC time out and sender process unable to read the txid.
Suppose there are several send to same address with same btc amount.
How this can be tracked programically?
I know you can pass comment to each send but I am unsure how I can collect it programically.
Sure. But how I can access it? – Nick – 2019-09-04T15:43:27.660
Just use the list transaction/wallet history RPC commands in a new RPC connection, the txs will be in your history. If there are N txs for the same amount to the same address simultaneously, does it really matter which txid is assigned to which tx? They are all fungible – Raghav Sood – 2019-09-04T16:04:28.677