https://github.com/davidegrayson/deg-bitcoin-tools
Some scripts I am working on to do Bitcoin-related crypto stuff.
https://github.com/davidegrayson/deg-bitcoin-tools
Last synced: 11 months ago
JSON representation
Some scripts I am working on to do Bitcoin-related crypto stuff.
- Host: GitHub
- URL: https://github.com/davidegrayson/deg-bitcoin-tools
- Owner: DavidEGrayson
- Created: 2014-04-18T06:59:42.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2018-06-05T04:19:44.000Z (almost 8 years ago)
- Last Synced: 2025-02-14T10:09:42.038Z (about 1 year ago)
- Language: Ruby
- Homepage:
- Size: 148 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
dbtc: David's Bitcoin Tool Chest
----
These are some Ruby scripts I have been working on to do useful stuff with
Bitcoin and similar cryptocurrencies, such as extracting data from wallet
files and converting between different Bitcoin address formats.
Sometimes it is hard to find wallet software that supports all of the
conversions I want to do, especially when you consider all the Bitcoin
forks that have happened, and all the different wallet formats that are out
there. So I write my own, simple code to do that stuff.
This project is not really ready to be used by other people yet.