Replace androidminer.elijaxapps.com.androidminer.yml
This commit is contained in:
parent
a642ecf691
commit
ef5c724c68
|
|
@ -1,25 +1,50 @@
|
||||||
|
Name: Android XMRig Miner
|
||||||
Categories:
|
Categories:
|
||||||
- Money
|
- Money
|
||||||
License: GPL-3.0-or-later
|
License: GPL-3.0-or-later
|
||||||
SourceCode: https://github.com/ElijaxApps-org/android-xmrig-miner
|
|
||||||
|
SourceCode: https://github.com/ElijaxApps-org/android-xmrig-miner/release
|
||||||
IssueTracker: https://github.com/ElijaxApps-org/android-xmrig-miner/issues
|
IssueTracker: https://github.com/ElijaxApps-org/android-xmrig-miner/issues
|
||||||
|
|
||||||
|
Summary: Mine cryptocoins with XMRig miner on your smartphone
|
||||||
|
|
||||||
|
Description: |-
|
||||||
|
This is a direct port of XMRIG Miner to an APP. With this,
|
||||||
|
you can mine different crypto coins based on the cryptonight
|
||||||
|
algorithm.
|
||||||
|
|
||||||
|
'''Supported Currencies'''
|
||||||
|
* XMR (Monero)
|
||||||
|
'''Supported Pools'''
|
||||||
|
* www.supportxmr.com
|
||||||
|
* [Send your suggestions vía IssueTracker]
|
||||||
|
|
||||||
|
'''Modes'''
|
||||||
|
* '''Benchmark''' Run on my settings. Benchmark your phone,
|
||||||
|
earn my some hashes (c'mon, it's an ADs free version ;)
|
||||||
|
* '''Standard''' Configure your miner to connect to supported
|
||||||
|
pools. You're welcome to test new pools and open an Issue if
|
||||||
|
your favourite does not work.
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
Donate: https://paypal.me/ElijaxApps
|
Donate: https://paypal.me/ElijaxApps
|
||||||
Bitcoin: 37GpugVZNiof2DzWQX5aivHewc4wZLxATL
|
Bitcoin: 37GpugVZNiof2DzWQX5aivHewc4wZLxATL
|
||||||
|
|
||||||
Name: Android XMRig Miner
|
|
||||||
Summary: Mine with XMRig miner on your smartphone
|
|
||||||
|
|
||||||
RepoType: git
|
RepoType: git
|
||||||
Repo: https://github.com/ElijaxApps-org/android-xmrig-miner.git
|
Repo: https://github.com/ElijaxApps-org/android-xmrig-miner.git
|
||||||
|
|
||||||
Builds:
|
Builds:
|
||||||
- versionName: 1.0-alpha
|
- versionName: '1.02'
|
||||||
versionCode: 4
|
versionCode: 5
|
||||||
commit: 62f0d041179fb32998dc3cab1762dc2d38fdcc88
|
commit: release
|
||||||
subdir: app
|
|
||||||
gradle:
|
gradle:
|
||||||
- yes
|
- yes
|
||||||
output: build/outputs/apk/release/app-universal-release-unsigned.apk
|
output: app/build/outputs/apk/release/app-universal-release-unsigned.apk
|
||||||
|
build: gradle clean :libuv:assembleRelease :app:assembleRelease
|
||||||
|
|
||||||
AutoUpdateMode: Version [.+]
|
AutoUpdateMode: None
|
||||||
UpdateCheckMode: Tags
|
UpdateCheckMode: Tags
|
||||||
Loading…
Reference in a new issue