How to send bitcoin programatically using API? Bitcoin Transaction. (Without Setting Node)

1

Want to send BTC from one address to another address without using JSON-RPC.

Followed and used:

  1. https://bitcore.io/api/

  2. https://www.npmjs.com/package/bitcoin-transaction/v/1.1.1

2nd:bitcoin-transaction Working good for testnet but giving each time new errors for Mainnet.

If anyone knows better way to send BTC, kindly let me know.

Vishal Dalve

Posted 2018-10-04T12:23:58.820

Reputation: 39

Question was closed 2018-10-07T01:41:10.690

Software recommendations are not in the scope of this website: https://bitcoin.stackexchange.com/help/on-topic

JBaczuk 2018-10-04T14:33:53.020

@JBaczuk Understood.Vishal Dalve 2018-10-05T03:29:24.200

Answers

1

From C#, I would use NBitcoin to generate raw transaction and push it to some API provider. This eliminates the need of setting up full node.

Hao Nguyen

Posted 2018-10-04T12:23:58.820

Reputation: 126