/unmineable-workers

Display workers on unmineable.com account.

Primary LanguageRubyMIT LicenseMIT

unmineable-workers

Display workers on unmineable account.

Why?

To build watchdog and notifications on top of it.

Setup

git clone git@github.com/pr0d1r2/unmineable-workers
cd unmineable-workers
bundle install

Ubuntu prerequisites:

apt install ruby-dev

Configuration

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

Usage

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

Development

bundle exec guard

Related

There are also:

Support

Consider using my unmineable referral link (0.75% pool fee instead of 1% for you as well) or donate or both.

License

The gem is available as open source under the terms of the MIT License.