Bitcoin Forum
April 27, 2024, 06:22:18 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 36 37 38 [39] 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 ... 191 »
  Print  
Author Topic: Vanitygen: Vanity bitcoin address generator/miner [v0.22]  (Read 1152815 times)
Red Emerald
Hero Member
*****
Offline Offline

Activity: 742
Merit: 500



View Profile WWW
October 20, 2012, 08:53:52 PM
 #761

So I just started running oclvanityminer on half my cards and already got a payout!  Very cool.

One problem though, when I try to ctrl+c the program, the process goes defunct and goes to 100% CPU.  Is there a better way to quit?

Once a transaction has 6 confirmations, it is extremely unlikely that an attacker without at least 50% of the network's computation power would be able to reverse it.
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
doca
Newbie
*
Offline Offline

Activity: 34
Merit: 0


View Profile WWW
October 21, 2012, 12:18:30 AM
 #762

I can generate 1Love but I can not generate 1love. I guess that "l" (small L) is forbidden character. Why?
stevegee58
Legendary
*
Offline Offline

Activity: 916
Merit: 1003



View Profile
October 21, 2012, 12:22:04 AM
 #763

I can generate 1Love but I can not generate 1love. I guess that "l" (small L) is forbidden character. Why?

It's Base 58

You are in a maze of twisty little passages, all alike.
slush
Legendary
*
Offline Offline

Activity: 1386
Merit: 1097



View Profile WWW
October 21, 2012, 12:28:24 AM
 #764

I can generate 1Love but I can not generate 1love. I guess that "l" (small L) is forbidden character. Why?

Address is in Base58Check encoding, there are some chars forbidden: https://en.bitcoin.it/wiki/Base58Check_encoding

paraipan
In memoriam
Legendary
*
Offline Offline

Activity: 924
Merit: 1004


Firstbits: 1pirata


View Profile WWW
October 21, 2012, 12:30:22 AM
 #765

I can generate 1Love but I can not generate 1love. I guess that "l" (small L) is forbidden character. Why?

Check it out https://en.bitcoin.it/wiki/Base58Check_encoding

Edit: Slush Fastfingers beat me to it  Smiley

BTCitcoin: An Idea Worth Saving - Q&A with bitcoins on rugatu.com - Check my rep
doca
Newbie
*
Offline Offline

Activity: 34
Merit: 0


View Profile WWW
October 21, 2012, 12:32:06 AM
 #766

Thank you!

So, no 0 (zero), O (big o), I (big i), and l (small L).
dserrano5
Legendary
*
Offline Offline

Activity: 1974
Merit: 1029



View Profile
October 21, 2012, 01:10:59 AM
 #767

I can generate 1Love but I can not generate 1love. I guess that "l" (small L) is forbidden character. Why?

Addresses can't contain "O", "0", "l" and "I". I'll let you guess why.
Red Emerald
Hero Member
*****
Offline Offline

Activity: 742
Merit: 500



View Profile WWW
October 21, 2012, 04:43:33 AM
 #768

So I haven't had oclvanityminer lock up on me again.  It's been quitting properly with ctrl+c.

I noticed that if I run 2 instances of the miner on the same card, I get a higher total mkey/s.  I tried playing around with --threads to get the same effect, but that must not be what I thought.

Right now I have 3 instances of oclvanityminer running across 5 gpus and I get ~125 mkey/s instead of ~111.

fizzisist
Hero Member
*****
Offline Offline

Activity: 720
Merit: 525



View Profile WWW
October 21, 2012, 06:33:47 PM
Last edit: October 23, 2012, 04:11:30 AM by fizzisist
 #769

I submitted a pull request to samr7/vanitygen containing two commits for oclvanityminer. The first changes the confusing and incorrectly stated work value as BTC/MKeyHr to simply BTC/MKey. The other commit adds a statement displaying the total value for the chosen group of work (pubkeybatch) after parsing the list of work and before starting to work on it:

