How to create your own crypto coin, ERC 20 token, based on ETH/Polygon or Matic chain. Here is the simple code of standard ERC 20 token, follow the Token Standard (technical spec) EIP-20. // SPDX-License-Identifier:…
A professional day-trader reveals the real secret to financial success. Reading this e-book is helpful for your trading decision. I’m the loser of losers in crypto currency trading world ( I lost all my fund…
If you’re deploying a simple cryptocurrency blockchain explorer with Iquidus platform, sometime you maybe meet some problems with VPS/Server reboot. Here is a story with the same issue: Hi,I’m trying to index an old blockchain…
Why should I invest in $doge ? Like bitcoin, ethereum and litecoin, the main purpose of this coin is to allow for peer-to-peer transactions. As an investor, here is my opinion about Đoge . Widely…
Safemoon price starts with $0.000005 . It’s a very promising crypto currency project. Today I’ll tell you where to buy and how to buy $SAFEMOON . Open an account at bitmart.com . Finish the KYC…
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. Another issue you’ll meet while running: node scripts/sync.js index update Cannot read property…
This error occurs when you’re trying to compile the daemon coind from source on Ubuntu 18.0.4 and the solution is