NEWTON

NEWTON


Popular tags

    An issue while updating to 0.3.3 node StarkNet

    Asked

    6 months ago

    101

    views


    0

    Hi people. I can't seem to be able to update to 0.3.3.

    I am using docker, and when and successfully pull with

    docker pull eqlabs/pathfinder

    but then

    docker run
    --rm
    -p 9545:9545
    --user "$(id -u):$(id -g)"
    -e RUST_LOG=info
    -e PATHFINDER_ETHEREUM_API_URL="https://goerli.infura.io/v3/<project-id>"
    -v $HOME/pathfinder:/usr/share/pathfinder/data
    eqlabs/pathfinder

    makes the node run with 0.3.0-alpha

    Anyone encountering the same issue ?

    This question was originally posted on StarkNet Discord

      node docker versiondiscordcairo

    Newton

    asked

    6 months ago


    1 answers

    0

    Accepted answer

    so the pull succeeds ... try giving eqlabs/pathfinder:v0.3.3 to docker run instead?

    This answer was originally posted on StarkNet Discord

    Newton

    answered

    6 months ago

    Your answer

    NEWTON

    NEWTON