Making a Solana Wallet
ℹ️ Overview
These steps will allow you to create, transfer, and use a Solana Wallet.
💵 Creating a Wallet
Install the Solana CLI (Windows/Mac)
For the latest instructions, check the Solana CLI installation guide.
Common installation command:
sh -c "$(curl -sSfL https://release.solana.com/stable/install)"
Add the CLI to your system’s PATH:
export PATH="/home/yourusername/.local/share/solana/install/active_release/bin:$PATH"
Verify the installation:
solana --version
📁 Transfer the Wallet File to Your Server Using FTP
Let's get that wallet file added to your bot so it can use it for arbitrage.
Open your FTP Client
Refer to Using FTP Guide in case you missed it
⬇️ Import the Key into Phantom Wallet
Phantom makes swapping funds and everything easier. You can install it on your phone or browser.
Open Phantom Wallet
If you haven’t already, install the Phantom Wallet extension in your browser (available for Chrome, Firefox, Brave, and Edge)
⚠️ Security Recommendations
Store the JSON Wallet File Securely: Only transfer and store the wallet file on secure servers.
Enable Passphrase Protection: A passphrase adds another layer of security.
Keep Seed Phrase Private: Only use the seed phrase for recovery or imports.
With these steps, you’ll be able to create, transfer, and track a Solana wallet across devices, enabling smooth and secure management of your funds. Get that wallet loaded, and we can begin configuring.
Last updated