You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
⚠️ **Note**: Our CLI can only work with local keys. Consider using a new account for withdrawals to keep your main wallet secure. The withdrawal operation will utilize the following:
@@ -44,17 +72,25 @@ solana-keygen new --outfile ./local-keypair.json
44
72
45
73
Remember the **`KEYPAIR_FILE`** path and **`SOL_ACCOUNT_PUBKEY`** from the output.
46
74
47
-
2.**Verify the new account with `SOL_ACCOUNT_PUBKEY`**:
75
+
2.**Configure RPC endpoint**:
76
+
77
+
The default Solana RPC endpoint may not work reliably for mainnet operations. Set a dedicated RPC URL (e.g., from [Helius](https://www.helius.dev/)):
78
+
79
+
```bash
80
+
solana config set --url https://mainnet.helius-rpc.com/?api-key=YOUR_API_KEY
81
+
```
82
+
83
+
3.**Verify the new account with `SOL_ACCOUNT_PUBKEY`**:
48
84
49
85
```bash
50
86
solana balance SOL_ACCOUNT_PUBKEY
51
87
```
52
88
53
-
3.**Transfer stSOL to the local account using `SOL_ACCOUNT_PUBKEY`** and **note the transaction signature**.
89
+
4.**Transfer stSOL to the local account using `SOL_ACCOUNT_PUBKEY`** and **note the transaction signature**.
54
90
55
-
4.**Identify `STSOL_ACCOUNT_PUBKEY`**:
91
+
5.**Identify `STSOL_ACCOUNT_PUBKEY`**:
56
92
57
-
⚠️ After transferring stSOL, a child account for stSOL is created under your local account. To proceed, locate this address by searching your **transaction signature** on [Solscan](https://solscan.io/) and saving the **Destination** pubkey found under **Instruction Details →#3 - Token Transfer**.
93
+
⚠️ After transferring stSOL, a child account for stSOL is created under your local account. To proceed, locate this address by searching your **transaction signature** on [Solscan](https://solscan.io/) and saving the **Destination** pubkey found under **Token Program: TransferChecked** in the instruction details.
0 commit comments