addrgen icon indicating copy to clipboard operation
addrgen copied to clipboard

Minimal Bitcoin address generator in Python

Results 2 addrgen issues
Sort by recently updated
recently updated
newest added

``` 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.