Bitcoin Forum
May 25, 2024, 10:24:59 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: « 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 [21] 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 »
401  Alternate cryptocurrencies / Mining (Altcoins) / Re: An (even more) optimized version of cpuminer on: August 24, 2013, 11:46:54 PM
I am seeing "Stratum connection timed out" messages in the log and not getting credit on coinotron.
This is a known issue with Coinotron (it was first reported here).
The problem is the following: the frequency at which Coinotron sends out notifications is proportional to the speed of each miner, and (since share difficulty is fixed at a relatively high value) slow miners can go 120 seconds without any communication with the server. When that happens, cpuminer thinks that the connection to the pool is dead, and tries to reconnect. This is the same logic used by cgminer/bfgminer, and I believe it makes sense, because it's up to the pool to refresh the work at regular intervals and ensure that new transactions are getting included in block candidates. Letting a miner work on data older than 2 minutes is not acceptable.
402  Alternate cryptocurrencies / Mining (Altcoins) / Re: An (even more) optimized version of cpuminer on: August 17, 2013, 08:28:29 PM
I noticed when scantime was 1 the threads/khash updated fast. When I had it set to 99 it updated MUCH slower, but I got more of the following with -H:

[2013-08-17 20:03:10] DEBUG: hash > target (false positive)
Hash:   000000c097ceb4fc80c0f2b4f5df5e5e5485e27f7ba0e128fe32db6c9c9ef33c
Target: 00000001d5780000000000000000000000000000000000000000000000000000

Any ideas?
Assuming you're using the fork mentioned by K1773R, what -H does is enabling some debug output. (So if I got this right it's basically a limited version of the --debug/-D option available with the cpuminer discussed here.)

Thread hash rate is updated when work is refreshed, so obviously with a lower scan time the hash rate will be updated more frequently. (Again, this only applies to solo mining.)
This is irrelevant with respect to mining speed. The only reason why you may want to lower the scan time is to avoid working on stale data, in case the network is producing blocks quickly.

