This project is intended to help rollercoin players decide which miner to buy according to the best Power/Cost ratio.
Each miner has several characteristics:
- Name
- Power
- Cost
- Bonus Power
- etc.
When inside the marketplace, some characteristics about the miners (name, price, power, bonus power, available amount) are displayed.
This project helps to select the miner that has the best Power/Cost ratio.
It does not require any installation and is executed inside the browser console.
- Copy the code from the script.js file.
- Open your favorite internet browser.
- Log yourself into rollercoin.com then go to the marketplace.
- (Optional) Use the filters on the right side, it works better this way.
- Press the F12 key to open the browser developer tool.
- For Edge users, it will ask you for a confirmation. Click on Open DevTools.
- When DevTools is open, search for the Console tab.
- Paste the clipboard content into the console.
- Press Enter and voila.
The miners are sorted on the ratio property from the highest to the lowest.
Each row represents a miner.
The console displays 4 properties for each miner:
- Name: The miner name.
- Power: The miner hash power in Gh/s.
- Price: The miner price in RLT.
- Ratio: The miner hash power in Th/s (for readability purpose) divided by the miner cost (Th/s/Rlt).
The Ratio property represents how much RLT does 1 Th/s cost.
For instance, if we look at the JBS-200 at 0.45045 RLT and with a hash power of 13 000 Gh/s,
the associated ratio is around 28.8602.
This ratio means that for 1 RLT spent, we got approximately 28.86 Th/s of mining power.
As it is stated in the web site terms of use, it is prohibited to use any automated scripts,
bots, or other software to interact with the RollerCoin website.
https://rollercoin.com/terms
If you found an issue or would like to submit an improvement to this project,
please submit an issue using the issue tab above.
If you would like to submit PR with a fix, reference the issue you created.
If you want to join rollercoin.com, here is my referral link https://rollercoin.com/?r=lfpqio8r.
By signing up with this link, you will receive 1000 free Satoshis.