bitcoin-core / gui

Bitcoin Core GUI staging repository
https://github.com/bitcoin/bitcoin
MIT License
602 stars 262 forks source link

Bitcoin Core GUI getrawtransaction implementation #645

Open fanquake opened 2 years ago

fanquake commented 2 years ago

Bitcoin Core offers sovereignty by people controlling their keys and validating those keys. But many users today hold their keys on hardware wallets or mobile wallets and it's a bit difficult to connect those wallets to a full node and validate them.

The cli users have the option to "getrawtransaction txid true" in order to find valuable information about a transaction that could be theirs. This is a very powerful api call that effectively eliminates the need of an Electrum server.

I think many users would find a lot of value in easily verifying their personal transaction directly from Bitcoin Core GUI!

Something like Help -> Verify external txid. There would need to be an option to enable txindex also. This would greatly increase the use of Bitcoin Core for the ease of validating a transaction. Sure users could create a watch only wallet but these are extra steps that maybe many of the non technical users would get discouraged from doing.

Moved from: https://github.com/bitcoin/bitcoin/issues/19161.

maflcko commented 9 months ago

Not sure. Seems easier to just use the RPC window, with the benefit that it has more docs and doesn't need an update if the RPC changes.

hebasto commented 8 months ago

@zndtoshi @BrandonOdiwuor

Are there any compelling reasons not using RPC in the "Console" window?