betachen
betachen
@lijun4727 can you explain where it crashed. why we modified like this.
可以用中文
Change as: ```cpp if(_bi.number < FORKBLOCK) { if(_bi.timestamp >= _parent.timestamp + time_config) { target = _parent.bits - (_parent.bits/1024); } else { target = _parent.bits + (_parent.bits/1024); } } else {...
touch `hosts.cache` in work dir: add ``` 192.168.1.100:5251 ``` if mvsd not found hosts.cache, will get seeds from DNS server so please create hosts.cache to disable DNS searching.
@vorapoap got same issue on GCC 6 (devtoolset-7) ? it seems gcc version problem.
Hey @ehsueh , what's the issue? I see we may upgrade dependencies but not uing 'sed' to change code. It's not good for maintain if those dependencies are upgraded.
when add "checkpoint" in blockchain settings, header sync is slower than block sync.