filecoin-station / core

Station is a visionary network that connects your computer's idle resources to the Filecoin network and rewards you with FIL
https://filstation.app
Other
27 stars 8 forks source link

VPS - Racknerd still no rewards ? #569

Open crescrypto-FIL opened 1 month ago

crescrypto-FIL commented 1 month ago

hi installed station on ubuntu with docker and it is running however rewards are zero.

[2024-08-07T20:01:00Z INFO module:spark/main] Measurement submitted (id: 7016934525) { "totalJobsCompleted": 130, "rewardsScheduledForAddress": "0.0" } [2024-08-07T20:01:00Z INFO module:spark/main] Sleeping for 69 seconds before starting the next task... Meridian contract addresses: 0x8460766Edc62B525fc1FA4D628FC79229dC73031 [2024-08-07T20:02:09Z INFO module:spark/main] [2024-08-07T20:02:09Z INFO module:spark/main] Checking the current SPARK round... [2024-08-07T20:02:09Z INFO module:spark/main] Round did not change since the last iteration [2024-08-07T20:02:09Z INFO module:spark/main] { retrieval: { cid: "bafykbzaceaaiwmawqynbxyf3ynl3ekeyj4umpzxp2zied7m5h6thjupk4eie2", minerId: "f02370792", clients: [ "f02366471" ] } } [2024-08-07T20:02:09Z INFO module:spark/main] Calling Filecoin JSON-RPC to get PeerId of miner f02370792 [2024-08-07T20:02:09Z INFO module:spark/main] Found peer id: 12D3KooWKa1NQKxveFmppQAjkHG8RGpjoQ2ivubeNuEUgZGgc2T6 [2024-08-07T20:02:09Z INFO module:spark/main] Querying IPNI to find retrieval providers for bafykbzaceaaiwmawqynbxyf3ynl3ekeyj4umpzxp2zied7m5h6thjupk4eie2 [2024-08-07T20:02:09Z ERROR module:spark/main] IPNI query failed, HTTP response: 404 [2024-08-07T20:02:09Z INFO module:spark/main] Submitting measurement... [2024-08-07T20:02:09Z INFO module:spark/main] { sparkVersion: "1.14.1", zinniaVersion: "0.20.2", cid: "bafykbzaceaaiwmawqynbxyf3ynl3ekeyj4umpzxp2zied7m5h6thjupk4eie2", minerId: "f02370792", clients: [ "f02366471" ], timeout: false, startAt: 2024-08-07T20:02:09.423Z, firstByteAt: null, endAt: null, carTooLarge: false, byteLength: 0, carChecksum: null, statusCode: null, providerId: "12D3KooWKa1NQKxveFmppQAjkHG8RGpjoQ2ivubeNuEUgZGgc2T6", indexerResult: "ERROR_404", participantAddress: "myaddress", stationId: "302a300506032b6570032100a3de6cc202e3b2b7cc3e4a17e266cb9b8422b481d744106c42d4de867ca673a4" }

Is it because it is on a vps that rewards are zero?

ricarper commented 1 month ago

Today all the stations are down. I have the same problem. No errors are returned.

bajtos commented 1 month ago

@ricarper The address associated with the station ID in your snippet has 0.004101393104176537 FIL of scheduled rewards right now. Could you please double check the logs?

Note that scheduled rewards are updated every round. ATM, Spark rounds are 20 minutes long.

crescrypto-FIL commented 1 month ago

thank you for the response. this is the latest job as of this date and time. this is installed on vps on racknerd / ubuntu with docker /

thank you for your feeback it is much appreciated.

:-) cheers.

