Mobile Mining
Warning! Cell phones are not made to mine cryptocurrencies. It may also cause the phone to overheat and result in premature silicon degradation, shortening the lifespan of your phone!
Miner Options by Operating Systems:
iOS
Android
Mining with ARM64 iOS Devices
Mobile Miner
You will need an Apple Developer-enabled Apple ID to get started.
Installing
Sign in here with your Apple ID to get a free developer account
Install Xcode and log in with your registered Apple id
Connect your iOS device to your Mac, and be sure that you have it set as a trusted device.
Download iOS App Signer and the MobileMiner.ipa
Create a new Xcode Project
Open up iOS App Signer, and select the MobileMiner.ipa input file, signing certificate, and provisioning profile from the Xcode project. Then click Start and save the resulting IPA file to your desktop.
Open Xcode and select Window → Devices & Simulators in the menu bar. On the Devices & Simulators page, select your iPhone, click the ‘+’ sign under installed apps, and select the MobileMiner.ipa file created in Step 7. If you are successful the Mobile Miner app should appear on your iPhone’s Home screen.
Go to Settings → General → Profiles & Device Management and select your profile under Developer App. Tap the Trust button to enable MobileMiner to run on your device.
Configuration
Click on the 'Settings' logo on the top right of the screen
Click the Edit Configuration tab in the settings menu
Input the pool URL, wallet address, password and select number of threads. Click the save button on the top right to save your configuration.
Running Mobile Miner
Change active mining configuration to the one you just created
Press the 'Start Mining' button on the main page to begin mining with your current configuration
Once the miner is started you can see your current hashrate, accepted shares and pool difficulty.
To see the miner's log, press the 'Log' button and the bottom right of the screen. From there you can see the hashrate per thread and the accepted shares.
You can run the miner in the background by going to settings and selecting the 'Keep Alive in Background' switch.
Mining with Android Devices
Mining with Tony Monero
Downloading
Download the Tony Monero app from the Tony Monero website.
Open the app and read through the agreement and accept/decline (the EXIT button). To use it, you will have to accept the agreement.
Press the play button on the top right and wait for the application to test your device
If your device is supported, you will be brought to a screen with a success message.
Configuration
Leave Profile selection as default for now.
Enter your Qwertycoin wallet address
Enter a pool of your choice. To view a list of pools, you can go here
Enter the password of the pool. For most, it will be
x
Specify how many cores you want to use. We recommend using half of how many cores your phone has. So if your phone has
8
cores, enter4
Click on the image with the three triangles (<1<1<1) and tap the 2nd image from the right on the top row, for Qwertycoin
Make sure Cryptonight support is checked.
Press the play button on the top right to start mining
Mining with AA Miner
Downloading
Download the AA Miner app from the Google Play Store.
Upon downloading and installing, open the app.
Configuration
Select
Cryptonight
from theSelect Algorithm
dropdown menu.Specify how many cores you want to use. We recommend using half of how many cores your phone has. So if your phone has
8`` cores, enter
4```Enter a pool of your choice in the format
stratum+tcp://pool_url_address:pool_port
. To view a list of pools, you can go hereEnter your Qwertycoin wallet address
Enter the password of the pool. For most, it will be
x
Click on the Start Mining button to start mining.
Mining with Termux
Termux is an Android terminal emulator and Linux environment app. A minimal base system is installed initially and additional packages can be installed using the APT package manager.
Download
You can download Termux from the Play Store or from F-droid.
Configuration
Upon downloading and installing, open the app run the following commands:
Then adjust your config settings to match you wallet and pool etc. Find and change the following lines:
Be sure to keep the quotes "" around your pool address and wallet address.
Instead of copy pasting each command individually you can copy paste what is below into Termux after you open it. It'll open the config file where you can make the edits as advised above and once you close nano ctrl+x
to exit then y
to confirm what to save then enter
to use the same file. XMRig will then start once it's finished.
Last updated