Search content
Sort by

Showing 3 of 3 results by slavikus
Post
Topic
Board Development & Technical Discussion
Merits 1 from 1 user
Re: Private key calculations
by
slavikus
on 27/08/2017, 11:08:32 UTC
⭐ Merited by ETFbitcoin (1)
You can also play around and verify your results with http://gobittest.appspot.com/Address
Post
Topic
Board Development & Technical Discussion
Re: Vanity Pool - vanity address generator pool
by
slavikus
on 22/08/2017, 22:29:31 UTC
I have some questions

I 'm getting this:

Code:
./oclvanityminer: /usr/local/cuda-8.0/targets/x86_64-linux/lib/libOpenCL.so.1: no version information available (required by ./oclvanityminer)
Searching for pattern: "1BETBTCcom" Reward: 0.200000 Value: 0.000000 BTC/Gkey
Difficulty: 2938077882634386
Total value for current work: 0.000000 BTC/Gkey
[22.68 Mkey/s][total 48909778944][Prob 0.0%][50% in 2.8y]

- Is "no version information available" is just a warning or a serious error?
- Does the miner search only for the displayed pattern (ie 1BETBTCcom) or a pattern set?
- Can we use several miners (different computers) with the same credit address?

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).
Post
Topic
Board Development & Technical Discussion
Re: Vanity Pool - vanity address generator pool
by
slavikus
on 14/08/2017, 17:17:30 UTC
Is there a functioning split-key vanity pool. There were two before but I can't seem to find the other legitimate one.

For the record, the pool in the first message of the topic is still alive and paying out rewards. I've successfully found a solution recently and got the reward, so feel free to post vanity requests. Smiley