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:

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

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

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

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

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

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

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

236 Likes comments off
M3U8 stream to MP4

Simple way to record a m3u8 stream to mp4

HLS H264 stream ( m3u8 ) is a very popular media type for streaming on the Internet. How could I record/ save a video from a streaming website? 1. Open the web browser, I recommend…

356 Likes 2 Comments
ffmpeg-livestream

Restream M3U8 source to Facebook Youtube Live

How to restream a m3u8 stream to YouTube/Facebook with FFmpeg Whilst it’s not common if you want to restream a m3u8 source and view through YouTube here is the way to do it with FFmpeg….

340 Likes 2 Comments