Code:
"\nTotal value for current work: %f BTC/Mkey\n"

This gives the user an idea how much they are currently expected to earn. Since neither vanitypool nor the oclvanityminer client show this anywhere, the user has to guess or calculate it themselves.

I also wrote some scripts to calculate this, make some graphs, and make the data available to others in an API. You can find these at http://fizzisist.com/mining-value. I hope someone finds these useful.

wigglyuk
Full Member
***
Offline Offline

Activity: 120
Merit: 100



View Profile
October 23, 2012, 02:30:10 AM
 #770

I get a SSL connect error after I enter the Bounty pool URL and my address.
How can I solve this?

List of Active Altcoin Giveaways and Altcoin Faucets | https://bitcointalk.org/index.php?topic=322446.0
CIYAM
Legendary
*
Offline Offline

Activity: 1890
Merit: 1075


Ian Knowles - CIYAM Lead Developer


View Profile WWW
October 23, 2012, 02:42:29 AM
 #771

I can generate 1Love but I can not generate 1love. I guess that "l" (small L) is forbidden character. Why?

From the source:

Code:
//
// Why base-58 instead of standard base-64 encoding?
// - Don't want 0OIl characters that look the same in some fonts and
//      could be used to create visually identical looking account numbers.
// - A string with non-alphanumeric characters is not as easily accepted as an account number.
// - E-mail usually won't line-break if there's no punctuation to break at.
// - Doubleclicking selects the whole number as one word if it's all alphanumeric.
//

With CIYAM anyone can create 100% generated C++ web applications in literally minutes.

GPG Public Key | 1ciyam3htJit1feGa26p2wQ4aw6KFTejU
fizzisist
Hero Member
*****
Offline Offline

Activity: 720
Merit: 525



View Profile WWW
October 23, 2012, 04:09:58 AM
 #772

I get a SSL connect error after I enter the Bounty pool URL and my address.
How can I solve this?

What was your URL? It should be https://vanitypool.appspot.com/

wigglyuk
Full Member
***
Offline Offline

Activity: 120
Merit: 100



View Profile
October 23, 2012, 05:31:04 PM
Last edit: October 23, 2012, 06:21:06 PM by wigglyuk
 #773

Quote
What was your URL? It should be https://vanitypool.appspot.com/

Code:
Directory of C:\Users\...\vanitygen-0.22-win

10/22/2012  09:58 PM    <DIR>          .
10/22/2012  09:58 PM    <DIR>          ..
10/22/2012  09:58 PM           214,312 cacert.pem
10/22/2012  09:58 PM            36,553 calc_addrs.cl
10/22/2012  09:58 PM         1,188,864 oclvanitygen.exe
10/22/2012  09:58 PM         1,855,488 oclvanityminer.exe
10/22/2012  09:58 PM         2,514,944 oclvanityminer64.exe
10/22/2012  09:58 PM         1,160,192 vanitygen.exe
10/22/2012  09:58 PM         1,621,504 vanitygen64.exe
               7 File(s)      8,591,857 bytes
              
C:\Users\...\vanitygen-0.22-win>oclvanityminer -u https://vanitypool.appspot.com/ -a 1N#########################k
Get work request failed: SSL connect error


Been trying the same thing for an hour, any other suggestions? I'd really appreciate it.

List of Active Altcoin Giveaways and Altcoin Faucets | https://bitcointalk.org/index.php?topic=322446.0
bitcoindaddy
Hero Member
*****
Offline Offline

Activity: 481
Merit: 500


View Profile
October 23, 2012, 08:53:28 PM
 #774

Please help me understand this:

Just started experimenting with samr7/oclvanityminer and have dedicated a 5850 to the task. According to the calculator, I'll earn a little over .11BTC per day with this card doing normal (non-vanity) mining.

It's currently hashing around 20.20 Mkey/s and working on this problem:

