Bitcoin Forum
May 02, 2024, 04:47:39 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
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 »
  Print  
Author Topic: Vanity Pool - vanity address generator pool  (Read 147183 times)
ThePiachu (OP)
Sr. Member
****
Offline Offline

Activity: 444
Merit: 307



View Profile WWW
October 30, 2012, 08:17:30 AM
 #221


Yeah, the Pool accepts hex encoded solutions, not base58. I might add that feature in the next version.

Many of my bounties solved today, many thanks, just one that is reported solved but when I try to sum it to get the address & private key nothing happens - the page just goes blank??

F152257A8407A2965F92F075379D311D5786D9421795B82D01C">https://vanitypool.appspot.com/checkSolved?key=1PepsiCo:04C13D9CF2B0E382A4AF29C5E2B97F85C6DD9445F7DCE82CD7207E6FC4716511981B0012C10B39E F152257A8407A2965F92F075379D311D5786D9421795B82D01C

Any help appreciated Smiley

F152257A8407A2965F92F075379D311D5786D9421795B82D01C">https://vanitypool.appspot.com/checkSolved?key=1PepsiCo:04C13D9CF2B0E382A4AF29C5E2B97F85C6DD9445F7DCE82CD7207E6FC4716511981B0012C10B39E F152257A8407A2965F92F075379D311D5786D9421795B82D01C

The website appears to be working for me. However, my gobit test suite appears to be having some problems, as the private key

4876652DE4D45277999C7C02C5E8EB0CEF7A512CB4AE7EF51A85ED2D1996A629

encodes into

049322AA20CA83131F635C7ACBB05484E3FEDEAC699DF6FF34AEFDFEFEF4EEFFAEC10A698CC2DF6 DD9A9B95175C7C4416132F03771C21EC9DFF824FA5F7630B5

which appears to be one byte short for some odd reason...

1HWbVLhxj7bhewhyapMZpyhqWAeAhJd51E
My Bitcoin Calculator:
http://tpbitcalc.appspot.com/
1714625259
Hero Member
*
Offline Offline

Posts: 1714625259

View Profile Personal Message (Offline)

Ignore
1714625259
Reply with quote  #2

1714625259
Report to moderator
1714625259
Hero Member
*
Offline Offline

Posts: 1714625259

View Profile Personal Message (Offline)

Ignore
1714625259
Reply with quote  #2

1714625259
Report to moderator
You get merit points when someone likes your post enough to give you some. And for every 2 merit points you receive, you can send 1 merit point to someone else!
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1714625259
Hero Member
*
Offline Offline

Posts: 1714625259

View Profile Personal Message (Offline)

Ignore
1714625259
Reply with quote  #2

1714625259
Report to moderator
1714625259
Hero Member
*
Offline Offline

Posts: 1714625259

View Profile Personal Message (Offline)

Ignore
1714625259
Reply with quote  #2

1714625259
Report to moderator
1714625259
Hero Member
*
Offline Offline

Posts: 1714625259

View Profile Personal Message (Offline)

Ignore
1714625259
Reply with quote  #2

1714625259
Report to moderator
deeplink
Hero Member
*****
Offline Offline

Activity: 728
Merit: 500


In cryptography we trust


View Profile
October 30, 2012, 12:16:04 PM
 #222

ThePiachu, do you have any connection to the following website: http://www.haagediss.com

If not, I would like to let you know that someone is misusing your name.
ThePiachu (OP)
Sr. Member
****
Offline Offline

Activity: 444
Merit: 307



View Profile WWW
October 30, 2012, 12:19:33 PM
 #223

ThePiachu, do you have any connection to the following website: http://www.haagediss.com

If not, I would like to let you know that someone is misusing your name.

Thanks for your concern. I have been developing various solutions for this person over the course of a couple months. The server side of this website was one of those. The frontend was done by him, as was the idea.

1HWbVLhxj7bhewhyapMZpyhqWAeAhJd51E
My Bitcoin Calculator:
http://tpbitcalc.appspot.com/
mskwik
Full Member
***
Offline Offline

