This bot will help you with nft mint on MagicEden.io. But it is worth remembering that this bot does not guarantee you a 100% chance of mint, but greatly increases the chance of it
This bot does not guarantee you will get your NFT, this bot simply goes faster than humans to mint and automates everything since you do not have to click yourself.
It is better to use Windows, because when using Mac there is a possiblity that you will have to allow the software to run in your privacy settings. Check mac folder for more info.
-
Clone the repository / Download zip file:
git clone https://github.com/Galiafer/MagicEden-Bot.git
OR
-
Be sure you have installed Python, here is a link to download
-
Open cmd (command prompt)
-
Install all python module:
pip install -r requirements.txt
-
Fill in all the data in
config.json
:
{
"launchpadLink" : "Launchpad link on magic eden",
"seedPhrase": "your phantom wallet passphrase" - (Careful do not share this key),
"password": "A password for your wallet",
"project_settings": {
"tries" : 10 - Tries before script failed,
"close_browser_after_mint": true - Close browser after mint (false - No)
}
}
-
Open CMD and go to directory:
cd /path/to/directory/
-
Run the python file:
windows :
python main.py
mac :
python3 main.py
Этот бот поможет вам с минтом нфт на сайте MagicEden.io. Но стоить помнить, что он не гарантирует вам 100% минт, но сильно увеличивает этот шанс
Этот бот не гарантирует вам 100% минт, он просто делает все быстрее, чем человек. Вы просто запускаете бота и ждете.
Лучше использовать Windows для работы с ботом, так как при использование Mac есть шанс что вас попросят предоставить права приложению для работы.
-
Скопируйте репозиторий / Скачайте zip файл:
git clone https://github.com/Galiafer/MagicEden-Bot.git
ИЛИ
-
Удостоверьтесь, что у вас скачан Python, ссылка на установку
-
Откройте cmd (командную строку)
-
Установите все библиотеки:
pip install -r requirements.txt
-
Заполните все необходимые поля в файле
config.json
:
{
"launchpadLink" : "Ссылка на лаунчпад",
"seedPhrase": "Ваш passphrase от Phantom" - (Никуда не публикуйте эту фразу),
"password": "Пароль для вашего кошелька",
"project_settings": {
"tries" : 10 - Кол-во попыток перед тем как скрипт перестанет работать,
"close_browser_after_mint": true - Закрыть браузер после минта (false - Нет)
}
}
-
Откройте CMD (командную строку) и перейдите в директорию проекта:
cd /path/to/directory/
-
Запустите файл:
windows :
python main.py
mac :
python3 main.py