Bitcoin Forum
May 02, 2024, 08:46:56 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: « 1 ... 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 [76] 77 78 79 80 81 82 »
1501  Economy / Trading Discussion / Re: Bitcoin Central, now featuring dark pools ! on: January 09, 2011, 12:30:13 AM
davout: have you given any thought to the idea of compromising between transparency and stability, by hiding only the dark pool order volume, but not the fact that an order exists?

If the volume is hidden though it discourages me from using the market. If people use the dark pool then the volume on the market always appears low and makes me think there's no trading going on. So I look for a busier market or assume bitcoin is not being traded.
1502  Economy / Trading Discussion / Re: Bitcoin Central, now featuring dark pools ! on: January 08, 2011, 10:41:02 AM
I don't understand what the benefit of a dark pool is. Can you explain why someone would use the dark pool? Or why someone wouldn't use the normal pool and should only use the dark pool?
1503  Bitcoin / Mining software (miners) / Re: New demonstration CPU miner available on: January 08, 2011, 10:38:38 AM
should I write "huesped.name_of_worker:password" or only my nick without nick of worker?

This first one: "huesped.name_of_worker:password"
1504  Bitcoin / Pools / Re: Cooperative mining (>4000Mhash/s, join us!) on: January 06, 2011, 11:13:14 AM
So to generate a local time, make the server generate this HTML code:

Code:
<script language="javascript" type="text/javascript">document.write(new Date(Date.UTC(2011, 1, 6, 18, 24, 0)).toLocaleString())</script>

Have your server generate the "real" numbers above.

If the server stores times as milliseconds-since-1970 in GMT, you can do it even easier:

Code:
<script language="javascript" type="text/javascript">document.write(new Date(1297016640000).toLocaleString())</script>

Slush's server uses XHTML so document.write won't work. See here:

