Bitcoin Forum
January 25, 2025, 05:52:57 AM *
News: Community Awards voting is open
 
  Home Help Search Login Register More  
  Show Posts
Pages: [1] 2 3 »
1  Other / Beginners & Help / Re: Play FPS, and earn Bitcoins! on: July 16, 2012, 03:02:48 PM
Wow,

seems to be a good game/idea.
If anyone wants to play: I'm hanging out in the IRC.
2  Other / Beginners & Help / Re: Kill and earn bitcoins :) on: July 16, 2012, 03:01:21 PM
Wow,

seems to be a good game/idea.
If anyone wants to play: I'm hanging out in the IRC.

3  Bitcoin / Development & Technical Discussion / Re: alternative cheat-proof method? on: July 17, 2011, 08:35:31 PM
mhm.
could be factor used to even to this out?
i know how does slush it does, but i don't like it.
4  Bitcoin / Development & Technical Discussion / alternative cheat-proof method? on: July 17, 2011, 07:03:08 PM
Hi,

I've done some reading on various possibilities in order to prevent pool-hopping.
At some point I had my own idea and I'd like some feedback, may be I'm
missing something.

userScore = t //seconds since round start for the submitted share

after the round is finished all scores of the user and the totalScore
will be summed up, resulting in:

reward = userScore/totalScore*50

Any ideas about what I'm missing?
Eliel_ in the irc already pointed out that may be miners
don't want to mine at the start of a round.
But sadly I have not enough data, to do some simulations.
5  Bitcoin / Mining software (miners) / Re: [MINER] Phoenix - New efficient, fast, modular miner **BFI_INT support!** on: July 11, 2011, 07:09:08 PM
has someone of you the same issues as described here?
http://forum.bitcoin.org/index.php?topic=27045.0
6  Bitcoin / Mining support / Re: [ERROR] Pushpoold "unkown-work" $50 Bounty on: July 10, 2011, 07:05:50 PM
After some testing, with the help from denisx in the irc, we figured out that this issue seems to
bo related to pushpool, phoenix and perhaps nvidia, all combined.
He runs a pool too and when I've pointed my phoenixminer at his pool, the same results.

Now, when I do the same thing with poclbm against my and his pool I have no unknown-work, in fact ~0 stales.
Tested with different versions of phoenix and pushpool.

diablo-miner and poclbm are working great.
additionally denisx reported that some members of his pool with nvidia cards have problems too.
7  Bitcoin / Mining support / Re: [ERROR] Pushpoold "unkown-work" on: July 10, 2011, 09:55:23 AM
the problem is still present.
i pledge 50$ for a solution. I'd pay via paypal since I have not much BTC.
8  Bitcoin / Mining support / Re: [ERROR] Pushpoold "unkown-work" on: July 09, 2011, 05:56:21 PM
I've tried increasing the askrate and it helps a litte bit.
their are still 50% unknown-works, how can i check that pushpool logs everything right?
9  Bitcoin / Mining support / Re: [ERROR] Pushpoold "unkown-work" on: July 09, 2011, 05:31:16 PM
Is this the  "auth.cred_cache.expire" : 75, option?

No.

Quote
And if not how do I get pushpool do keep it longer, or is the problem
somewhere else on the host?

The problem is with miners submitting old work.  They should not submit work older than 60 seconds, much less 120 seconds.



