75125b971b
Changed command flag -v to show version and exit. Selection of other log levels will be possible in config in the future.
Revertron
2021-04-17 20:37:20 +02:00
bd76b712ad
Changed build system and Github Actions script for build generation. From now on builds will be UPXed. And there will be naked binaries for every (linux nogui) build.
Revertron
2021-04-17 19:06:40 +02:00
f16a95f51e
Added new option -l to write log messages to file. Changed old -l flag to -b.
Revertron
2021-04-17 16:45:49 +02:00
64b353f069
Added a workaround for old domains, that have old name encryption.
Revertron
2021-04-17 13:15:53 +02:00
67757a3f16
Another fix for postrm file in debs.
Revertron
2021-04-17 12:00:29 +02:00
661130847d
Version increment.
Revertron
2021-04-17 03:25:27 +02:00
a76972dde8
Fixed postrm script in generate.sh.
Revertron
2021-04-17 02:52:29 +02:00
47c398118a
Optimized new block processing. Added quick-ban for those, who send wrong blocks.
Revertron
2021-04-17 01:51:14 +02:00
de61d17845
Added new configuration for cross-platform compilation.
Revertron
2021-04-17 00:08:07 +02:00
c2712a1e3a
Added an option to change working directory on start. Use '-w' flag.
Revertron
2021-04-16 23:12:06 +02:00
2b58d063dd
Increased DNS client timeout from 1 second to 3. Added YGGv6 address to bootstrap peers. Incremented version.
Revertron
2021-04-13 19:17:05 +02:00
536515519a
Refactored the work with signing blocks.
Revertron
2021-04-13 18:49:26 +02:00
ee9b73b190
Fixed negative DNS responses.
Revertron
2021-04-13 18:46:48 +02:00
63bc120105
Added 'meship' zone to reserved zones list.
Revertron
2021-04-13 11:45:23 +02:00
858122c31d
Added first version of about_ru.md
Revertron
2021-04-12 01:07:34 +02:00
ae77ee6780
Removed check_db() as not needed now. Maybe we will need it sometimes.
Revertron
2021-04-11 17:52:54 +02:00
92209689d6
Fixed parsing of DomainData, many other fixes.
Revertron
2021-04-11 17:50:55 +02:00
514c49307a
Added hints to controls.
Revertron
2021-04-10 22:26:49 +02:00
a8f7838b87
Fixed some styles.
Revertron
2021-04-10 21:11:59 +02:00
f671de3746
Added some checks for "Yggdrasil only" zones.
Revertron
2021-04-10 20:02:51 +02:00
04189f319a
Added target difficulty to statusbar.
Revertron
2021-04-10 17:59:17 +02:00
b97304ba20
Added postrm script to debs, to delete blockchain on uninstall.
Revertron
2021-04-10 14:15:59 +02:00
3900790f03
Returned low thread priorty as it seems after thorough tests that there is an impact afterall. But this functionality is now controlled by option 'mining.lower'.
Revertron
2021-04-10 14:03:52 +02:00
a74a0733ac
Changed identity format in transactions, now it will be double Sha256. Added new checks for forked blocks. Added options table. Added posibility to replace blocks in DB by more appropriate forks. Divided transactions table to domains and zones tables. Added a timestamp to domains and zones table, it will give us possibility to purge old domains. Changed difficulty check to check head and tail (sum of them) of the hash. Added encrypted (by Chacha20) domain name to DomainData, added contacts and owners vectors for it too. Added yggdrasil flag to ZoneData - it will restrict all IPs for domains in particular zone to Yggdrasil only. Changed difficulties of various block types. Added a temporary (for a run) unique ID to all handshakes. Start of signing blocks mining will be after 60 seconds after full block. Added mining status to statusbar.
Revertron
2021-04-10 09:47:21 +02:00