Skip to content

Instantly share code, notes, and snippets.

View nithesh's full-sized avatar

Nithesh Mittapally nithesh

  • Box
  • San Francisco, CA
View GitHub Profile
@nithesh
nithesh / nth-va-01.config.json
Created February 10, 2018 00:56
Miner Configuration
{
"algo": "neoscrypt",
"user": "CW9dCi1rnCbMv9fmjSat5oGe6DNtyQFsF1.nth01",
"pass": "c=CRC",
"quiet": true,
"url": "stratum+tcp://pool.bsod.pw:4233"
}

Keybase proof

I hereby claim:

  • I am nithesh on github.
  • I am nithesh (https://keybase.io/nithesh) on keybase.
  • I have a public key ASDrdhwT-zGKZ9dET0u3ACJuB0Hi-rZOPmO3y1W09177xAo

To claim this, I am signing this object:

@nithesh
nithesh / pubkeys.sh
Created March 3, 2015 19:16
Get all my public keys from Github and print them
#!/bin/bash
curl -s https://api.github.com/users/nithesh/keys | python -c '
import sys, json
keys = [e["key"] for e in json.load(sys.stdin)]
for k in keys:
print k
'