Pages:
Author

Topic: Vanity Pool - vanity address generator pool - page 3. (Read 147183 times)

copper member
Activity: 81
Merit: 0
Look around you , nothing is secure
so if i'm correct
you can create addresses and not know the private keys

but then you have a key pair that does what exactly ?
regenerate it ?
member
Activity: 280
Merit: 26
Could anyone point me out to some relatively simple server script for such pool?

Many thanks in advance!
newbie
Activity: 69
Merit: 0
Is there a functioning split-key vanity pool. There were two before but I can't seem to find the other legitimate one.

VipCoin Dapp is split-key based: https://bitcointalksearch.org/topic/annicoairdropvip-vipcoin-buy-or-mine-vanity-bitcoinethereum-address-2445776
newbie
Activity: 69
Merit: 0
Yesterday launched Ethereum Dapp similar to VanityPool: https://bitcointalksearch.org/topic/annicoairdropvip-vipcoin-buy-or-mine-vanity-bitcoinethereum-address-2445776

You can buy vanity address or earn on address mining over Ethereum Smart Contract without any middleware.
legendary
Activity: 1764
Merit: 1031
This is pretty cool but I can't make sense of the fee structure. Does it need updating?
I'd like to get a 10-character vanity address (including the initial '1'), starting 1BL....
That would take around a year to GPU mine on my laptop, which would obviously be impractical, but it's not an insane level of difficulty for a decent GPU. The quoted honest fee is 27,862 BTC, which I don't have.
What's the story here?
full member
Activity: 166
Merit: 100
December 24, 2017, 12:30:53 AM
Is there a fork or another program that can do work on more than one pubkey at the same time?

No, it is a technological limitation. Look at my post in this thread a few messages ago about a possible scheme for mining on multiple public keys (originally invented by ArcCsch). However, this would not be simple, it would require new pool software as well and is a pretty invasive change.
newbie
Activity: 5
Merit: 0
December 18, 2017, 10:09:11 PM
Is there a fork or another program that can do work on more than one pubkey at the same time?
full member
Activity: 166
Merit: 100
December 18, 2017, 09:19:42 PM
Is there a method of writing the -f document in vanitygen that will allow multiple split pair jobs at once?

The -P flag is where you place the pubkey for someone looking for a job done securely for them.

Code:
vanitygen -P 04ED64430556D8A00175291C1DE84D4989D5568AFA0DEB7F9331766AF077B01470E4A44C5D7347E64AA709E8A475D4AE7658E5C9DD96CF3C8061D430BBDE1C45D7 1machine

The -f flag allows a file with one job per line, but from what I can find it only allows direct searches, not split pair searches.

work.txt
Quote
1mean
1bean
1machine

Code:
vanitygen -f work.txt

Is there a way to place the public keys a document file?

pubwork.txt
Quote
04527435D4974ED77372A24BF082E12886521DA7E302E0F73DBF733099B5641A5F1838203A79C0B DC45270D29E9CE7F1316D51084320DBD3CE05B34C3C717B6F38,1mean
041171B44E4FF72800E479DB850F2CD51D84DB50445D03ADA894A787D054D2B8B67BBE01026B026 8AFED68682084E5B56B7891F0B5A650F663D3C635C0C580AD37,1bean
04ED64430556D8A00175291C1DE84D4989D5568AFA0DEB7F9331766AF077B01470E4A44C5D7347E 64AA709E8A475D4AE7658E5C9DD96CF3C8061D430BBDE1C45D7,1machine

You can only mine with one public key at a time, so this doesn't make much sense. You can mine multiple addresses that all use the same public key, but not multiple addresses each with different pubkeys.
newbie
Activity: 5
Merit: 0
December 18, 2017, 01:15:30 PM
Is there a method of writing the -f document in vanitygen that will allow multiple split pair jobs at once?

The -P flag is where you place the pubkey for someone looking for a job done securely for them.

Code:
vanitygen -P 04ED64430556D8A00175291C1DE84D4989D5568AFA0DEB7F9331766AF077B01470E4A44C5D7347E64AA709E8A475D4AE7658E5C9DD96CF3C8061D430BBDE1C45D7 1machine

The -f flag allows a file with one job per line, but from what I can find it only allows direct searches, not split pair searches.

work.txt
Quote
1mean
1bean
1machine

Code:
vanitygen -f work.txt

Is there a way to place the public keys a document file?

pubwork.txt
Quote
04527435D4974ED77372A24BF082E12886521DA7E302E0F73DBF733099B5641A5F1838203A79C0B DC45270D29E9CE7F1316D51084320DBD3CE05B34C3C717B6F38,1mean
041171B44E4FF72800E479DB850F2CD51D84DB50445D03ADA894A787D054D2B8B67BBE01026B026 8AFED68682084E5B56B7891F0B5A650F663D3C635C0C580AD37,1bean
04ED64430556D8A00175291C1DE84D4989D5568AFA0DEB7F9331766AF077B01470E4A44C5D7347E 64AA709E8A475D4AE7658E5C9DD96CF3C8061D430BBDE1C45D7,1machine
newbie
Activity: 19
Merit: 0
November 29, 2017, 09:47:29 AM
Something I have thought about doing for a long time.  Subscribe.
member
Activity: 112
Merit: 11
November 27, 2017, 08:06:22 PM
I'm not much of a business person either. But I would imagine some type of stock issuance would be a start !)
full member
Activity: 166
Merit: 100
November 25, 2017, 09:41:00 PM
I've been thinking about this for a bit, and mainly about the possibility of merge-mining many addresses at once, to massively increase efficiency. This is what I've come up with:

