From 56fba1e7cd68383b2471af11ee4fda137bebd3a0 Mon Sep 17 00:00:00 2001 From: Sherzod Mutalov Date: Sat, 9 Oct 2021 23:01:21 +0500 Subject: [PATCH] Update README.md --- README.md | 22 ++++------------------ 1 file changed, 4 insertions(+), 18 deletions(-) diff --git a/README.md b/README.md index 3a86da02..16c4a800 100644 --- a/README.md +++ b/README.md @@ -2,8 +2,8 @@ A high performance and open-source application for mining Veruscoin on Android mobile devices. -

- +

+

## Supported CPU instruction sets @@ -33,7 +33,7 @@ When opening the application for the first time, you have to specify the pool th The 'Worker name or pool options' field can be left blank if the pool doesn't use any options/password. In this case, the worker name will be set to your device type (make and model) by default so you can easily identify it on the pool. #### Wallet Address -Specifies the Veruscoin wallet address that will be used with the mining pool. A validation has been added to this field to make sure you enter a valid address. You can also use the provided QR code functionnality to retrieve the address. Currently, only the [Official Pool](https://pool.scalaproject.io) and the [Official GUI Wallet](https://github.com/scala-network/scala-electron-gui) support QR code functionnality. +Specifies the Veruscoin wallet address that will be used with the mining pool. A validation has been added to this field to make sure you enter a valid address. #### Hardware Settings ##### CPU Cores @@ -64,17 +64,10 @@ When saving the settings, you will be redirected automatically to the Miner page The Payout Widget which is at the top of the screen displays the current balance for the selected pool and the progression toward the defined mining goal. If the specified pool does not provide an API (in the case of custom pools for example), this widget will be hidden. -The stats about the hashrate and the accepted shares are then presented in the Device Widget. All the information is extracted from XLArig. The hahsrate information comes from the 15s/30s/60s hashrate data from the output log, in this order of priority. The CPU and Battery temperatures are used for the AMYAC integration and static temperature protection. The middle screen displays the output log from XLArig as is. - -You can use the buttons at the bottom of the application to display the hashrate in the log ('H'), to pause the miner ('P') and to resume the miner ('R'). You cannot resume the miner when the device is cooling. +The stats about the hashrate and the accepted shares are then presented in the Device Widget. All the information is extracted from `ccminer`. The hahsrate information comes from the 15s/30s/60s hashrate data from the output log, in this order of priority. The CPU and Battery temperatures are used for the AMYAC integration and static temperature protection. The middle screen displays the output log from `ccminer` as is. The application will keep mining even when your device is on standby mode. So keep in mind that even if your phone screen is off, your device may still be running. -## Future development -- Push notifications -- Wallet integration -- Unified design for the all-in-one application - ## Donations * VRSC: `RKE5YdseSU6becMtpHKn4z9N4ahRkqm1cV` @@ -83,13 +76,6 @@ The application will keep mining even when your device is on standby mode. So ke * Forked from [Mine2gether](https://github.com/Mine2Gether/m2g_android_miner) * Original code from [MoneroMiner](https://github.com/upost/MoneroMiner) -## Contacts -* [Website](https://veruscoin.io/) -* hello@scalaproject.io -* [Discord](https://verus.io/discord) -* [Twitter](https://twitter.com/VerusCoin) - - # License ccminer, XLARig and Mobile Miner is licensed as GPLv3, thus this derivative work also is. You need to consider this if you plan to publish an Android application. You'd propably need to make it GPLv3 also, unless you can somehow make use of the GPL clause which allows to bundle a GPLv3 binary with another proprietary licensed binary.