
Софт на Arbitrum Nova
SubscribeВведение.Всем привет, в этот раз я решил попробовать сделать для вас более подробный гайд к моему новому софту по абузу Arbitrum Nova. Всё потому что, в ретродропы пришло много новичков, да и без этого не очень много людей понимало как запустить софт. Многие уже знают что у Arbitrum Nova, планируется токен. Хоть у оригинальной сети он уже есть, по факту это два разных блокчейна для разных целей. Arbitrum Nova больше направлена на NFT и гейминг. Поэтому не лишним будет так же купить т...

Axelar Network
All about the Axelar ecosystem and how it helps solve the Cosmos blockchain problem. ARTICLESAn Introduction to the Axelar NetworkAnnouncing The Launch of SatelliteBlockchain Interoperability Network Axelar Raises $35M at $1B ValuationAxelar - Heterogeneous Cross-Chain Communication NetworkAxelar Newsletter — Mainnet Rollout Begins AnnouncementThe 2.5m Axelerator Multichain Grant Challenge: Build the Web3 Super AppAn Overview of AXL Token EconomicsVIDEOSSergey Gorbunov, CEO & Co-Founder of Ax...

Микро-выжимка инструментов и полезных сайтов из статьи криптапиражка.
DYOR: великий гайд по ресерчуDYOR: великий гайд по ресерчуПогрузись в бездну ресерча вместе с нами...https://teletype.in1. Списки с твитерами инфлюенсеров.Подписываетесь на инфлюенсеров, альфа хантеров и других крутых личностей. Вот основные списки:NFTSolana: 1/ 2ETHРаботники фондов: 1/ 2Солянка: 1/ 2/ 3/ 4Ищем участников альфа групп из этих списков: 1/ 22. Whotwi— проект, который позволяет собрать аналитику по аккаунту на основе публичных данных, но без каких-либо алертов и сложных настроек....
Our DAO specializes in more DEFI and SocialFi projects. DAO - http://t.me/fuckretrodrop SVALKA DAO - http://t.me/SvalkaDAO

Софт на Arbitrum Nova
SubscribeВведение.Всем привет, в этот раз я решил попробовать сделать для вас более подробный гайд к моему новому софту по абузу Arbitrum Nova. Всё потому что, в ретродропы пришло много новичков, да и без этого не очень много людей понимало как запустить софт. Многие уже знают что у Arbitrum Nova, планируется токен. Хоть у оригинальной сети он уже есть, по факту это два разных блокчейна для разных целей. Arbitrum Nova больше направлена на NFT и гейминг. Поэтому не лишним будет так же купить т...

Axelar Network
All about the Axelar ecosystem and how it helps solve the Cosmos blockchain problem. ARTICLESAn Introduction to the Axelar NetworkAnnouncing The Launch of SatelliteBlockchain Interoperability Network Axelar Raises $35M at $1B ValuationAxelar - Heterogeneous Cross-Chain Communication NetworkAxelar Newsletter — Mainnet Rollout Begins AnnouncementThe 2.5m Axelerator Multichain Grant Challenge: Build the Web3 Super AppAn Overview of AXL Token EconomicsVIDEOSSergey Gorbunov, CEO & Co-Founder of Ax...

Микро-выжимка инструментов и полезных сайтов из статьи криптапиражка.
DYOR: великий гайд по ресерчуDYOR: великий гайд по ресерчуПогрузись в бездну ресерча вместе с нами...https://teletype.in1. Списки с твитерами инфлюенсеров.Подписываетесь на инфлюенсеров, альфа хантеров и других крутых личностей. Вот основные списки:NFTSolana: 1/ 2ETHРаботники фондов: 1/ 2Солянка: 1/ 2/ 3/ 4Ищем участников альфа групп из этих списков: 1/ 22. Whotwi— проект, который позволяет собрать аналитику по аккаунту на основе публичных данных, но без каких-либо алертов и сложных настроек....
Our DAO specializes in more DEFI and SocialFi projects. DAO - http://t.me/fuckretrodrop SVALKA DAO - http://t.me/SvalkaDAO

Subscribe to RETRODROPS DAO

Subscribe to RETRODROPS DAO
Share Dialog
Share Dialog


<100 subscribers
<100 subscribers
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.
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.
In this article, I want to show you how to run software in Python from the ground up.
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;

Open GitHub and download the ZIP file with the code.

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"
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.
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.
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.
Now I advise you to subscribe to my twitter account: denis.lens denis.lens denis.lens
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.
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.
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.
In this article, I want to show you how to run software in Python from the ground up.
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;

Open GitHub and download the ZIP file with the code.

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"
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.
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.
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.
Now I advise you to subscribe to my twitter account: denis.lens denis.lens denis.lens
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.
No activity yet