Indexing update in iquidus explorer

Sometime the indexing, synchronization process take longer time than I expect. Scripts/sync.js seems to be hang, no response? Here is the way to make you clear about the description of sync process Edit the scripts/sync.js:…

71 Likes Comment

Create a bootstrap file to speedup wallet synced

On Windows: Go to CMD command windows, locate to your wallet data folder. Create a bootstrap.dat file using copy command On linux, locate to your wallet data path and execute the following command: ls -1…

76 Likes Comment
Blockchain index update issue

TX not found while trying syn.js index update reindex

Problem:Duplicate “Time” in the rawtransaction rpc Solution: Delete the line of file: src/rpcrawtransaction.cpp Re-compile the daemon wallet and remove previous synchronized data. Another issue you’ll meet while running: node scripts/sync.js index update Cannot read property…

67 Likes Comment

makefile.unix:179: recipe for target ‘obj/checkpoints.o’ failed

This error occurs when you’re trying to compile the daemon coind from source on Ubuntu 18.0.4 and the solution is

79 Likes Comment

Iquidus Explorer – Reverse Proxy Port 3001 to 80

Redirecting traffic from one port to another Let’s issue the following command to redirect incoming traffic on port 80 to our Node.js app that is listening on port 1337: sudo iptables -A PREROUTING -t nat…

74 Likes Comment

Learning about Blockchain explorer Mongodb

Setup a crypto coin blockchain explorer: I deployed a iquidus explorer. Remember some useful sql for Mongodb: #startup sudo service mongod start # connect console commands #mongo > show dbs; > use tempdb; > db.dropDatabase();{…

65 Likes Comment