-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Open
Description
Hi,
I am attempting to set up Iquidus for Crowncoin. Indexing always fails at block #600805. #600804 is the last successfully indexed block. The dev team are not aware of anything unusual about this block. There are no hard forks associated with it, it looks pretty normal.
The error message is as follows:
/home/ubuntu/explorer/lib/explorer.js:285
module.exports.is_unique(arr_vout, vout[i].scriptPubKey.addresses[0], function(unique, index) {
^
TypeError: Cannot read property '0' of undefined
at module.exports.syncLoop.arr_vout.(anonymous function).amount (/home/ubuntu/explorer/lib/explorer.js:285:74)
at Object.loop.next (/home/ubuntu/explorer/lib/explorer.js:189:18)
at Object.module.exports.syncLoop (/home/ubuntu/explorer/lib/explorer.js:205:10)
at Object.module.exports.prepare_vout (/home/ubuntu/explorer/lib/explorer.js:279:20)
at /home/ubuntu/explorer/lib/database.js:141:17
at /home/ubuntu/explorer/lib/explorer.js:387:14
at Object.loop.next (/home/ubuntu/explorer/lib/explorer.js:194:24)
at /home/ubuntu/explorer/lib/explorer.js:373:22
at Object.module.exports.convert_to_satoshi (/home/ubuntu/explorer/lib/explorer.js:25:12)
at /home/ubuntu/explorer/lib/explorer.js:371:30
at /home/ubuntu/explorer/lib/explorer.js:258:14
at Object.loop.next (/home/ubuntu/explorer/lib/explorer.js:194:24)
at Object.module.exports.syncLoop (/home/ubuntu/explorer/lib/explorer.js:205:10)
at Object.module.exports.is_unique (/home/ubuntu/explorer/lib/explorer.js:247:20)
at /home/ubuntu/explorer/lib/explorer.js:369:26
at /home/ubuntu/explorer/lib/explorer.js:353:20
This is an explorer link to the block that is causing a problem https://www.blockexperts.com/crw/height/600805
Coin daemon is latest version and I have tried re-indexing. Daemon is running with appropriate flags.
Can anybody advise?
Many thanks,
Dan