gri0
|
|
September 04, 2016, 06:12:39 PM |
|
So it is enough just to create another wallet and import generated private key - isn't it ?
Yes. Electrum works fine with importing your own private keys if you decide to do it when you open the wallet. Unfortunately Electrum Android version is not. Mycelium also.
|
br, Grio.
|
|
|
achow101
Moderator
Legendary
Offline
Activity: 3570
Merit: 6927
Just writing some code
|
|
September 04, 2016, 07:14:38 PM |
|
Mycelium also.
Actually Mycelium does. You need to go into "Advanced" for importing in order to import a single private key.
|
|
|
|
gri0
|
|
September 05, 2016, 12:06:06 PM |
|
Mycelium also.
Actually Mycelium does. You need to go into "Advanced" for importing in order to import a single private key. I will try now. I have found one interesting service walletgenerator.net You can download it from git repository and use at your local machine. I have try this by a few PrivKeys but unfortunately it doesn't work for addresses starting by 3: Address: 34You7zZJaFvWqXY2Ww1wedHGMgyCtZo7F Privkey: 5Tbx69uQKZ1mbdhudCupNchSG4smFaMpVecW1E3TfmtjrL3gg1C
And I don't understand why. Maybe the same reason why Mycelium doesn't work with it also.
|
br, Grio.
|
|
|
achow101
Moderator
Legendary
Offline
Activity: 3570
Merit: 6927
Just writing some code
|
|
September 05, 2016, 01:10:55 PM |
|
Mycelium also.
Actually Mycelium does. You need to go into "Advanced" for importing in order to import a single private key. I will try now. I have found one interesting service walletgenerator.net You can download it from git repository and use at your local machine. I have try this by a few PrivKeys but unfortunately it doesn't work for addresses starting by 3: Address: 34You7zZJaFvWqXY2Ww1wedHGMgyCtZo7F Privkey: 5Tbx69uQKZ1mbdhudCupNchSG4smFaMpVecW1E3TfmtjrL3gg1C
And I don't understand why. Maybe the same reason why Mycelium doesn't work with it also. Addresses that start with 3 are not "normal" addresses. These are p2sh addresses, they are based off of a script. They don't have an associated public key, they are based off of a script which is hashed and becomes the address. You can't really generate vanity p2sh addresses.
|
|
|
|
|
DarkStar_
Legendary
Offline
Activity: 2772
Merit: 3284
|
|
September 13, 2016, 11:19:34 PM |
|
Read the bottom of the webpage. You will find the github link here. Why would you ask about this here, in the vanitygen thread? Vanitygen is a completely different program with mostly different uses.
|
taking a break - expect delayed responses
|
|
|
rico666
Legendary
Offline
Activity: 1120
Merit: 1037
฿ → ∞
|
|
September 16, 2016, 01:09:54 PM |
|
I need someone who can make custom changes to vanitygen and oclvanitygen. I would like to use them in the Collision Finders pool project instead of the address generator that is in use now (some compiled Go program). This is still on. However, the requirement has slightly changed (and is - I believe - easier now) Objectives: 1) I'd need to get the output of the "gen-gocpu-xxx" executable we have now, where "gen-gocpu-linux64 X" will spill out 2 20 x2 hash160 values (x2, because both in uncompressed and compressed ecs form) like that: > gen-gocpu-xxx 0
[20 bytes uncompressed for pk 1][20 bytes compressed for pk 1][20 bytes uncompressed for pk 2][20 bytes compressed for pk2]
There are no newlines etc., so you get a clean 40MiB of data blob. Just fetch http://62.146.128.45/download/LBC-client/gen-gocpu-linux64 for comparison. The blob of page 0 is here: http://62.146.128.45/download/LBC-client/0.btc2) I need to know if vanitygen is using a slower/faster SHA256 code than http://www.intel.com/content/www/us/en/intelligent-systems/intel-technology/sha-256-implementations-paper.html and in case it uses a slower one, integrate use of the intel-specific implementations. Of course, I'm willing to pay for both objectives - 1) is prerequisite for 2) - with my precious Bitcoins. PM me, if you are capable of and interested in the job. Rico
|
|
|
|
Jude Austin
Legendary
Offline
Activity: 1140
Merit: 1000
The Real Jude Austin
|
|
September 17, 2016, 03:49:49 AM |
|
If you help Rico666 I will pitch in also.
|
Buy or sell $100 of Crypto and get $10!
|
|
|
Timelord2067
Legendary
Offline
Activity: 3892
Merit: 2254
💲🏎️💨🚓
|
|
September 17, 2016, 04:09:52 AM |
|
If you help Rico666 I will pitch in also. I'm not a programmer, nore do I profess to understanding what modifications are being asked, so with that in mind I'm wondering: How will this benefit us? Will we all be able to use this modified program?
|
|
|
|
Jude Austin
Legendary
Offline
Activity: 1140
Merit: 1000
The Real Jude Austin
|
|
September 17, 2016, 05:25:07 AM |
|
If you help Rico666 I will pitch in also. I'm not a programmer, nore do I profess to understanding what modifications are being asked, so with that in mind I'm wondering: How will this benefit us? Will we all be able to use this modified program? If you want to search for 2.9 million addresses with balances really quickly then, yes, it may be of use to you. But it's not really about that, it's about finding a collision in the massive key space.
|
Buy or sell $100 of Crypto and get $10!
|
|
|
rico666
Legendary
Offline
Activity: 1120
Merit: 1037
฿ → ∞
|
|
September 17, 2016, 07:10:51 AM |
|
I'm not a programmer, nore do I profess to understanding what modifications are being asked, so with that in mind I'm wondering: How will this benefit us? Will we all be able to use this modified program?
I have no plans to withhold the resulting code from the community. (Although then I'd expect the modifications to be done "cheaper". Basically it's for the collision project and promises speedups of thoretically a factor of 100 - 150. So everything you see done at http://lbc.cryptoguru.org:5000/stats could theoretically be done within 12 hours on the GPU in my notebook. Right now it's the effort of 1 month from around 25 CPU cores. There was a speedup by a factor of 3 recently, but still... Rico
|
|
|
|
rico666
Legendary
Offline
Activity: 1120
Merit: 1037
฿ → ∞
|
|
September 17, 2016, 07:59:33 AM |
|
So you just have to find somebody who can modificate your client or the oclvanitygen... Am I right? Just the oclvanitygen. The Go-generator is probably already 90% of what can be done with it (I guess). "My client" is the Perl stuff that holds all this together and there are no (not yet) time critical pieces of code in there. Very probably the hash check (hash/map/asociative array of funds) would also have to be moved in the GPU as the CPU wouldn't catch up checking the generated hash160s. Maybe similar to brainflayer with bloom filters, and only in case of a hit, the CPU would check it. If the rate of false positives would be low enough, the CPU should have no problems catching up. From what I read in the vanitygen/oclvanitygen docs, it seems the code is already 99% there, maybe even 99,5% as it does the checking and also does sequential PK increments for speed. I would only need a means to be able to steer the offset where these sequential PK increments start from. Rico
|
|
|
|
TheEvilSocks
Full Member
Offline
Activity: 127
Merit: 100
🌟 æternity🌟 blockchain🌟
|
|
September 17, 2016, 11:59:19 PM |
|
is it possible to get an entire address vanity and not just first few letters ?
|
|
|
|
DarkStar_
Legendary
Offline
Activity: 2772
Merit: 3284
|
|
September 18, 2016, 01:09:20 AM Last edit: September 18, 2016, 01:25:26 AM by DarkStar_ |
|
is it possible to get an entire address vanity and not just first few letters ?
Possible, yes. Practical, no. Instead of fully bruteforcing a vanity address, why not bruteforce a known address with thousands or hundreds on bitcoins? Anyway, even if you had a list of 10 billion fully vanity addresses you wanted, and were fine with either one, the chance would be 10,000,000,000/2^160 to find one of them, or 0.00000000000000000000000000000000000000684%. There are roughly 2^160 address available. Someone has generated an address that is all uppercase though, if that counts.
|
taking a break - expect delayed responses
|
|
|
LoyceV
Legendary
Offline
Activity: 3528
Merit: 17822
Thick-Skinned Gang Leader and Golden Feather 2021
|
|
September 23, 2016, 01:21:28 PM Last edit: September 23, 2016, 01:46:40 PM by LoyceV |
|
I broke it I compiled the code from Private Key Restorer. I used a different user account, so it won't interfere for sure. But before that, I did apt-get install libssl-dev. It installed something, I didn't look at the details. Later I realized I must have had libssl-dev already, so it may have messed up some dependencies or updated something. Now I get this: $ ./vanitygen 1test Difficulty: (null) Segmentation fault Oclvanitygen segfaults too. make clean && make doens't fix it. I know it was a really hard to get oclvanitygen to work, but vanitygen always worked out of the box. I appreciate any suggestions where to start looking.
|
| | Peach BTC bitcoin | │ | Buy and Sell Bitcoin P2P | │ | . .
▄▄███████▄▄ ▄██████████████▄ ▄███████████████████▄ ▄█████████████████████▄ ▄███████████████████████▄ █████████████████████████ █████████████████████████ █████████████████████████ ▀███████████████████████▀ ▀█████████████████████▀ ▀███████████████████▀ ▀███████████████▀ ▀▀███████▀▀
▀▀▀▀███████▀▀▀▀ | | EUROPE | AFRICA LATIN AMERICA | | | ▄▀▀▀ █ █ █ █ █ █ █ █ █ █ █ ▀▄▄▄ |
███████▄█ ███████▀ ██▄▄▄▄▄░▄▄▄▄▄ █████████████▀ ▐███████████▌ ▐███████████▌ █████████████▄ ██████████████ ███▀███▀▀███▀ | . Download on the App Store | ▀▀▀▄ █ █ █ █ █ █ █ █ █ █ █ ▄▄▄▀ | ▄▀▀▀ █ █ █ █ █ █ █ █ █ █ █ ▀▄▄▄ |
▄██▄ ██████▄ █████████▄ ████████████▄ ███████████████ ████████████▀ █████████▀ ██████▀ ▀██▀ | . GET IT ON Google Play | ▀▀▀▄ █ █ █ █ █ █ █ █ █ █ █ ▄▄▄▀ |
|
|
|
ryanc
|
|
September 24, 2016, 05:08:28 AM |
|
Someone has generated an address that is all uppercase though, if that counts.
I recently generated this one: 1woukheyeacxfpxtpkxjqxureevdkbywjI have a few that are all uppercase aside from the 1 as well, though I haven't used them.
|
|
|
|
ryanc
|
|
September 24, 2016, 05:13:45 AM |
|
Addresses that start with 3 are not "normal" addresses. These are p2sh addresses, they are based off of a script. They don't have an associated public key, they are based off of a script which is hashed and becomes the address. You can't really generate vanity p2sh addresses.
There's a fork of vanitygen that will generate vanity p2sh addresses using a script in the format of [OP_1 PUBKEY OP_1 OP_CHECKMULTISIG], and there are more efficient methods possible.
|
|
|
|
LoyceV
Legendary
Offline
Activity: 3528
Merit: 17822
Thick-Skinned Gang Leader and Golden Feather 2021
|
|
September 24, 2016, 11:07:49 AM Last edit: September 24, 2016, 04:15:07 PM by LoyceV |
|
$ ./vanitygen 1test Difficulty: (null) Segmentation fault Reinstalling the package fixed the segfault: # apt-get remove libssl-dev libpcre3-dev # apt-get remove git make gcc opencl-headers libssl-dev libpcre3-dev ocl-icd-dev ocl-icd-dbg # apt-get install libssl-dev libpcre3-dev # apt-get install git make gcc opencl-headers libssl-dev libpcre3-dev ocl-icd-dev ocl-icd-dbg vanitygen works again. But something changed for oclvanitygen. It used to "just work" with my Nvidia, without specifying it. Now it gives these options: Available OpenCL platforms: 0: [NVIDIA Corporation] NVIDIA CUDA 0: [NVIDIA Corporation] GeForce 840M And when I select -D 0:0 it can't open it: ./oclvanitygen -D 0:0 1test Difficulty: 264104224 clBuildProgram: CL_BUILD_PROGRAM_FAILURE Build log:
Device: GeForce 840M Vendor: NVIDIA Corporation (10de) Driver: 352.63 Profile: FULL_PROFILE Version: OpenCL 1.2 CUDA Max compute units: 140733193388035 Max workgroup size: 1024 Global memory: 2147352576 Max allocation: 536838144 Could not open device '0:0', ignoring Available OpenCL platforms: 0: [NVIDIA Corporation] NVIDIA CUDA 0: [NVIDIA Corporation] GeForce 840M I tried everything I tried in March again. I'm not sure what did the trick, but it works again It "suddenly" worked again after I put my laptop back to using the Nvidia driver for its own graphics.
|
| | Peach BTC bitcoin | │ | Buy and Sell Bitcoin P2P | │ | . .
▄▄███████▄▄ ▄██████████████▄ ▄███████████████████▄ ▄█████████████████████▄ ▄███████████████████████▄ █████████████████████████ █████████████████████████ █████████████████████████ ▀███████████████████████▀ ▀█████████████████████▀ ▀███████████████████▀ ▀███████████████▀ ▀▀███████▀▀
▀▀▀▀███████▀▀▀▀ | | EUROPE | AFRICA LATIN AMERICA | | | ▄▀▀▀ █ █ █ █ █ █ █ █ █ █ █ ▀▄▄▄ |
███████▄█ ███████▀ ██▄▄▄▄▄░▄▄▄▄▄ █████████████▀ ▐███████████▌ ▐███████████▌ █████████████▄ ██████████████ ███▀███▀▀███▀ | . Download on the App Store | ▀▀▀▄ █ █ █ █ █ █ █ █ █ █ █ ▄▄▄▀ | ▄▀▀▀ █ █ █ █ █ █ █ █ █ █ █ ▀▄▄▄ |
▄██▄ ██████▄ █████████▄ ████████████▄ ███████████████ ████████████▀ █████████▀ ██████▀ ▀██▀ | . GET IT ON Google Play | ▀▀▀▄ █ █ █ █ █ █ █ █ █ █ █ ▄▄▄▀ |
|
|
|
xdrzrex
Newbie
Offline
Activity: 42
Merit: 0
|
|
September 24, 2016, 03:46:57 PM |
|
Addresses that start with 3 are not "normal" addresses. These are p2sh addresses, they are based off of a script. They don't have an associated public key, they are based off of a script which is hashed and becomes the address. You can't really generate vanity p2sh addresses.
There's a fork of vanitygen that will generate vanity p2sh addresses using a script in the format of [OP_1 PUBKEY OP_1 OP_CHECKMULTISIG], and there are more efficient methods possible. What fork do you have in mind ?
|
|
|
|
GODLIKE
|
|
September 27, 2016, 01:01:20 AM |
|
Hello, sorry for the noobish question, but I'm tryint to use Vanity Gen but I can't seem to get options to work.
I am just trying to limit the number of threads, otherwise the tool works nicely. My CMD line looks like this:
vanitygen64.exe 1PURCAZ -t 3
I also tried with /t instead than -t but I keep getting an error like PREFIX 3 NOT POSSIBLE or INVALID CHARACTER '/' IN PREFIX '/T'
|
BITCOIN FOREVER news aggregator: only the most important news on the cryptoworld!
|
|
|
|