Commit Graph
34 Commits
Author SHA1 Message Date
Mariano Sorgente 4353e6658e Remove useless connection close, and fix ssh ui bug 2019-12-06 03:27:40 +09:00
Mariano SorgenteandGitHub b8608942dc Hopeful timeout fixes (#39) 2019-12-05 01:11:25 +09:00
Mariano SorgenteandGitHub dae21de0c1 Fixping (#38)
* Higher ping interval, don't broadcast per connection

* Remove log files
2019-12-04 22:09:02 +09:00
Mariano SorgenteandGitHub f472217eed Ping (#36)
* Start ping pong

* Basic ping ping and disconnect

* Remove useless changes, increase timeout

* Remove connections on failed handshakes

* Only close full node peers to be safe
2019-12-04 17:09:32 +09:00
Mariano SorgenteandGitHub 1e94a5312d Increase farmer threshold, fix ui bug, add docs (#32) 2019-12-04 02:23:25 +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
Gene HoffmanandGitHub bb56a61ba2 Change to introducer DNS name
Using introducer.chia.net. Also updated introducer startup port to 8444
2019-12-02 16:31:34 -08: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 0adf7dacf6 Increase propagation thresholds, docs, fix request block 2019-12-02 17:38:51 +09:00
Mariano Sorgente 787409928c More conservative constants for near sync 2019-11-28 15:24:41 +09:00
Mariano Sorgente 243fdd10fa Tweak constants 2019-11-28 14:03:45 +09:00
Mariano Sorgente 1e3e0a4342 Moved things from disk to memory, clear old blocks 2019-11-28 13:00:17 +09:00
Mariano Sorgente 8c20241273 Change block time to 5 min, 128 block epoch, default upnp 2019-11-28 00:35:48 +09:00
Mariano SorgenteandGitHub 946f2b5f2e Merge pull request #24 from Chia-Network/faster-sync
Faster sync
2019-11-27 16:41:33 +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 29b5fdb610 Keep headers in memory 2019-11-27 12:09:56 +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
fchirica 3174f135fe Precalculated IPS fix 2019-11-25 17:45:06 +01:00
Mariano Sorgente d55738901b Merge branch 'network_id' 2019-11-25 18:14:46 +09:00
Mariano Sorgente 0cefcc8b4a Disbale upnp by default 2019-11-25 18:07:42 +09:00
Mariano Sorgente dba0a17228 Attempt to fix VDF timeout, and add upnp 2019-11-25 17:35:43 +09:00
Mariano Sorgente 8c8d7be0ec Add network_id to protocol 2019-11-25 17:35:43 +09:00
Mariano Sorgente 6f4831d2ec Attempt to fix VDF timeout, and add upnp 2019-11-25 17:21:30 +09:00
Mariano Sorgente d9d7e11897 Add network_id to protocol 2019-11-25 13:52:08 +09:00
Mariano Sorgente 6729afa4be Improve header syncing process 2019-11-24 17:08:34 +09:00
Mariano Sorgente 60607142e2 Changed shutdown procedure, allow ipv6 in UI 2019-11-22 16:37:50 +09:00
Mariano Sorgente 45be0ab0b8 Attempt to fix timeout issue 2019-11-22 15:53:04 +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 2f0c84f75e Change introducer port, remove prints 2019-11-20 17:07:00 +09:00
Mariano Sorgente 86595ca7bf Remove config files 2019-11-20 16:37:58 +09:00
Mariano Sorgente dfd3fd9676 Merge with latest master, bug fixes, cleanup 2019-11-20 16:28:26 +09:00