Get a domain name with 0.2$ save 14.79 ! Why not?

This sale will END this week. Hurry up! Just go: https://www.stablehost.com/domains.php . Find your own domain. Only $0.2 / 1st year, and $14.99/yr later. Promotion Code: SE2KR No later than 27th Oct, 2019 (11.00 PM CET…

228 Likes comments off

Learning about Blockchain explorer Mongodb

Setup a crypto coin blockchain explorer: I deployed a iquidus explorer. Remember some useful sql for Mongodb: #startup sudo service mongod start # connect console commands #mongo > show dbs; > use tempdb; > db.dropDatabase();{…

207 Likes comments off

Need a VPS ? Just go RAMnode

I’m using a VPS ( 2 vCPU 80Gb storage ) in RAMnode. The price is nice 14$/month, more pretty than vultr and ovh with the same server configuration. My invitation link to RAMnode:

267 Likes comments off

Working with Google Sheets

How to insert a image into a cell in google sheet? Just use the formula IMAGE Inserts an image into a cell. Sample Usage IMAGE(“https://www.google.com/images/srpr/logo3w.png”) IMAGE(A2,2) IMAGE(A2,4,120,200) Syntax IMAGE(url, [mode], [height], [width])

184 Likes comments off
Activate SSL for SMF

How to Setup SSL for SimpleMachines Forum (SMF)

Having just gone thru this the first time myself, I thought I’d share my notes & explain each step (as best I can, anyway). This is the stuff I wish I knew up front… Whether…

533 Likes comments off

Simplest way to solo mining Crebellion

The easy Solo mining Guide in 3 steps: 1) make a crebel.conf file: Windows: Make a new text file and name it crebel.conf \AppData\Roaming\crebel\crebel.conf ubuntu: /.crebel/crebel.conf 2) write this in your crebel.conf file:

279 Likes comments off

Compile qt wallet daemon Ubuntu from source

How to compile qt wallet daemon on Ubuntu from DEV github source? Most important parts to your work are libs sudo apt-get install build-essential libtool autotools-dev automake pkg-config libssl-dev libevent-dev bsdmainutils sudo apt-get install libboost-system-dev…

224 Likes comments off

Build DashX daemon from source on Ubuntu

Follow these step to start daemon wallet of DashX coin git clone https://github.com/DashX-Official/DASHX-Core-Source-v.1.0 sudo apt-get install build-essential libtool autotools-dev automake pkg-config libssl-dev libevent-dev bsdmainutils sudo apt-get install libboost-system-dev libboost-filesystem-dev libboost-chrono-dev libboost-program-options-dev libboost-test-dev libboost-thread-dev sudo apt-get install…

208 Likes comments off
Litecoin

Solo Mining Litecoin Tutorial using Ubuntu 16.0.4

First, begin by setting up a Ubuntu server. You will need to have enough disk space for the blockchain. I’m using these specs on Vultr.com 10$/mo: Ubuntu 16.04 1 vCPU 2.0 GB memory 40 GB…

298 Likes 1 Comment
Wallet out of Sync

How to fix cryptocurrency coin wallet out of sync?

I’m a newbie at Cryptocurrency (coin ) mining . I’ll tell you how I fix my problem with offline (cold ) wallet. WHY Should I Use Offline wallet? I have to download windows/Linux/Android wallet program/app…

241 Likes comments off