Author Topic: [ANN] MMC.1GH.COM - GPU mining, CPU mining ★  (Read 161165 times)

0 Members and 1 Guest are viewing this topic.

Offline hung

  • Newbie
  • *
  • Posts: 3
    • View Profile
8) New getwork MMC pool: http://mmc.1gh.com/

Quote
1GH - 1 Gigahash

Super Stable Server: mmcpool.1gh.com, ports 8080, 8081, 8082, 8083 - use any.

Software:
CPU mining
Win 32, Win 64, Mac 64, Sources

GPU mining
Ubuntu 64-bit, Windows by reorder!

Features
* Autopayouts! Min: 0.5 MMC.

Mining Hardware Comparison https://bitsharestalk.org/index.php?topic=1803.0

Thank you!


it does not work on ubuntu 12.40 LTS

hung@ubuntu:~/app/mc2-1gh-lin-x64$ ^C
hung@ubuntu:~/app/mc2-1gh-lin-x64$ ./mmc-miner
Traceback (most recent call last):
  File "/usr/local/lib/python2.7/dist-packages/cx_Freeze-4.3.2-py2.7-linux-x86_64.egg/cx_Freeze/initscripts/Console.py", line 27, in <module>
  File "run.py", line 5, in <module>
  File "/usr/local/lib/python2.7/dist-packages/pyopencl-2013.1-py2.7-linux-x86_64.egg/pyopencl/__init__.py", line 28, in <module>
  File "ExtensionLoader_pyopencl__cl.py", line 22, in <module>
  File "ExtensionLoader_pyopencl__cl.py", line 14, in __bootstrap__
ImportError: /home/hung/app/mc2-1gh-lin-x64/pyopencl._cl.so: symbol clRetainDevice, version OPENCL_1.2 not defined in file libOpenCL.so.1 with link time reference

do you have a good suggest?

best regards
https://groups.google.com/forum/#!topic/linux.debian.bugs.dist/HzVET-im8VQ

thanks for you message

then I remove nvidia-304 packges and install ocl-icd-libopencl1_2.0.2-1_amd64.deb
I can not found icl-icd-libopen packges

then  I got this

hung@ubuntu:~/app/mc2-1gh-lin-x64$ ./mmc-miner
Traceback (most recent call last):
  File "/usr/local/lib/python2.7/dist-packages/cx_Freeze-4.3.2-py2.7-linux-x86_64.egg/cx_Freeze/initscripts/Console.py", line 27, in <module>
  File "run.py", line 7, in <module>
  File "miner.py", line 2877, in miner.run (miner.c:9720)
  File "miner.py", line 2832, in miner.find_amd_nvidia_platforms (miner.c:8727)
pyopencl.LogicError: clGetPlatformIDs failed: platform not found khr

I googled it but helpless

I wish your replay

Offline chida

  • Full Member
  • ***
  • Posts: 77
    • View Profile
update driver but

Traceback (most recent call last):
  File "mmc-miner.py", line 5, in <module>
  File "zipextimporter.pyo", line 82, in load_module
  File "pyopencl\__init__.pyo", line 28, in <module>
  File "zipextimporter.pyo", line 98, in load_module
ImportError: MemoryLoadLibrary failed loading pyopencl\_cl.pyd

Same error here - when we find the right .dlls, I think it would be a good idea to bundle them with the zip to make it as easy as possible to use.
I probably cannot (may not) bundle Nvidia dlls with my software. Rather it should be installation instructions for what is missing..

Would you please run dependency walker on the .pyd file itself (it is a pyopencl module DLL). I have put it here: http://mmcdl.1gh.com/_cl.pyd.zip

ok, now there is same problem like in
MSVCP90.DLL
PYTHON27.DLL
GPSVC.DLL
and more

save dwi in http://sdrv.ms/1c38N6Y
As for MVCP90.DLL, would you please try installing this: http://www.microsoft.com/en-us/download/details.aspx?id=29 ?
Not sure about GPSVC.DLL yet.

same error
BTC: 12A5tZgivCa7BVF4YbQdtSedFzanpCbupb
MMC: MBayoLj9WEWTsCk8n45G37tDSSJP2Dd9k5
PTS: PiVUjNkwk6VKrKWCMtA7NkqFhfkqR5pnCS

