Alpha 1.5
- You can now provide an index to
create_plots
using the -i flag to create an arbitrary new plot derived from an existing plot key. Thanks @xorinox. - There is a new
restart_harvester.sh
inscripts/
to easily restart a harvester when you want to add a newly completed plot to the farm without restarting farmer, fullnode, timelord, etc. - Harvesters now log errors if they encounter a malformed or corrupted plot file. Again thanks @xorinox.
- New AJAX based full node UI. To access go to http://127.0.0.1:8555/index.html with any modern web browser on the same machine as the full node.
- VDF verification code is improved and is now more paranoid.
- Timelords can now be run as a cluster of VDF client instances around a central Timelord instance.. Instructions are available in the Cluster Timelord section of the repo wiki.
- If you want to benchmark your CPU as a VDF you can use
vdf_bench square_asm 500000
for the assembly optimized test or justvdf_bench square 500000
for the plain C++ code path. This tool is found inlib/chiavdf/fast_vdf/
. - Improvements to shutting down services in all of the scripts in
scripts/
. Another @xorinox HT. - Thanks @dkackman for clean ups to the proof of space code.
- Thanks to @davision for some typo fixes.