Skip to content

Commit 56fba1e

Browse files
authored
Update README.md
1 parent 639c347 commit 56fba1e

File tree

1 file changed

+4
-18
lines changed

1 file changed

+4
-18
lines changed

README.md

Lines changed: 4 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22

33
A high performance and open-source application for mining Veruscoin on Android mobile devices.
44

5-
<p align="left">
6-
<img src="https://wiki.veruscoin.io/img/favicon.png" width="350" title="Veruscoin">
5+
<p align="center">
6+
<img src="https://wiki.veruscoin.io/img/favicon.png" width="128" title="Veruscoin">
77
</p>
88

99
## Supported CPU instruction sets
@@ -33,7 +33,7 @@ When opening the application for the first time, you have to specify the pool th
3333
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.
3434

3535
#### Wallet Address
36-
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.
36+
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.
3737

3838
#### Hardware Settings
3939
##### CPU Cores
@@ -64,17 +64,10 @@ When saving the settings, you will be redirected automatically to the Miner page
6464

6565
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.
6666

67-
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.
68-
69-
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.
67+
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.
7068

7169
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.
7270

73-
## Future development
74-
- Push notifications
75-
- Wallet integration
76-
- Unified design for the all-in-one application
77-
7871
## Donations
7972
* VRSC: `RKE5YdseSU6becMtpHKn4z9N4ahRkqm1cV`
8073

@@ -83,13 +76,6 @@ The application will keep mining even when your device is on standby mode. So ke
8376
* Forked from [Mine2gether](https://github.com/Mine2Gether/m2g_android_miner)
8477
* Original code from [MoneroMiner](https://github.com/upost/MoneroMiner)
8578

86-
## Contacts
87-
* [Website](https://veruscoin.io/)
88-
* hello@scalaproject.io
89-
* [Discord](https://verus.io/discord)
90-
* [Twitter](https://twitter.com/VerusCoin)
91-
92-
9379
# License
9480

9581
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.

0 commit comments

Comments
 (0)