Crates.io | pushtx-cli |
lib.rs | pushtx-cli |
version | 0.4.0 |
source | src |
created_at | 2024-05-21 12:28:21.584766 |
updated_at | 2024-06-03 02:43:01.836454 |
description | Bitcoin Transaction Broadcast Tool |
homepage | |
repository | https://github.com/alfred-hodler/pushtx |
max_upload_size | |
id | 1246802 |
size | 94,576 |
This is a Rust program that broadcasts Bitcoin transactions directly into the P2P network by connecting to a set of random Bitcoin nodes. This differs from other broadcast tools in that it does not not interact with any centralized services, such as block explorers.
The program is entirely self-contained and does not require Bitcoin Core or other dependencies.
If Tor is running on the same system, connectivity to the P2P network is established through a newly created circuit. Having Tor Browser running in the background is sufficient. Tor daemon also works.
Install with Cargo: cargo install pushtx-cli
A library is also available (pushtx
).
This project comes with no warranty whatsoever. Please refer to the license for details.