Skip to content

Commit 507966d

Browse files
Update README.md
1 parent b441c0e commit 507966d

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

README.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,12 @@ chmod +x solcratesbot-linux // Execute this once to make solcratesbot-linux an e
4949
```
5050

5151
**As the program starts, it will create .env file for environmental variables(stored only on your PC/VPS) to list in:
52-
Private_key variable: The private key of your solana wallet.
53-
Rpc_url variable: Remote Procedure Call URL. You can get it from diverse RPC Solana providers, such as Helius, Alchemy, Quicknode, GetBlock, PublicNode. Usually free/freemium tier is enough to run a program if you use only basic strategies that are not SCALPING and ARBITRAGE**
52+
53+
**Private_key variable: The private key of your solana wallet.**
54+
55+
**Rpc_url variable: Remote Procedure Call Server URL.**
56+
You can get it from diverse RPC Solana providers, such as Helius, Alchemy, Quicknode, GetBlock, PublicNode. Usually free/freemium tier is enough to run a program if you use only basic strategies that are not SCALPING and ARBITRAGE
57+
5458

5559
After setting all variables in .env file, launch program again.
5660

0 commit comments

Comments
 (0)