Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/runeksvendsen/btcdice
Create a Bitcoin private key using a dice
https://github.com/runeksvendsen/btcdice
Last synced: 11 days ago
JSON representation
Create a Bitcoin private key using a dice
- Host: GitHub
- URL: https://github.com/runeksvendsen/btcdice
- Owner: runeksvendsen
- License: mit
- Created: 2013-09-06T15:57:54.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2013-09-06T22:24:05.000Z (about 11 years ago)
- Last Synced: 2023-03-22T10:29:59.620Z (over 1 year ago)
- Size: 152 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
btcdice
=======Generate a Bitcoin private key and its corresponding
address from throwing a dice.Borrows code from: http://code.activestate.com/recipes/134892/
Depends on: https://github.com/jgarzik/python-bitcoinlib
Installation
-------------------------1. Clone the above github repository
2. Place this script inside the created folder (python-bitcoinlib)Usage
-------------------------Simply run the script and start throwing your dice. After every
throw enter the result on the screen. Repeat 100 times for 256 bits
of entropy with a dice with six faces.Options:
-------------------------
1. `--faces`With the `--faces` option you can specify how many sides your dice has. This will automatically adjust the number of throws required to produce the desired amount of entropy (default: 256 bits).
2. `--entropy`
The amount of required entropy can be changed using the `--entropy` option (default: 256 bits).