Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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.