-
-
Notifications
You must be signed in to change notification settings - Fork 29
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!
You will need an Apple Developer-enabled Apple ID to get started.
- 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.
- 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.
- 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.
- 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.
- 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
- Download the AA Miner app from the Google Play Store.
- Upon downloading and installing, open the app.
- 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 here - Enter 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.
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.
- You can download Termux from the Play Store or from F-droid.
Upon downloading and installing, open the app run the following commands:
apt update
apt install wget cmake libuv-dev clang nano
wget "https://github.com/xmrig/xmrig/archive/v2.14.1.tar.gz" or wget "https://is.gd/QOZi6d"
tar xzvf v2.14.1.tar.gz
cd xmrig-2.14.1
mkdir build && cd build
cmake .. -DWITH_HTTPD=OFF -DWITH_TLS=OFF
make
cp ../src/config.json config.json
nano config.json
- Then adjust your config settings to match you wallet and pool etc. Find and change the following lines:
algo: "cryptonight"
url: "[pool address]"
user: "[wallet address]"
- Be sure to keep the quotes "" around your pool address and wallet address.
./xmrig-notls
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.
apt update && apt upgrade -y && \
apt install wget cmake libuv-dev clang nano -y && \
wget "https://github.com/xmrig/xmrig/archive/v2.14.1.tar.gz" && \
tar xzvf v2.14.1.tar.gz && \
cd xmrig-2.14.1 && \
mkdir build && cd build && \
cmake .. -DWITH_HTTPD=OFF -DWITH_TLS=OFF && \
make && \
cp ../src/config.json config.json && \
nano config.json && \
./xmrig-notls
- A01. | Contributing
- A02. | Getting Started
- A03. | Qwertycoin Community
- A04. | Qwertycoin Voting
- A05. | Qwertycoin API
- B01. | Generating a Wallet
- B02. | Making a Paper Wallet
- B03. | Wallet Backup
- B04. | Wallet Recovery
- B05. | Wallet Update
- B06. | Using CLI Wallet
- B07. | Using RPC Wallet
- B08. | Using GUI Wallet
- B09. | Using Zero Wallet
- B10. | Using Web Wallet
- B11. | Using Mobile Wallet
- B12. | RPC Wallet API
- B13. | Sign and verify messages
- C01. | Start Masternode
- C02. | Fix Sync Issues
- C03. | Load Checkpoints
- C04. | JSON RPC API
- C05. | HTTP RPC API
- D01. | XMR Stak Guide
- D02. | XMR Stak Linux Guide
- D03. | XMRIG Guide
- D04. | Mining with SBC
- D05. | Cloud Mining
- D06. | Mobile Mining
- D07. | Using a Mining Pool
- D08. | Creating a Mining Pool
- E01. | How to trade QWC on Crex24
- E02. | How to trade QWC on Bitexlive
- E03. | How to trade QWC on Bisq
- G01. | Hosting Block Explorer
- G02. | Hosting Faucet
- G03. | Hosting Web Wallet
- G04. | How to use the QWC Faucet