Author

Topic: gettxoutproof with pruning (Read 180 times)

legendary
Activity: 2576
Merit: 1186
February 18, 2019, 05:39:00 PM
#2
The built-in wallet keeps a copy of the merkle proof IIRC, but I'm not sure it's accessible from RPC at this time.
sr. member
Activity: 261
Merit: 518
March 20, 2018, 09:03:42 AM
#1
By my reading of Bitcoin Core's source code, the RPC call gettxoutproof won't work if pruning is enabled and if the relevant block has been deleted from disk.

I'm interested in this for Electrum Personal Server. Electrum wallet requests a merkle proof for each transaction otherwise it will display it as "Not Verified". For a non-pruned node this can be easily found with gettxoutproof and sent to Electrum, but if the node is pruned this often won't work.

What might be the best solution for my situation? The only idea I can come up with is to write code for Bitcoin Core that stores transaction merkle proofs in wallet.dat along with the rest of the transactions. Those proofs could then be accessed via the gettransaction RPC call.
Jump to: