I hereby claim:
- I am nitronick600 on github.
- I am nickhansen (https://keybase.io/nickhansen) on keybase.
- I have a public key whose fingerprint is DEA5 D49C F915 9DB5 82EC 7721 2247 1344 2D8F 8FC3
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
| package main | |
| import ( | |
| "encoding/hex" | |
| "log" | |
| "testing" | |
| "github.com/dchest/blake2b" | |
| ) | |
| func TestBuildingMerkleBranch(t *testing.T) { |
| var Client = require('node-rest-client').Client; | |
| var client = new Client(); | |
| client.get("http://35.188.75.76:9980/explorer/blocks/86011", { headers: { "User-Agent": "Sia-Agent" } }, function (data, response) { | |
| console.log("// Miner Payouts") | |
| data.block.minerpayoutids.forEach((minerPayout) => { | |
| console.log(minerPayout) | |
| }) | |