I am interested in sending a transaction directly to a miner or a pool for processing. I have general familiarity with Bitcoin-QT. What additional knowledge and steps must I have in order to send a transaction directly to a pool?
|
First, you will need to find out an IP adresses of pools e.g. from this list, but most likely it has inaccuracies. Another option is to connect to Hub Nodes.
Bitcoind Create bitcoin.conf file in required directory with rpc connection commands
and addnode commands e.g.
and then run bitcoind. To verify that bitcoind is connected to specified nodes open command prompt or terminal, navigate to bicoind's folder and then run the command:
Sending bitcoin transaction by using bitcoind server will send transactions directly to the specified nodes. Bitcoin-qt When opened will use the same bitcoin.conf file. To verify that it's connected to specified nodes click Help -> Debug Window -> Console and type getpeerinfo |
|||||||||||
|
|
You can use this service. https://blockchain.info/pushtx It will transmit transactions for you. Useful for testing or for sending money over TOR. |
|||
|
|