0

Is there an easy to follow guide on how to compile my own monero cli wallet from source code? I want to modify some very minor settings that has to do with initial wallet creation settings specifically the ask-password variable. Currently the ask-password variable on wallet creation is set to 1 as default. I want it to be 0 when creating a wallet as it doesn't seem like this can be set globally from a .conf file.

Patoshi パトシ
  • 4,608
  • 4
  • 27
  • 69

1 Answers1

0

Compiling from source instructions are in the project README.

Though changing the Monero source code just to deviate from a sensible default value, which can be easily changed as soon as the wallet has been created in any case, seems a pointless exercise to me.

jtgrassie
  • 19,601
  • 4
  • 17
  • 54