"1vanity" Reward: 0.079600 Value: 0.000323 BTC/MkeyHr.

So that's 0.000323 * 20.20 * 24 = 0.1565904 BTC, right? So I should be earning more than I would if I mined straight? But then they take 20 percent out first or does that figure already have the 20 percent taken out?

It also says 50% in 8.0h, I take that to mean there's a 50 percent chance it will find the solution in 8 hours. So approximately 100% (statistically) in 16 hours, that means the reward (0.796) for 16 hours average work?  So 24/16 * 0.0796 BTC = 0.1194 BTC which is not close to 0.1565904 BTC. Where is my math failing?

Does my Mkey/s look reasonable for that card?
deepceleron
Legendary
*
Offline Offline

Activity: 1512
Merit: 1025



View Profile WWW
October 24, 2012, 01:27:30 AM
 #775

Please help me understand this:

Just started experimenting with samr7/oclvanityminer and have dedicated a 5850 to the task. According to the calculator, I'll earn a little over .11BTC per day with this card doing normal (non-vanity) mining.

It's currently hashing around 20.20 Mkey/s and working on this problem:

"1vanity" Reward: 0.079600 Value: 0.000323 BTC/MkeyHr.

So that's 0.000323 * 20.20 * 24 = 0.1565904 BTC, right? So I should be earning more than I would if I mined straight? But then they take 20 percent out first or does that figure already have the 20 percent taken out?

It also says 50% in 8.0h, I take that to mean there's a 50 percent chance it will find the solution in 8 hours. So approximately 100% (statistically) in 16 hours. Where is my math failing?
If I flip a coin once, it has a 50% chance of landing on heads. That doesn't mean that the second flip has a 100% chance of landing on heads. 50% chance in the first eight hours and a 50% chance in the second eight hours = 75% chance in 16 hours.

You earn nothing if you don't find the person a vanity address; you earn the reward just once if you do. The value calculation is just to help you decide if it's worth trying.

Does my Mkey/s look reasonable for that card?
That is a reasonable hashrate for your card. You can increase both the GPU core overclock and GPU RAM overclock to the maximum possible to extract the highest hashrate.
fizzisist
Hero Member
*****
Offline Offline

Activity: 720
Merit: 525



View Profile WWW
October 24, 2012, 03:01:07 AM
 #776

Please help me understand this:

Just started experimenting with samr7/oclvanityminer and have dedicated a 5850 to the task. According to the calculator, I'll earn a little over .11BTC per day with this card doing normal (non-vanity) mining.

It's currently hashing around 20.20 Mkey/s and working on this problem:

"1vanity" Reward: 0.079600 Value: 0.000323 BTC/MkeyHr.

So that's 0.000323 * 20.20 * 24 = 0.1565904 BTC, right? So I should be earning more than I would if I mined straight? But then they take 20 percent out first or does that figure already have the 20 percent taken out?

It also says 50% in 8.0h, I take that to mean there's a 50 percent chance it will find the solution in 8 hours. So approximately 100% (statistically) in 16 hours, that means the reward (0.796) for 16 hours average work?  So 24/16 * 0.0796 BTC = 0.1194 BTC which is not close to 0.1565904 BTC. Where is my math failing?

Does my Mkey/s look reasonable for that card?

I was interested in this too and realized there was very little out there to help people figure this out, so I wrote some scripts to do the calculations for me: http://fizzisist.com/mining-value

As for the statistical stuff, the BTC/Mkey stuff is the number you should be using. This is the expected earnings on average with the current pool of work. It doesn't matter how long you mine for (although as you mine for longer time, your earnings will approach that of the average, yet can be subject to huge statistical variance over short time periods). Bitcoin solo mining has the same problem, so pools were invented. Unfortunately, vanity pool isn't a pool in the same sense, so you still have quite a bit of variance, although MUCH less than solo mining bitcoins.

samr7 (OP)
Full Member
***
Offline Offline

