Vanity MonKey Generator
  • Vanity MonKey Generator
  • GUI Tutorial
    • How to Generate Your Own MonKey
  • CLI Tutorial
    • Windows
    • Linux
    • Mac OS
    • Accessory Names
  • Importing Your Seed
    • Importing to BananoVault
    • Importing to Kalium
  • Advanced
    • Expert Mode
    • Amount of MonKey Requests
  • Links
    • GitHub Repository
    • MonKey
    • Accessories
Powered by GitBook
On this page

Was this helpful?

  1. CLI Tutorial

Mac OS

Generate your MonKey account on Mac OS using the CLI application.

PreviousLinuxNextAccessory Names

Last updated 3 years ago

Was this helpful?

How do I generate one?

To use the CLI version of the generator, compile the program from the source code or download the latest release . To generate a MonKey, you need to create a config.txt file.

## Sample config file ##

# Lines that start with a hash mark (#) are comments.
# You should include each category that you want an accessory from.
# Non-included categories will be regarded as "Any".
glasses: any
hats: none
misc: bowtie, camera, none
# etc.

# There are also two additional variables for settings.

# request-amount sets the amount of requests in each batch.
request-amount: 100 # 100 is the default value.

# log-data logs the result to a .txt file if set true.
log-data: true # false is the default value.

To open the application, open Terminal and navigate to the application's installed directory. You can run the app using

./VanityMonKeyGenerator

If you have set the config.txt file correctly, you will be greeted with the following screen.

Press "Enter" to start your search for a MonKey. The generator will now try to find a Banano account with a MonKey that matches your specifications.

Now, you can copy the seed to any Banano wallet to use your account with the MonKey you want!

You can find the detailed list of accessory names .

here
here
Seems good to go!