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…

82 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

93 Likes Comment