Bitcoin Forum
June 14, 2024, 08:38:16 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 ... 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 »
  Print  
Author Topic: VanitySearch (Yet another address prefix finder)  (Read 31531 times)
WanderingPhilospher
Full Member
***
Offline Offline

Activity: 1078
Merit: 219

Shooters Shoot...


View Profile
September 18, 2021, 04:15:29 AM
 #1041


is your card an LHR model/version?

Yes, I just saw that.  Undecided Undecided Sad

But I understand that all of the 30 series are.
No, none of my 3070s are LHR. They were part of first batches before companies decided to nerf them. Also, I do believe that all Founder's Editions cards will not implement LHR.

Honestly, that is the only thing I can think of now...unless it's something odd that I haven't read or experienced before.
NotATether
Legendary
*
Offline Offline

Activity: 1638
Merit: 6897


bitcoincleanup.com / bitmixlist.org


View Profile WWW
September 19, 2021, 06:50:04 AM
 #1042

No, none of my 3070s are LHR. They were part of first batches before companies decided to nerf them. Also, I do believe that all Founder's Editions cards will not implement LHR.

Honestly, that is the only thing I can think of now...unless it's something odd that I haven't read or experienced before.

Do you have any LHR cards lying around so you can make a vanitysearch benchmark between LHR and non-LHR cards?

Surely, somebody had to have run some tests with them by now. Though it doesn't sound like NVIDIA would nerf Vanitysearch (it sounds like they are only nerving stuff like arith ops).

.
.BLACKJACK ♠ FUN.
█████████
██████████████
████████████
█████████████████
████████████████▄▄
░█████████████▀░▀▀
██████████████████
░██████████████
████████████████
░██████████████
████████████
███████████████░██
██████████
CRYPTO CASINO &
SPORTS BETTING
▄▄███████▄▄
▄███████████████▄
███████████████████
█████████████████████
███████████████████████
█████████████████████████
█████████████████████████
█████████████████████████
███████████████████████
█████████████████████
███████████████████
▀███████████████▀
█████████
.
WanderingPhilospher
Full Member
***
Offline Offline

Activity: 1078
Merit: 219

Shooters Shoot...


View Profile
September 19, 2021, 07:47:39 AM
 #1043

No, none of my 3070s are LHR. They were part of first batches before companies decided to nerf them. Also, I do believe that all Founder's Editions cards will not implement LHR.

Honestly, that is the only thing I can think of now...unless it's something odd that I haven't read or experienced before.

Do you have any LHR cards lying around so you can make a vanitysearch benchmark between LHR and non-LHR cards?

Surely, somebody had to have run some tests with them by now. Though it doesn't sound like NVIDIA would nerf Vanitysearch (it sounds like they are only nerving stuff like arith ops).
I do not have any LHR cards.

Right, I am wondering if there is something in Vanitysearch that is similar to an eth miner/ethash algo.
WhyFhy
Hero Member
*****
Offline Offline

Activity: 1430
Merit: 513


View Profile
September 20, 2021, 08:43:51 AM
Merited by NotATether (2), nc50lc (1)
 #1044

In regards to 3000 series cards and LHR
If it isn't memory intensive it's probably not throttled.
Where technically along the lines of sha256 witch is not memory intensive at all.
I have non lhr cards as well that simply don't perform as expected on VS it could be user error but as long as I've been using this program I dont think so.
For now to me tesla's still dominate VS.
I tried a a100 and couldn't get it to work at all.
Andre_25
Newbie
*
Offline Offline

Activity: 18
Merit: 7


View Profile
September 24, 2021, 02:15:34 PM
 #1045

Friends, one question, does the Vanity run faster on linux or on Windows?

I currently use it on Windows and I am wondering if it is worth using it on Linux.

Thanks in what can help me
eozdem
Full Member
***
Offline Offline

Activity: 227
Merit: 100



View Profile
September 24, 2021, 02:37:02 PM
 #1046

I have doubt, if it is starting from 1 each time I start, or it is starting from a random private key ...

Code:
./VanitySearch -o /content/drive/MyDrive/sonuc.txt -gpu -i /content/drive/MyDrive/rch.txt -stop -r 100000

Code:
VanitySearch v1.15.4, add BitCrack mode
[keyspace] start=                                                               1
[keyspace]   end=FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFEBAAEDCE6AF48A03BBFD25E8CD0364140
Search: 46 addresses (Lookup size 46,[1,1]) [Compressed]
Start at Fri Sep 24 13:14:17 2021
Number of CPU thread: 1
GPU: GPU #0 Tesla P100-PCIE-16GB (56x64 cores) Grid(448x512)