Pretty sure those are orphans.
If the hash is higher than the target it can't be an orphan, all you have is a false positive which should not even be considered as a block candidate. So for instance the false positive mentioned by yourofl10 should not have been submitted upstream by the miner, and should therefore be neither accepted nor rejected.
No idea why the miner you are talking about generates false positives; it could be a wanted behavior (possibly a hack to generate hashes faster) or a bug. In either case, this is not the right thread to discuss this.
403  Alternate cryptocurrencies / Mining (Altcoins) / Re: An (even more) optimized version of cpuminer on: August 17, 2013, 07:26:49 PM
When I add the -H option, it shows the output of the hash generate (whether it's rejected/accepted), correct?
There is no -H option... unless you're referring to some other fork of cpuminer?
Anyway, the cpuminer discussed in this thread always displays whether a submitted solution (share or block) is accepted ("yay!!!") or rejected ("booooo").
404  Alternate cryptocurrencies / Mining (Altcoins) / Re: An (even more) optimized version of cpuminer on: August 17, 2013, 07:02:18 PM
Is having a lower scantime better when solo mining?
If you are solo mining you may want to set it to a lower value than the default (5 seconds), provided that the *coin daemon is running locally. That can lower the probability of your solutions getting rejected.
If you are mining at a pool, the option is completely ignored by the miner, as better solutions (long polling or Stratum) will then be available.
405  Alternate cryptocurrencies / Pools (Altcoins) / Re: [ANN] The First Litecoin PPS Pool on: August 17, 2013, 05:53:39 PM
the pool is down for me, my workers are Idle
I'm working to resolve this as soon as possible. Unfortunately this time the attack was done on a pretty large scale.

EDIT: The attack was successfully mitigated, and all systems are back up. Sorry for the inconvenience.
406  Alternate cryptocurrencies / Mining (Altcoins) / Re: An (even more) optimized version of cpuminer on: August 15, 2013, 06:25:45 PM
Started playing around with the recent cpuminer (2.3.2) and litecoin/scrypt on a old spare quad Xeon server i have
I noticed that the performance on the older Xeon@3Ghz is not in par with my quad core2 Q6600@3Ghz
Both machines have 8Gigs of ram, Ubuntu X64 and cpuminer was compiled on each machine

The Q6600 gives me around 6.5 khash/s per core while the Xeon 1.60 khash/s
[...]

You didn't mention the exact model of the Xeon, but judging from the cpuinfo report you provided it looks like it's an old Netburst-based processor, which would partially explain why it is so slow. Does it support hyperthreading by any chance? Have you tried running a single thread to see if the per-thread speed is higher?

While I'm here, here's a non-exhaustive list of things that can significantly influence your hash rate:
  • running in 32 or 64 bit mode;
  • CPU microarchitecture (Netburst, Core 2, Nehalem, Sandy Bridge, Haswell, ...);
  • CPU cache size and speed;
  • CPU clock frequency;
  • hyperthreading;
  • the CPU time used by concurrently running applications.
On the other hand, all other things being equal, the following do (should) not influence the hash rate:
  • the amount or speed of RAM;
  • the operating system (as long as it provides full support for the capabilities of the CPU it's running on).
407  Alternate cryptocurrencies / Pools (Altcoins) / Re: [ANN] The First Litecoin PPS Pool on: August 08, 2013, 10:13:34 AM
when the pool payout is set, why does the pool not pay out the full amount in the account?

If I set it to 0.6  it pays out 0.6 and leaves the balance....if i set it to 0.8 it pays out only 0.8 even if there is more in the account...
 do I really have to set it to  0.xxxxxxxxxxxx to get the full payout?

That is actually meant to be a feature.
Automatic payouts are recurring, so the exact amount is not important. What is not paid out by a given automatic payment will be paid out by the next.
Most users are mining 24/7, so there's no point in paying out the exact amount every time the payout threshold is reached, because their balances grow continuously.
The advantage is, of course, that you get payments with nice round numbers, which some people prefer.

If you want a full payout, simply request an instant payout on your payments page.
408  Alternate cryptocurrencies / Mining (Altcoins) / Re: An (even more) optimized version of cpuminer on: July 27, 2013, 07:57:12 AM
what's the difference between scrypt and sha algo? why I'm always get boo when using scrypt algo? Thanks.
They are completely different proof-of-work algorithms. You must use scrypt for Litecoin, and you must use sha256d for Bitcoin.

Added this to the FAQ on the first post.
409  Alternate cryptocurrencies / Pools (Altcoins) / Re: [ANN] The First Litecoin PPS Pool on: July 27, 2013, 07:37:02 AM
Hey Pooler.

Someone from France (82.237.99.245/ brn91-2-82-237-99-245.fbx.proxad.net/ France) changed my litecoin wallet address today at 3:25 PM.

Wallet address was changed to LRpwvpGEhFTocxwhxkXC3miZB9XWUh3p8N.

I guess you received an automatic notification stating that your payout address was modified from some IP that is not yours.
That would mean your account was hacked by someone who managed to find out your password in some way or another. If you haven't done so already, you should change your password as soon as possible. For additional security, you may also want to enable two-factor authentication.

As far as I can see, the Litecoin address you mentioned doesn't match any pool account at the moment, and that particular French IP only accessed your account.
410  Alternate cryptocurrencies / Pools (Altcoins) / Re: [ANN] The First Litecoin PPS Pool on: July 24, 2013, 07:31:34 AM
Hello Pooler:  Can you explain how the "Teams" function works?  What are the benefits or drawbacks?
Hi... Are you sure you're in the right thread? I don't think LitecoinPool.org has any such function.
411  Alternate cryptocurrencies / Mining (Altcoins) / Re: [LTC] An (even more) optimized version of cpuminer on: July 18, 2013, 02:42:04 PM
version 2.3.2
32bit version for sha256d is not working for me (just hangs) but works fine on scrypt.
I have no problems with the 64bit version for scrypt or sha256d.

Tested on 32bit win xp and server 2003

I use v2.2.3 if I need to run sha256d on 32bit systems.

Confirmed on Windows XP, though interestingly enough it seems to run with no problem at all in wine.
Even more interesting is the fact that if I build it with a different version of gcc it appears to run fine everywhere. I have now uploaded this build, please see if it works for you.
412  Alternate cryptocurrencies / Pools (Altcoins) / Re: [ANN] The First Litecoin PPS Pool on: July 14, 2013, 05:02:30 PM
In any case, since shares are weighted, there's no significant difference between getting 4 diff-32 shares and 1 diff-128 share, be they accepted or rejected.
off course but if the calculation is more difficult maybe the rejected share appear less often when a new block is detected
Sure, as a higher share difficulty leads to fewer shares being found and submitted.
But that does not mean that a high share difficulty can help lowering the percentage of stale shares, which is what matters.
413  Alternate cryptocurrencies / Pools (Altcoins) / Re: [ANN] The First Litecoin PPS Pool on: July 14, 2013, 04:39:57 PM
Any possibility to give the opportunity to the miner/worker to set the diff or maybe réajust the vardiff server side ?

up and down all the time :/

32/64/128 etc ...

32 calculation is too fast , have 4 rejects when a new block is found sometimes Sad

96 or 128 is nice for 700kh/s

I don't think letting miners choose would be useful. I may try to make the difficulty adjustment less aggressive though.
In any case, since shares are weighted, there's no significant difference between getting 4 diff-32 shares and 1 diff-128 share, be they accepted or rejected.
414  Alternate cryptocurrencies / Mining (Altcoins) / Re: [LTC] An (even more) optimized version of cpuminer on: July 13, 2013, 08:58:01 PM
Hi pooler i'm using the latest cudaminer client by cbuchner1 which includes stratum support based on your cpuminer. I've gotten an error message "stratum_recv_line failed to parse a newline-terminated string". Since it might be stratum related, cbuchner1 advised to post this here. So far it has happened only twice.
That can happen if the server you're connected to has a hiccup; the miner should try to reconnect automatically in a matter of seconds.
If you suspect a compatibiliy bug in the miner, feel free to pm me your full connection details so that I can try mining at your pool and see what the problem is.
415  Alternate cryptocurrencies / Mining (Altcoins) / Re: [LTC] An (even more) optimized version of cpuminer on: July 13, 2013, 07:35:23 AM
And some have asked for a logging feature that logs just the most important data to disk (i.e. found shares and whether or not they were accepted) - without all the periodically reported kHash/s statistics.
There's a -q option for preventing the miner from printing the per-thread hashmeter.
To save the output on disk you can just redirect stderr to a file.
Code:
minerd -q [OPTIONS] 2> myfile
416  Alternate cryptocurrencies / Mining (Altcoins) / Re: [LTC] An (even more) optimized version of cpuminer on: July 12, 2013, 08:17:57 AM
Building cpuminer on Solaris8 fails as it doesn't have <stdint.h>, using <inttypes.h> instead fixes the problem.
Just in case you care for an eosl'ed operating system.  Grin
Sure! Cheesy
After reading the documentation of autoconf, I think it should be pretty safe to just replace stdint.h with inttypes.h for all systems.
Quote
The C99 standard says that inttypes.h includes stdint.h, so there's no need to include stdint.h separately in a standard environment. Some implementations have inttypes.h but not stdint.h (e.g., Solaris 7), but we don't know of any implementation that has stdint.h but not inttypes.h.
417  Alternate cryptocurrencies / Mining (Altcoins) / Re: [LTC] An (even more) optimized version of cpuminer on: July 11, 2013, 05:48:26 PM
I would assume that glon wants to solo mine since he wanted to do it from litecoin-qt.
The Mining tab in the old Litecoin-Qt 0.6.3 also allowed pool mining.
Solo mining with a CPU at the current difficulty would be a bit of a wild goose chase, by the way. Wink
418  Alternate cryptocurrencies / Mining (Altcoins) / Re: [LTC] An (even more) optimized version of cpuminer on: July 11, 2013, 05:26:42 PM
Ah OK, that explains it then. Can you please point me in the right direction to run minerd from the cmd line? Many thanks!
I don't use Windows, so I can't tell you what you have to do step by step, but you probably want to create a batch (.bat) file and write the command to start the miner in it, complete with all the options you want. There are basic usage examples in the first post.
419  Alternate cryptocurrencies / Mining (Altcoins) / Re: [LTC] An (even more) optimized version of cpuminer on: July 11, 2013, 05:18:40 PM
I must say, that the download don't work on the Windows files... I don't know if this is sourceforge error or something, but please FIX it...
A couple of Windows users reported what is probably the same issue over a month ago: https://github.com/pooler/cpuminer/issues/21
Two other Windows users I asked said they could download the archives and run the miner with no problem at all, though, so I closed the issue when the original reporter stopped answering my questions.
For what it's worth, I have no problem accessing the files hosted at Sourceforge, so I'd be grateful if you could provide some more detail. Operating system, browser information, and what error you get exactly would be a good start.
Please also try to download the files from this page and see if there's any difference.

I'm on Win7 x64, downloaded the latest 64bit bnaries, copied to c:\Program Files (x86)\Litecoin\ according to this giude:
http://paulrausch.com/bitcoin/complete-idiots-guide-to-mining-litecoin-on-a-home-pc/
But I'm still not seeing a Mining button in my Litecoin-Qt wallet. Am I doing something wrong?
The latest versions of Litecoin-Qt have removed the Mining tab. If you want to use cpuminer, you can run minerd from the command line, or make a batch file for it. There used to be a graphical frontend, ScryptMiner GUI, but it's currently unmaintained, so I'd advise against it.
420  Alternate cryptocurrencies / Mining (Altcoins) / Re: [LTC] An (even more) optimized version of cpuminer on: July 10, 2013, 02:39:03 PM
Version 2.3.2

  • This version includes new AVX2-specific scrypt and SHA-256d routines, which bring an 85%+ speedup to the new Intel Haswell processors. I have tested the new code on a Core i7 4770 (4 cores, 8 threads, 3.4 GHz), and the results seem pretty good: over 95 kh/s for scrypt, and over 50 MH/s for SHA-256d.
  • No speed improvements for non-Haswell processors.
  • The output stream is now flushed after every log message in order to avoid possible delays on Windows.
  • Fixed an undefined-behavior bug in the Stratum code. This could cause crashes, hash miscalculation or no problem at all, depending on the compiler used to build the miner.

The source code is, as always, available at GitHub. Source tarball and binaries are available at Sourceforge.
Pages: « 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 [21] 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!