Fixed some errors while using Yiimp mining pool

To setup a mining pool for a crypto coin, you need a strong server VPS ( 80Gb storage, 2Gb ram ), and run the Yiimp setup script at: https://github.com/xavatar/yiimp_install_scrypt

208 Likes comments off
Letsencrypt XAMPP

Launching an application using XAMPP on EC2 AWS Ubuntu

If you’re having an only 1Gb RAM , 30 Gb storage VPS on ECS AWS, how will you deploy a website? Here is my suggestion. Launch an instance using Ubuntu ( not Windows OS ,…

260 Likes comments off

WordPress and PHP versions matching

Today while I’m trying to deploy a new wordpress (latest version 5.2)  website in the server. I met an error message: Your server is running PHP version 5.4.19 but WordPress 5.2 requires at least 5.6.20….

191 Likes comments off

Iquidus Explorer – Reverse Proxy Port 3001 to 80

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…

217 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();{…

208 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])

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

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

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

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

301 Likes 1 Comment