After 2 days running, the wallet still 0

Issue Report

after 2 days running via docker, the wallet still 0. I tried docker compose down then up but not work

Environment

  • Operating System: : Debian GNU/Linux 11 (bullseye)
  • CPU Architecture: amd64 5800x
  • RAM: 32GB
  • Storage: 128GB SSD
  • Plot Size: 10GB
  • Subspace Deployment Method:: docker

Problem

After 2 days running via docker, the wallet still 0

Steps to reproduce

  1. Follow the guide to farm via docker

Expected result

  • Wallet balance >0.

What happens instead

  • Wallet balance =0.
    log of farmer node:
2022-10-22T15:33:25.975357Z  INFO subspace_farmer::archiving: Plotted segment segment_index=83246
2022-10-22T15:33:45.857897Z  INFO subspace_farmer::archiving: Plotted segment segment_index=83247
2022-10-22T15:34:05.689881Z  INFO subspace_farmer::archiving: Plotted segment segment_index=83248
2022-10-22T15:35:03.842709Z  INFO subspace_farmer::archiving: Plotted segment segment_index=83249
2022-10-22T15:36:21.434743Z  INFO subspace_farmer::archiving: Plotted segment segment_index=83250
2022-10-22T15:37:32.153725Z  INFO subspace_farmer::archiving: Plotted segment segment_index=83251
2022-10-22T15:38:25.825117Z  INFO subspace_farmer::archiving: Plotted segment segment_index=83252
2022-10-22T15:39:47.190597Z  INFO subspace_farmer::archiving: Plotted segment segment_index=83253
2022-10-22T15:40:24.394718Z  INFO subspace_farmer::archiving: Plotted segment segment_index=83254
2022-10-22T15:41:47.097783Z  INFO subspace_farmer::archiving: Plotted segment segment_index=83255

log of node:

2022-10-22 15:44:33 [PrimaryChain] 💤 Idle (75 peers), best: #656256 (0xc5d1…a219), finalized #656156 (0xac7f…bc8f), ⬇ 627.9kiB/s ⬆ 894.8kiB/s
2022-10-22 15:44:38 [PrimaryChain] 💤 Idle (75 peers), best: #656256 (0xc5d1…a219), finalized #656156 (0xac7f…bc8f), ⬇ 467.6kiB/s ⬆ 639.8kiB/s
2022-10-22 15:44:40 [PrimaryChain] ✨ Imported #656257 (0x289a…00bf)
2022-10-22 15:44:43 [PrimaryChain] ✨ Imported #656258 (0x3ac8…bb30)
2022-10-22 15:44:43 [PrimaryChain] 💤 Idle (75 peers), best: #656258 (0x3ac8…bb30), finalized #656158 (0x7295…6ae7), ⬇ 1.3MiB/s ⬆ 901.8kiB/s
2022-10-22 15:44:44 [PrimaryChain] ✨ Imported #656258 (0x4832…942f)
2022-10-22 15:44:45 [PrimaryChain] ✨ Imported #656259 (0xe63e…1fd7)
2022-10-22 15:44:46 [PrimaryChain] ✨ Imported #656260 (0x0a3d…4047)

command of the process inside docker:

/subspace-farmer --base-path /var/subspace farm --node-rpc-url ws://node:9944 --ws-server-listen-addr 0.0.0.0:9955 --listen-on /ip4/0.0.0.0/tcp/40333 --reward-address stAXc8AhqdRFXsPFr7AgPqFYZDw8NmpCJcskQTi7nsZPEQFPt --plot-size 10G
/subspace-node --chain gemini-2a --base-path /var/subspace --execution wasm --state-pruning archive --port 30333 --rpc-cors all --rpc-methods safe --unsafe-ws-external --validator --name tientt_node

Wallet address:

A 10GiB plot is quite small and towards the end of Gemini 2a there was a lot of space pledged meaning that on average it would have been a number of days before you saw any rewards. A portion of that 2 days will also have been spent syncing and you do not earn anything during that phase.

I can see that your wallet does now have 0.1 TSSC so I think your setup was fine but pledging more space would have got you a reward quicker.

Join us for Gemini 3 - hopefully you can join the testnet earlier and create a larger plot to increase your chance of rewards? Thanks for contributing to the network though!