OutCast3k / coinbin

Javascript Bitcoin Wallet. Supports Multisig, Stealth, HD, SegWit, Bech32, Time Locked Addresses, RBF and more!
https://coinb.in/
MIT License
907 stars 622 forks source link

Retreive Unspent outputs from Bitcoin Core REST API #27

Open lclc opened 9 years ago

lclc commented 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).

lclc commented 9 years ago

See this Bitcoin Core PR regarding sendrawtransaction: https://github.com/bitcoin/bitcoin/pull/6844

omefire commented 9 years ago

+1

OutCast3k commented 9 years ago

Yeah, I like this idea... It will be something I'll work on very very soon.