bitpay / insight

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

All Addresses return Invalid Address #976

Closed mvcastellari closed 5 years ago

mvcastellari commented 5 years ago

Just finished the sync, most transactions doesn`t show the values and the input addresses are Unparsed.

But the main problem is there every address i try to search return Invalid Address, i don't know what can be wrong.

Using:

bitcoind v0.17

the explorer link actually is:

http://bitcoinvalor.com.br:3001/insight/

Any tips?

matiu commented 5 years ago

Are you using bech32 addresses? You fan disable them in bitcoin.conf

On Sat, Nov 17, 2018, 11:14 AM makeholer <notifications@github.com wrote:

Just finished the sync, most transactions doesn`t show the values and the input addresses are Unparsed.

But the main problem is there every address i try to search return Invalid Address, i don't know what can be wrong.

Using:

bitcoind v0.17

the explorer link actually is:

http://bitcoinvalor.com.br:3001/insight/

Any tips?

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/bitpay/insight/issues/976, or mute the thread https://github.com/notifications/unsubscribe-auth/AAGCHKP13Y0xr3YJzE57Xm5tyMOda4GNks5uwBnGgaJpZM4YneAw .

mvcastellari commented 5 years ago

The problem seems to be the bitcoind version, it worked after i purged it and reinstalled bitcore alone.