Offline metraque

  • Newbie
  • *
  • Posts: 14
    • View Profile
any updates on this software?


Offline Delinquency

  • Sr. Member
  • ****
  • Posts: 370
    • View Profile
I hooked up a power meter to my PC while it was mining. Horrible spikes +/- 250Watts
The time in between work is completely devastating and causes power spikes. I can smell my PCIE power cable burning with the spikes in Ampage. (Now replaced, but I had a one PCIe to PCIe 6 pin and 8 pin.)
Please run an idle process that consumes electricity on the GPU to prevent the surges.
This is what those whining chokes are there for, actually. I cannot imagine such an idle process: cores are idle while memory controllers do their job pulling or writing the data to VRAM. Probably you could run cgminer along with MMC miner like itsik78 does here: https://bitsharestalk.org/index.php?topic=1784.msg25795#msg25795

lol. mine while you mine... meh seems like mining twice is healthier than once.

Offline reorder

  • Sr. Member
  • ****
  • Posts: 400
    • View Profile
update driver but

Traceback (most recent call last):
  File "mmc-miner.py", line 5, in <module>
  File "zipextimporter.pyo", line 82, in load_module
  File "pyopencl\__init__.pyo", line 28, in <module>
  File "zipextimporter.pyo", line 98, in load_module
ImportError: MemoryLoadLibrary failed loading pyopencl\_cl.pyd

Same error here - when we find the right .dlls, I think it would be a good idea to bundle them with the zip to make it as easy as possible to use.
I probably cannot (may not) bundle Nvidia dlls with my software. Rather it should be installation instructions for what is missing..

Would you please run dependency walker on the .pyd file itself (it is a pyopencl module DLL). I have put it here: http://mmcdl.1gh.com/_cl.pyd.zip

ok, now there is same problem like in
MSVCP90.DLL
PYTHON27.DLL
GPSVC.DLL
and more

save dwi in http://sdrv.ms/1c38N6Y
As for MVCP90.DLL, would you please try installing this: http://www.microsoft.com/en-us/download/details.aspx?id=29 ?
Not sure about GPSVC.DLL yet.

Offline chida

  • Full Member
  • ***
  • Posts: 77
    • View Profile
update driver but

Traceback (most recent call last):
  File "mmc-miner.py", line 5, in <module>
  File "zipextimporter.pyo", line 82, in load_module
  File "pyopencl\__init__.pyo", line 28, in <module>
  File "zipextimporter.pyo", line 98, in load_module
ImportError: MemoryLoadLibrary failed loading pyopencl\_cl.pyd

Same error here - when we find the right .dlls, I think it would be a good idea to bundle them with the zip to make it as easy as possible to use.
I probably cannot (may not) bundle Nvidia dlls with my software. Rather it should be installation instructions for what is missing..

Would you please run dependency walker on the .pyd file itself (it is a pyopencl module DLL). I have put it here: http://mmcdl.1gh.com/_cl.pyd.zip

ok, now there is same problem like in
MSVCP90.DLL
PYTHON27.DLL
GPSVC.DLL
and more

save dwi in http://sdrv.ms/1c38N6Y
BTC: 12A5tZgivCa7BVF4YbQdtSedFzanpCbupb
MMC: MBayoLj9WEWTsCk8n45G37tDSSJP2Dd9k5
PTS: PiVUjNkwk6VKrKWCMtA7NkqFhfkqR5pnCS

Offline chida

  • Full Member
  • ***
  • Posts: 77
    • View Profile
update driver but

Traceback (most recent call last):
  File "mmc-miner.py", line 5, in <module>
  File "zipextimporter.pyo", line 82, in load_module
  File "pyopencl\__init__.pyo", line 28, in <module>
  File "zipextimporter.pyo", line 98, in load_module
ImportError: MemoryLoadLibrary failed loading pyopencl\_cl.pyd

Same error here - when we find the right .dlls, I think it would be a good idea to bundle them with the zip to make it as easy as possible to use.

i think too
BTC: 12A5tZgivCa7BVF4YbQdtSedFzanpCbupb
MMC: MBayoLj9WEWTsCk8n45G37tDSSJP2Dd9k5
PTS: PiVUjNkwk6VKrKWCMtA7NkqFhfkqR5pnCS

