kevinde0fficial/monero-CLI-wallet — reverse-engineered prompt
Reverse engineered prompt
I want this turned into a working command line Monero wallet and core node setup that I can run locally, not a demo. It should let a normal user create a new wallet, restore one from the 25 word seed, lock it with a strong password, sync with the network, show addresses and balances, and send and receive XMR with Monero’s privacy features intact. It should also support running the blockchain node so the software can validate the chain itself, with a practical option for pruning if that is already supported here.
Please make the build smooth on a typical Linux machine, and use the Docker setup too if that makes things easier. I also want simple usage docs that explain how to compile it, start the node, create or restore a wallet, back up the seed safely, and make a basic transaction. Keep the translations working and make sure the included tests pass or note any that do not. If needed, look up the current Monero docs online and follow the stable, recommended setup.
Want more depth? Deep Reverse