Miner.farm Crypto Currency Community Forum
Browse and post your favorite coin/crypto news, miner.farm and PiMP OS updates and announcements, mining guides, overclocking tips, and more...
Note: To change your forum username: login, click your avatar icon (top right?), Edit Profile. Change the "full name" field to your preferred username.
Quick Links
- Configuring the rig: Help / Getting started videos
- How to fix problems: Troubleshooting guides
- How to mine different algos / setup wallets: Strategy guides
- Keys and Downloads: your Miner.farm account page
- Post your rig pics to the rig showcase so we can all check out your awesome builds!
- Please subscribe/like/follow us on social media
Simultaneous Mining with GPU and ASIC and CPU?
-
If I have a GPU and GekkoScience ASIC installed can I Mine two different things at once?
-
PIMP is capable of running multiple mining applications at once; this should be no problem.
-
I am trying to run GPU and CPU at once. GPU is working OK (sgminer.eth.conf) and I set up CPU with cpuminer-multi.xmr.pcfg. Both miners are running, but only sgminer shows the hash rate. CPU miner is running but it shows 0,00 hash rate. I am using moneropool.com. Please let me know what could be wrong.
With thanks,
HMM
-
Attach to the running miner using screen, or simply start the miner in debug mode first ( pimp --debug miner# ). The logging for the miner will most likely be your best resource for information as to why the miner is not working as you believed.
-
Thanks Anjin. I am running now in debug mode, and it shows hashes on 8 threads. A sample:
2018-02-07 17:49:00] CPU Supports AES-NI: YES
[2018-02-07 17:49:00] Starting Stratum on stratum+tcp://mine.moneropool.com:3333
[2018-02-07 17:49:00] 8 miner threads started, using 'cryptonight' algorithm.
[2018-02-07 17:49:19] CPU #1: 20.81 H/s
[2018-02-07 17:56:06] CPU #7: 19.39 H/s
[2018-02-07 17:56:06] CPU #1: 18.97 H/s
[2018-02-07 17:56:08] CPU #2: 19.47 H/s
[2018-02-07 17:56:09] CPU #4: 19.23 H/s
[2018-02-07 17:56:14] CPU #3: 19.23 H/s
[2018-02-07 17:56:16] CPU #0: 19.06 H/s
[2018-02-07 17:56:58] CPU #6: 18.97 H/s
[2018-02-07 17:57:00] CPU #5: 19.56 H/s
[2018-02-07 17:57:03] CPU #1: 18.90 H/s
[2018-02-07 17:57:05] CPU #7: 19.35 H/s
[2018-02-07 17:57:07] CPU #2: 19.45 H/s
[2018-02-07 17:57:08] CPU #4: 19.24 H/s
[2018-02-07 17:57:14] CPU #3: 19.31 H/s
[2018-02-07 17:57:16] CPU #0: 19.06 H/sBut in the Miner.Farm it shows as stopped (don´t show when in debug mode?) And when I started it before in normal mode, it showed 0,0 H/s. Is it working?
One last question: how do I "attach to the running miner using screen"?
With thanks for your help,
HMM.
-
When you start a miner, it binds the miner output to a 'screen' session. Screen is a tool that provides a pseudo terminal that can be moved around as you need it. 'screen -d -r' is a command I use a lot, it tells screen to detach a running screen, and reattached it to your session. You can read up on all the features of the screen command, it has lots of uses :)
If you have only one miner running, and no other screen sessions. Just type 'screen -d -r'
Watch the miner for a short period, and make sure its number agree with what your pool says first.
-
Excellent. Thanks for the info. It is working, but Miner.farm shows 0.0 h/s. Any idea why?
With thanks for your help,
HMM
-
Most likely not configured properly. The service seems to work and is up. It has little to differentiate between users, so it it’s working for one, it normally is working for all. If you message me the specifics, I can dig deeper. Like Miner farm, etc. perhaps find me on discord.
-
Anjin: Definitely it is not working. It appears as running and in the screen and it shows the H/s for each CPU, but the pool (moneropool.com) is not receiving any Hashes. This is the configuration file I am using:
GNU nano 2.8.7 File: /opt/confs/cpuminer-multi.xmr.pcfg Modified
1 NAME=Cpuminer
2 ALGO1=Cryptonight
3 POOL1=stratum+tcp://mine.moneropool.com:3333
4 USER1=45vPYQEPbtAiB8H8hhjw9TbvCA35xDwMG4yqBWrCAyPtJmmKotKHe5HHa3yRvtq2dvSXn
yQ4V4gizMQhtRhYd9ihNABqamH.Miner2
5 PASS1=x
6 FLAGS=
7 # INTERNAL USE ONLY: modification below here is unadvised
8 TYPE=CPU
9 DIR=cpuminer-multi
10 BINARY=cpuminer
11 CONF=p1:o,u1:u,l1:p,a1:a
12 API=-api-remote --api-bind 127.0.0.1:
13
14And this is the screen:
[/root]:# screen
[2018-02-08 20:43:15] CPU #3: 18.85 H/s
[2018-02-08 20:43:15] CPU #7: 18.76 H/s
[2018-02-08 20:43:15] CPU #5: 18.69 H/s
[2018-02-08 20:43:15] CPU #4: 18.42 H/s
[2018-02-08 20:43:15] CPU #1: 17.76 H/s
[2018-02-08 20:43:15] CPU #0: 16.99 H/s
[2018-02-08 20:43:15] CPU #2: 16.83 H/s
[2018-02-08 20:44:11] CPU #2: 17.34 H/s
[2018-02-08 20:44:11] CPU #6: 19.11 H/s
[2018-02-08 20:44:12] CPU #4: 18.98 H/s
[2018-02-08 20:44:12] CPU #5: 18.89 H/s
[2018-02-08 20:44:12] CPU #1: 17.88 H/s
[2018-02-08 20:44:12] CPU #0: 16.79 H/s
[2018-02-08 20:44:13] CPU #3: 18.60 H/s
[2018-02-08 20:44:14] CPU #7: 18.39 H/s
[2018-02-08 20:45:06] CPU #0: 18.05 H/s
[2018-02-08 20:45:07] CPU #1: 18.80 H/s
[2018-02-08 20:45:07] CPU #2: 18.20 H/s
[2018-02-08 20:45:07] CPU #4: 19.49 H/s
[2018-02-08 20:45:08] CPU #5: 19.24 H/s
[2018-02-08 20:45:09] CPU #3: 19.25 H/s
[2018-02-08 20:45:11] CPU #7: 18.96 H/s
[2018-02-08 20:45:12] CPU #6: 18.98 H/sAnd this is the minerfarm screen:
┌ = MINER.FARM agent console = ────────────────────────────────────────────────┐
│ Agent name: Miner2 - IP: 10.0.10.8 - PIMP v2.4.2-all │
│ Agent service is: Running, 'x' to stop. │
│ Last update: Success │
│ Last message: All good! │
│ Total farm hashrate: 28.09Mh/s │
│ [a]dd new miner [c]onfigure settings [q]uit console │
│┌ Miner Details ─────────────────────────────────────────────────────────────┐│
││ 1 CPU 0.00Kh/s mine.moneropool.com:3333 Up: 0D,00:00 ││
││ [s]top [r]estart [e]dit [d]elete ││
│└────────────────────────────────────────────────────────────────────────────┘│
│ ID 1 localhost:4028 sgminer sgminer.eth.conf │
│ ID 2 localhost:4029 cpuminer cpuminerhmm-multi.xmr.pcfg │
│ │As you can see, the hash rate is 0.00Kh/s.
Please let me know what I am doing wrong.
With thanks,
Hernan.
-
Run
pimpup
and update the miner cpuminer-multi. See if this resolves it.
-
I could not put cpuminer-xmr on monero pool to work. But now it is working fine on xmrpool. If you can find the problem with Monero, please let me know.
Thanks for your help,
Hernan
We promise to keep your email safe and never spam you.
© 2014-2021 Miner.farm | By Miners, For Miners | Portable Instant Mining Platform, LLC