-
Notifications
You must be signed in to change notification settings - Fork 27
Description
Prerequisites
- I have searched for existing issues that already suggest this feature.
Describe the Feature Request
This new feature will add three useful tools for the user to the "Actions" menu:
-
Check the total amount received by a specific address on the Bitcoin blockchain:
Using the bitcoin-cli command:getreceivedbyaddress "address" 0 -
Check the detailed status of a transaction:
Using the bitcoin-cli command:gettransaction "txid" -
Broadcast a transaction:
Using the bitcoin-cli command:sendrawtransaction hex
A simple interface could be used: just an input frame with the command response displayed directly below it.
Describe the Use Case
The use case is mainly for those who don't have the resources to run a full node, so a pruned node is used instead. As a result, their own instance of Mempool doesn't work, and these three useful tools can't be accessed in a private manner.
Describe Preferred Solution
No response
Describe Alternatives
No response
Anything else?
No response