paraipan
In memoriam
Legendary
Offline
Activity: 924
Merit: 1004
Firstbits: 1pirata
|
|
December 11, 2011, 05:44:45 AM |
|
I tried 1I and it showed this error: Invalid character 'I' in prefix '1I'
I also tried with a char like "à" but it didn't work well. Are there some chars that aren't allowed? ( or are them bugs? )
bitcoin addresses use base58 encoding link, so you will have have to stick with that charmap
|
BTCitcoin: An Idea Worth Saving - Q&A with bitcoins on rugatu.com - Check my rep
|
|
|
HostFat
Staff
Legendary
Offline
Activity: 4270
Merit: 1209
I support freedom of choice
|
|
December 11, 2011, 06:02:20 AM |
|
ouch, I just learned something new. Thank you
|
|
|
|
paraipan
In memoriam
Legendary
Offline
Activity: 924
Merit: 1004
Firstbits: 1pirata
|
|
December 11, 2011, 06:32:50 AM |
|
ouch, I just learned something new. Thank you np, i could use some help too on the p2p forum, sent you a pm
|
BTCitcoin: An Idea Worth Saving - Q&A with bitcoins on rugatu.com - Check my rep
|
|
|
Rassah
Legendary
Offline
Activity: 1680
Merit: 1035
|
|
December 16, 2011, 01:39:17 AM |
|
I got oclvanitygen running on my miner just for fun.
Fibonachi: 11235813yoNV9F45KjwRiBYnYFufMunTj8
I was originally going to try for 1123581321, but that would take a few years with just one of my graphics cards trying it. I'd rather make coins with that much time.
I would still love an easy way to import these keys besides with strongcoin. I don't think pywallet supports the encrypted wallet format yet.
It doesn't, but you can create a new unencrypted one, import your address, and move all your money out of the encrypted one, before encrypting the new one. Don't know if there is a way to extract keys out of encrypted wallets though :/ or you could use the comandline options and unlock your wallet for 10-15 minutes, enough time to import few private keys with pywallet I ca't find the command line to do this. Can you help please?
|
|
|
|
terrytibbs
|
|
December 16, 2011, 01:46:50 AM |
|
I got oclvanitygen running on my miner just for fun.
Fibonachi: 11235813yoNV9F45KjwRiBYnYFufMunTj8
I was originally going to try for 1123581321, but that would take a few years with just one of my graphics cards trying it. I'd rather make coins with that much time.
I would still love an easy way to import these keys besides with strongcoin. I don't think pywallet supports the encrypted wallet format yet.
It doesn't, but you can create a new unencrypted one, import your address, and move all your money out of the encrypted one, before encrypting the new one. Don't know if there is a way to extract keys out of encrypted wallets though :/ or you could use the comandline options and unlock your wallet for 10-15 minutes, enough time to import few private keys with pywallet I ca't find the command line to do this. Can you help please? Judging by the following tool in the contrib directory, the command is: bitcoind walletpassphrase [passphrase] [time in minutes] Good luck!
|
|
|
|
|
paraipan
In memoriam
Legendary
Offline
Activity: 924
Merit: 1004
Firstbits: 1pirata
|
|
December 16, 2011, 02:00:54 AM Last edit: December 16, 2011, 03:23:59 AM by paraipan |
|
I got oclvanitygen running on my miner just for fun.
Fibonachi: 11235813yoNV9F45KjwRiBYnYFufMunTj8
I was originally going to try for 1123581321, but that would take a few years with just one of my graphics cards trying it. I'd rather make coins with that much time.
I would still love an easy way to import these keys besides with strongcoin. I don't think pywallet supports the encrypted wallet format yet.
It doesn't, but you can create a new unencrypted one, import your address, and move all your money out of the encrypted one, before encrypting the new one. Don't know if there is a way to extract keys out of encrypted wallets though :/ or you could use the comandline options and unlock your wallet for 10-15 minutes, enough time to import few private keys with pywallet I ca't find the command line to do this. Can you help please? Judging by the following tool in the contrib directory, the command is: bitcoind walletpassphrase [passphrase] [time in minutes] Good luck! exactly, only thing time is entered in seconds
|
BTCitcoin: An Idea Worth Saving - Q&A with bitcoins on rugatu.com - Check my rep
|
|
|
Rassah
Legendary
Offline
Activity: 1680
Merit: 1035
|
|
December 16, 2011, 03:32:06 AM |
|
Sweet! Thanks guys!
|
|
|
|
Bitcoin 100
Member
Offline
Activity: 84
Merit: 10
|
|
December 16, 2011, 04:10:12 AM |
|
Sweet! Thanks guys!
I like it when a plan comes together. Now, I have a question. (may have been addressed in this long thread, so sorry for asking again)Can a vanity address be hashed by one person for the sole purpose of giving it to another, along with the password, whereupon the new owner is able to change the password locking out the one who created it? If so, reply with a brief outline of how this is done or, at the very least, point me toward a post that explains this. ~Bruno~
|
|
|
|
dree12
Legendary
Offline
Activity: 1246
Merit: 1079
|
|
December 16, 2011, 04:23:25 AM |
|
Sweet! Thanks guys!
I like it when a plan comes together. Now, I have a question. (may have been addressed in this long thread, so sorry for asking again)Can a vanity address be hashed by one person for the sole purpose of giving it to another, along with the password, whereupon the new owner is able to change the password locking out the one who created it? If so, reply with a brief outline of how this is done or, at the very least, point me toward a post that explains this. ~Bruno~ TL;DR: No. Full version: https://en.bitcoin.it/wiki/Private_keyHope this helps.
|
|
|
|
Rassah
Legendary
Offline
Activity: 1680
Merit: 1035
|
|
December 16, 2011, 06:20:41 AM Last edit: December 16, 2011, 06:31:29 AM by Rassah |
|
Judging by the following tool in the contrib directory, the command is: bitcoind walletpassphrase [passphrase] [time in minutes] Good luck! Ok, n00b question. I'm getting a error: couldn't connect to server
Running on Win7, not launching as Admin, but bitcoind given all access through firewall. It runs fine if I run bitcoind by itself without any parameters. I guess I need to know how to send it RPC commands after I launch it, or something. Please help
|
|
|
|
BurtW
Legendary
Offline
Activity: 2646
Merit: 1138
All paid signature campaigns should be banned.
|
|
December 16, 2011, 06:24:35 AM |
|
Can a vanity address be hashed by one person for the sole purpose of giving it to another, along with the password, whereupon the new owner is able to change the password locking out the one who created it? If so, reply with a brief outline of how this is done or, at the very least, point me toward a post that explains this We have discussed this at length above and it can be done as follows: You create a standard private/public key pair and send just the public key to the second person and keep the private key secret. Instead of creating new random key pairs from the standard starting point they create them from your public key point. If they find the vanity public address you are looking for they can send you the vanity private and public keys they created based on the public key you sent them. You can then multiply the private key they send you and the private key you kept secret together to get the final private key for the vanity address. The person that worked on the project for you has no way of knowing the final private key. You are the only one that can know it because you are the only one that has both the private keys needed to muliply together to get the final private key for the vanity public address.
|
Our family was terrorized by Homeland Security. Read all about it here: http://www.jmwagner.com/ and http://www.burtw.com/ Any donations to help us recover from the $300,000 in legal fees and forced donations to the Federal Asset Forfeiture slush fund are greatly appreciated!
|
|
|
finway
|
|
December 16, 2011, 06:26:14 AM |
|
I'll try this when i finished my mining.
|
|
|
|
BurtW
Legendary
Offline
Activity: 2646
Merit: 1138
All paid signature campaigns should be banned.
|
|
December 16, 2011, 06:34:41 AM |
|
Can a vanity address be hashed by one person for the sole purpose of giving it to another, along with the password, whereupon the new owner is able to change the password locking out the one who created it? If so, reply with a brief outline of how this is done or, at the very least, point me toward a post that explains this We have discussed this at length above and it can be done as follows: You create a standard private/public key pair and send just the public key to the second person and keep the private key secret. Instead of creating new random key pairs from the standard starting point they create them from your public key point. If they find the vanity public address you are looking for they can send you the vanity private and public keys they created based on the public key you sent them. You can then multiply the private key they send you and the private key you kept secret together to get the final private key for the vanity address. The person that worked on the project for you has no way of knowing the final private key. You are the only one that can know it because you are the only one that has both the private keys needed to muliply together to get the final private key for the vanity public address. As also discussed in detail in this and other threads this could be the basis for a distributed vanity address mining operation where one person could enlist many (hundreds?) of other to search for a very difficult to find vanity address and then pay the one who finds it. Kind of like mining - so it has been called "vanity address mining". The beauty is that it can be done in a totally secure way where none of the miners know the final private key - only the customer can calculate it.
|
Our family was terrorized by Homeland Security. Read all about it here: http://www.jmwagner.com/ and http://www.burtw.com/ Any donations to help us recover from the $300,000 in legal fees and forced donations to the Federal Asset Forfeiture slush fund are greatly appreciated!
|
|
|
molecular
Donator
Legendary
Offline
Activity: 2772
Merit: 1019
|
|
December 16, 2011, 11:38:17 AM |
|
ouch, I just learned something new. Thank you lol, does it always hurt when you learn something? that'd suck.
|
PGP key molecular F9B70769 fingerprint 9CDD C0D3 20F8 279F 6BE0 3F39 FC49 2362 F9B7 0769
|
|
|
paraipan
In memoriam
Legendary
Offline
Activity: 924
Merit: 1004
Firstbits: 1pirata
|
|
December 16, 2011, 01:04:07 PM |
|
Judging by the following tool in the contrib directory, the command is: bitcoind walletpassphrase [passphrase] [time in minutes] Good luck! Ok, n00b question. I'm getting a error: couldn't connect to server
Running on Win7, not launching as Admin, but bitcoind given all access through firewall. It runs fine if I run bitcoind by itself without any parameters. I guess I need to know how to send it RPC commands after I launch it, or something. Please help ok, the normal procedure is... close the GUI client, open up a terminal (cmd in windows), navigate to the dir where you know "bitcoind" is found, launch it (this step is important and depends on you previously closing any Bitcoin gui instance) and wait a few minutes untill it starts up. Usually it takes the same amount of time for bitcoin-qt or bitcoind to start, the last it's a little faster sometimes. After following all the previous steps you can try sending some commands, like "bitcoind getinfo" for example and see if it responds. Try "bitcoind help" for a complete list of all the commands. Hope this helps
|
BTCitcoin: An Idea Worth Saving - Q&A with bitcoins on rugatu.com - Check my rep
|
|
|
Rassah
Legendary
Offline
Activity: 1680
Merit: 1035
|
|
December 17, 2011, 05:11:23 AM Last edit: December 17, 2011, 06:11:32 AM by Rassah |
|
Found the problem. PEBKAC lack of patience error Just had to wait for the thing to fully launch before it would respond EDIT: Never mind. Even unlocking the wallet doesn't help. pywallet corrpts the walet.dat file when I try to import keys regardless of whether it's unlocked or not. Sucks I can't encrypt my wallet due to this. (keeping the entire folder encrypted using Windows though)
|
|
|
|
JayCoin
|
|
December 17, 2011, 05:52:50 AM Last edit: December 17, 2011, 06:42:38 AM by JayCoin |
|
Finally was able to compile a fresh oclvanitygen Windows binary. Getting 18.3 Mkey/s on both of my 5770's for a total of 36.6 Mkey/s. Should be able to get a 8 (7+1)character vanity in 4.5hrs ... Wait a second... It already Completed! Sweet!
New Address: 1JayCoinAX1hVGZkXH7a67P4nzDG2GLJPs
That was kind of a pain. Anyone want a zip file of the compiled windows binary. I made a zip file with the binaries and includes. Unzip and run!
|
Hello There!
|
|
|
Red Emerald
|
|
December 17, 2011, 06:16:55 AM |
|
What version is litecoin? I am wanting to generate a vanity address for it and don't know what to put for the network byte.
Or better yet, how do you figure out the version for any alt-chain? I'm assuming for litecoin it is L in some different base. I tried 0x32, but that didn't work. All I know is that bitcoin is 0.
$ vanitygen -X <something> L<my address>
|
|
|
|
terrytibbs
|
|
December 17, 2011, 01:25:36 PM |
|
What version is litecoin? I am wanting to generate a vanity address for it and don't know what to put for the network byte.
Or better yet, how do you figure out the version for any alt-chain? I'm assuming for litecoin it is L in some different base. I tried 0x32, but that didn't work. All I know is that bitcoin is 0.
$ vanitygen -X <something> L<my address>
48
|
|
|
|
|