Dad Jokes

Code an ERC 20 Token on Ethereum/Polygon or Matic chain

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:…

97 Likes Comment

Day-trader tips: Best Loser Wins

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…

104 Likes Comment
Blockchain Explorer Issues

Crypto Explorer Index Updating after reboot

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…

92 Likes Comment
dogecoin-project

A coin to invest in ? Choose Dogecoin!

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…

86 Likes Comment

How to buy SAFEMOON coin ?

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…

99 Likes Comment

Create a dogecoin node on your own VPS

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…

76 Likes Comment

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:…

79 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…

87 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…

81 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

91 Likes Comment