Configure RPC and Service Parameters

Modify the .config/evm-chains.json file in beaver-payment-install

vim .config/evm-chains.json

You can modify the RPC server endpoints corresponding to each chain according to your actual situation. After configuring, please restart the service.

The chain scanning will generate a large number of requests to the RPC, and regular public RPCs often have rate limiters and other throttling measures in place. It is also possible that the server’s IP address may be blacklisted, resulting in service interruption. To avoid this, you can set up your own RPC server or use RPC addresses provided by professional RPC service providers.

docker-compose down
docker-compose -f docker-compose-prod.yml up -d
# docker-compose -f docker-compose-local.yml up -d # local

In the management client, there is monitoring for each chain scanning thread. When a service is found to be paused, it will generally restart automatically. If it does not restart automatically, you can manually restart by clicking “Restart.”

As shown in the image below:

Last updated