Is there anyone here running a non-pruned full node with "-txindex"? I could really use your help with the following commands:
gettxoutproof '["65c7e5cbff719ff7fd32645b777cb20b69db513f1cd6a064dfcc95b69ad77acc"]'
gettxoutproof '["2185591eac841d79af1699bfe8f533da7363aff98585fe92487df659cd69414c"]'
gettxoutproof '["5f5a35c937c2e6cf47774024b826f4f30212e860ed606dc7787438ca7c5a88cf"]'
gettxoutproof '["eec7a2ba8a89b4eabe7109518af6c7e84488760fe285501e1460b76bca297c00"]'
gettxoutproof '["43bb89f7d16fb47fee3eaeee0fa26aa2d0d6874c8907b2eca4ec2420bf4a9dc3"]'
gettxoutproof '["17e4e323cfbc68d7f0071cad09364e8193eedf8fefbcbd8a21b4b65717a4b3d3"]'
gettxoutproof '["7c432398c7631600af01695c9767eff109cbfae4f7ecccaff388043a474d4f1e"]'
gettxoutproof '["5d45587cfd1d5b0fb826805541da7d94c61fe432259e68ee26f4a04544384164"]'
gettxoutproof '["08389f34c98c606322740c0be6a7125d9860bb8d5cb182c02f98461e5fa6cd15"]'
Thanks a lot in advance!
Thanks again to both of you!
If I want to switch from a pruned node to a full node, is it sufficient to execute a -txindex after fetching all blocks and I am a fully-fledged full node? Is it possible to check the status to ensure I became a full node? I just want to make sure that everything is fine afterwards.
Cheers!
citb0in
No. You are a full node even if your node is pruned. Regardless, to use txindex with a pruned node, you would require a reindex as well. Hence, you would need to verify and rebuild your database again after executing it.
Hence, for a pruned node, you would be asked to reindex when enabling txindex. To check the progress of the txindex, or how far the txindex has progressed, you can execute getindexinfo. It should tell you about the progress of the txindex.
If your node isnt pruned, then a reindex isnt required. The txindex will be built in the background.
Yes you can check if your pruned (full) node successfully switched into an archival (full) node, <-use those terms next time.
Enter getblockchaininfo command and look for "pruned": false, in the output.
You can also check it before disabling any prune-related settings and it'll show as "true".
Hello everybody,
have understood. Thank you both very much. Thank you also for clarifying the correct terminology, so I can express it better in future to avoid any misunderstandings.
Have a nice weekend.
citb0in