Skip to content

[feat]: Add some tools to the "Actions" Bitcoin Core interface.  #151

@SalvaZaraes

Description

@SalvaZaraes

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:

  1. Check the total amount received by a specific address on the Bitcoin blockchain:
    Using the bitcoin-cli command: getreceivedbyaddress "address" 0

  2. Check the detailed status of a transaction:
    Using the bitcoin-cli command: gettransaction "txid"

  3. 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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions