silicoin-network / silicoin-blockchain

Silicoin blockchain python implementation (full node, farmer, harvester, timelord, and wallet)
Apache License 2.0
79 stars 28 forks source link

[BUG] ubuntu client doesn't work #106

Closed narkissos closed 2 years ago

narkissos commented 2 years ago

Describe the bug

To Reproduce

Steps to reproduce the behavior:

  1. clone and install the latest ubuntu client from source code.
  2. run sit keys add to import chia mnemonic seed
  3. run sit plots add -d <dirs> to import chia plots
  4. run sit start farmer to run farmer
  5. wait until farming status is farming
  6. run sit plots check and found everything is OK
  7. run sit farm summary to check farm status, Total size of plots: is always 0
  8. Staking addresses: is blank

Expected behavior plots could be recognized, staking addresses could be shown

Screenshots

1 Desktop

Additional context

vvashkot commented 2 years ago

FWIW I had this same issue and it wasn't until I did sit start timelord that I was able to get my farmer to recognize the plots

narkissos commented 2 years ago

Thanks for the help, I tried to run timelord but nothing happened. :(

github-actions[bot] commented 2 years ago

This issue has been flagged as stale as there has been no activity on it in 14 days. If this issue is still affecting you and in need of review, please update it to keep it open.