Skip to main content

2. Create a wallet

To create a wallet, go to ~/Documents/abel/abewallet-macos-amd64-v0.11.1/ and run

# macOS and Linux
./start_abewallet.sh --create
# Windows
abewallet --create

Here is an example.

./start_abewallet.sh --create
Enter the private passphrase for your new wallet:
Confirm passphrase:
Enter the public passphrase for your new wallet:
Confirm passphrase:
NOTE: Use the --walletpass option to configure your public passphrase.
Do you have an existing wallet seed you want to use? (n/no/y/yes) [no]:
Your wallet generation seed is:
afe0f025646cde3eee099db9215f8cdb212ed0e06730fd0087e9d1ff5565fd53
the crypto version is 0
Your wallet mnemonic list is:
quiz,always,announce,silver,social,buyer,return,crisp,rice,april,tobacco,rent,base,half,light,toward,wonder,aerobic,whip,physical,vocal,real,vocal,leg
IMPORTANT: Keep the version and seed in a safe place as you
will NOT be able to restore your wallet without it.
Please keep in mind that anyone who has access
to the seed can also restore your wallet thereby
giving them access to all your funds, so it is
imperative that you keep it in a secure location.
Once you have stored the seed in a safe and secure location, enter "OK" to continue: OK
Creating the wallet...
Please remember the initial address:
00000000005a38589d86427698e3ec735335b368899ed6e0239c4285bbc4e370f4ea4e6d2ac1f1555b53f8df7c30e13d4bccc3b6d56763ec279620d9f131fb68089cb8ef18885950f84e56bf78d1780a5cac57d0888dabd669f86f85e7055afabae6a332fa000b3c6ee6a09751ce41ad7de4e...

The public passphrase will be used when running abewallet, and the private passphrase will be used for unlocking the wallet (so to spend transfer ABEL tokens). These passphrases should be different and kept strictly safe.

Important: Keep the crypto version and mnemonic list in a safe place, and also remember the number of times that you have recovered the same wallet. The mnemonic list can be used for recovering the wallet in the future in case you lose your wallet, install another mining machine while using the same wallet, or upgrade the mining software.

The initial address will be used as your mining address or payment address later.

Important: All these information should be copied down, namely, public passphrase, private passphrase, crypto version, mnemonic list, initial address, and the number of times that the same wallet has been recovered.