Bitcoin Forum
April 20, 2024, 01:49:34 AM *
News: Latest Bitcoin Core release: 26.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 ... 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 [149] 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 »
  Print  
Author Topic: Vanitygen: Vanity bitcoin address generator/miner [v0.22]  (Read 1152798 times)
gri0
Sr. Member
****
Offline Offline

Activity: 253
Merit: 250



View Profile
September 04, 2016, 06:12:39 PM
 #2961

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.
1713577775
Hero Member
*
Offline Offline

Posts: 1713577775

View Profile Personal Message (Offline)

Ignore
1713577775
Reply with quote  #2

1713577775
Report to moderator
1713577775
Hero Member
*
Offline Offline

Posts: 1713577775

View Profile Personal Message (Offline)

Ignore
1713577775
Reply with quote  #2

1713577775
Report to moderator
1713577775
Hero Member
*
Offline Offline

Posts: 1713577775

View Profile Personal Message (Offline)

Ignore
1713577775
Reply with quote  #2

1713577775
Report to moderator
The Bitcoin network protocol was designed to be extremely flexible. It can be used to create timed transactions, escrow transactions, multi-signature transactions, etc. The current features of the client only hint at what will be possible in the future.
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1713577775
Hero Member
*
Offline Offline

Posts: 1713577775

View Profile Personal Message (Offline)

Ignore
1713577775
Reply with quote  #2

1713577775
Report to moderator
achow101
Moderator
Legendary
*
expert
Offline Offline

Activity: 3374
Merit: 6511


Just writing some code


View Profile WWW
September 04, 2016, 07:14:38 PM
 #2962

Mycelium also.
Actually Mycelium does. You need to go into "Advanced" for importing in order to import a single private key.

gri0
Sr. Member
****
Offline Offline

Activity: 253
Merit: 250



View Profile
September 05, 2016, 12:06:06 PM
 #2963

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:
Code:
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
*
expert
Offline Offline

Activity: 3374
Merit: 6511


Just writing some code


View Profile WWW
September 05, 2016, 01:10:55 PM
 #2964

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:
Code:
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.

by rallier
Legendary
*
Offline Offline

Activity: 1848
Merit: 1334


just in case


View Profile WWW
September 13, 2016, 11:09:53 PM
 #2965

https://walletgenerator.net/ is public script on github or etc?

signature not found.
DarkStar_
Legendary
*
Offline Offline

Activity: 2758
Merit: 3282


View Profile WWW
September 13, 2016, 11:19:34 PM
 #2966

https://walletgenerator.net/ is public script on github or etc?
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 Offline

Activity: 1120
Merit: 1037


฿ → ∞


View Profile WWW
September 16, 2016, 01:09:54 PM
 #2967

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 220 x2 hash160 values (x2, because both in uncompressed and compressed ecs form) like that:

Code:
> 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.btc

2)

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

all non self-referential signatures except mine are lame ... oh wait ...   ·  LBC Thread (News)  ·  Past BURST Activities
Jude Austin
Legendary
*
Offline Offline

Activity: 1140
Merit: 1000


The Real Jude Austin


View Profile WWW
September 17, 2016, 03:49:49 AM
 #2968

If you help Rico666 I will pitch in also.


Buy or sell $100 of Crypto and get $10!
Timelord2067
Legendary
*
Offline Offline

Activity: 3654
Merit: 2216


💲🏎️💨🚓


View Profile
September 17, 2016, 04:09:52 AM
 #2969

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 Offline

Activity: 1140
Merit: 1000


The Real Jude Austin


View Profile WWW
September 17, 2016, 05:25:07 AM
 #2970

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 Offline

Activity: 1120
Merit: 1037


฿ → ∞


View Profile WWW
September 17, 2016, 07:10:51 AM
 #2971

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

all non self-referential signatures except mine are lame ... oh wait ...   ·  LBC Thread (News)  ·  Past BURST Activities
rico666
Legendary
*
Offline Offline

Activity: 1120
Merit: 1037


