question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

[BUG]can't find plots

See original GitHub issue

`2021-05-28T15:08:56.557 chia.plotting.check_plots : INFO Summary 2021-05-28T15:08:56.558 chia.plotting.check_plots : INFO Found 35 valid plots, total size 3.46431 TiB 2021-05-28T15:08:56.558 chia.plotting.check_plots : INFO 35 plots of size 32

(venv) root@raspberrypi:/home/chia/chia-blockchain# chia farm summary Farming status: Farming Total chia farmed: 0.0 User transaction fees: 0.0 Block rewards: 0.0 Last height farmed: 0 Plot count: 0 Total size of plots: 0.000 GiB Estimated network space: 12904.110 PiB Expected time to win: Unknown ` “chia plots check” discover 35plots, but “chia farm summary” says “plot count: 0” i have restart farm many times, and still can’t fix it chia version: 1.1.6 is it a bug?

Issue Analytics

  • State:closed
  • Created 2 years ago
  • Comments:13

github_iconTop GitHub Comments

1reaction
70hnKukycommented, May 29, 2021

had the same problem. this is how I fixed it:

in .chia/mainnet/config/config.yaml in harvester farmer_peer, host was set to introducer-eu.chia.net with port 8444, but I believe it should be set to localhost with port 8447

like so:

harvester: chia_ssl_ca: crt: config/ssl/ca/chia_ca.crt key: config/ssl/ca/chia_ca.key farmer_peer: host: localhost port: 8447

0reactions
skystone011commented, May 31, 2021

2021-05-30T11:47:25.742 harvester harvester : INFO Reconnecting to peer {‘host’: ‘61.146.17.70’, ‘port’: 8444}

harvester should connect to localhost on port 8447. check your config. this is in my working config:

farmer: full_node_peer: host: localhost port: 8444 harvester_peer: host: localhost port: 8448

full_node: database_path: db/blockchain_v1_CHALLENGE.sqlite enable_upnp: true farmer_peer: host: localhost port: 8447 introducer_peer: host: introducer.chia.net port: 8444 logging: *id001

harvester: chia_ssl_ca: crt: config/ssl/ca/chia_ca.crt key: config/ssl/ca/chia_ca.key farmer_peer: host: localhost port: 8447 logging: *id001 network_overrides: *id002

it works! Thank you, 70hnKuky!

Read more comments on GitHub >

github_iconTop Results From Across the Web

Can't see plots in directory : r/chia - Reddit
Hi, I can't find any of my plots in my directory when I try to farm in the chia GUI. Is this a...
Read more >
Skyrim Hearthfire how to fix "Can't Buy more Plots of Land"
Your browser can't play this video. ... later Tags skyrim hearthfire glitch bug land second house buy adoption gameplay "skyrim hearthfire" ...
Read more >
Currently unavailable for purchase - FINAL FANTASY XIV Forum
Is this a bug or are all plots now on the same lottery schedule? ... I find a plot in Shirogane but I...
Read more >
Land | Lumber Tycoon 2 Wiki - Fandom
Formerly, land plots were able to be moved to spawn using Terrain Welding, alongside Player Welding. Both of these glitched have been patched...
Read more >
figure won't come up after using plot - MATLAB Answers
Learn more about plot, figure, plottools, remote access. ... office computer for the last week and I can't recall if this problem started...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found