bsc icon indicating copy to clipboard operation
bsc copied to clipboard

Syncmode = fast not working with version 1.1.12-f68965a6

Open singhsahilzeeve opened this issue 2 years ago • 1 comments

System information

Geth version: geth version OS & Version: Windows/Linux/OSX Commit hash : (if develop)

Expected behaviour

Geth process to be running without any error.

Actual behaviour

Geth process stops with the following error.

invalid value "fast" for flag -syncmode: unknown sync mode "fast", want "full", "snap" or "light"

Screenshot from 2022-08-03 00-05-55

Steps to reproduce the behaviour

  1. Download latest geth binary
  2. Run the following command /geth_linux --syncmode 'fast'

Backtrace

[backtrace]

When submitting logs: please submit them as text and not screenshots.

singhsahilzeeve avatar Aug 02 '22 18:08 singhsahilzeeve

In release v1.1.12, --syncemode fast has been removed. Please refer to: https://github.com/bnb-chain/bsc/releases

forcodedancing avatar Aug 03 '22 01:08 forcodedancing