Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/soulmachine/eidos-miner
EIDOS miner, 1000 times faster than your phone
https://github.com/soulmachine/eidos-miner
eidos eos eosio eosjs miner
Last synced: about 2 months ago
JSON representation
EIDOS miner, 1000 times faster than your phone
- Host: GitHub
- URL: https://github.com/soulmachine/eidos-miner
- Owner: soulmachine
- License: mit
- Created: 2019-11-05T12:15:26.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2019-11-24T10:31:31.000Z (about 5 years ago)
- Last Synced: 2024-11-10T23:07:55.929Z (about 2 months ago)
- Topics: eidos, eos, eosio, eosjs, miner
- Language: JavaScript
- Homepage:
- Size: 90.8 KB
- Stars: 2
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# EIDOS-miner
EIDOS miner, 1000 times faster than your phone!
[![Version npm](https://img.shields.io/npm/v/eidos-miner.svg?style=flat-square)](https://www.npmjs.com/package/eidos-miner)[![NPM downloads](http://img.shields.io/npm/dm/eidos-miner.svg?style=flat-square)](http://npmjs.com/eidos-miner)
## Start mining
npx eidos-miner --account your_eos_account --private_key your_private_key
## How to mine faster
This miner automatically adjusts its speed, so you don't need to worry about the performance.
If you do want to specify `num_actions` by yourself, set it as the following:
npx eidos-miner --account your_eos_account --private_key your_private_key --num_actions 8
Under the hood, this miner sends one transaction with several(let's say `num_actions`) actions per second. The larger `num_actions` the faster it mines. But large `num_actions` is **NOT** always good, for example, if you use all your CPU in a very shot time, you do get a lot of coins very quickly, but you're not able to send any transaction in the next few hours, which means you lose the chance to play the game until your CPU recover.
Since the EIDOS smart contract distributes EIDOS in constant speed, i.e., 20 EIDOS to miners per second, **ideally** you should also spend your CPU in a constant speed, so that you can participate in the game every second.
**Note**: Before you run this miner, your CPU rate is `73%`, and after you run this miner for a few hours, if you see your CPU rate is still `73%`, it doesn't mean that you only used only `73%`, in contrast, it means that the CPU utilization rate is 100%! EOS mainnet releases your CPU linearly along the time and all of your CPU is used, nothing more and nothing less, that's why you see the CPU rate is still `73%`.
## Help
npx eidos-miner -h
## Donation
This tool will donate 5% of mined EIDOS to the author by default, if you don't want to donate, you can disable it by passing `--donation false`.