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: 3 months 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 (about 6 years ago)
- Default Branch: master
- Last Pushed: 2023-12-15T02:15:23.000Z (over 1 year ago)
- Last Synced: 2025-03-28T08:41:38.993Z (4 months ago)
- Language: JavaScript
- Homepage:
- Size: 51.8 KB
- Stars: 2
- Watchers: 0
- 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.