addrgen
addrgen copied to clipboard
Minimal Bitcoin address generator in Python
``` Traceback (most recent call last): File "/Users/dsterry/code/addrgen/addrgen.py", line 199, in test(int(options.otherversion)) File "/Users/dsterry/code/addrgen/addrgen.py", line 176, in test print(get_addr(gen_eckey(compressed=True,version=otherversion),version=otherversion)) File "/Users/dsterry/code/addrgen/addrgen.py", line 158, in get_addr secret = k.get_secret() File "/Users/dsterry/code/addrgen/addrgen.py",...
"Process finished with exit code 139 (interrupted by signal 11: SIGSEGV)" is the error I get running linux. The OSX patch doesn't work either, the command "arch -i386" fails.