Bitcoin Forum

Bitcoin => Project Development => Topic started by: talpan on July 03, 2011, 10:32:10 PM



Title: [BOUNTY] 0.25BTC for a solution from pushpool where the upstream_result is 'Y'
Post by: talpan on July 03, 2011, 10:32:10 PM
Hello,

I give 0.25BTC for a solution from pushpool where the upstream_result is 'Y' (a valid block was found),

regards, talpan


Title: Re: [BOUNTY] 0.25BTC for a solution from pushpool where the upstream_result is 'Y'
Post by: error on July 03, 2011, 11:48:31 PM
Run pushpool on testnet for a few minutes, and you'll have one. :)


Title: Re: [BOUNTY] 0.25BTC for a solution from pushpool where the upstream_result is 'Y'
Post by: sakkaku on July 04, 2011, 01:21:45 AM
Run pushpool on testnet for a few minutes, and you'll have one. :)

+


Title: Re: [BOUNTY] 0.25BTC for a solution from pushpool where the upstream_result is 'Y'
Post by: talpan on July 04, 2011, 03:51:20 PM
The offer still stands.
Sadly I have only a gtx460.

regards, talpan


Title: Re: [BOUNTY] 0.25BTC for a solution from pushpool where the upstream_result is 'Y'
Post by: AndyRossy on July 04, 2011, 03:58:27 PM
kokade_prod=# select solution from share where upstreamresult = 'Y'
;
                                                                                                                             solution                                                                                       
------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
 00000001d219003dfd0ec774541ac59c6b566c2b11a64e99d745a2e70028f3e100000000fc415a3 869208702e88db306d9473f116b0412fd76739780b29953fea82d83d24e11de451c00824f8c5b32 da00000000000000000000000000000000000000000000000000000000000000000000000000000 0000000000000000000
(1 row)

kokade_prod=#




Dont worry about the bounty, have fun you! :)


Title: Re: [BOUNTY] 0.25BTC for a solution from pushpool where the upstream_result is 'Y'
Post by: talpan on July 04, 2011, 04:53:28 PM
Thank you very much, I'd give the 0.25BTC to you, but thanks :).


regards, talpan


Title: Re: [BOUNTY] 0.25BTC for a solution from pushpool where the upstream_result is 'Y'
Post by: sakkaku on July 04, 2011, 06:39:08 PM
You might want to use code blocks when posting long lines.

The solution column is 256 characters (+1 for terminator)
Code:
  `solution` varchar(257) NOT NULL,

Code:
>>> len(" 00000001d219003dfd0ec774541ac59c6b566c2b11a64e99d745a2e70028f3e100000000fc415a3 869208702e88db306d9473f116b0412fd76739780b29953fea82d83d24e11de451c00824f8c5b32 da00000000000000000000000000000000000000000000000000000000000000000000000000000 0000000000000000000")
260

Copying directly from the forums adds 4 whitespaces.

Code:
>>> len("00000001d219003dfd0ec774541ac59c6b566c2b11a64e99d745a2e70028f3e100000000fc415a3869208702e88db306d9473f116b0412fd76739780b29953fea82d83d24e11de451c00824f8c5b32da000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000")
256

Minor nitpick >_<

Code:
00000001d219003dfd0ec774541ac59c6b566c2b11a64e99d745a2e70028f3e100000000fc415a3869208702e88db306d9473f116b0412fd76739780b29953fea82d83d24e11de451c00824f8c5b32da000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000


Title: Re: [BOUNTY] 0.25BTC for a solution from pushpool where the upstream_result is 'Y'
Post by: talpan on July 04, 2011, 07:34:02 PM
That wasn't a problem at all.
Sure it'd be nicer when codeblocks were used.