Closed YuXiaoCoder closed 2 years ago
Probably http-max-bytes-in-flight-mb = 4096
is overflowing a buffer? Default is 500MB.
Also the comment in the default config is wrong, seems to return 429, not 503
# Maximum size in megabytes http_plugin should use for processing http requests. 503 error response when exceeded. (eosio::http_plugin)
After I tweaked the config, it already worked, thanks a lot
If you encounter difficulties in building algo node, you may use this public node. curl --location --request POST 'https://rhizome.ebtoken.io/eos/v1/chain/get_block' \ --header 'Content-Type: application/json' \ --header 'x-api-key: 5dc8b194-9c90-4080-be96-895321a5b5a2' \ --data-raw '{"block_num_or_id":"282640500"}'
I try to get the node height and it returns a response like this:
log output:
OS Version:Docker Ubuntu 20.04 Node Version: v3.1.0
I started from a snapshot load
my config file