Bitcoin Forum
July 08, 2024, 01:10:59 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: « 1 ... 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 [145] 146 147 148 149 150 151 152 153 154 »
2881  Bitcoin / Bitcoin Technical Support / Re: Pushpool - Tech Support on: November 07, 2011, 03:00:18 PM
Guys,

 I can't find a valid share (YAY!!!) even using minerd with Litecoind (solo mining)...
 This is because I'm too small?!

Thanks!
Thiago
Probably, the difficulty is quite high indeed.
2882  Other / CPU/GPU Bitcoin mining hardware / Re: What did i do to my cards? on: November 06, 2011, 06:11:15 PM
This problem has never occured when i am gaming. A few days ago i launched minecraft, but paused it via Escape key and even alt-tabbed from the game to my browser.
After that i used the vacuum cleaner and kinda hit the case a bit a few times while cleaning around the PC...next thing i notice the problem had occurred. Makes me wonder if it's shorting somewhere.
2883  Alternate cryptocurrencies / Altcoin Discussion / Re: What do alt coin developers think about BIP010/011/012 ? on: November 03, 2011, 12:24:10 PM
Wait what? What in the world is BIP?
2884  Alternate cryptocurrencies / Altcoin Discussion / Re: How to mine CPU coins for free on: November 02, 2011, 11:27:48 PM
Has anyone done the math to see if mining Litecoin would be profitable on an Amazon EC2 High-CPU Extra Large (8 cores)?  On-demand pricing is $0.68/hr and and spot pricing is $0.216/hr.
I've tried it. It says it has 8 cores, it had only 3...no really, just 3 cores. The Cluster Compute Quadruple Extra Large however has 8 real physical cores, not limited, however it's priced at 1.60 per hour.
2885  Alternate cryptocurrencies / Altcoin Discussion / Re: How to mine CPU coins for free on: November 02, 2011, 10:48:00 PM
I tried march=native, it didn't do any better than just using SSE2 for me.
Specifying all the SSEs as well as AVX (I was using a 2600k) made a big difference.
You seem to have misunderstood the thread. It's about Amazon EC2 computing. I.e rented computers, not a personal computer.
2886  Alternate cryptocurrencies / Altcoin Discussion / Re: How to mine CPU coins for free on: November 02, 2011, 10:44:23 PM
yes, I have edited it at the same time, it should be artfortz.

Thanks for the tip for confgiure. I am getting up to 1.41 khash/s now, almost the same as my own i5:

Quote
[2011-11-02 21:14:38] LONGPOLL detected new block
[2011-11-02 21:14:38] thread 1: 1664 hashes, 0.03 khash/sec
[2011-11-02 21:14:38] thread 0: 525 hashes, 0.03 khash/sec
[2011-11-02 21:15:06] thread 0: 1647 hashes, 0.06 khash/sec
[2011-11-02 21:15:07] thread 1: 1581 hashes, 0.06 khash/sec
[2011-11-02 21:15:08] thread 0: 3696 hashes, 1.41 khash/sec
[2011-11-02 21:15:10] thread 1: 3385 hashes, 1.22 khash/sec
[2011-11-02 21:15:10] thread 0: 2281 hashes, 1.16 khash/sec
[2011-11-02 21:15:10] PROOF OF WORK RESULT: true (yay!!!)
[2011-11-02 21:15:12] thread 1: 2707 hashes, 1.13 khash/sec
[2011-11-02 21:15:12] PROOF OF WORK RESULT: true (yay!!!)

Do you know what that is exactly? It's load balancing in effect. You for just a few seconds get a bump of that 1.30 or so speed, then get reduced to below 0.05
2887  Alternate cryptocurrencies / Altcoin Discussion / Re: How to mine CPU coins for free on: November 02, 2011, 10:31:00 PM
You need all the SSEs in there, not just SSE2.  It makes a huge difference.
Thats why i do -march=native -mtune=native which enables them all, -msse2 is just a habit. In any case, ALL i got and i mean from ALL the optimization i tried, just 0.50kh/s

And i also use a 64bit linux, which is supposed to be faster than 32bit OS

Not to mention that there is extreme load balancing in the micro instance. You mine at full speed for a few seconds and then you get reduced to 0.02 or less KH/s
Above you quoted an install line for Tenebrix.  This thread is about Litecoin.  Is it possible your shitty Tenebrix miner is to blame for your speeds?
The tenebrix miner is the EXACT copy of cpu-miner...tenebrix,fairbrix,litecoin ALL use SCRYPT algo.

Also, with that exact same miner, i get over 3KH/s per core on my 64bit Virtual machine on my own computer.
2888  Alternate cryptocurrencies / Altcoin Discussion / Re: How to mine CPU coins for free on: November 02, 2011, 10:15:54 PM
You need all the SSEs in there, not just SSE2.  It makes a huge difference.
Thats why i do -march=native -mtune=native which enables them all, -msse2 is just a habit. In any case, ALL i got and i mean from ALL the optimization i tried, just 0.50kh/s

And i also use a 64bit linux, which is supposed to be faster than 32bit OS

Not to mention that there is extreme load balancing in the micro instance. You mine at full speed for a few seconds and then you get reduced to 0.02 or less KH/s
2889  Alternate cryptocurrencies / Altcoin Discussion / Re: How to mine CPU coins for free on: November 02, 2011, 10:06:43 PM
I am writing because i've already tried them.

Micro instance has 1 core, or when i compiled, just 0.50kh/s. And i doubt that i can launch 30 or more FREE instances.

I've also tried the CLuster Computer Quadruple extra large which is an 8 core, 16 thread Intel Xeon which does 2.77(MAX) kh/s per core

So no, you do not get 1.5kh/s just 0.50

And if anyone wants, here is something i use to automatically download all dependencies plus the miner, download it, configure it, and compile it

