How to get an Arbitrum Nova airdrop easily?
RETRODROPS DAO
0x13a5
February 7th, 2024

Introduction.

Hello everyone, this time I decided to try to make for you a more detailed guide to my new software for abuse Arbitrum Nova.

All because, a lot of newbies came to retrodrops, and without it not very many people understood how to run the software.

Many people already know that Arbitrum Nova, the token is planned.

Even though the original network already has one, they are in fact two different blockchains for different purposes.

Arbitrum Nova is more focused on NFT and gaming. So it's not unreasonable to buy NFT there as well.

By the way, the bridge on Arbitrum Nova ended up being one of the criteria for Arbitrum.

A guide to the activities in the network itself.

The algorithm is as follows:

  • We throw in $ETH via the official bridge (expensive) or orbiter.finance (not so expensive).

  • It will be enough 10-20$, as it is contraindicated to swap for big sums there because of big losses on each swap.

  • Our software will affect four Arbitrum Nova swaps - SushiSwap, Slingshot, ArbSwap and RCPSwap.

  • First, the software buys and immediately sells random tokens ($USDC, $DAI, $WBTC, $ARB) on a random swap. Then adds liquidity on one of them except slingshot - you can't do that there.

  • Work with your hands - next you can go to Tofu or Exhibitio and buy cheap NFT there. Didn't add this to the bot so you wouldn't buy random scam nfts.

The software startup guide starts here:

In this article, I want to show you how to run software in Python from the ground up.

Step 1.

  • Go to the official website and download the version of Python we need, I have 3.10.10;
  • When installing, be sure to check Add Python to PATH;
You will see a window like this. Check both boxes below so that you can call Python from the console.
You will see a window like this. Check both boxes below so that you can call Python from the console.

You will see a window like this. Check both boxes below so that you can call Python from the console.

Step 2.

  • Open GitHub and download the ZIP file with the code.
When you have downloaded the ZIP file, move the folder called arbitrum
When you have downloaded the ZIP file, move the folder called arbitrum

When you have downloaded the ZIP file, move the folder called arbitrum_nova-master to the desktop

  • Along with different software, sometimes there will be a requirements.txt file - these are libraries for our software.

  • How to install the libraries? - You need to run the console - win+r => cmd

  • The command line will start.

    Then enter the following: "pip install -r PathToFile\Requirements.txt"

  • It should be something like this:

pip install -r "C:\arbitrum_nova-master\requirements.txt"

Step 3.

  • Let's move on to the startup.

  • In the file private_keys.txt we put our private keys.

    How to run the software?

  • Right click on the main.py file and choose to open it with IDLE.

  • You can also download Visual Studio Code - it is easier to work with.

  • Run it and see the code of our software.

We will only adjust what is in the red box. And now I will describe each item in detail.

  • The line with number_of_threads - that is, how many of your accounts will run simultaneously.

  • The line with amount_max / amount_min is maximal and minimal random value of swap in eth. The script randomizes the value of transactions, so you won't get eliminated as a bot. So set your values or leave them as they are.

  • The liquidity_amount line is how much liquidity you want to add to the protocol. There are three of them and the software randomly chooses one.

  • Initially it is 0.000001 eth, but I think you can raise it to at least 60 cents or $1.

  • Do not touch the items Gas and RPC.

All, we configured the software, now just press F5 on the keyboard - thus running our software.

  • Wait until it will do everything.

  • Chill, wait for the drop-off - in fact, it's better to run it once a week to keep it active.

Summary:

Well, I hope you succeeded. And you'll get your airdrop someday.

It's worth noting that none of the arbitrum accounts on which I used our software is not dropped. All of my accounts got the drop - although many wrote that the softs would get us burned.

I also ask you to collect this article in optimism, so you will qualify for airdrop from Mirror.xyz

It's free, the cost is just for the commission in optimism.

Subscribe to RETRODROPS DAO
Receive the latest updates directly to your inbox.
Nft graphic
Mint this entry as an NFT to add it to your collection.
Verification
This entry has been permanently stored onchain and signed by its creator.
Arweave Transaction
XMfQO_O1xGnGOgw…KfsPy76vLwd7K34
Author Address
0x13a5e7BdE747761…a1A82F751053efb
Nft Address
0x28E97BdE15DBd23…C9941C0730a778D
Content Digest
ygk2pzqaTKaHmnQ…nDTJnXPpBaZwnkQ
More from RETRODROPS DAO
View All

Skeleton

Skeleton

Skeleton

1 Collector
LOADING TEXT
#1