BTC: 3CK57YEqbkQNAj9UetrK2S2WpBEe8rke4J
Telegram : EttercapDb
WanderingPhilospher
Full Member
***
Offline Offline

Activity: 1078
Merit: 219

Shooters Shoot...


View Profile
September 24, 2021, 02:46:22 PM
 #1047

I have doubt, if it is starting from 1 each time I start, or it is starting from a random private key ...

Code:
./VanitySearch -o /content/drive/MyDrive/sonuc.txt -gpu -i /content/drive/MyDrive/rch.txt -stop -r 100000

Code:
VanitySearch v1.15.4, add BitCrack mode
[keyspace] start=                                                               1
[keyspace]   end=FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFEBAAEDCE6AF48A03BBFD25E8CD0364140
Search: 46 addresses (Lookup size 46,[1,1]) [Compressed]
Start at Fri Sep 24 13:14:17 2021
Number of CPU thread: 1
GPU: GPU #0 Tesla P100-PCIE-16GB (56x64 cores) Grid(448x512)
1, every time. The -r flag you are using (-r 100000) is for rekey, not random. So once your GPU checks 100,000,000,000 keys, the threads will shift up by 100,000,000,000/# of threads.
eozdem
Full Member
***
Offline Offline

Activity: 227
Merit: 100



View Profile
September 24, 2021, 02:50:11 PM
 #1048

I have doubt, if it is starting from 1 each time I start, or it is starting from a random private key ...

Code:
./VanitySearch -o /content/drive/MyDrive/sonuc.txt -gpu -i /content/drive/MyDrive/rch.txt -stop -r 100000

Code:
VanitySearch v1.15.4, add BitCrack mode
[keyspace] start=                                                               1
[keyspace]   end=FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFEBAAEDCE6AF48A03BBFD25E8CD0364140
Search: 46 addresses (Lookup size 46,[1,1]) [Compressed]
Start at Fri Sep 24 13:14:17 2021
Number of CPU thread: 1
GPU: GPU #0 Tesla P100-PCIE-16GB (56x64 cores) Grid(448x512)
1, every time. The -r flag you are using (-r 100000) is for rekey, not random. So once your GPU checks 100,000,000,000 keys, the threads will shift up by 100,000,000,000/# of threads.

So how can I force it to start from a random key?

BTC: 3CK57YEqbkQNAj9UetrK2S2WpBEe8rke4J
Telegram : EttercapDb
WanderingPhilospher
Full Member
***
Offline Offline

Activity: 1078
Merit: 219

Shooters Shoot...


View Profile
September 24, 2021, 05:42:16 PM
 #1049

I have doubt, if it is starting from 1 each time I start, or it is starting from a random private key ...

Code:
./VanitySearch -o /content/drive/MyDrive/sonuc.txt -gpu -i /content/drive/MyDrive/rch.txt -stop -r 100000

Code:
VanitySearch v1.15.4, add BitCrack mode
[keyspace] start=                                                               1
[keyspace]   end=FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFEBAAEDCE6AF48A03BBFD25E8CD0364140
Search: 46 addresses (Lookup size 46,[1,1]) [Compressed]
Start at Fri Sep 24 13:14:17 2021
Number of CPU thread: 1
GPU: GPU #0 Tesla P100-PCIE-16GB (56x64 cores) Grid(448x512)
1, every time. The -r flag you are using (-r 100000) is for rekey, not random. So once your GPU checks 100,000,000,000 keys, the threads will shift up by 100,000,000,000/# of threads.

So how can I force it to start from a random key?
The easiest way without recoding yourself, or using my version, is to create a new start range each time you want to start from a different key.
Andre_25
Newbie
*
Offline Offline

Activity: 18
Merit: 7


View Profile
September 28, 2021, 12:45:18 AM
Last edit: September 28, 2021, 10:48:33 AM by Andre_25
 #1050

Friends, one question, does the Vanity run faster on linux or on Windows?

I currently use it on Windows and I am wondering if it is worth using it on Linux.

Thanks in what can help me

i repeat this question, please help me.
Thanks,
Trancefan
Newbie
*
Offline Offline

Activity: 19
Merit: 2


View Profile
September 28, 2021, 04:46:27 AM
 #1051

