This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# BetaFlight/SPRACINGF3EVO 3.0.1 Oct 18 2016 / 10:36:44 (48b7b4f) | |
# dump | |
# version | |
# BetaFlight/SPRACINGF3EVO 3.0.1 Oct 18 2016 / 10:36:44 (48b7b4f) | |
# name | |
name - |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Verifying my Blockstack ID is secured with the address 1Kk6P24bgW1WzxaQby3a7ifeJy6JE48wCF https://explorer.blockstack.org/address/1Kk6P24bgW1WzxaQby3a7ifeJy6JE48wCF |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@ECHO OFF | |
SETLOCAL ENABLEDELAYEDEXPANSION | |
SET HENK= | |
SET TRUUS= | |
SET ROOT=%1 | |
SET ROOT=%ROOT:~1% | |
SET ROOT=%ROOT:~0,-1% |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env python | |
from bitcoinrpc import authproxy | |
import pprint | |
import sys | |
import datetime | |
import pandas as pd | |
import ast | |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# import all privkeys | |
cat FILEWITHALLPRIVKEYS | xargs -I {} ./bitcoin-cli importprivkey {} "" false | |
# find all addresses in wallet | |
./bgold-cli listaddressgroupings | grep \"G | cut -b 8- | cut -b -34 > addresses | |
# import addresses you have (dno why this was needed) | |
cat addresses | xargs -I {} ./bgold-cli importaddress {} "" false | |
# greg's 'throw blocks around' oneliner |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env perl | |
use IO::Socket::INET; | |
my $sig = 'Art-Net'.pack('x'); | |
my $op = pack('v', 0x5000); | |
my $ver = pack('n', 14); | |
my $seq = pack('x'); | |
my $phy = pack('x'); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// 4x4 pixel font, horrible, unreadable :) | |
const int CHAR_WIDTH = 4; | |
const int CHAR_HEIGHT = 4; | |
byte halffont[95][4] = { {0,0,0,0}, //space | |
{0,0,0,0}, // ! | |
{0,0,0,0}, // " | |
{0,0,0,0}, // # | |
{0,0,0,0}, // $ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# how to build the new neos v3 wallet on debian 8/9 based distros | |
# buZz 23 july 2018 , i live on irc #neoscoin | |
# send your thanks to NXQGBzgQBi7pcjhYcBg5aA3ue1z2MfX4bB ;) | |
# tested on ; | |
# - debian jessie (8.x) | |
# - ubuntu 16.04 | |
# - debian stretch (9.x) (needs libssl1.0-dev) | |
# - ubuntu 18.04 (needs libssl1.0-dev) |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.