This is the Git repo of the OnGrid (unofficial) Docker image for bsc node. See the official README.md and White Paper for details.
docker build -t bsc_node:latest .
On Binance Smart Chain (BSC) mainnet #56
docker run -v /node:/node -d -p 8545:8545 -p 30303:30303 -p 30303:30303/udp --name bsc_node bsc_node:latest
On Binance Smart Chain (BSC) mainnet #97
docker run -e NET_ID=97 -v /node:/node -d -p 8545:8545 -p 30303:30303 -p 30303:30303/udp --name bsc_node bsc_node:latest
The docker configuration and scripts developed by OnGrid Systems are licensed under the
GNU Lesser General Public License v3.0,
also included in our repository in the COPYING.LESSER
file.
The bsc library (i.e. all code outside of the cmd
directory) is licensed under the
GNU Lesser General Public License v3.0,
also included in our repository in the COPYING.LESSER
file.
The bsc binaries (i.e. all code inside of the cmd
directory) is licensed under the
GNU General Public License v3.0, also
included in our repository in the COPYING
file.