Skip to content

Latest commit

 

History

History
38 lines (26 loc) · 1.4 KB

README.md

File metadata and controls

38 lines (26 loc) · 1.4 KB

Binance Smart Chain Node docker image (unofficial)

This is the Git repo of the OnGrid (unofficial) Docker image for bsc node. See the official README.md and White Paper for details.

Build

docker build -t bsc_node:latest .

Run

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

License

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.