Offline reorder

  • Sr. Member
  • ****
  • Posts: 400
    • View Profile
I hooked up a power meter to my PC while it was mining. Horrible spikes +/- 250Watts
The time in between work is completely devastating and causes power spikes. I can smell my PCIE power cable burning with the spikes in Ampage. (Now replaced, but I had a one PCIe to PCIe 6 pin and 8 pin.)
Please run an idle process that consumes electricity on the GPU to prevent the surges.
This is what those whining chokes are there for, actually. I cannot imagine such an idle process: cores are idle while memory controllers do their job pulling or writing the data to VRAM. Probably you could run cgminer along with MMC miner like itsik78 does here: https://bitsharestalk.org/index.php?topic=1784.msg25795#msg25795

Offline reorder

  • Sr. Member
  • ****
  • Posts: 400
    • View Profile
update driver but

Traceback (most recent call last):
  File "mmc-miner.py", line 5, in <module>
  File "zipextimporter.pyo", line 82, in load_module
  File "pyopencl\__init__.pyo", line 28, in <module>
  File "zipextimporter.pyo", line 98, in load_module
ImportError: MemoryLoadLibrary failed loading pyopencl\_cl.pyd

Same error here - when we find the right .dlls, I think it would be a good idea to bundle them with the zip to make it as easy as possible to use.
I probably cannot (may not) bundle Nvidia dlls with my software. Rather it should be installation instructions for what is missing..

Would you please run dependency walker on the .pyd file itself (it is a pyopencl module DLL). I have put it here: http://mmcdl.1gh.com/_cl.pyd.zip

Offline Delinquency

  • Sr. Member
  • ****
  • Posts: 370
    • View Profile
I hooked up a power meter to my PC while it was mining. Horrible spikes +/- 250Watts
The time in between work is completely devastating and causes power spikes. I can smell my PCIE power cable burning with the spikes in Ampage. (Now replaced, but I had a one PCIe to PCIe 6 pin and 8 pin.)
Please run an idle process that consumes electricity on the GPU to prevent the surges.

Offline FreeTrade

  • Moderator
  • Hero Member
  • *****
  • Posts: 700
    • View Profile
update driver but

Traceback (most recent call last):
  File "mmc-miner.py", line 5, in <module>
  File "zipextimporter.pyo", line 82, in load_module
  File "pyopencl\__init__.pyo", line 28, in <module>
  File "zipextimporter.pyo", line 98, in load_module
ImportError: MemoryLoadLibrary failed loading pyopencl\_cl.pyd

Same error here - when we find the right .dlls, I think it would be a good idea to bundle them with the zip to make it as easy as possible to use. 
“People should be more sophisticated? How are you gonna get that done?” - Jerry Seinfeld reply to Bill Maher

Offline reorder

  • Sr. Member
  • ****
  • Posts: 400
    • View Profile
More likely it is PSU power feed that degrades over time under certain load patterns (cgminer load is much more evenly distributed over time). Could also be a driver issue of course, especially in Windows.
These computers are good power supply. Besides the first two weeks of everything worked well. I have not changed anything.
Well, what I can say for sure is that miner code does not try to deliberately destroy your hardware :) The updated miner may differ in load pattern it puts on your card because it accesses memory differently than previous version. Or it may not - that depends on how your card's manufacturer has arranged power lines and DRAM controllers.

Offline agran

  • Full Member
  • ***
  • Posts: 93
    • View Profile
More likely it is PSU power feed that degrades over time under certain load patterns (cgminer load is much more evenly distributed over time). Could also be a driver issue of course, especially in Windows.
These computers are good power supply. Besides the first two weeks of everything worked well. I have not changed anything.
MMC: MEKdGj95hNjuYn8xiw4iz1iQUQGA47UBMB | BTC: 1agran1xQ4Nwiqv1qegBDF6kqZdfESMUG

Offline reorder

  • Sr. Member
  • ****
  • Posts: 400
    • View Profile
I think mc2-1gh-win eventually spoil the video card. I have two computers with the cards. First stable both of them worked. Then he began crush first, now became crush second. The computer completely freezes, only helps reset. cgminer on these computers works stably.
More likely it is PSU power feed that degrades over time under certain load patterns (cgminer load is much more evenly distributed over time). Could also be a driver issue of course, especially in Windows.