Display workers on unmineable account.
To build watchdog and notifications on top of it.
git clone git@github.com/pr0d1r2/unmineable-workers
cd unmineable-workers
bundle install
apt install ruby-dev
You need to obtain account identifier symilar to aaaaaaaa-bbbb-cccc-dddd-eeeeeeeeeeee
.
Go to your account in unmineable with web
browser and using inspect acquire it from requests.
echo aaaaaaaa-bbbb-cccc-dddd-eeeeeeeeeeee >> .account
You can check all algo hosts:
bundle exec bin/all
List offline hosts vs expected list:
bundle exec bin/all_offline expected_host1 expected_host2
Also, you can list explicit algo hosts:
bundle exec bin/algo ethash
bundle exec bin/algo etchash
bundle exec bin/algo randomx
bundle exec bin/algo kawpow
List offline hosts vs expected list:
bundle exec bin/algo_offline ethash expected_host1 expected_host2
bundle exec bin/algo_offline etchash expected_host1 expected_host2
bundle exec bin/algo_offline randomx expected_host1 expected_host2
bundle exec bin/algo_offline kawpow expected_host1 expected_host2
bundle exec guard
There are also:
Consider using my unmineable referral link (0.75% pool fee instead of 1% for you as well) or donate or both.
The gem is available as open source under the terms of the MIT License.