Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/runeksvendsen/sbag
Simple Bitcoin address generator
https://github.com/runeksvendsen/sbag
Last synced: 11 days ago
JSON representation
Simple Bitcoin address generator
- Host: GitHub
- URL: https://github.com/runeksvendsen/sbag
- Owner: runeksvendsen
- Created: 2012-10-08T07:43:46.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2012-10-08T08:50:20.000Z (about 12 years ago)
- Last Synced: 2023-03-22T10:30:01.950Z (over 1 year ago)
- Language: C
- Size: 93.8 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
You should be able to build this program with the following commands:
`gcc -O3 -Wall -c -fmessage-length=0 -std=c99 -o sbag.o sbag.c`
`gcc -L -static -o sbag sbag.o -lcrypto -lssl`If I build openssl with the following options, the resulting executable is 2.0 MB (on my x64 system):
./config no-threads no-zlib no-shared no-asm no-bf no-cast no-des no-dh no-dsa no-md2 no-mdc2 no-rc2 no-rc4 no-rc5 -no-hw -no-dso no-krb5