Skip to content

Instantly share code, notes, and snippets.

@manosv
manosv / .bashrc
Created April 29, 2020 14:48 — forked from 21isenough/.bashrc
Broadcast raw hex transaction over blockstreams TOR API
TorThisTx() {
# Rename "TorThisTx() to whatever you want the command to be
# Broadcast raw hex transaction over blockstreams TOR API with curl
curl --socks5-hostname localhost:9050 -d $1 -X POST http://explorerzydxu5ecjrkwceayqybizmpjjznk5izmitf2modhcusuqlid.onion/api/tx
}