The program, which makes an Groestlcoin node in your computer, is called groestlcoind and is part of the official package named Groestlcoin Core It includes…
Tag: ubuntu
Missing network interface 10G Intel X520 with error failed to load because of unsupported SFP+
If you have server with 10G Intel X520 network card and you wonder why your system did not have network and even no interface is…
Running a Monero node from source under Ubuntu 16 LTS
This howto is made to show you how to run a Monero node. To run a Monero node we need the official monero daemon software:…
Building from source a Monero node under Ubuntu 16 LTS
The program, which makes an Monero node in your computer, is called monerod You need a monero node to send and receive coins securely and…
Howto do a netinstall of Ubuntu 16.04 LTS – minimal server installation
Minimal net install is useful when a dedicated server is installed from a IPMI KVM or Dell iDRAC, HP iLO, IBM IMM or where the…
Running an Ethereum node from source under Ubuntu 16 LTS
This howto is made to show you how to run an Ethereum node. To run an Ethereum node we need the geth program to start…
Building from source an Ethereum node under Ubuntu 16 LTS
The program, which makes an Ethereum node in your computer, is called geth . “geth” is written using the GO language and the latest version…
Install GO language in Ubuntu 16 LTS from the official site package
Ubuntu 16 LTS comes with too old GO language version, the version in the official repository is golang-1.6. Many programs released past couple of years…
Install ethminer in a machine with NVIDIA video card under Ubuntu 16.04 LTS
This is simple “how to” to get started mining crypto currency with explanations using Ethash algorithm like Ethererum. Just follow the simple steps and you’ll…
Delete millions of files slowly without loading the server
There a situations when we need to delete a great deal of files from our filesystem and if we just execute rm -Rf the server…