Chia-Network/chia-blockchain — reverse-engineered prompt

Reverse engineered prompt

Build me a working local version of the Chia blockchain software in Python. I want the normal user pieces, a full node, wallet, farmer, harvester, and plotter, with both a simple desktop GUI and command line tools. It should be something I can install and run on Windows, macOS, or Linux, sync to the Chia network, create or import wallet keys, show balances and transactions, and let me start farming with sensible defaults on regular hardware.

Please make the common setup smooth, including install and startup scripts, clear first run instructions, and basic networking help so peers can reach the node if needed, including the usual port and UPnP guidance. Focus on the parts most users actually need and keep the seeder, timelord, and VDF stuff as advanced or optional instead of the main path. Keep it secure, practical, and easy to use, and look up the current Chia docs online if you need to fill in missing details.

Want more depth? Deep Reverse