Pinned Loading
-
-
-
python-paperwallet
python-paperwallet PublicCreates a 100% 'pure local' paperwallet from a local image using PIL
-
Opens a bitcoin.conf and puts conten...
Opens a bitcoin.conf and puts contents into a dict 1import os
23def readCfg(location):
4# Make sure file exists...
5if not os.path.exists(location):
-
create a tor hashed password without...
create a tor hashed password without using `tor --hash-password` 1from os import urandom
2from binascii import b2a_hex
3from hashlib import sha1
45def getTorPassHash(secret='password'):
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.