bitpay / insight

A bitcoin blockchain explorer and API
https://insight.bitpay.com/
MIT License
1.19k stars 1.11k forks source link

How to sync insight API with bitcored #914

Closed Smurfy303 closed 6 years ago

Smurfy303 commented 6 years ago

I am using bitcoin-node-api module of nodejs for that I am running bitcored and start my server which runs fine.

I have transferred money to address which generated by using http://localhost:1111/bitcoin/api/getnewaddress API . For that I refer bitcoin-node-api.

But, When I check the transactions by using listreceivedbyaddress it gives me an output like, "result": [ { "address": "136auV5QyASpX14YLdgiqYEkQH8puAXnE2", "account": "kiran", "amount": 0, "confirmations": 0, "label": "kiran", "txids": [] } ]

Why it not showing me balance or txs ??

Smurfy303 commented 6 years ago

Hi! Dev's, anybody here?

Smurfy303 commented 6 years ago

??

matiu commented 6 years ago

Please stop repeating questions or you will be banned.

https://github.com/bitpay/insight-api/issues/577#issuecomment-380409997

Smurfy303 commented 6 years ago

ohh sorry I felt github issues is for resolving questions thats why I asked question. because I am in trouble and not able to solved it.