Skip to content

Instantly share code, notes, and snippets.

View alexkuck's full-sized avatar

Alex Kuck alexkuck

View GitHub Profile
WireBulletin with message "Hello moto" and epoch time :
0A0A48656C6C6F206D6F746F10EBB5A1B105
=======================================================
script of tx feb9fa9b41d0b831ad221a3f467f1bf9c7a14236fe775470be56a6b3bd3a2a32 [1] :
6A1A425245544852454E0A0A48656C6C6F206D6F746F10E9B3A1B105
6A 1A 425245544852454E 0A0A48656C6C6F206D6F746F10 E9B3A1B105
|| || |--------------| |------------------------| |--------|
OP_RETURN ?? BRETHREN Hello moto time
@alexkuck
alexkuck / BootlegTransaction.java
Last active August 29, 2015 14:02
To make the outputs ArrayList modifiable.
package io.ahimsa.ahimsa_app.application.util;
import com.google.bitcoin.core.NetworkParameters;
import com.google.bitcoin.core.ProtocolException;
import com.google.bitcoin.core.Transaction;
import com.google.bitcoin.core.TransactionOutput;
import java.lang.reflect.Field;
import java.util.ArrayList;
@alexkuck
alexkuck / keybase.md
Created March 27, 2014 14:01
keybase.io proof of identity

Keybase proof

I hereby claim:

  • I am askuck on github.
  • I am askuck (https://keybase.io/askuck) on keybase.
  • I have a public key whose fingerprint is DDEC 7FBA B7FB 6041 99AF 2078 E631 56C8 AAE8 D03E

To claim this, I am signing this object:

#!/usr/bin/env python
import re, collections
from subprocess import *
def sanitize_keybinding(binding):
d = {'space': ' ',
'apostrophe': "'",
'BackSpace': ' (<-)',
'Return': '↵ \n',