Skip to content

Instantly share code, notes, and snippets.

View coderubyonrails's full-sized avatar

Coderor coderubyonrails

View GitHub Profile
Run this command to install MG-CLI:
sudo apt-get update && wget https://minergate.com/download/deb-cli -O minergate-cli.deb && sudo dpkg -i minergate-cli.deb
to start miner (4 cores for BCN) use this command:
minergate-cli -user <YOUR@EMAIL.KAPPA> -bcn 4
Feel free to send some of your earnings to me:
BTC (Don't attempt to send other coins to this address!): 17f77AYHsQbdsB1Q6BbqPahJ8ZrjFLYH2j
@coderubyonrails
coderubyonrails / Dockerfile
Created September 22, 2017 09:39 — forked from konklone/Dockerfile
Dockerfile for installing Ruby 2.0 and RVM
FROM ubuntu
MAINTAINER Eric Mill "eric@konklone.com"
# turn on universe packages
RUN echo "deb http://archive.ubuntu.com/ubuntu raring main universe" > /etc/apt/sources.list
RUN apt-get update
# basics
RUN apt-get install -y nginx openssh-server git-core openssh-client curl
RUN apt-get install -y nano
@coderubyonrails
coderubyonrails / gsoc2017.md
Created September 9, 2017 17:06 — forked from bmarkons/gsoc2017.md
Google Summer of Code 2017 - summary

Google Summer of Code 2017 - Long Running Ruby and Rails Benchmarks

Organization
Project Long Running Ruby and Rails Benchmarks
@coderubyonrails
coderubyonrails / frontendDevlopmentBookmarks.md
Created August 29, 2017 14:29 — forked from dypsilon/frontendDevlopmentBookmarks.md
A badass list of frontend development resources I collected over time.