Bitcoin Forum
May 12, 2024, 07:29:28 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: [BOUNTY] 0.25BTC for a solution from pushpool where the upstream_result is 'Y'  (Read 1292 times)
talpan (OP)
Full Member
***
Offline Offline

Activity: 228
Merit: 100


View Profile
July 03, 2011, 10:32:10 PM
 #1

Hello,

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

regards, talpan
1715542168
Hero Member
*
Offline Offline

Posts: 1715542168

View Profile Personal Message (Offline)

Ignore
1715542168
Reply with quote  #2

1715542168
Report to moderator
1715542168
Hero Member
*
Offline Offline

Posts: 1715542168

View Profile Personal Message (Offline)

Ignore
1715542168
Reply with quote  #2

1715542168
Report to moderator
1715542168
Hero Member
*
Offline Offline

Posts: 1715542168

View Profile Personal Message (Offline)

Ignore
1715542168
Reply with quote  #2

1715542168
Report to moderator
If you see garbage posts (off-topic, trolling, spam, no point, etc.), use the "report to moderator" links. All reports are investigated, though you will rarely be contacted about your reports.
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
error
Hero Member
*****
Offline Offline

Activity: 588
Merit: 500



View Profile
July 03, 2011, 11:48:31 PM
 #2

Run pushpool on testnet for a few minutes, and you'll have one. Smiley

3KzNGwzRZ6SimWuFAgh4TnXzHpruHMZmV8
sakkaku
Member
**
Offline Offline

Activity: 70
Merit: 10



View Profile WWW
July 04, 2011, 01:21:45 AM
 #3

Run pushpool on testnet for a few minutes, and you'll have one. Smiley

+

13NiQcetcioQj3YwHL1ZWvgQg8eAjkzUdt
Blog/Projects: zxlu.com | syn-multiminer
talpan (OP)
Full Member
***
Offline Offline

Activity: 228
Merit: 100


View Profile
July 04, 2011, 03:51:20 PM
 #4

The offer still stands.
Sadly I have only a gtx460.

regards, talpan
AndyRossy
Sr. Member
****
Offline Offline

Activity: 448
Merit: 250


View Profile
July 04, 2011, 03:58:27 PM
 #5

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! Smiley
talpan (OP)
Full Member
***
Offline Offline

Activity: 228
Merit: 100


View Profile
July 04, 2011, 04:53:28 PM
 #6

Thank you very much, I'd give the 0.25BTC to you, but thanks Smiley.


regards, talpan
sakkaku
Member
**
Offline Offline

Activity: 70
Merit: 10



View Profile WWW
July 04, 2011, 06:39:08 PM
 #7

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

13NiQcetcioQj3YwHL1ZWvgQg8eAjkzUdt
Blog/Projects: zxlu.com | syn-multiminer
talpan (OP)
Full Member
***
Offline Offline

Activity: 228
Merit: 100


View Profile
July 04, 2011, 07:34:02 PM
 #8

That wasn't a problem at all.
Sure it'd be nicer when codeblocks were used.
Pages: [1]
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!