Binance Smart Chain node
Steps for getting BSC testnet node running
Step 1: Download Binance Smart Chain node
$ wget https://github.com/binance-chain/bsc/releases/download/v1.1.0-beta/geth_linux
$ mv geth_linux geth
$ chmod +x gethStep 2: Downloading Binance Smart Chain configuration
$ wget https://github.com/binance-chain/bsc/releases/download/v1.1.0-beta/testnet.zip
$ unzip testnet.zipStep 3: Writing genesis state locally
$ ./geth --datadir ./node init genesis.jsonStep 4: Starting the node
./geth --config ./config.toml --datadir ./node --cache 18000 --txlookuplimit 0 --ws --ws.api ethLast updated
Was this helpful?