increasing the askrate of the miner would help against this?
but why do I have no troubles on other pools?
10  Bitcoin / Mining support / Re: [ERROR] Pushpoold "unkown-work" on: July 09, 2011, 05:27:24 PM
you're right.
but the problem is very strange.
i figured out it has to be something wrong with the log.
i've received work and submitted within 120seconds.
where does pushpool log this, in memcached?
11  Bitcoin / Mining support / Re: [ERROR] Pushpoold "unkown-work" on: July 09, 2011, 05:12:58 PM
Is this the  "auth.cred_cache.expire" : 75, option?
And if not how do I get pushpool do keep it longer, or is the problem
somewhere else on the host?
12  Bitcoin / Mining support / Re: [ERROR] Pushpoold "unkown-work" on: July 09, 2011, 03:08:14 PM
here is the config:
Code:
{
   "listen" : [

      { "port" : 8342 },


      { "port" : 8332, "protocol" : "http-json" },
          { "port" : 8335, "protocol" : "http-json",
        "proxy" : "XXX.XXX.XXX.XXX" },

      { "host" : "127.0.0.1", "port" : 8338, "protocol" : "binary" }
   ],

   "database" : {
      "engine" : "mysql",

      "host" : "localhost",

      "port" : 3306,


      "name" : "XXXXXXXX",

      "username" : "XXXXXXXXXXXXXX",

      "password" : "XXXXXXXXXXXXXXXXXXXx",

      "sharelog" : true,
      "stmt.pwdb":"SELECT password FROM pool_worker WHERE username = ?",

 "stmt.sharelog":"INSERT INTO shares (rem_host, username, our_result, upstream_result, reason, solution) VALUES (?, ?, ?, ?, ?, ?)"
   },

   "memcached" : {
      "servers" : [
         { "host" : "127.0.0.1", "port" : 11211 }
      ]
   },

   "pid" : "/home/XXXXXX/bitcoin/pushpool.pid",


   "forcehost" : "localhost.localdomain",

   "log.requests" : "/home/XXXXXX/bitcoin/request.log",
  "log.shares" : "/home/XXXXXX/bitcoin/shares.log",

   "longpoll.disable" : false,


   "auth.cred_cache.expire" : 75,
   "rpc.url" : "http://127.0.0.1:10000/",

   "rpc.user" : "XXXXXXXXXXXXXXXXXXXX",
   "rpc.pass" : "XXXXXXXXXXXXXX",


   "rpc.target.rewrite" : true,
   "roll.ntime.disable" : true
}

and thx for your help



13  Bitcoin / Mining support / Re: [ERROR] Pushpoold "unkown-work" on: July 09, 2011, 02:56:50 PM
yes I did, this is frustrating. I have no clue where this comes from.
14  Bitcoin / Mining support / Re: [ERROR] Pushpoold "unkown-work" on: July 09, 2011, 02:23:58 PM
Thanks for the hint Smiley.
I'm now testing, with and without the patch suggested by redditorrex.
so far it's not looking that good :/.


edit: it got a little bit better.
15  Bitcoin / Pools / Re: If your a pool-op or miner and notice a lot of stales make sure to do this patch on: July 08, 2011, 11:58:04 PM
Thank you I will test it tomorrow.
I have this issue http://forum.bitcoin.org/index.php?topic=27045.0
Are you refering to unknown-work?


regards, redshark1802
16  Bitcoin / Mining support / [ERROR] Pushpoold "unkown-work" $50 Bounty on: July 08, 2011, 12:24:57 PM
Hello,

i've played a bit aroung with pushpoold and everything worked just fine.
But when I asked a friend for a little test something strange happened.
I have about 100MH/s my friend has 1500MH/s.
As soon as my friend joined for testing i got a lot of stales,
I looked it up in the datase and the reason is "unknown-work".
Where does this come from?

Help with this would be really nice.


regards, redshark1802

ps: things I've tried so far with help from the irc-channnel
-checking that the blockchain is complete
-checking if the time is correct
-decreased the speed from my friend to 300MH/s


-my friend has no problems at all
-unknown is like 90% of the work sent
17  Bitcoin / Bitcoin Technical Support / Re: Pushpool - Tech Support on: July 08, 2011, 11:02:21 AM
Hello,

i've played a bit aroung with pushpoold and everything worked just fine.
But when I asked a friend for a little test something strange happened.
I have about 100MH/s my friend has 1500MH/s.
As soon as my friend joined for testing i got a lot of stales,
I looked it up in the datase and the reason is "unknown-work".
Where does this come from?

Help with this would be really nice.


regards, redshark1802
18  Bitcoin / Bitcoin Technical Support / Re: Pushpool - Tech Support on: June 22, 2011, 09:46:26 PM
use ./pushpoold -E -c server.json Wink

regards, redshark1802
19  Bitcoin / Bitcoin Technical Support / Re: Pushpool - Tech Support on: June 22, 2011, 08:57:25 PM
try apt-get install memcached Wink

regards, redshark1802
20  Bitcoin / Bitcoin Technical Support / Re: Pushpool - Tech Support on: June 22, 2011, 08:41:42 PM
yep, sudo apt-get
Pages: [1] 2 3 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!