Bitcoin Forum
May 02, 2024, 06:18:58 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: [1]
1  Bitcoin / Development & Technical Discussion / Re: VanitySearch (Yet another address prefix finder) on: July 11, 2020, 07:24:41 PM
@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?
2  Bitcoin / Development & Technical Discussion / Re: VanitySearch (Yet another address prefix finder) on: June 02, 2020, 09:41:53 PM
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?
3  Bitcoin / Development & Technical Discussion / Re: BitCrack - A tool for brute-forcing private keys on: June 02, 2020, 07:01:59 PM
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 ?
4  Bitcoin / Development & Technical Discussion / Re: BitCrack - A tool for brute-forcing private keys on: June 02, 2020, 05:20:15 PM
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'
5  Bitcoin / Development & Technical Discussion / Re: BitCrack - A tool for brute-forcing private keys on: June 01, 2020, 09:41:05 PM
Is there a random function to search between keyspace?
6  Bitcoin / Development & Technical Discussion / Re: VanitySearch (Yet another address prefix finder) on: May 30, 2020, 01:34:02 AM
I've attempted setting my own base key, but it always changes?

Am I doing something wrong when specifying -s?
7  Bitcoin / Development & Technical Discussion / Re: VanitySearch (Yet another address prefix finder) on: May 27, 2020, 06:23:44 AM
@Jean_Luv

Will a key range feature be added in the future?
8  Bitcoin / Development & Technical Discussion / Re: VanitySearch (Yet another address prefix finder) on: May 23, 2020, 10:07:33 PM
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?
Pages: [1]
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!