Skip to content

Instantly share code, notes, and snippets.

@Technifocal
Created November 13, 2017 14:03
Show Gist options
  • Save Technifocal/7ab519a1b906d80cfe1003246bf7814b to your computer and use it in GitHub Desktop.
Save Technifocal/7ab519a1b906d80cfe1003246bf7814b to your computer and use it in GitHub Desktop.
#!/usr/bin/env bash
address=1BitcoinEaterAddressDontSendf59kuE
curl -s "https://api.nicehash.com/api?method=stats.provider&addr=${address}" | jq -r ".result.stats[] | \"nicehash,address=${address},algo=\(.algo) balance=\(.balance)\""
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment