Requirements + More than 80 Gb storage VPS ( Ubuntu 18.04 LTS, 20.04 LTS ) + Know some Linux comands Here we go! Download dogecoin wallet from official github: 64bit: https://github.com/dogecoin/dogecoin/releases/download/v1.14.2/dogecoin-1.14.2-x86_64-linux-gnu.tar.gz 32bit:https://github.com/dogecoin/dogecoin/releases/download/v1.14.2/dogecoin-1.14.2-i686-pc-linux-gnu.tar.gz Download doge bootstrap…
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:…
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…
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.
This error occurs when you’re trying to compile the daemon coind from source on Ubuntu 18.0.4 and the solution is
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…