This project is designed to make it very easy to help with the distribution of TurtleCoin® checkpoints via IPFS. It is designed to run as a service with an in-built IPFS node where the latest checkpoints hash is retrieved, and locally pinned. Any old pins are removed as needed. The more people that run IPFS nodes with the checkpoints file, the faster everyone else can retrieve it.
- node >=10
- require swarn ports ( ports to open on firewall 4001/tcp 4002/tcp 4003/tcp )
git clone https://github.com/turtlecoin/checkpoints-ipfs-helper
cd checkpoints-ipfs-helper
npm install
npm start
pm2 start index.js --name checkpoints-ipfs
pm2 save
Starting with forever
forever start index.js
npm test
👤 The TurtleCoin Developers
- Twitter: @_turtlecoin
- Github: @turtlecoin
Copyright © 2019 The TurtleCoin Developers.
This project is GPL-3.0 licensed.