https://github.com/bitcoin-com/golden-ticket
Golden Ticket is Bitcoin.com's event paper wallet generator.
https://github.com/bitcoin-com/golden-ticket
Last synced: about 1 year ago
JSON representation
Golden Ticket is Bitcoin.com's event paper wallet generator.
- Host: GitHub
- URL: https://github.com/bitcoin-com/golden-ticket
- Owner: Bitcoin-com
- License: mit
- Created: 2018-09-26T05:45:19.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2023-07-11T23:54:41.000Z (almost 3 years ago)
- Last Synced: 2025-03-27T14:55:20.887Z (about 1 year ago)
- Language: TypeScript
- Homepage:
- Size: 4.06 MB
- Stars: 11
- Watchers: 5
- Forks: 13
- Open Issues: 20
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Golden Ticket

Golden Ticket is [Bitcoin.com's](https://www.bitcoin.com) event paper wallet generator. Use it to create amazing golden tickets for your next event.
Not only does Golden Ticket let you chose a custom mnemonic language or hdpath but it also generates html, pdf and a spreadsheet mapping cashAddr, privKey, index and swept status of each golden ticket as well as generating stats and reclaiming unclaimed funds.
## Features
- Generate mnemonic in 1 of 8 languages (english, japanese, chinese_simplified, chinese_traditional, french, italian, korean, spanish)
- Generate basic BIP44 wallet
- Create Golden Tickets in html and pdf format for printing.
- Create .csv file w/ cash address, wif and ticket tier breakdown
- Fund all tickets programmatically
- Check which tickets have been claimed and generate stats report
- Sweep unclaimed funds back to your wallet
## Getting started
[getting-started](documentation/getting-started.md)
## Workflow
A typical workflow is
1. [generate-wallet](documentation/generate-wallet.md)
2. [create-tickets](documentation/create-tickets.md)
3. [create-csv](documentation/create-csv.md)
4. [fund-mothership](documentation/fund-mothership.md)
5. [fund-tickets](documentation/fund-tickets.md)
6. [check-tickets](documentation/check-tickets.md)
7. [generate-stats](documentation/generate-stats.md)
8. [reclaim-funds](documentation/reclaim-funds.md)