Skip to content

Instantly share code, notes, and snippets.

@ghosted09
ghosted09 / minder.sh
Created September 6, 2018 11:32
girt
{
"pools" : [
{
"url" : "stratum+tcp://xmr.pool.minergate.com:45700",
"user" : "imamsurya890@gmail.com",
"pass" : "x"
}
],
"failover-only" : true,
@ghosted09
ghosted09 / compile_monero.sh
Created September 6, 2018 06:57 — forked from marcinwol/compile_monero.sh
Ubuntu 14:04: compile CPUMiner/minerd (forked by LucasJones & Wolf) for Monero mining
# get git to install it
sudo apt-get install git
# dependencies
sudo apt-get install build-essential autotools-dev autoconf libcurl3 libcurl4-gnutls-dev
# download latest version
git clone https://github.com/wolf9466/cpuminer-multi
cd cpuminer-multi/