Skip to content

Instantly share code, notes, and snippets.

View KolbyML's full-sized avatar

Kolby Moroz Liebl KolbyML

View GitHub Profile
### Keybase proof
I hereby claim:
* I am kolbyml on github.
* I am kolbyml (https://keybase.io/kolbyml) on keybase.
* I have a public key ASD8uNOJjad1ZCdFb6kCesvGDjZTbvmF_-pLvfr3DL4e-go
To claim this, I am signing this object:
@KolbyML
KolbyML / build-veil.sh
Last active January 13, 2019 03:46 — forked from marsmensch/build-veil.sh
MANUALLY compile veil for windows on a Linux 18.04 LTS VM
#!/usr/bin/env bash
#
# /$$ /$$ /$$ /$$
#| $$$ /$$$ | $$ | $$
#| $$$$ /$$$$ /$$$$$$ /$$$$$$/$$$$ /$$$$$$ /$$$$$$ /$$$$$$ /$$$$$$$| $$$$$$$
#| $$ $$/$$ $$ /$$__ $$| $$_ $$_ $$ /$$__ $$|_ $$_/ /$$__ $$ /$$_____/| $$__ $$
#| $$ $$$| $$| $$ \__/| $$ \ $$ \ $$| $$$$$$$$ | $$ | $$$$$$$$| $$ | $$ \ $$
#| $$\ $ | $$| $$ | $$ | $$ | $$| $$_____/ | $$ /$$| $$_____/| $$ | $$ | $$
#| $$ \/ | $$| $$ | $$ | $$ | $$| $$$$$$$ | $$$$/| $$$$$$$| $$$$$$$| $$ | $$
#|__/ |__/|__/ |__/ |__/ |__/ \_______/ \___/ \_______/ \_______/|__/ |__/
@KolbyML
KolbyML / wif.md
Last active December 26, 2018 22:14 — forked from t4sk/wif.md
How to convert private key to WIF

How to convert private key to WIF

0. Overview

WIF = base58check encode ([version byte][private key][checksum])

version byte = 80 for mainnet, ef for testnet and regtest

checksum = first 4 bytes of double SHA256 of private key
@KolbyML
KolbyML / 0README.md
Last active May 5, 2019 10:44 — forked from juancarlospaco/0README.md
Python Versus Nim: Async

Python Versus Nim: Async

  • No performance benchmark.
  • Python ⟿ PEP-8
  • Nim ⟿ NEP1
  • Python ⟿ 3.7
  • Nim ⟿ 0.19
  • No Ofuscation, no Code-Golf.

This is to compare elegant, simple, expressive code.