Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/thedevminertv/checkpoint-generator
This NodeJS utility generates the checkpoints.csv file from a daemon and saves it to disk.
https://github.com/thedevminertv/checkpoint-generator
Last synced: 15 days ago
JSON representation
This NodeJS utility generates the checkpoints.csv file from a daemon and saves it to disk.
- Host: GitHub
- URL: https://github.com/thedevminertv/checkpoint-generator
- Owner: TheDevMinerTV
- Created: 2019-04-24T12:29:27.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-12-15T02:15:23.000Z (11 months ago)
- Last Synced: 2024-10-10T21:16:30.351Z (about 1 month ago)
- Language: JavaScript
- Homepage:
- Size: 51.8 KB
- Stars: 2
- Watchers: 1
- Forks: 5
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Checkpoint-Generator for all Turtlecoin forks
This NodeJS utility generates the current checkpoints.csv file from a daemon and saves it to disk.
## Requirements
- [turtlecoin-rpc](https://github.com/brandonlehmann/turtlecoin-rpc)## Setup
It's super easy to set up. Just type
```bash
git clone https://github.com/TheDevMinerTV/Checkpoint-Generator && cd Checkpoint-Generator && npm install && npm start
```Then it will fetch all block hashes and save it into checkpoints.csv.
## Forking
Forking is also super easy. You just need to edit checkpoint_generator.js in line 6 and 7.