The quest to get more uniform BFA nodes
1.8K
Running Dockers on Ubuntu/Debian hosts? Read https://docs.docker.com/install/linux/linux-postinstall/#your-kernel-does-not-support-cgroup-swap-limit-capabilities
To run your own bfanode, run: docker run -d --name bfanode --memory 4g -p 30303 -p 127.0.0.1:8545 -p 127.0.0.1:8546 --restart=unless-stopped rlegene/bfanode
Port 30303 will be reachable from the world. 8545-8546 only from localhost or from hosts you --link it to.
It should take a few hours to synchronize. You can monitor the import of blocks with: docker exec bfanode bfalog.sh
By default the node will have no account associated with it.
Content type
Image
Digest
Size
225.5 MB
Last updated
almost 7 years ago
docker pull rlegene/bfanode