Quote
apt-get update;apt-get install -y libcurl4-openssl-dev;apt-get install -y git;apt-get install -y make;apt-get install -y autoconf;git clone https://github.com/Lolcust/Tenebrix-miner.git;mv Tenebrix-miner /opt/;cd /opt/Tenebrix-miner/;aclocal;./autogen.sh;CFLAGS="-O3 -Wall -g -ftree-loop-distribution -fstrict-aliasing -fstrict-overflow -march=native -mtune=native -msse2"

That is what i do when i first SSH to the new EC2 instance. It's fast, and you barely waste time.
2890  Other / CPU/GPU Bitcoin mining hardware / Re: any good agp gpu? on: November 02, 2011, 09:39:09 PM
Nope, amd DID make AGP cards of the 4k series. Namely 4650 and few more i think.
2891  Other / CPU/GPU Bitcoin mining hardware / Re: What did i do to my cards? on: November 02, 2011, 12:11:52 AM
Constantly actually. Since day one of bitcoin mining, afterburner is open... Actually i also tried to think out of the box and thought it could be afterburner polling too often or something, but its not like Afterburner was open the times when the problem occured when i was idling with both cards...or the time when my 5870 didnt start for a whole hour.
2892  Other / CPU/GPU Bitcoin mining hardware / What did i do to my cards? on: November 01, 2011, 11:20:48 PM
This is the problem i have.

I have a 5850 and a 5870. The 5870 is like 3-3.5 months old.

The problem is that sometimes, randomly either card blacks out. What does that mean? My monitor goes in standby, and the GPU fan speeds up to 100%.

Here's how it all happened. Before i bought the 5870 i had just the 5850 and was mining with it. I back then overclocked my 5850 to 950mhz core and 475 mem. It ran for about 2 weeks before displaying this problem. The max i bumped the voltage on the 5850 was 1.2mV and then i reverted to stock clocks when the problem even appeared as i just rebooted. Nevertheless the card continued to work. I bought a 5870 and mined with it for...2.5-3 months again overclocked to 950 mhz and 300 mem when it ALSO started having the exact same problem. But on the 5870 i did not increase the voltage as much as the 5850.

The 5850 is fine, it hasnt "crashed" in a long long time, but the 5870 on the other hand does. Last time it crashed i thought it was dead, as i removed it from my motherboard and replugged it again, the fan was still in its speedup phase...i removed the card thinking it was dead. But after an hour of cooling off it suddently worked again.

Here are links to people with similar problems, some even with the same as mine

http://forums.amd.com/game/messageview.cfm?catid=260&threadid=135188
http://forums.amd.com/game/messageview.cfm?catid=260&threadid=101656
https://bitcointalk.org/index.php?topic=31718.msg400581#msg400581

ATM my 5870 and 5850 are not overclocked.

Tbh, is it possible i went and screwed two cards? Or could it be my PSU? My psu is a Chieftec 600w, outputs 576w on the 12v+ rails(i have 4). And just so you know, while two cards and a phenom do cut it close with this PSU, the problem occured on my 5850 when i didn't have a 5870. So it could be the PSU, or i've destroyed two cards.

P.S
When this blackout occurs, rebooting doesnt help. I have to actually shutdown the computer and then start it again so that the card can work again.
2893  Bitcoin / Bitcoin Technical Support / Re: PoolServerJ - Tech Support on: November 01, 2011, 06:33:16 PM
Does poolserverj have rollntime support?
2894  Bitcoin / Bitcoin Discussion / Re: how long ago did you heard about Bitcoin? Poll! on: November 01, 2011, 06:02:13 PM
back in April for me
OCN user?
2895  Bitcoin / Development & Technical Discussion / Re: "12. Check that nBits value matches the difficulty rules" on: October 31, 2011, 11:22:06 AM
A block is not USING a difficulty, it's at SOME difficulty regardless if it wants to or not.
2896  Bitcoin / Bitcoin Discussion / Re: Time to download the block chain on: October 31, 2011, 12:02:52 AM
No i downloaded an archive and waited only 2-3 minutes.

http://bitcoin.bluematt.me/bitcoin-nightly/blockchain-nightly/

I am not going to download the block chain from some random url.
Whatever...BlueMatt is a developer working on Bitcoin and this can be verified on freenode @ #bitcoin-dev
2897  Bitcoin / Mining software (miners) / Re: CGMINER CPU/GPU miner overclock monitor fanspeed in C linux/windows/osx 2.0.7 on: October 30, 2011, 05:08:33 PM
I agree with Kano with all my 3 hands up
2898  Bitcoin / Bitcoin Discussion / Re: Time to download the block chain on: October 27, 2011, 06:20:09 PM
No i downloaded an archive and waited only 2-3 minutes.

http://bitcoin.bluematt.me/bitcoin-nightly/blockchain-nightly/
2899  Other / CPU/GPU Bitcoin mining hardware / Re: Ufasoft Miner Thread - SSE2/OpenCL/AMD CAL/CUDA for Windows, v0.2 (2011-October) on: October 27, 2011, 02:55:38 PM
So keep using Winzip and don't download the Ufasoft source since 7-zip is so inconvenient.
Ok, then why is it an archive in an archive? When i uncompress the lzma archive i get a tar archive which also needs to be untarred.

It would be awesome if ufasoft would just use .tar archive instead of double compression.
2900  Other / CPU/GPU Bitcoin mining hardware / Re: Ufasoft Miner Thread - SSE2/OpenCL/AMD CAL/CUDA for Windows, v0.2 (2011-October) on: October 27, 2011, 02:40:19 PM
Winrar also failed to recognize this lzma format.
Pages: « 1 ... 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 [145] 146 147 148 149 150 151 152 153 154 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!