How would I create a 128 bit unsigned data type in int.cpp?
eozdem
Full Member
***
Offline Offline

Activity: 227
Merit: 100



View Profile
September 28, 2021, 04:11:56 PM
 #1052

Friends, one question, does the Vanity run faster on linux or on Windows?

I currently use it on Windows and I am wondering if it is worth using it on Linux.

Thanks in what can help me

i repeat this question, please help me.
Thanks,

from my experience there is no big difference, so you can use both OS.

BTC: 3CK57YEqbkQNAj9UetrK2S2WpBEe8rke4J
Telegram : EttercapDb
Andre_25
Newbie
*
Offline Offline

Activity: 18
Merit: 7


View Profile
September 29, 2021, 02:43:06 PM
 #1053

Friends, one question, does the Vanity run faster on linux or on Windows?

I currently use it on Windows and I am wondering if it is worth using it on Linux.

Thanks in what can help me

i repeat this question, please help me.
Thanks,

from my experience there is no big difference, so you can use both OS.

Thanks for your reply. Smiley
Then I will not complicate and I will continue in w10
eozdem
Full Member
***
Offline Offline

Activity: 227
Merit: 100



View Profile
October 03, 2021, 03:13:30 PM
 #1054

I could make test with this code in Bitcrack version, it really writes pkey to the output file,

Code:
>VanitySearch-1.15_bitcrack -stop -t 0 -gpu -r 10000 -s 0000000000000000000000000000000000000000000000000000000A00000000 1CABDYTie48wXV93XJ4Bdk7MFSTyshTXxg 

but how can I make a test with the original version of VanitySearch?

BTC: 3CK57YEqbkQNAj9UetrK2S2WpBEe8rke4J
Telegram : EttercapDb
bigvito19
Full Member
***
Offline Offline

Activity: 706
Merit: 111


View Profile
October 04, 2021, 10:37:04 AM
 #1055

Anybody thought about making VanitySearch search with a public key to decrease the search range to 2^128 like how kangaroo is but looking for prefixes?
a.a
Member
**
Offline Offline

Activity: 126
Merit: 36


View Profile
October 04, 2021, 12:31:07 PM
 #1056

Kangaroo is cracking the discrete Logarythm of the pubkey. VanitySearch is looking for Prefixes which are pubkeys sha256 and ripemd160.

How do you want to mix those?
bigvito19
Full Member
***
Offline Offline

Activity: 706
Merit: 111


View Profile
October 04, 2021, 01:30:48 PM
 #1057

Kangaroo is cracking the discrete Logarythm of the pubkey. VanitySearch is looking for Prefixes which are pubkeys sha256 and ripemd160.

How do you want to mix those?

Can you search for an address with vanitygen with a public key? I was thinking would that be able to shorten the search space like kangaroo.
Not 100% sure with vanitygen but vanity search takes inputted address and converts it to its RIPEMD160, then searches for a match for the RIPEMD160. One could tweak code to search for a pubkey which would save one sha256 and the one RIPEMD160 function.

Priv key
Pub key
sha256
ripemd160

so you would save two functions but I am not sure on the speed gained since normally, the most time consuming part. whether its CPU or GPU. is doing the math from priv key to pub key.

a.a
Member
**
Offline Offline

Activity: 126
Merit: 36


View Profile
October 04, 2021, 02:22:51 PM
 #1058

So basically BitCrack2 with PubKeys.

https://github.com/kanhavishva/BitCrack2#xpoint-search-mode

 But how does it reduce the range by 2^128?
bigvito19
Full Member
***
Offline Offline

Activity: 706
Merit: 111


View Profile
October 04, 2021, 04:03:17 PM
 #1059

So basically BitCrack2 with PubKeys.

https://github.com/kanhavishva/BitCrack2#xpoint-search-mode

 But how does it reduce the range by 2^128?

Bitcrack and vanitysearch are not the same.

What range is this searching in? https://github.com/kanhavishva/BitCrack2#xpoint-search-mode

But how does it reduce the range by 2^128? By using the public key
a.a
Member
**
Offline Offline

Activity: 126
Merit: 36


View Profile
October 04, 2021, 05:30:07 PM
 #1060

But how does it reduce the range by 2^128? By using the public key

PublicKeys are symmetrical till N/2. And 2^256 /2 is 2^254. So why do you repeat the wrong number of 2^128?

Pages: « 1 ... 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 »
  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!