You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -33,7 +33,7 @@ When opening the application for the first time, you have to specify the pool th
33
33
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.
34
34
35
35
#### 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.
37
37
38
38
#### Hardware Settings
39
39
##### CPU Cores
@@ -64,17 +64,10 @@ When saving the settings, you will be redirected automatically to the Miner page
64
64
65
65
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.
66
66
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.
70
68
71
69
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.
72
70
73
-
## Future development
74
-
- Push notifications
75
-
- Wallet integration
76
-
- Unified design for the all-in-one application
77
-
78
71
## Donations
79
72
* VRSC: `RKE5YdseSU6becMtpHKn4z9N4ahRkqm1cV`
80
73
@@ -83,13 +76,6 @@ The application will keep mining even when your device is on standby mode. So ke
83
76
* Forked from [Mine2gether](https://github.com/Mine2Gether/m2g_android_miner)
84
77
* Original code from [MoneroMiner](https://github.com/upost/MoneroMiner)
85
78
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
-
93
79
# License
94
80
95
81
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