http://www.w3.org/MarkUp/2004/xhtml-faq#docwrite
1505  Bitcoin / Development & Technical Discussion / Re: bitcoind running on the N900 smartphone on: January 01, 2011, 11:05:21 PM
I experience problems with the bitcoin version for the n900 (I got it from http://bluishcoder.co.nz/bitcoin-pool/bitcoind.gz). When I try to execute the file I get the following error:

Did you download it and gunzip it on the phone? I just tried the following steps from the N900 terminal and it worked:

Code:
$ wget http://www.bluishcoder.co.nz/bitcoin-pool/bitcoind.gz
$ gunzip bitcoind.gz
$ chmod +x bitcoind.gz
$ ./bitcoind
1506  Bitcoin / Mining software (miners) / Re: RPC Miners (CPU/4way/CUDA/OpenCL) on: December 31, 2010, 04:25:19 AM
Trying to run the binaries on Windows it gives an error saying that OpenLDAP.DLL is missing. Should that be included in the .zip file?
1507  Bitcoin / Pools / Re: Cooperative mining (>4000Mhash/s, join us!) on: December 26, 2010, 10:37:39 AM
Quote
I guess it's that my system is slow (the 1-2K is the sum of the threads, not the individual ones). I get the "zeroes in hash" message once in a while, but it keeps telling me that it's not the actual result.

I'm pretty sure that  cryptopp_asm32 is broken on at least some systems (mine included). It never generates a share. There is some mention of this in the thread about minerd. I stick to the 'C' method or '4way' on compatible hardware.
1508  Bitcoin / Pools / Re: Cooperative mining (>4000Mhash/s, join us!) on: December 20, 2010, 02:21:34 AM
on the "doublec/puddinpop pool-system", users might "earn" 0.00****btc, but those sub-cents will be lost, not forever, but for you, the generator.

I agree, rounding to 0.01 is the better approach.
1509  Bitcoin / Pools / Re: Cooperative mining (>2000Mhash/s, join us!) on: December 19, 2010, 12:35:23 PM
Also, do you really have to wait a day for the confirmation?  I think 10 new blocks should be more than enough. 

He has no choice but to wait. The coins aren't available from the generated block until 120 more blocks have passed. This is enforced by the network and software. He can't send the coins out before this.
1510  Bitcoin / Pools / Re: Cooperative mining (>2000Mhash/s, join us!) on: December 18, 2010, 11:27:43 PM
I set my threshold to 0.01 and my reward is 0.55 but I don't think its sending it to me. Maybe it doesn't work below 1?

Same here. My reward is over the threshold of 0.01 but nothing sent.
1511  Bitcoin / Pools / Re: Cooperative mining (>1500Mhash/s already, join us!) on: December 17, 2010, 12:07:41 PM
32 is not difficulty,

It might be a good idea not to call it 'difficulty' on the webpage...
1512  Bitcoin / Pools / Re: Cooperative mining (>1500Mhash/s already, join us!) on: December 17, 2010, 11:46:22 AM
Which version ? Did you build it yourself ?

I got the error you got when I had the wrong username/password.
1513  Bitcoin / Pools / Re: Cooperative mining (>1500Mhash/s already, join us!) on: December 17, 2010, 11:44:47 AM
and again, i just had 2 of 3cores @ 2400khash/s each running for about 15minutes and got 2shares/found 2 winning hashes.
that's not even close to your 19hrs.

Yes, I guess the difficulty calculator I used must be incorrect. Any idea what the estimate would be?
1514  Bitcoin / Pools / Re: Cooperative mining (>1500Mhash/s already, join us!) on: December 17, 2010, 11:21:08 AM
What's the current difficulty value for miners to get a share?

Found it, '32' according if it's the listed difficulty under each registered miner. So that's about 19 hours for a share using a 2,000 khash/s machine (my estimate of an average dual core laptop).
1515  Bitcoin / Pools / Re: Cooperative mining (>1500Mhash/s already, join us!) on: December 17, 2010, 11:09:31 AM
The instructions say to use one registered miner for each remote miner instance connected. Does this mean multithreaded miners need to be limited to 1 thread only? Will running them with multiple threads confuse the share algorithm?
1516  Bitcoin / Pools / Re: Cooperative mining (>1500Mhash/s already, join us!) on: December 17, 2010, 10:47:50 AM
What's the current difficulty value for miners to get a share?
1517  Bitcoin / Pools / Re: Cooperative mining (>1500Mhash/s already, join us!) on: December 17, 2010, 10:13:02 AM
Code:
2010-12-17 08:51:59.737616
Send 7.34 to 1JdEn5LeMREmAjcAi4KWf8EX6zkubqGn55
Send 2.56 to 1A6ru2AYP9gMBpMEw63fwLqXNJ75efaBiY
Send 1.61 to 13SecR7EGTXQ4LHGWvYhbAEUbMnFpyMWHG
Send 1.22 to 1Eo51LLvhkJhxGR6oga1QkNV9a1KJsbrF7
Send 0.48 to 16yH1S6eJpj8UyLFqMVM35pbf5vXrec2c8
Initial balance: 50.03, sent total 13.21 for 5 people, time 0.4 sec

Why so few payouts and they don't add up to 50? Are there a lot of entrants that have a minimum amount to send set so their balance is accumulating?
1518  Bitcoin / Development & Technical Discussion / Re: Pooled/Remote Mining on: December 17, 2010, 01:15:20 AM
I had 4.7 installed as it was mentioned in the build-unix.txt . I now installed 4.8 and tried again.

I now get

Edit CMakeCache.txt. Change the line that references libdb.so to libdb_cxx.so.
1519  Bitcoin / Pools / Re: Cooperative mining (>600Mhash/s already, join us!) on: December 16, 2010, 04:36:15 AM
Is the source for your cooperative miner available?
1520  Bitcoin / Mining / Re: Join a pooled bitcoin mining effort on: December 15, 2010, 01:48:10 AM
What the logs say, will the new pool have a site?

I'm keeping my server running until it generates a block so the people who've contributed hashes for the last couple of days haven't wasted their time. Hopefully not too many people will switch before that happens otherwise it'll be forever before it generates.

I'll update the bitcoin-pool page with the new IP address and a note that someone else is running it when that happens.
Pages: « 1 ... 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 [76] 77 78 79 80 81 82 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!