Code Monkey home page Code Monkey logo

bsc's Introduction

Binance Smart Chain - Fullnode (main or test) - (servercontainers/bsc) [x86 + arm]

Binance Smart Chain Fullnode.

Changelogs

  • 2021-04-24
    • switched from alpine to debian due to bugs
  • 2021-04-23
    • accept more connections (ws, rpc) and correct expose
    • http now listens to everything
  • 2021-04-22
    • multiarch build

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

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
  • 8547 tcp
    • GraphQL API
  • 30311 udp tcp
    • Node P2P

Example docker-compose.yml

version: '3'
 
services:
  bsc:
    image: servercontainers/bsc
    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"
      - "127.0.0.1:8547:8547"
      - "30311:30311"

bsc's People

Contributors

marvambass avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

bsc's Issues

Error When Running docker-compose up

Receive the following error when trying to run "docker-compose up"

failed to solve: rpc error: code = Unknown desc = executor failed running [/bin/sh -c export DEBIAN_FRONTEND=noninteractive && apt-get -q -y update && apt-get -q -y install wget curl git unzip build-essential golang && apt-get -q -y clean && rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/* && git clone https://github.com/binance-chain/bsc /bsc && cd /bsc && make geth && cd / && wget $(curl -s https://api.github.com/repos/binance-chain/bsc/releases/latest |grep browser_ |grep mainnet |cut -d" -f4) && wget $(curl -s https://api.github.com/repos/binance-chain/bsc/releases/latest |grep browser_ |grep testnet |cut -d" -f4) && cp /bsc/build/bin/geth /usr/bin/geth && tar cvf /transfer.tar /usr/bin/geth /*.zip]: exit code: 2

any reason why this error is occurring?

missing 2000 block from peers

bscscan lastest block: 6818555
missing 2000 block from peers

currentBlock: 468672,
highestBlock: 6816728 (don't update lastest block)

am use ec2 c5 x2large region USA

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.