OutCast3k / coinbin

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

Change backend /api to jsonrpc of bitcoin/litecoin or other bitcoin-base. #169

Open mason276752 opened 5 years ago

mason276752 commented 5 years ago

Please change backend /api to jsonrpc of bitcoin/litecoin or other bitcoin-base and connet to self-node. Let coinb.in to support more blockchain system.

username1565 commented 5 years ago

JSON-RPC working using POST-queries, and need cURL... What about write the portable and universal open-source api for all altcoins blockchains?

junderw commented 5 years ago

@Lursun Bitcoin Core / all the forks of Bitcoin Core do not hold an address index for querying addresses.

The only way a "plug and play" system for all blockchains can happen is if they all support some sort of address indexing algorithm... but that will increase CPU usage and storage usage by maybe 2x - 3x...

If you still think that is a good idea, then ask the people who make the node software. Coinbin cannot do anything about it.