Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/wietsewind/xrpl-vanity-to-bigquery
Harvest Vanity Addresses and store in BigQuery
https://github.com/wietsewind/xrpl-vanity-to-bigquery
Last synced: about 13 hours ago
JSON representation
Harvest Vanity Addresses and store in BigQuery
- Host: GitHub
- URL: https://github.com/wietsewind/xrpl-vanity-to-bigquery
- Owner: WietseWind
- Created: 2020-02-26T20:29:35.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-01-22T10:48:10.000Z (almost 3 years ago)
- Last Synced: 2024-04-15T15:38:09.188Z (7 months ago)
- Language: JavaScript
- Size: 39.1 KB
- Stars: 3
- Watchers: 2
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Generate XRPL seeds & derive r-addresses
Generate a random seed for the XRPL (family seed) and derive the address. Store them in Google BigQuery for easy vanity address finding.
## Setup:
```
node setup/createDataset.js xrpl_vanity
node setup/createTable.js xrpl_vanity accounts
```