Skip to content

Instantly share code, notes, and snippets.

anonymous
anonymous / addresses.py
Created December 3, 2016 14:13
BitMessage V4 Vanity Addresses Generator Multi-threaded
import hashlib
from struct import *
from pyelliptic import arithmetic
from binascii import hexlify, unhexlify
#There is another copy of this function in Bitmessagemain.py
def convertIntToString(n):
a = __builtins__.hex(n)