-
Notifications
You must be signed in to change notification settings - Fork 1.3k
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Cant sync Dash Testnet #286
Comments
could you try to capture what vout[0] is providing you? |
The same error message occurs when used with coins based on Dash. Command executed: sudo node scripts/sync.js index update 10: ad41cb231ba1c41066555c71e48900fc0df476e42974dfe341265c652ed40e5c TypeError: Cannot read property 'scriptPubKey' of undefined Command: getblock 00000062dd01170ea0b91e3bb87f76e4bb2fcd9784181fe2280714316ea1e638 Output: Command: getrawtransaction ad41cb231ba1c41066555c71e48900fc0df476e42974dfe341265c652ed40e5c 1 Output: Command: getrawtransaction 97f6c697c4da02da7970290020e65da050f85293802ad93334ca038d4c3d8cab 1 Output: |
I fixed the issue by installing a patch. Run the following commands from inside the explorer folder to install the patch. wget https://raw.githubusercontent.com/walletbuilders/iquidus-x11-patch/master/iquidus_x11_patch.diff The content of the patch is visible on the following page: |
Duplicate of #56 |
When syncing for the first time on the Dash testnet i'm getting the following error:
I'm running on ubuntu 18.04
The text was updated successfully, but these errors were encountered: