How do I broadcast an "alert" message to the network

1

I am curious about how to broadcast an alert. I know that this is possible because the system to send alerts has been shut down and this probably won't work, but I am curious about how I can broadcast an "alert" using bitcoin-cli.

Number File

Posted 2019-07-19T00:30:55.900

Reputation: 142

Answers

1

You can't. bitcoin-cli has never had the capability to send alerts. It is not possible for a user to push out an alert from any Bitcoin Core node.

Alerts were sent by using a specially modified version of Bitcoin Core which had the particular alert to be sent hard coded into it. Developers have to modify Bitcoin Core and include the alert code in a local build every time they wanted to send an alert.

Andrew Chow

Posted 2019-07-19T00:30:55.900

Reputation: 40 910