|
{% include disclaimer.html translated="no" translationOutdated="no" %}
|
|
|
### Table of Content
|
|
|
[Windows](#windows)
|
|
|
[Mac OS X](#mac-os-x)
|
|
|
[Linux](#linux)
|
|
|
[Final notes](#a-few-final-notes)
|
|
|
### Windows
|
|
|
We first have to ensure that we're sufficiently prepared. This entails the following:
|
|
|
- This guide assumes you have already initialized your Ledger wallet and thus generated a 24 word mnemonic seed.
|
|
|
- You need to run / use CLI v0.12.2.0, which can be found <a href="{{site.baseurl}}/downloads/">here</a>.
|
|
|
- You need to install the Ledger Monero app and configure your system. Instructions can be found [here](https://github.com/LedgerHQ/blue-app-monero/blob/master/doc/user/bolos-app-monero.pdf) (sections 3.1.1 and 3.2.3 in particular). In addition, make sure to set the network to `Mainnet`
|
|
|
- Your Ledger needs to be plugged in and the Ledger Monero app should be running.
|
|
|
- Either your @daemon (`monerod.exe`) should be running and preferably be fully synced or you should connect to a remote node.
|
|
|
Now that we're sufficiently prepared, let's start!
|
|
|
- Go to the directory / folder monerod.exe and monero-wallet-cli.exe are located.
|
|
|
- Open a new command prompt / powershell. This is done by first making sure your cursor isn't located on any of the files and subsequently doing SHIFT + right click. It will give you an option to "Open command window here". If you're using Windows 10 in latest version, it'll give you an option to "open the PowerShell window here".
|
|
|
- Now type:
|
|
|
`monero-wallet-cli.exe --generate-from-device <new-wallet-name> --subaddress-lookahead 3:200` (Win 7 + 8)
|
|
|
`.\monero-wallet-cli.exe --generate-from-device <new-wallet-name> --subaddress-lookahead 3:200` (Win 10)
|
|
|
Note that is simply a placeholder for the actual wallet name. If you, for instance, want to name your wallet `MoneroWallet`, the command would be as follows:
|
|