Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - reorder

Pages: 1 ... 7 8 9 10 11 12 13 [14] 15 16 17 18 19 20 21 ... 27
196
MemoryCoin / Re: [ANN] MMC.1GH.COM - GPU mining
« on: January 11, 2014, 09:50:19 am »
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

197
MemoryCoin / Re: [ANN] MMC.1GH.COM - GPU mining
« on: January 11, 2014, 09:34:31 am »
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

198
MemoryCoin / Re: [ANN] MMC.1GH.COM - GPU mining
« on: January 10, 2014, 11:32:27 pm »
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.

199
MemoryCoin / Re: [ANN] MMC.1GH.COM - GPU mining
« on: January 10, 2014, 11:13:37 pm »
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.

200
MemoryCoin / Re: [CTO] work status
« on: January 10, 2014, 10:23:26 pm »
I was speaking of the actual built-in miner and removing menu items for starting it (if they are still there of course).

Removing addresses from the wallet (file) is not feasible, but auto-swiping all inputs to a certain address is (obviously). But then there are transaction fees that may be hard to explain to user, and blockchain growth issue.

201
MemoryCoin / Re: 100% Hash rate on one pool (again)
« on: January 10, 2014, 10:13:35 pm »
Guys, we are keeping in touch with Another Awesome Pool, and they have something nice to show in the near future too. Besides, I remember certain dev from bitcointalk mentioning his work on MMC GPU implementation. The competition is there, things just need time to evolve.

202
MemoryCoin / Re: 100% Hash rate on one pool (again)
« on: January 10, 2014, 09:01:37 pm »
Short answer - no, not yet.

On the upside, we are not going to 51% the network or try other funny things. You may remember how btcguild was handling over half of bitcoin network and nothing special happened - for the same reason.
What if I hold a gun to your head?
It is very clear how exactly centralisation is bad, but it is (obviously) against our selfish interest to opensource the thing on the moment. It is also against the same selfish interest to harm the coin.

203
MemoryCoin / Re: [CTO] work status
« on: January 10, 2014, 08:31:41 pm »
as a first step it would be enough to remove the "new address" button :)
And the built-in miner? It has a bad habit of generating new addresses while you are not watching.

204
MemoryCoin / Re: [CTO] work status
« on: January 10, 2014, 02:57:59 pm »
So, whom should I vote for to get blockexplorer-with-balances faster, you or FaSan? :)

205
MemoryCoin / Re: [ANN] MMC.1GH.COM - GPU mining
« on: January 10, 2014, 02:04:31 pm »

in C:\Windows\System32 there is OpenCL.dll . How i check if is 32 bit?

this sample works
https://developer.nvidia.com/opencl

By the way, would you please try running 32-bit cgminer to see if it can find your card?

206
MemoryCoin / Re: [ANN] MMC.1GH.COM - GPU mining
« on: January 10, 2014, 02:02:44 pm »
Hi,
NVIDIA news?
Should work, if you have a proper Nvidia OpenCL installation in your system.

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
In Windows, you should have 32-bit OpenCL.dll in your system32 folder. Please check if it is the case.

in C:\Windows\System32 there is OpenCL.dll . How i check if is 32 bit?
Well, it is 32-bit since it made it to that folder. Still, the miner cannot load it for some reason. Could you perhaps try opening it with dependency wakler to see what it might be missing?

207
MemoryCoin / Re: MMC2.0 should be 100%PoS
« on: January 10, 2014, 02:00:39 pm »
Wouldn't PoS just multiply the voting gravity when the rich get richer? Is there a way to protect the PoS-only network from converging to just 10 people voting for themselves and getting all the mint?

208
MemoryCoin / Re: [ANN] MMC.1GH.COM - GPU mining
« on: January 10, 2014, 01:47:56 pm »
Hi,
NVIDIA news?
Should work, if you have a proper Nvidia OpenCL installation in your system.

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
In Windows, you should have 32-bit OpenCL.dll in your system32 folder. Please check if it is the case.

209
MemoryCoin / Re: 100% Hash rate on one pool (again)
« on: January 10, 2014, 11:01:05 am »
Short answer - no, not yet.

On the upside, we are not going to 51% the network or try other funny things. You may remember how btcguild was handling over half of bitcoin network and nothing special happened - for the same reason.

210
MemoryCoin / Re: [ANN] MMC.1GH.COM - GPU mining
« on: January 10, 2014, 10:54:55 am »
what's mean WPM and HPM?thanx
I get 20hpm and 21 wpm at 1130/1500 on HIS 280X,I see somebody get 22hpm.why?
It is 'works per minute' and 'hashes (solutions) per minute'. Over time they converge to the same value.

Pages: 1 ... 7 8 9 10 11 12 13 [14] 15 16 17 18 19 20 21 ... 27