Skip to content

Kay-79/bsc_node

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

bsc_node

Setup Binance Smart Chain Node

Follow this tutorial: here

Setup Full Node

Initialize Binance Smart Chain Node

$ git clone https://github.com/Kay-79/bsc_node
$ cd bsc_node
$ make geth
$ make init

Run Binance Smart Chain Node

$ make bscNode

Check Node Status

$ make log

Issues and Solutions

1. Error: "BAD BLOCK"

Solution:

  • FYI ethereum/go-ethereum#23613
  • The database is corrupt, a fast way to fix it is to restart the node with --snapshot=false and wait one hour and restart it again with --snapshot=true

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published