Pages:
Author

Topic: Vanity Pool - vanity address generator pool - page 31. (Read 148044 times)

hero member
Activity: 686
Merit: 500
Correct me if I'm wrong, but when I'm using the miner with this pool, its technically mining for every vanity address at once correct?


Yep, just tried out the client for the first time and I see "Value: 0.000022 BTC/MkeyHr," and it picked that over all the other work. What's with the "Hr?"

BTC (per) Mkey (per) Hour

So...
Say you generate 60Mkey/s...

If the BTC/MkeyHr was 0.005, then you'd make (theoretically, its based on luck) 0.005BTC * 60 every hour.
hero member
Activity: 720
Merit: 528
Each pattern has a sort of difficulty, right? It would make sense to show this on the work list, and sort the list by reward/difficulty. This would make the marketplace more efficient, I think.

Or is this how work is decided on by the client already?

Yep, just tried out the client for the first time and I see "Value: 0.000022 BTC/MkeyHr," and it picked that over all the other work. What's with the "Hr?"
hero member
Activity: 720
Merit: 528
Isn't what counts the sum total of bounties that are offered by any one public key, it would be worth trying for a low probability say 9 digit after the 1 vanity if there were sufficient potential reward by the same PUB in 8's to 6's?

Oh yeah, this makes it even more complicated. It's an interesting puzzle...
hero member
Activity: 720
Merit: 528
Each pattern has a sort of difficulty, right? It would make sense to show this on the work list, and sort the list by reward/difficulty. This would make the marketplace more efficient, I think.

Or is this how work is decided on by the client already?
donator
Activity: 3136
Merit: 1167
Isn't what counts the sum total of bounties that are offered by any one public key, it would be worth trying for a low probability say 9 digit after the 1 vanity if there were sufficient potential reward by the same PUB in 8's to 6's?
sr. member
Activity: 444
Merit: 313
How is work priced? Is it whatever the submitter feels like paying?

At the moment, yes, with a minimum of 0.1BTC. I am looking into making more sensible prices for higher-end addresses.
hero member
Activity: 720
Merit: 528
How is work priced? Is it whatever the submitter feels like paying?
hero member
Activity: 742
Merit: 500
This sounds like a good use of GPU hashing power now that difficulty is growing ever higher.
hero member
Activity: 686
Merit: 500
Bump again, seems when I bumped the thread more work showed up. NOT COMPLAINING
newbie
Activity: 10
Merit: 0
I got paid out .64 last night. Lucky me :p
hero member
Activity: 686
Merit: 500
People don't really make it profitable for the work do they? No reason to do any on the list, unless your relying on pure luck to get the payout.. which in that case I'd just go solo mining for bitcoins.
full member
Activity: 140
Merit: 430
Firstbits: 1samr7
Wow, someone really decided to use the Pool. About 20 Bitcoins worth of bounties are now available in the pool!

All these bounties have exposed a few bugs in oclvanityminer.  There were a handful of issues with the bounty list parser, and those have been fixed in git.  Another issue that also came up, the solve URL for vanity pool doesn't appear to accept POST requests.  It sends me back an error when I post something.  I changed oclvanityminer to use GET instead of POST for submitting solutions, and it seems to work.  I will post new binaries soon.

Edit: Pick up vanitygen 0.22
sr. member
Activity: 444
Merit: 313
Wow, someone really decided to use the Pool. About 20 Bitcoins worth of bounties are now available in the pool!

https://vanitypool.appspot.com/availableWork
sr. member
Activity: 437
Merit: 415
1ninja
Subscribing
sr. member
Activity: 444
Merit: 313
Well, I am also aiming for features like automatic solution checking, private key management and the like. Also, the same software could be later expanded for more business-like solutions - more automation in address requesting and the like. While it might not be completely needed, it is nice to have more options.
hero member
Activity: 759
Merit: 502
There is a new bounty up for split-key vanity address management software:

https://bitcointalksearch.org/topic/bounty-cancelled-6btc-split-key-vanity-address-management-software-117050


The modified bitaddress.org with new vanity pool tab is not enought?

http://bitcoinstatus.rowit.co.uk/other/address.html

There should be added two things though:
- option for printing generated public & private key (public will be used for vanity pool and private for calculating vanity address/private key)
- calculating vanity address + private key with BOTH addition and multiplication method and user will see what method generates his desired vanity address pattern and must have option to print the calculated vanity address + private key


I believe it is the most secure solution (much better than executables), I using bitaddress myselves for generating secure offline wallets (in offline mode with ubuntu live CD)
sr. member
Activity: 444
Merit: 313
There is a new bounty up for split-key vanity address management software:

https://bitcointalksearch.org/topic/bounty-cancelled-6btc-split-key-vanity-address-management-software-117050
sr. member
Activity: 444
Merit: 313
Thanks again, yep I did see the generated public key on your site - I just imported the private key to my wallet for safe keeping. I have now successfully requested a vanity address & had confirmation, I offered 0.5 BTC for 6 letters after the 1, if this turns out to not be sufficient or if I just wish to add more then can I send the extra to the same bounty address & it will be automatically added & updated?

Yes, the balance should be updated if you decide to increase your bounty. The system checks for changes every few minutes.

I also now understand the 2 methods of retrieving the vanity address & I would like to contribute 1 BTC when you set up a bounty for an offline tool to be used for split-key vanity address operations, please to send me an address when you set the bounty up & I expect others may wish to contribute also as it then guarantees that the whole process from start to finish is secure.

Thank you, I will contact you with the details of the bounty once I set it up.

Edit: Also when requesting other VAs can one use the same public key or is it best to use a different one each time? As my first one is a gift I shall use a different PUB next time anyway but if there are a few just for me then is that OK to re-use?

It is not only okay to re-use them, it is even encouraged to use the same key if you are generating multiple addresses in a batch. Generally, the vanity miners group addresses having the same public key to mine them together. On average this would mean that the time to solve any number of addresses should be roughly the time to solve the longest pattern. I also heard that the main vanity miner solution prioritises the mining based on the total bounty for a given public key, so that's another advantage for mining many addresses together.

You shouldn't, however, mine the same pattern with the same public key, as one could submit the same solution for both and claim both of the bounties with the same solution - not an ideal outcome. You can, however, extend the pattern with some additional character to vary them around.
donator
Activity: 3136
Merit: 1167
Wow that got solved in just a very few minutes, many thanks to the solver & I like the random rest of the address too, just getting it in to the blockchain now...

Great concept & service!
donator
Activity: 3136
Merit: 1167
Thanks again, yep I did see the generated public key on your site - I just imported the private key to my wallet for safe keeping. I have now successfully requested a vanity address & had confirmation, I offered 0.5 BTC for 6 letters after the 1, if this turns out to not be sufficient or if I just wish to add more then can I send the extra to the same bounty address & it will be automatically added & updated? I also now understand the 2 methods of retrieving the vanity address & I would like to contribute 1 BTC when you set up a bounty for an offline tool to be used for split-key vanity address operations, please to send me an address when you set the bounty up & I expect others may wish to contribute also as it then guarantees that the whole process from start to finish is secure.

Edit: Also when requesting other VAs can one use the same public key or is it best to use a different one each time? As my first one is a gift I shall use a different PUB next time anyway but if there are a few just for me then is that OK to re-use?
Pages:
Jump to: