16604
![]() Many people have bought Solana mobile phones before, and now the benefits are here! Bind Sol mobile wallet and Backpack new account to get $1,000 back in handling fees! The 3-4 million transaction volume and future rewards generated by spending 1,000 US dollars are all given away for free! With so much trading volume, airdrops will be a big deal in the future! Many people don't know how to code, but now the master has developed the code! We only need to know a few terminal commands to wipe it out easily. Let me write a simple tutorial. Prepare materials
Brief operation process on computer
on mobile phone
on computer
Complete operation process 1. Register the backpack and generate API Registering a backpack, completing the certification, and recharging are all very simple, so I won’t go into details. Ask your relatives for help. About invitation code binding:
The location of the generated API is difficult to find. You can go directly to it through this link: https://backpack.exchange/portfolio/settings/api-keys After entering, click New API Key in the lower right corner, fill in the API name and then generate it! Then record the Key and Secret ![]() 2. Mobile phone operation
Generally, just open your phone and follow the steps step by step. Or go to the desktop and click on the Wallet application. The final sign of success is receiving your own NFT. 4. Download the backpack app There is a dAPP Store on SOL mobile phone, It looks like this: ![]() Go in and search to download backpack, then log in to the backpack account you have registered before. 5. Click on the homepage to participate in the event Then on the homepage of the backpack, there will be a notification to participate in the event. Click it. After entering, click the bottom button to complete the binding. ![]() 3. Run the code to increase the volume! 1. Download this code to a local folder https://github.com/yanowo/Backpack-MM-Simple 2. After opening the folder, find and copy the file ![]() Delete the .example at the end of the file name and it becomes like this ![]() 3. Update the .env file: Open the .env file with Notepad, and then update the following values, which were generated before the first step: BACKPACK_KEY= your backpack api key BACKPACK_SECRET=your backpack_secret_key BACKPACK_PROXY_WEBSOCKET= http://user:pass@host:port/ or http://host:port (leave blank or remove if not needed), fill in an IP you usually use according to the format here 4. Open the terminal in the folder Inside the code folder, click Shift + right mouse button, click here to open the terminal or here to open the powershell window. ![]() Enter the command below, then click Enter to run! python run.py --exchange backpack --market-type perp --symbol SOL_USDC_PERP --spread 0.05 --quantity 0.1 --max-orders 2 --target-position 0 --max-position 0.5 --position-threshold 0.4 --inventory-skew 0 --stop-loss -25 --take-profit 50 --duration 999999999 --interval 10 The various parameters above are described in detail in the code repository. Generally speaking, you can run! It ends when you reach 1,000 balance! 5. How to run multiple accounts? If you have multiple mobile phones, register multiple backpack accounts corresponding to multiple APIs. Then copy the code folder into multiple copies, enter a different API Key into each folder, then open a terminal in each folder and run the corresponding command. This blogger's code is a market-making strategy. The wear and tear I ran myself is about 30,000! |