Search content
Sort by

Showing 8 of 8 results by jollygreenmidget
Post
Topic
Board Development & Technical Discussion
Re: VanitySearch (Yet another address prefix finder)
by
jollygreenmidget
on 11/07/2020, 19:24:41 UTC
@student
If you are looking for full addresses, do not enter in the list a part of them (for instance the 15 first char)
It will be faster to enter full addresses.
That's true that there is 2^96 priv key for an address and if you perform 2^96 key you will find a collision but that would also imply that you search for the whole address range, on the blockchain there is no 2^160 address with fund and it is not possible to have a file of 2^160 address.
So if you want to find a collision between 2 priv key that give the same address, consider using BTCCollider which would require "only" 2^80 operations to reach the collision.
https://github.com/JeanLucPons/BTCCollider


Is it possible to specify prefix and seed?
Post
Topic
Board Development & Technical Discussion
Re: VanitySearch (Yet another address prefix finder)
by
jollygreenmidget
on 02/06/2020, 21:41:53 UTC
Ah just read -s basically is just a password that gets hashed into the base key, is there any way to set the default base key instead of it being randomized?
Post
Topic
Board Development & Technical Discussion
Re: BitCrack - A tool for brute-forcing private keys
by
jollygreenmidget
on 02/06/2020, 19:01:59 UTC
Is there a random function to search between keyspace?

cuBitCrack.exe -b 64 -t 256 -p 512 -r -u -c -o GAIN.txt -i WALLETS.txt
it's random

i would try to add
--keyspace randompint:randompoint
--continue



Any time I put -r it gives: [Error] Invalid address '-r'

try like this

cuBitCrack.exe --keyspace 483481624912735df1212313C96A3742F6490623432523847279273198:483481624912739df1212313C96A3742F6490623432523847279273198 --continue -c -u -c -o gain.txt -i btc_addresses.txt

Which version of BitCrack are you using ?
Post
Topic
Board Development & Technical Discussion
Re: BitCrack - A tool for brute-forcing private keys
by
jollygreenmidget
on 02/06/2020, 17:20:15 UTC
Is there a random function to search between keyspace?

cuBitCrack.exe -b 64 -t 256 -p 512 -r -u -c -o GAIN.txt -i WALLETS.txt
it's random

i would try to add
--keyspace randompint:randompoint
--continue



Any time I put -r it gives: [Error] Invalid address '-r'
Post
Topic
Board Development & Technical Discussion
Re: BitCrack - A tool for brute-forcing private keys
by
jollygreenmidget
on 01/06/2020, 21:41:05 UTC
Is there a random function to search between keyspace?
Post
Topic
Board Development & Technical Discussion
Re: VanitySearch (Yet another address prefix finder)
by
jollygreenmidget
on 30/05/2020, 01:34:02 UTC
I've attempted setting my own base key, but it always changes?

Am I doing something wrong when specifying -s?
Post
Topic
Board Development & Technical Discussion
Re: VanitySearch (Yet another address prefix finder)
by
jollygreenmidget
on 27/05/2020, 06:23:44 UTC
@Jean_Luv

Will a key range feature be added in the future?
Post
Topic
Board Development & Technical Discussion
Re: VanitySearch (Yet another address prefix finder)
by
jollygreenmidget
on 23/05/2020, 22:07:33 UTC
Hi,

I've been using VanityGen and just came across VanitySearch, I must say great work! The speed is just incredible compared to both VanityGen and VanityGen Plus!

On to a my question:

Say I was searching for 3MyCoin and found multiple, but the first one was:

Priv (HEX): 0xA7D14FBF43696CA0B3DBFFD0AB7C9ED740FE338B 2B856E09F2E681543A444D58

And the multiple others start with:

Priv (HEX): 0xA7D14FBF43696CA0B3DBFFD0AB7C9ED740FE338B
Priv (HEX): 0xA7D14FBF43696CA0B3DBFFD0AB7C9ED740FE338B
Priv (HEX): 0xA7D14FBF43696CA0B3DBFFD0AB7C9ED740FE338B

Is there any way to search finding just the combinations that can go with 0xA7D14FBF43696CA0B3DBFFD0AB7C9ED740FE338B with the specified address 3MyCoin?