Skip to content

Instantly share code, notes, and snippets.

@bakavic
bakavic / dwarf_checker.php
Created September 7, 2017 13:59
Simple PHP page to view all your dwarfpool workers and addresses on 1 page
<?php
// Add as many addresses (and email that was associated) here
$accts = [
[
"address" => "0x967de65f15763181a9914ddb0b04cc53474329fa",
"email" => "me@example.com"
]
];
$url = "http://dwarfpool.com/eth/api?";
@bakavic
bakavic / keybase.md
Created October 11, 2016 12:00
keybase.md

Keybase proof

I hereby claim:

  • I am bakavic on github.
  • I am bakavic (https://keybase.io/bakavic) on keybase.
  • I have a public key whose fingerprint is 23AA D7E8 5B8A 7CAE 9772 A742 039C BB69 39E0 82AE

To claim this, I am signing this object:

@bakavic
bakavic / Group.js
Last active August 29, 2015 14:09
Waterline: Using attributes in join table
/**
* Group.js
*
* @description :: TODO: You might write a short summary of how this model works and what it represents here.
* @docs :: http://sailsjs.org/#!documentation/models
*/
module.exports = {
attributes: {