฿ → ∞


View Profile WWW
September 17, 2016, 07:59:33 AM
 #2972

So you just have to find somebody who can modificate your client or the oclvanitygen... Am I right? Smiley

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

all non self-referential signatures except mine are lame ... oh wait ...   ·  LBC Thread (News)  ·  Past BURST Activities
TheEvilSocks
Full Member
***
Offline Offline

Activity: 127
Merit: 100

🌟 æternity🌟 blockchain🌟


View Profile
September 17, 2016, 11:59:19 PM
 #2973

is it possible to get an entire address vanity and not just first few letters ?

DarkStar_
Legendary
*
Offline Offline

Activity: 2758
Merit: 3282


View Profile WWW
September 18, 2016, 01:09:20 AM
Last edit: September 18, 2016, 01:25:26 AM by DarkStar_
 #2974

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 Offline

Activity: 3290
Merit: 16498


Thick-Skinned Gang Leader and Golden Feather 2021


View Profile WWW
September 23, 2016, 01:21:28 PM
Last edit: September 23, 2016, 01:46:40 PM by LoyceV
 #2975

I broke it Sad
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:
Code:
$ ./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.

█▀▀▀











█▄▄▄
▀▀▀▀▀▀▀▀▀▀▀
e
▄▄▄▄▄▄▄▄▄▄▄
█████████████
████████████▄███
██▐███████▄█████▀
█████████▄████▀
███▐████▄███▀
████▐██████▀
█████▀█████
███████████▄
████████████▄
██▄█████▀█████▄
▄█████████▀█████▀
███████████▀██▀
████▀█████████
▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
c.h.
▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄
▀▀▀█











▄▄▄█
▄██████▄▄▄
█████████████▄▄
███████████████
███████████████
███████████████
███████████████
███░░█████████
███▌▐█████████
█████████████
███████████▀
██████████▀
████████▀
▀██▀▀
ryanc
Member
**
Offline Offline

Activity: 105
Merit: 59


View Profile WWW
September 24, 2016, 05:08:28 AM
 #2976

Someone has generated an address that is all uppercase though, if that counts.

I recently generated this one: 1woukheyeacxfpxtpkxjqxureevdkbywj

I have a few that are all uppercase aside from the 1 as well, though I haven't used them.
ryanc
Member
**
Offline Offline

Activity: 105
Merit: 59


View Profile WWW
September 24, 2016, 05:13:45 AM
 #2977

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 Offline

Activity: 3290
Merit: 16498


Thick-Skinned Gang Leader and Golden Feather 2021


View Profile WWW
September 24, 2016, 11:07:49 AM
Last edit: September 24, 2016, 04:15:07 PM by LoyceV
 #2978

Code:
$ ./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:
Code:
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:
Code:
./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 Smiley
It "suddenly" worked again after I put my laptop back to using the Nvidia driver for its own graphics.

█▀▀▀











█▄▄▄
▀▀▀▀▀▀▀▀▀▀▀
e
▄▄▄▄▄▄▄▄▄▄▄
█████████████
████████████▄███
██▐███████▄█████▀
█████████▄████▀
███▐████▄███▀
████▐██████▀
█████▀█████
███████████▄
████████████▄
██▄█████▀█████▄
▄█████████▀█████▀
███████████▀██▀
████▀█████████
▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
c.h.
▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄
▀▀▀█











▄▄▄█
▄██████▄▄▄
█████████████▄▄
███████████████
███████████████
███████████████
███████████████
███░░█████████
███▌▐█████████
█████████████
███████████▀
██████████▀
████████▀
▀██▀▀
xdrzrex
Newbie
*
Offline Offline

Activity: 42
Merit: 0


View Profile
September 24, 2016, 03:46:57 PM
 #2979

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
Hero Member
*****
Offline Offline

Activity: 546
Merit: 500

LOL what you looking at?


View Profile
September 27, 2016, 01:01:20 AM
 #2980

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!
Pages: « 1 ... 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 [149] 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 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!