找回密码
 立即注册

Solana mobile phone will give you $1,000 to buy a Backpack!

Anatoly 2025-10-14 19:35 16604人围观 SOL

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 d


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 

  • solana mobile phone
  • Register your backpack’s email address, information required for certification, and a new account to participate in the event
  • Funding, $1,500-$2,000. If you don’t want to spend $1,000, you have to prepare more, right?
  • The brush trading code comes from @practice_y11, a blogger on X: https://github.com/yanowo/Backpack-MM-Simple

Brief operation process 


on computer
  • Register for backpack
  • Complete certification
  • top up
  • Generate API Key and Secret

on mobile phone
  • Activate at boot
  • Network tools
  • Use the wallet app that comes with your phone to generate a wallet address and receive NFT
  • SOL mobile dAPP Store download backpack
  • Log in to the backpack account that has been registered and completed authentication
  • Click the promotion page on the backpack homepage to complete the binding of backpack and Solana’s built-in wallet.

on computer
  • Download brush code
  • Fill in the API Key and Secret of the backpack in the ENV file
  • Fill in the proxy IP address in the ENV file
  • Use the recommended command line commands and get running!


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:
  1. If you don’t bind it, the backpack will directly return 1,000 to your account later.
  2. If you bind a 35% rebate invitation code, for example, your upline will rebate you 350, and then the official backpack will rebate the remaining 650. This means that rebates will not be superimposed and the total amount will remain at 1,000. You can find your friend’s 35% rebate invitation code yourself. The big guy’s code I used directly used his invitation link.


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

Pasted image 20251006230015.png

2. Mobile phone operation 

  1. Activate phone 
  2. Make sure the network is open
  3. Generate your own built-in wallet and claim NFTs 

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:

Pasted image 20251006234042.png

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.

Pasted image 20251006221649.png

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 


Pasted image 20251006234025.png

Delete the .example at the end of the file name and it becomes like this

Pasted image 20251007135802.png

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.

Pasted image 20251006221326.png

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!


精彩评论0
我有话说......
TA还没有介绍自己。