Activity: 125
Merit: 100


View Profile
October 30, 2012, 01:53:41 PM
 #224


It's not base58, it's the compressed address format that the bitcoin client started using in v0.6.  Been working on improving vanitygen performance and added compressed support to vanitypool.thruhere.net for testing but promptly solved all the remaining work there.  Seems you can improve the hash rate by 80-90% pretty easily by checking the compressed addresses as well but it effectively cuts all the bounties here in half if half the solutions get rejected.

ThePiachu (OP)
Sr. Member
****
Offline Offline

Activity: 444
Merit: 307



View Profile WWW
October 30, 2012, 02:17:31 PM
 #225

It's not base58, it's the compressed address format that the bitcoin client started using in v0.6.  Been working on improving vanitygen performance and added compressed support to vanitypool.thruhere.net for testing but promptly solved all the remaining work there.  Seems you can improve the hash rate by 80-90% pretty easily by checking the compressed addresses as well but it effectively cuts all the bounties here in half if half the solutions get rejected.

Hmm, sounds promising. Can you point me to some specification of that format, so I can try implementing it?

1HWbVLhxj7bhewhyapMZpyhqWAeAhJd51E
My Bitcoin Calculator:
http://tpbitcalc.appspot.com/
mskwik
Full Member
***
Offline Offline

Activity: 125
Merit: 100


View Profile
October 30, 2012, 02:28:30 PM
 #226

Hmm, sounds promising. Can you point me to some specification of that format, so I can try implementing it?

https://en.bitcoin.it/wiki/Protocol_specification#Signatures gives the public key format.
https://www.bitaddress.org/ will give both uncompressed and compressed addresses on the wallet details tab (that's what I've been using to double-check my results)

mskwik
Full Member
***
Offline Offline

Activity: 125
Merit: 100


View Profile
October 30, 2012, 02:46:07 PM
 #227

Also note that the sign was in fact wrong on one of those solutions that I posted the other day, I updated the post to have another correct example so they should be safe to check against.

Otoh
Donator
Legendary
*
Offline Offline

Activity: 3024
Merit: 1105



View Profile
October 31, 2012, 11:25:50 PM
 #228

seems to be broken atm, I've received notification of another 2 solved but they don't work to retrieve the solution??

BTC = $c²     My BTC addie = 1otohotohMoQoxHuxLBveQiZcV3Pji3Tc 
Bitstamp Exchange: Referal Code
CHARITY | MY REP | PREDICTION 1 | PREDICTION 2 | PREDICTION 3
ThePiachu (OP)
Sr. Member
****
Offline Offline

Activity: 444
Merit: 307



View Profile WWW
November 01, 2012, 07:23:35 AM
 #229

seems to be broken atm, I've received notification of another 2 solved but they don't work to retrieve the solution??

Hmm, so you have received confirmation emails, but the solutions are not present on the pool?

1HWbVLhxj7bhewhyapMZpyhqWAeAhJd51E
My Bitcoin Calculator:
http://tpbitcalc.appspot.com/
Otoh
Donator
Legendary
*
Offline Offline

Activity: 3024
Merit: 1105



View Profile
November 01, 2012, 12:42:37 PM
 #230

opps, sorry I messed up, they are all fine - my mistake, just the 1PepsiCo one that is shown solved but the solution doesn't work, could you reenter it to be solved again, many thanks.

BTC = $c²     My BTC addie = 1otohotohMoQoxHuxLBveQiZcV3Pji3Tc 
Bitstamp Exchange: Referal Code
CHARITY | MY REP | PREDICTION 1 | PREDICTION 2 | PREDICTION 3
ThePiachu (OP)
Sr. Member
****
Offline Offline

Activity: 444
Merit: 307



View Profile WWW
November 01, 2012, 01:06:18 PM
 #231

