Commit Graph
17 Commits
Author SHA1 Message Date
Mariano SorgenteandGitHub 55192f257b Fix pos (#45)
* Attempt to fix PoS issue, changing to uint32
* Change more variables to 32 bits
* Script to check plots
2019-12-10 08:10:43 +09:00
Mariano SorgenteandGitHub 4cbd168527 Increase block reward to 16 trillion mojos and change displlay (#34) 2019-12-04 17:11:17 +09:00
Mariano SorgenteandGitHub bee9ce7a54 Add more explanation of how to use simulation (#29)
* Add more explanation of how to use simulation

* Prevent simultanous TCP connection

* Small comment fix
2019-12-03 19:03:43 +09:00
Mariano SorgenteandGitHub 54a87c9ccc Changes (#28)
* Sync changes
* Add recent peer threshold to full node
* Change farmer to weight instead of height
* Remove asyncio cancel, and add visibility of farming rewards
2019-12-03 03:38:00 +09:00
Mariano SorgenteandGitHub 402ea10e20 Sync changes (#27)
* Added a new API call GetAllHeaderHashes which returns just the header hashes. This is used for finding fork point.
* Only downloads headers and blocks from fork point
* Remove CancelledError logging
* Short sync should now work properly, it will always ask for previous block. There might be some repeated requests.
* Introducer now only returns peers which it has seen recently, and full node only connects to peers which it has heard from recently.
2019-12-02 22:47:09 +09:00
Mariano Sorgente b589d5d3e7 Drop database script 2019-11-28 01:08:42 +09:00
Mariano Sorgente 52bc2fddf2 Faster sync algorithm, and requesting blocks 2019-11-27 16:21:48 +09:00
Mariano Sorgente 91c25001d7 Implement faster sync 2019-11-27 14:25:11 +09:00
Mariano Sorgente 26b92997a8 Docs, optimizations 2019-11-27 09:55:23 +09:00
Mariano Sorgente 550e88c39e Start work on local API 2019-11-26 15:23:17 +09:00
Mariano Sorgente 96531cc332 Small tweaks 2019-11-22 17:04:23 +09:00
Mariano Sorgente 45be0ab0b8 Attempt to fix timeout issue 2019-11-22 15:53:04 +09:00
Mariano Sorgente 16f61afe4c Run mongo within each script, not in common 2019-11-22 14:23:39 +09:00
Mariano Sorgente 36017bd660 Merge, change names of scrips, change ports 2019-11-22 12:57:01 +09:00
Mariano Sorgente a722920d36 Merge branch 'install_scripts' into persist 2019-11-22 12:30:16 +09:00
Mariano Sorgente dfd3fd9676 Merge with latest master, bug fixes, cleanup 2019-11-20 16:28:26 +09:00
Alex Wice 3c3df3776e persist should work 2019-11-18 13:40:20 +09:00