0xB10C / miningpool-observer

Transparency for Mining Pool Transaction Selection
https://miningpool.observer
MIT License
55 stars 13 forks source link

add: try rebroadcasting Missing Transactions to the network and record result #4

Open 0xB10C opened 3 years ago

0xB10C commented 3 years ago

Many Missing Transactions can be explained by e.g. conflicts with other transactions. Other times, the transaction might genuinely not be known to the network.

Transactions not included in 10 or more blocks could be rebroadcast with the sendrawtransaction RPC. The result, either success or error (e.g. this transaction conflicts), could be recorded and displayed on the Missing Transactions page.