Peering port error setting up node

Getting this error after running the last commands to start running a local node as per the instructions

–relayer-da-deploy-height 4867877
–relayer-log-page-size 2000
error: unexpected argument ‘–peering-port’ found

fuelup show gives me the below:
Any help with this please??

installed toolchains

beta-4-x86_64-unknown-linux-gnu (default)
latest-x86_64-unknown-linux-gnu

active toolchain

beta-4-x86_64-unknown-linux-gnu (default)
forc : 0.46.1
- forc-client
- forc-deploy : 0.46.1
- forc-run : 0.46.1
- forc-crypto : not found
- forc-doc : 0.46.1
- forc-explore : 0.28.1
- forc-fmt : 0.46.1
- forc-lsp : 0.46.1
- forc-tx : 0.46.1
- forc-wallet : 0.3.0
fuel-core : 0.20.5
fuel-core-keygen : Error getting version string

fuels versions

forc : 0.45
forc-wallet : 0.45

2 Likes

Hi @mon-doudou welcome.

can you try upgrading to the latest version and toolchain

fuelup self update
fuelup update

Quickstart Contract | Fuel Docs

your active-toolchain should be beta-5 you might need to run:

fuelup toolchain install beta-5
fuelup default beta-5

(haven’t tried but I think fuelup default latest should also work )

here is the results of fuel show on my server

installed toolchains
--------------------
beta-4-x86_64-unknown-linux-gnu
beta-5-x86_64-unknown-linux-gnu (default)
latest-x86_64-unknown-linux-gnu
my_toolchain

active toolchain
----------------
beta-5-x86_64-unknown-linux-gnu (default)
  forc : 0.49.2
    - forc-client
      - forc-deploy : 0.49.2
      - forc-run : 0.49.2
    - forc-crypto : 0.49.2
    - forc-doc : 0.49.2
    - forc-explore : 0.28.1
    - forc-fmt : 0.49.2
    - forc-lsp : 0.49.2
    - forc-tx : 0.49.2
    - forc-wallet : 0.4.3
  fuel-core : 0.22.1
  fuel-core-keygen : 0.22.1

fuels versions
--------------
forc : 0.54.0
forc-wallet : 0.54.0

hope this helps

1 Like

Legend, that worked, thank you!

2 Likes

It’s such amazing code

1 Like

This topic was automatically closed 20 days after the last reply. New replies are no longer allowed.