Open lclc opened 9 years ago
Would be cool if one can get the UTXO from the Bitcoin Core REST API instead of using a 3rd party service: https://github.com/bitcoin/bitcoin/blob/master/doc/REST-interface.md#query-utxo-set
Ones sendrawtransaction is implemented in the Bitcoin Core REST API you could run coinb.in with your own full node (or anyones full node that provides the REST API to the public).
See this Bitcoin Core PR regarding sendrawtransaction: https://github.com/bitcoin/bitcoin/pull/6844
+1
Yeah, I like this idea... It will be something I'll work on very very soon.
Would be cool if one can get the UTXO from the Bitcoin Core REST API instead of using a 3rd party service: https://github.com/bitcoin/bitcoin/blob/master/doc/REST-interface.md#query-utxo-set
Ones sendrawtransaction is implemented in the Bitcoin Core REST API you could run coinb.in with your own full node (or anyones full node that provides the REST API to the public).