YadaCoin V3.3.0 is now released! Make sure you grab this update before block 65500! We're currently at 65,436 with approximately 1 hour block times.
If you're running from source, do:
git pull origin master
pip install -r requirements-python3.txt
Binaries:
Windows:
https://github.com/pdxwebdev/yadacoin/releases/download/v3.3.0/YadaCoinV3.3.0-Fork-65500-Windows.zipUbuntu:
https://github.com/pdxwebdev/yadacoin/releases/download/v3.3.0/YadaCoinV3.3.0-Fork-65500-Ubuntu.tar.gzThis release includes a fork to fix re-targeting. The fork takes place @ height 65500. The node will now correctly calculate a target difficulty to get us back to 10 minute block times as well as more secure and reliable PoW. Thank @github.com/eggpool for his major contributions to this effort!
If you want to review the research behind this retarget fork, checkout the test-bed repo:
https://github.com/pdxwebdev/rx-experimentsThis release also includes many bug fixes and usability improvements to the wallet app.
The following issues were also closed:
Stop app from requesting same peer after it fails
#17 by pdxwebdev was closed
retrace is malfunctioning in consensus
#16 by pdxwebdev was closed
Fix block times and retarget algo
#15 by pdxwebdev was closed
Fix setup.sh
#12 by pdxwebdev was closed
Set jwt auth token expiration to much longer time
#11 by pdxwebdev was closed 1 minute ago