May 20, 2022

IronFish-utils

1. Включить автодепозит:

curl -s https://raw.githubusercontent.com/95brsu/ironfish/main/deposit1.sh > deposit1.sh && chmod +x deposit1.sh && ./deposit1.sh

скрипт выполняется каждые 15 минут в cron.
Лог скрипта tail -F ~/deposit.log
Код скрипта cat ~/deposit.php

отключить автодепозит:

crontab -l | grep -v 'deposit.php' | crontab -

2. Подключение к пулу:

curl -s https://raw.githubusercontent.com/95brsu/ironfish/main/pool.sh > pool.sh && chmod +x pool.sh && ./pool.sh