Hello Everyone . I'm pleased to announce yet another update to CryptiKit! I will keep rolling these out as this is how I prefer to release.
This release brings a major performance workaround to the check_nodes task. Additionally, CryptiKit can now deploy Crypti nodes to CentOS (7.0 x64) and Fedora (20 x64) operating systems on supported hosts. Be sure to read the Changelog.md and README.md for usage instructions.
I also want to give a BIG shout out to PabloAngello and Barie on the #CryptiTalk IRC for their valuable suggestions and words of encouragement. Without which I would have given up a long time ago...
Please download here: https://github.com/karmacoma/cryptikit/releases/tag/v1.7.0
If you don't know about CryptiKit and what it can do already, please read here:
- https://github.com/karmacoma/cryptikit/blob/v1.7.0/README.md
Changelog
- Adding support for deployment to CentOS and Fedora operating systems
For usage instructions please see:
https://github.com/karmacoma/cryptikit/blob/v1.7.0/README.md#typical-usage
For available operating systems for each supported host please see:
https://github.com/karmacoma/cryptikit/blob/v1.7.0/README.md#supported-hosts
- Implementing workaround for slow check_nodes task
Forging status is now checked separately from mining info; Allowing slow /api/getMiningInfo requests to be optionally avoided. Mining info can therefore be disabled permanently through config.yml or optionally at runtime from the command line.
For more information please see:
https://github.com/karmacoma/cryptikit/blob/v1.7.0/README.md#mining-info
- Downloading zip files to static file names; Allowing app and blockchain urls to be more easily customised without breaking CryptiKit
Example config.yml with customised URLs hosted on Dropbox:
blockchain_url: https://www.dropbox.com/s/rbkx0rtvhp4xxbe/blockchain.db.zip?dl=0
Cheers, Karmacoma24.