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

Description
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