Re: [bitcoin-dev] Building a Bitcoin API and query system.

2018-08-30 Thread Blockchain Group via bitcoin-dev
Thanks, I'll check it out. On Thu, Aug 30, 2018, 3:33 PM Aymeric Vitte wrote: > > > Le 28/08/2018 à 20:36, Jonas Schnelli via bitcoin-dev a écrit : > > I’d like to hear some concrete use-cases for a such block explorer(ish) > API. > > https://github.com/Ayms/bitcoin-transactions which is somewhe

Re: [bitcoin-dev] Building a Bitcoin API and query system.

2018-08-29 Thread Blockchain Group via bitcoin-dev
Awesome, thanks for the information. I will work on it and keep it in mind. On Wed, Aug 29, 2018, 11:57 PM Jonas Schnelli wrote: > > > The API implementation is not what is centralizing, nor is full > indexation non-scalable. The centralization is in not running the API from > a node under your

Re: [bitcoin-dev] Building a Bitcoin API and query system.

2018-08-29 Thread Blockchain Group via bitcoin-dev
> > Systems or applications depending on a full indexed blockchain (a thus > such API) do usually scale pretty bad. > > > > I’d like to hear some concrete use-cases for a such block explorer(ish) > API. > > > > Thanks > > — > > Jonas > > > >>

Re: [bitcoin-dev] Building a Bitcoin API and query system.

2018-08-29 Thread Blockchain Group via bitcoin-dev
> Thanks > — > Jonas > > > Am 26.08.2018 um 21:58 schrieb Blockchain Group via bitcoin-dev < > bitcoin-dev@lists.linuxfoundation.org>: > > > > Hello everyone, > > > > I am C++ & Node.js developer. I want to propose making a new Bitcoin API >

Re: [bitcoin-dev] Building a Bitcoin API and query system.

2018-08-28 Thread Blockchain Group via bitcoin-dev
um servers are designed to quickly answer the >> queries of light clients. So right now, you could sync up an electrum >> server or use an existing public one and send queries to it with json-rpc. >> >> >> https://github.com/kyuupichan/electrumx/blob/master/docs/prot

[bitcoin-dev] Building a Bitcoin API and query system.

2018-08-28 Thread Blockchain Group via bitcoin-dev
Hello everyone, I am C++ & Node.js developer. I want to propose making a new Bitcoin API that supports fast quering of Bitcoin blocks and transactions without the need for syncing with all previous nodes. In a typical case where I want to build a full fleged Bitcoin explorer cum wallet system on