[2024-08-08T15:47:32Z INFO module:spark/main] Measurement submitted (id: 7036120849) { "totalJobsCompleted": 967, "rewardsScheduledForAddress": "0.0" } [2024-08-08T15:47:32Z INFO module:spark/main] Sleeping for 79 seconds before starting the next task... [2024-08-08T15:48:51Z INFO module:spark/main] [2024-08-08T15:48:51Z INFO module:spark/main] Checking the current SPARK round... [2024-08-08T15:48:51Z INFO module:spark/main] Round did not change since the last iteration [2024-08-08T15:48:51Z INFO module:spark/main] { retrieval: { cid: "bafykbzacebiobgeh3kuauazsi7swuwn567d55geurhuezqbeuwmqdx33kcuuk", minerId: "f02816095", clients: [ "f02814875" ] } } [2024-08-08T15:48:51Z INFO module:spark/main] Calling Filecoin JSON-RPC to get PeerId of miner f02816095 [2024-08-08T15:48:52Z INFO module:spark/main] Found peer id: 12D3KooWCSyQGAP6QHrfWE1zeTJbAHQ8KJ6aU9oXrFSaeyVo8YwN [2024-08-08T15:48:52Z INFO module:spark/main] Querying IPNI to find retrieval providers for bafykbzacebiobgeh3kuauazsi7swuwn567d55geurhuezqbeuwmqdx33kcuuk [2024-08-08T15:48:52Z ERROR module:spark/main] IPNI query failed, HTTP response: 404 [2024-08-08T15:48:52Z INFO module:spark/main] Submitting measurement... [2024-08-08T15:48:52Z INFO module:spark/main] { sparkVersion: "1.14.1", zinniaVersion: "0.20.2", cid: "bafykbzacebiobgeh3kuauazsi7swuwn567d55geurhuezqbeuwmqdx33kcuuk", minerId: "f02816095", clients: [ "f02814875" ], timeout: false, startAt: 2024-08-08T15:48:51.529Z, firstByteAt: null, endAt: null, carTooLarge: false, byteLength: 0, carChecksum: null, statusCode: null, providerId: "12D3KooWCSyQGAP6QHrfWE1zeTJbAHQ8KJ6aU9oXrFSaeyVo8YwN", indexerResult: "ERROR_404", participantAddress: "myaddress", stationId: "302a300506032b6570032100a3de6cc202e3b2b7cc3e4a17e266cb9b8422b481d744106c42d4de867ca673a4" } [2024-08-08T15:48:52Z INFO module:spark/main] Measurement submitted (id: 7036144634) [2024-08-08T15:48:52Z INFO module:spark/main] Sleeping for 79 seconds before starting the next task...

crescrypto-FIL commented 1 month ago

[2024-08-08T16:15:32Z ERROR module:spark/main] IPNI query failed, HTTP response: 404

ricarper commented 1 month ago

@ricarper The address associated with the station ID in your snippet has 0.004101393104176537 FIL of scheduled rewards right now. Could you please double check the logs?

Note that scheduled rewards are updated every round. ATM, Spark rounds are 20 minutes long.

This is not my logs ;) But since day 7 at 03:41 no rewards are receive on all my gateways.

bajtos commented 1 month ago

[2024-08-08T16:15:32Z ERROR module:spark/main] IPNI query failed, HTTP response: 404

This is a valid retrieval result (the SP does not advertise their deals to the indexer); it's just the message that's confusing. 🙈

bajtos commented 1 month ago

The address associated with the station ID in your snippet has 0.004101393104176537 FIL of scheduled rewards right now. Could you please double check the logs?

Note that scheduled rewards are updated every round. ATM, Spark rounds are 20 minutes long.

I checked the scheduled rewards for 0x8460...73031, today, it's the same value as yesterday: 0.004101393104176537. However, when looking at the recent measurements submitted by the network, I noticed that the Station ID 302a...673a4 reports a different wallet address now - 0x9D689...961a. This new address has 0.0 FIL of scheduled rewards - it seems that Station Core is reporting the correct value.

After further investigation, I found that Spark had an outage caused by a problem with one of our JSON RPC providers. Unfortunately, our monitoring did not detect this problem. I opened a GH issue to improve our monitoring - see https://github.com/filecoin-station/spark-evaluate/issues/312.

The evaluation service runs correctly now.

Unfortunately, the transactions submitting round evaluations to the smart contract are not getting accepted by the network; they have been queueing since yesterday morning. We will investigate this problem further.