Skip to content
This repository was archived by the owner on Jun 30, 2025. It is now read-only.
This repository was archived by the owner on Jun 30, 2025. It is now read-only.

Schedule rewards show zero #476

@bajtos

Description

@bajtos

I upgraded my Station Desktop instance to v1.7.0 and it started to show 0 scheduled rewards. Downgrading to 1.6.1 did not fix the problem. After downgrading to 1.6.0 I can see my scheduled rewards again.

How to reproduce the problem:

FIL_WALLET_ADDRESS=0xE5975d52558Dc1B4c5249dB5434b585a0Ed69E79 npm start 2>/dev/null

^^^ That does not work, because npm start hard-coded FIL_WALLET_ADDRESS to 0x0...dEaD.

Here is the corrected command:

FIL_WALLET_ADDRESS=0xE5975d52558Dc1B4c5249dB5434b585a0Ed69E79 STATE_ROOT=.state CACHE_ROOT=.cache node ./bin/station.js 2>/dev/null

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions