Convert HEIC to JPG

Convert HEIC into JPG on macOS

HEIC stands for High-Efficiency Image Container, is the default format on new photos on iOS 11 or later. And there’s a little issue for you when you need to create some designs on windows, or…

242 Likes comments off

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…

233 Likes comments off
Error 404 on Wordpress nginx

Fixing 404 error in wordpress on VPS running nginx

Apache rewrite rules and Nginx rewrite rules are different In apache, all you need to configure permalink using mod_rewrite module in .htaccess file. But in Nginx you’ll do in nginx.conf rewrite rules. To avoid 404…

235 Likes comments off
How to select stable php version

Select PHP version in SHARED hosting

Why do you need multiple PHP versions in the same hosting account? There’re many web applications , only runs stably with a specific PHP version. For example a chat web based program like yshout runs…

209 Likes comments off
Convert mov to mp4

Convert .mov to .mp4 using FFMEG

Why do you need this tool ? I myself often record daily moments with my smartphone, iphone, DSLR camera…etc. And these devices has output file extension is .MOV . I will need to convert into…

263 Likes comments off

Python to download video from douyin

277 Likes comments off

PHP parse douyin url without watermark

How to get downloadable video url from douyin?

238 Likes comments off
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…

228 Likes comments off

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

234 Likes comments off

Build your own blockchain base on Komodo Platform

Want to build your own asset chain and token? It’s easier than you might think, thanks to Komodo. Your guide is here: https://medium.com/crowdbotics/want-to-build-your-own-asset-chain-and-token-its-easier-than-you-might-think-thanks-to-komodo-8dab55559a80

202 Likes comments off