iotex-bootstrap icon indicating copy to clipboard operation
iotex-bootstrap copied to clipboard

Config and instructions for running IoTeX node

Results 13 iotex-bootstrap issues
Sort by recently updated
recently updated
newest added

Introduce mem limit for GOGC to prevent oom https://tip.golang.org/doc/gc-guide#Memory_limit

Reference: https://gist.github.com/guo/f72b5ebce9a2b5ddbeb515d0e9e60ed4

`maxPeers` is the number which peer manager try to keep connected to it will be seeking 120% `maxPeers` peers if #peers is below 80% `maxPeers`.

``` /snap/docker/2746/lib/python3.6/site-packages/paramiko/transport.py:32: CryptographyDeprecationWarning: Python 3.6 is no longer supported by the Python core team. Therefore, support for it is deprecated in cryptography. The next release of cryptography (40.0) will be...

good first issue

Otherwise it may download an incapable file like this ``` xxxxxx:~/iotex-var/data# cat 21522640.patch 502 Bad Gateway 502 Bad Gateway nginx (function(){var js = "window['__CF$cv$params']={r:'786f95106dc8c470',m:'ZPAwTJYvgQY0tgj_QsOpdlk8P4x1XTBedn7_OcSrcSQ-1673292572-0-AYVyQkBIEqo8YHPf7uFiXri7q6/ec30QKJNNBKnwnZsMl3TRlxi/QcvQZkAmvdxUxJjOJtlKBTOZ13cfYDG2ZPgzK3oVmTuyjnvCYio+MhrFzxlkYrnu0YGFCFaav0jBFA==',s:[0x99ceb23ed8,0x5a0a97cf42],u:'/cdn-cgi/challenge-platform/h/b'};var now=Date.now()/1000,offset=14400,ts=''+(Math.floor(now)-Math.floor(now%offset)),_cpo=document.createElement('script');_cpo.nonce='',_cpo.src='/cdn-cgi/challenge-platform/h/b/scripts/alpha/invisible.js?ts='+ts,document.getElementsByTagName('head')[0].appendChild(_cpo);";var _0xh = document.createElement('iframe');_0xh.height = 1;_0xh.width...

enhancement

Our currently release process is manual and error-prone - cut release in iotex-core - Manually edit read me in a pr and merge it instead we should have a script...