1. Everybody who wants an address generates an ECDSA keypair, a Personal Pair
2. Everybody gives their public keys to the pool, which combines them into the Combined Public Key
3. The pool distributes the Combined Public Key to miners. The miners generate random keypairs until they find the right address when combined with the Combined Public Key, the same way it's done with split mining.
4. The randomly generated private key is given to the person who requested the address
5. Everybody but the person who requested the address gives their private key to the person who requested it.
6. The person who requested the key can spend funds by combining the pool's random private key, everybody else's private key, and his own private key.
7. Everybody else generates new keypairs and mining starts again, return to step 1

There are issues (for example, what if somebody chooses not to give up their private key after someone else's address is found?), but perhaps it is possible to work around them. This could make a big difference for mining speed, and I'm sure it is worth the downsides.

EDIT: I'm not the first to come up with this, apparently. See https://bitcointalksearch.org/topic/merge-mining-vanity-addresses-1715787 by user ArcCsch. When I am done with my current project, I may begin work on a merged-mining pool, and looking into cool aspects of this, for example the most optimised way to split up into smaller merged pools to minimize risk while still keeping profits higher than with "solo" mining.
legendary
Activity: 2646
Merit: 1131
All paid signature campaigns should be banned.
November 24, 2017, 07:54:31 PM
About how long would it take the Vanitygen pool to find 1ZeusLight ?

member
Activity: 266
Merit: 10
November 07, 2017, 06:41:41 PM
Arulbero asks for an interesting question. Compress and uncompressed Krys are allowed ?
newbie
Activity: 56
Merit: 0
November 01, 2017, 12:11:58 PM
Hard to make 7 characters on address it takes so long.
newbie
Activity: 18
Merit: 0
November 01, 2017, 11:24:58 AM
Hi! Wow, it's really cool, I suppose it'll help somebody. Thank you!
legendary
Activity: 1914
Merit: 2071
November 01, 2017, 11:03:01 AM
A couple of question about https://vanitypool.appspot.com/

1) How can I know if I have to use compressed or uncompressed keys for the search? For example, in this case:

https://vanitypool.appspot.com/availableWork   -->  "11111111"
public key: 04C13D9CF2B0E382A4AF29C5E2B97F85C6DD9445F7DCE82CD7207E6FC4716511981B0012C10B39EF1 52257A8407A2965F92F075379D311D5786D9421795B82D01C

can I use only compressed keys?

I found this public key:

Code:
a15f585a9d39a8a091962d11af1e96320fc3543b5201a8c9b12eedf695bad359 3b6621eddf4207bd186c8293c6b497555594b32d2eb9c09ae8f81791a0dfde48

if I add it with the public key
Code:
C13D9CF2B0E382A4AF29C5E2B97F85C6DD9445F7DCE82CD7207E6FC471651198 1B0012C10B39EF152257A8407A2965F92F075379D311D5786D9421795B82D01C

I get this public key

Code:
83f0e53639fbcead931a0d19eb3f3f6684dc75fac68a8c5dbc21cdb8b4ecfb19 d933c437e192b2b6dd27a6b9d09e6470ca220ed27d4bcb05251b1d0e47adad90

in compressed format

Code:
0283f0e53639fbcead931a0d19eb3f3f6684dc75fac68a8c5dbc21cdb8b4ecfb19

that gives this address (only 7 '1'):

Code:
11111113ix5Nw6kgetPaMBCWBdp5TTfX

My question is: if I found a match with the pattern "11111111", would it be valid? Or do I have to use only uncompressed keys?

I don't want to waste time with a fruitless quest.
newbie
Activity: 1
Merit: 0
November 01, 2017, 10:28:50 AM
Hey
I have a problem with the address vanitypool.appspot.com but when I try to report "Internal error, please try again later" Sad
sr. member
Activity: 255
Merit: 250
September 12, 2017, 11:14:31 AM
How to choose what pattern to generate?
I don't have a very good GPU and with the autochosen pattern it says 50% in 25 years,
i guess what i want to say is how to choose the one with the lowest difficult?
hero member
Activity: 800
Merit: 500

No version info available is just a warning; as you can see, it does searches for the hash regardless.

The miner only searches for the one pattern displayed (it choses the one it thinks being most profitable based on reward divided by difficulty).

You can use as many computers with the same credit address as you want; if one of them finds a solution it will submit it with that address. The computations are done "offline" with no shares sent to the upstream server, so it doesn't really knows how many miners are there until one of them finds a solution. (Well, technically they still request a list of available bounties from the server every once in a while, but it gives no indication to the pool of the speed and capacity of each client).

Thanks for these informations.

Pages:
Jump to: