explorer icon indicating copy to clipboard operation
explorer copied to clipboard

All transactions on update showing tx not found:

Open jojobagings78 opened this issue 4 years ago • 5 comments

Recently installed the latest version of iquidus and its not working with tx not found:

Worked perfectly fine until updated explorer and now all it has on every transactions is tx not found:

It is an old POS codebase and the .conf have has txindex, server, daemon and listen.

Version before was 1.6.1

jojobagings78 avatar Jul 21 '20 22:07 jojobagings78

https://github.com/iquidus/explorer/blob/73580382f5371cdb5bbbe46da42bd0d50df7e355/lib/database.js#L115

"tx not found" only shows up when this message is given. So it's saying it's not connecting to your wallet or there's an issue.

/api/getrawtransaction?txid={InputTXID HERE}&decrypt=0

take the txid that it's failing on (any one of them) and try going there to see if the explorer is having the same issue with that transaction.

uaktags avatar Jul 23 '20 15:07 uaktags

/api/getrawtransaction?txid={InputTXID HERE}&decrypt=0

Returns "There was an error. Check your console."

jojobagings78 avatar Jul 24 '20 11:07 jojobagings78

I returned back to my old version 1.6.1 and reindex works fine but when I try to update I get "There was an error. Check your console."

jojobagings78 avatar Jul 24 '20 11:07 jojobagings78

@jojobagings78 have you checked the upgrade steps including modifying user/pass to username/password in your config?

https://github.com/iquidus/explorer/blob/master/UPGRADE

TheHolyRoger avatar Jul 24 '20 11:07 TheHolyRoger

Same there i always use the 1.6.1 version

le2Ks avatar Oct 11 '20 04:10 le2Ks

@AndersonTYLER @jojobagings78 can you show us an example of how it looks on 1.6.1?

Without testing with every coin we can't find these issues. It looks like you haven't changed the use_rpc setting to true though. I've just made it default to true going forward.

TheHolyRoger avatar Oct 18 '20 10:10 TheHolyRoger