opps, sorry I messed up, they are all fine - my mistake, just the 1PepsiCo one that is shown solved but the solution doesn't work, could you reenter it to be solved again, many thanks.

Actually, the solution works, it's just that my GoBitTest website appears to have some problems with it. Given the private key:
4876652DE4D45277999C7C02C5E8EB0CEF7A512CB4AE7EF51A85ED2D1996A629

it prints:
049322AA20CA83131F635C7ACBB05484E3FEDEAC699DF6FF34AEFDFEFEF4EEFFAEC10A698CC2DF6 DD9A9B95175C7C4416132F03771C21EC9DFF824FA5F7630B5

Using https://www.bitaddress.org/ we get:
049322AA20CA83131F635C7ACBB05484E3FEDEAC699DF6FF34AEFDFEFEF4EEFFAE00C10A698CC2DF6DD9A9B95175C7C4416132F03771C21EC9DFF824FA5F7630B5

So my test suite doesn't print that first zero byte for one of the points. I will look into fixing it soon.

Adding your public key, we get the solution of:
1PepsiCosowjScTRFjSUvpgnEeEfC5Xbi

Sorry about the inconvenience.

1HWbVLhxj7bhewhyapMZpyhqWAeAhJd51E
My Bitcoin Calculator:
http://tpbitcalc.appspot.com/
Otoh
Donator
Legendary
*
Offline Offline

Activity: 3024
Merit: 1105



View Profile
November 01, 2012, 03:20:33 PM
 #232

Ah thanks, but how can I add the 2 private keys together to get the one for 1PepsiCosowjScTRFjSUvpgnEeEfC5Xbi

Edit - Ah I see that you'll said you would fix that on your site, np & no rush, I'll do it then

BTC = $c²     My BTC addie = 1otohotohMoQoxHuxLBveQiZcV3Pji3Tc 
Bitstamp Exchange: Referal Code
CHARITY | MY REP | PREDICTION 1 | PREDICTION 2 | PREDICTION 3
ThePiachu (OP)
Sr. Member
****
Offline Offline

Activity: 444
Merit: 307



View Profile WWW
November 01, 2012, 03:26:34 PM
 #233

Ah thanks, but how can I add the 2 private keys together to get the one for 1PepsiCosowjScTRFjSUvpgnEeEfC5Xbi

Edit - Ah I see that you'll said you would fix that on your site, np & no rush, I'll do it then

I think that if you add the private keys, it should work fine. The problem only appears to affect that public key at the moment. If you combine the private keys, you should get a proper private key you can import and so forth.

1HWbVLhxj7bhewhyapMZpyhqWAeAhJd51E
My Bitcoin Calculator:
http://tpbitcalc.appspot.com/
Otoh
Donator
Legendary
*
Offline Offline

Activity: 3024
Merit: 1105



View Profile
November 01, 2012, 03:36:59 PM
 #234

Ah thanks, but how can I add the 2 private keys together to get the one for 1PepsiCosowjScTRFjSUvpgnEeEfC5Xbi

Edit - Ah I see that you'll said you would fix that on your site, np & no rush, I'll do it then

I think that if you add the private keys, it should work fine. The problem only appears to affect that public key at the moment. If you combine the private keys, you should get a proper private key you can import and so forth.

Nope, it just goes to a blank page atm like it's stuck or something

BTC = $c²     My BTC addie = 1otohotohMoQoxHuxLBveQiZcV3Pji3Tc 
Bitstamp Exchange: Referal Code
CHARITY | MY REP | PREDICTION 1 | PREDICTION 2 | PREDICTION 3
Syke
Legendary
*
Offline Offline

Activity: 3878
Merit: 1193


View Profile
November 01, 2012, 06:25:45 PM
 #235

Nope, it just goes to a blank page atm like it's stuck or something

Wow, that's the most annoying sig I've seen. Welcome to /ignore.

Buy & Hold
Otoh
Donator
Legendary
*
Offline Offline

Activity: 3024
Merit: 1105



