Skip to content

Unofficial image of BSC node. Dockerized and performance improved. Built for https://ongrid.pro Binance SmartChain infrastructure.

License

LGPL-3.0, GPL-3.0 licenses found

Licenses found

LGPL-3.0
COPYING.LESSER
GPL-3.0
COPYING
Notifications You must be signed in to change notification settings

OnGridSystems/docker-bsc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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.

About

Unofficial image of BSC node. Dockerized and performance improved. Built for https://ongrid.pro Binance SmartChain infrastructure.

Topics

Resources

License

LGPL-3.0, GPL-3.0 licenses found

Licenses found

LGPL-3.0
COPYING.LESSER
GPL-3.0
COPYING

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published