0

How do I build the command line wallet for linux?

Example:

  • monero-wallet-cli
  • monero-wallet-rpc
  • monerod

Where can I get the source code? Thank you very much.

user36303
  • 34,928
  • 2
  • 58
  • 123

1 Answers1

1

The source for the Monero tools is on http://github.com/monero-project/monero. Compiling's done with "make". See the README.md file for the necessary dependencies, and detailed build steps for various platforms.

Note that the GUI is on http://github.com/monero-project/monero-core.

user36303
  • 34,928
  • 2
  • 58
  • 123