Activity: 140
Merit: 430

Firstbits: 1samr7


View Profile
October 24, 2012, 07:59:21 AM
 #777

Code:
C:\Users\...\vanitygen-0.22-win>oclvanityminer -u https://vanitypool.appspot.com/ -a 1N#########################k
Get work request failed: SSL connect error

Been trying the same thing for an hour, any other suggestions? I'd really appreciate it.

Hi wigglyuk,

Do you use an HTTP proxy?

Oclvanitygen uses libcurl, and unfortunately it won't read your proxy settings for MSIE or Firefox.  If you need to set a proxy, you can set the http_proxy or HTTPS_PROXY environment variables.  For example:

Code:
H:\>set HTTPS_PROXY="http://172.16.0.1:8080/"
H:\>oclvanityminer -u https://vanitypool.appspot.com -a 1XXXXXXXXXXXXXXXXXXXX
samr7 (OP)
Full Member
***
Offline Offline

Activity: 140
Merit: 430

Firstbits: 1samr7


View Profile
October 24, 2012, 08:11:15 AM
 #778

I finally had a chance to look at the source and apparently the units of the "value" shown are simply BTC/Mkey, but multiplied by 3600, or in code:

Code:
wip->value = (reward * 1000000.0 * 3600.0) / difficulty;

This is not BTC/MKeyHr, this is a meaningless number. More correctly, you could say the units are BTC*s/Mkey*hr. I suggest removing the 3600 and just displaying the value as BTC/Mkey. If the number is too small (too many decimals to be easily readable), change it to BTC/Gkey, since most people are calculating at least a Gkey every minute. If you would like to go one step further, you can show BTC/hr as:

Code:
3600 * rate * reward / difficulty

Where rate is the calculated Mkey/s for your hardware (so vg_output_timing() will have to been called already).

Hi fizzisist,

You're right, it's an entirely arbitrary and not 100% correctly labelled unit.  I just wanted it to display some semi-comparable notion of value.  The idea was to create something along the lines of kilowatt-hours, whereas the proper unit would be megajoules, but the power company doesn't publish their electricity rates per megajoule.

Anyway, I'll take your patch on GitHub to convert the display unit to GKeys.  Thanks!
zvs
Legendary
*
Offline Offline

Activity: 1680
Merit: 1000


https://web.archive.org/web/*/nogleg.com


View Profile WWW
October 24, 2012, 10:21:40 AM
 #779

Please help me understand this:

Just started experimenting with samr7/oclvanityminer and have dedicated a 5850 to the task. According to the calculator, I'll earn a little over .11BTC per day with this card doing normal (non-vanity) mining.

It's currently hashing around 20.20 Mkey/s and working on this problem:

"1vanity" Reward: 0.079600 Value: 0.000323 BTC/MkeyHr.

So that's 0.000323 * 20.20 * 24 = 0.1565904 BTC, right? So I should be earning more than I would if I mined straight? But then they take 20 percent out first or does that figure already have the 20 percent taken out?

It also says 50% in 8.0h, I take that to mean there's a 50 percent chance it will find the solution in 8 hours. So approximately 100% (statistically) in 16 hours, that means the reward (0.796) for 16 hours average work?  So 24/16 * 0.0796 BTC = 0.1194 BTC which is not close to 0.1565904 BTC. Where is my math failing?

Does my Mkey/s look reasonable for that card?

i get >20 on a 5830 running at 980/1025 1280x1024
bitcoindaddy
Hero Member
*****
Offline Offline

Activity: 481
Merit: 500


View Profile
October 24, 2012, 12:58:25 PM
 #780

i get >20 on a 5830 running at 980/1025 1280x1024

I find it strange that I get 25 Mkey/s on Windows 7, but only 20 Mkey/s on linux. I tried upgrading to the bleeding edge xorg PPA and that made no difference.
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 36 37 38 [39] 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 ... 191 »
  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!