View Profile
November 01, 2012, 09:03:08 PM
Last edit: November 02, 2012, 11:27:21 AM by Otoh
 #236

Nope, it just goes to a blank page atm like it's stuck or something

Wow, that's the most annoying sig I've seen. Welcome to /ignore.


LOL - BFL paid me to pimp them in my sig, I hoped to get a balance between getting attention for them & being annoying, obviously it's a fine line & I'm sorry that you've found it annoying, as it happens their last month's rental of my sig space ran out a few days ago & as I don't post every day on the forums as they require I doubt that they will offer to pay me to continue advertising for them so I expect that the sig will revert to something less in your face very soon, I am a big fan of BFL btw which is why I was happy to promote them.

BTC = $c²     My BTC addie = 1otohotohMoQoxHuxLBveQiZcV3Pji3Tc 
Bitstamp Exchange: Referal Code
CHARITY | MY REP | PREDICTION 1 | PREDICTION 2 | PREDICTION 3
ThePiachu (OP)
Sr. Member
****
Offline Offline

Activity: 444
Merit: 307



View Profile WWW
November 01, 2012, 10:18:22 PM
 #237

Nope, it just goes to a blank page atm like it's stuck or something

Hmm, I have updated the testing site to properly pad public keys. I hope that will solve your problem as well.

1HWbVLhxj7bhewhyapMZpyhqWAeAhJd51E
My Bitcoin Calculator:
http://tpbitcalc.appspot.com/
Otoh
Donator
Legendary
*
Offline Offline

Activity: 3024
Merit: 1105



View Profile
November 02, 2012, 12:16:00 AM
 #238

it doesn't go to a blank page now but instead reports: Private keys are invalid

BTC = $c²     My BTC addie = 1otohotohMoQoxHuxLBveQiZcV3Pji3Tc 
Bitstamp Exchange: Referal Code
CHARITY | MY REP | PREDICTION 1 | PREDICTION 2 | PREDICTION 3
ThePiachu (OP)
Sr. Member
****
Offline Offline

Activity: 444
Merit: 307



View Profile WWW
November 02, 2012, 10:43:52 AM
 #239

it doesn't go to a blank page now but instead reports: Private keys are invalid

Hmm, that is strange. I've added more clearer error message displays to the test suite to indicate which private key would be invalid. I spent some time analysing the code, and it appears to be working fine. It takes private keys from 1 to FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFEBAAEDCE6AF48A03BBFD25E8CD0364140, and the error you experienced is only displayed if the key is bigger than the latter number, or smaller than 1. In other words, it shouldn't be happening, as I've tried out the solution in the testing suite (it works fine), and I reckon you have also previously used your private key with success. If the testing suite acts up still, let me know which key is to blame - the solution, or yours (it will be displayed).

Alternatively, you can use https://www.bitaddress.org/ , as its Vanity Address option uses the additive method.

1HWbVLhxj7bhewhyapMZpyhqWAeAhJd51E
My Bitcoin Calculator:
http://tpbitcalc.appspot.com/
Otoh
Donator
Legendary
*
Offline Offline

Activity: 3024
Merit: 1105



View Profile
November 02, 2012, 10:53:04 AM
Last edit: November 02, 2012, 06:53:00 PM by Otoh
 #240

Many thanks, it's now working fine & I have the sum, sorry it was late at night when I tried before & for some reason I had an incorrect 2nd private key - now I rechecked & it's all fine, my apologies for the extra work & my thanks to the solvers - especially whoever just solved the hardest to date with 9 chars after the initial 1 & claimed the highest bounty paid out so far (though it wasn't much considering the difficulty unless one was very lucky).

1ELiZABETH for 3.18 btc before commission ---> 2.544 btc.

BTC = $c²     My BTC addie = 1otohotohMoQoxHuxLBveQiZcV3Pji3Tc 
Bitstamp Exchange: Referal Code
CHARITY | MY REP | PREDICTION 1 | PREDICTION 2 | PREDICTION 3
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 »
  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!