Giter VIP home page Giter VIP logo

bsc-lite's Introduction

Binance Smart Chain

Binance Smart Chain Fullnode.

based on

Changelogs

Info

This is a Binance Smart Chain Fullnode Container running on _/debian.

For more see: https://docs.binance.org/smart-chain/developer/fullnode.html

Environment variables and defaults

notice

  • --ipcpath /node/geth.ipc
    ipc path must not within external SSD if MacOS
  • --diffsync new mode in geth 1.13

For more see: https://geth.ethereum.org/docs/interface/command-line-options

Samba

  • NETWORK
    • default: main
    • can be set to main or test
    • let's you choose which binance network to use
    • with existing initialized persistent volume changing has no effect

Volumes

  • /data
    • data volume to store all the blockchain / binance smart chain data
    • will be initialized the first time with configured network genesis

Ports

  • 6060 tcp
    • pprof / metrics
  • 8545 tcp
    • HTTP based JSON RPC API
  • 8546 tcp
    • WebSocket based JSON RPC API
  • 30311 udp tcp
    • Node P2P

Example docker-compose.yml

version: '3'
 
services:
  bsc:
    image: xxx/bsc-lite
    restart: always
    environment:
      NETWORK: main
    volumes:
      - ./data:/data
    ports:
      - "127.0.0.1:6060:6060"
      - "127.0.0.1:8545:8545"
      - "127.0.0.1:8546:8546"
      - "30311:30311"

bsc-lite's People

Contributors

digitdefi avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.