This program requires base58 (https://pypi.python.org/pypi/base58/0.2.1).
Simply run from command line:
python burnaddress.py 1BitcoinBurnAddressForYou
or
Import into a script:
sudo bash -c 'dpkg --add-architecture i386 && apt-get update && apt-get install -y libcgmanager0:i386 libgl1-mesa-glx-lts-utopic:i386 libudev1:i386 libc6:i386 libgl1-mesa-dri-lts-utopic:i386 libglapi-mesa-lts-utopic:i386 steam' |
Something or somebody made /var/lib/tor disappear. | |
Creating one for you again. | |
Something or somebody made /var/log/tor disappear. | |
Creating one for you again. | |
* Starting tor daemon... |
This program requires base58 (https://pypi.python.org/pypi/base58/0.2.1).
Simply run from command line:
python burnaddress.py 1BitcoinBurnAddressForYou
or
Import into a script:
import os | |
def readCfg(location): | |
# Make sure file exists... | |
if not os.path.exists(location): | |
return False | |
with open(location) as f: | |
cfg= {} | |
for line in f: | |
line = line.strip() |