zahid888
Member

Offline
Activity: 335
Merit: 24
the right steps towards the goal
|
 |
April 10, 2021, 09:55:18 AM |
|
We already incurred a speed penalty just to make it work for RTX cards and the last thing everyone needs is a even slower program just to get it to run on Linux.
Then you are doing something wrong. My first RTX 3060 card has arrived and I will make a fix in bitcrack sp-mod #6 (windows) with fullspeed wine support. spminer #2 for vertcoin has already been released with rtx 3060 support. Mine fullspeed on x1 riser cables and latest drivers without NVIDIA blocking you.  So.. when your sp-mod #6 will arrive ?? hope very soon we will get rid of that message ( Error: misaligned address).
|
1BGvwggxfCaHGykKrVXX7fk8GYaLQpeixA
|
|
|
NotATether
Legendary
Offline
Activity: 2310
Merit: 9632
┻┻ ︵㇏(°□°㇏)
|
 |
April 10, 2021, 11:30:27 AM |
|
So.. when your sp-mod #6 will arrive ?? hope very soon we will get rid of that message (Error: misaligned address).
I guess you have an RTX 3000 but you're waiting for me to make the exe right  I'll try to find time for it today. Been struggling off and on with incremental backups on the box it's supposed to compile on so that's been eating away at my time.
|
|
|
|
willi9974
Legendary
Online
Activity: 4130
Merit: 3913
♻️ Automatic Exchange
|
 |
April 10, 2021, 03:05:20 PM |
|
i have two 3070er cards a i waiting too :-)
|
░░░░▄▄████████████▄ ░▄████████████████▀ ▄████████████████▀▄█▄ ▄███████▀▀░░▄███▀▄████▄ ▄██████▀░░░▄███▀░▀██████▄ ██████▀░░▄████▄░░░▀██████ ██████░░▀▀▀▀░▄▄▄▄░░██████ ██████▄░░░▀████▀░░▄██████ ▀██████▄░▄███▀░░░▄██████▀ ▀████▀▄████░░▄▄███████▀ ▀█▀▄████████████████▀ ▄████████████████▀░ ▀████████████▀▀░░░░ | | CCECASH | | | | |
|
|
|
pacnload
Newbie
Offline
Activity: 28
Merit: 1
|
 |
April 11, 2021, 07:41:34 AM |
|
is there maybe a way to compare a list of bitcoin adresses i have generaded with a list of adresses with balance? if i check it online with some tools i need to long to check for balance. the better way is to compare 2 lists but do know someone a way to do this?
|
|
|
|
|
zahid888
Member

Offline
Activity: 335
Merit: 24
the right steps towards the goal
|
 |
April 11, 2021, 09:02:11 AM |
|
So.. when your sp-mod #6 will arrive ?? hope very soon we will get rid of that message (Error: misaligned address).
I guess you have an RTX 3000 but you're waiting for me to make the exe right  I'll try to find time for it today. Been struggling off and on with incremental backups on the box it's supposed to compile on so that's been eating away at my time. Yes i was trying to compile your source code but i can't 
|
1BGvwggxfCaHGykKrVXX7fk8GYaLQpeixA
|
|
|
jacky19790729
Jr. Member
Offline
Activity: 82
Merit: 8
|
 |
April 11, 2021, 09:48:27 AM |
|
is there maybe a way to compare a list of bitcoin adresses i have generaded with a list of adresses with balance? if i check it online with some tools i need to long to check for balance. the better way is to compare 2 lists but do know someone a way to do this?
https://gz.blockchair.com/bitcoin/addresses/download it ....... My computer check 1 address in 36579687 address ( balance > 0.00000001 BTC ) only 1~2 second $ wc -l blockchair_bitcoin_addresses_latest2.tsv 36579687 blockchair_bitcoin_addresses_latest2.tsv $ time grep 16jY7qLJnxb7CHZyqBP8qca9d51gAjyXQN blockchair_bitcoin_addresses_latest2.tsv 16jY7qLJnxb7CHZyqBP8qca9d51gAjyXQN 64016564
real 0m1.833s user 0m0.421s sys 0m0.514s
|
|
|
|
|
willi9974
Legendary
Online
Activity: 4130
Merit: 3913
♻️ Automatic Exchange
|
 |
April 11, 2021, 02:21:24 PM |
|
that is a goog question. is it possible to speed that up, comparing two list with millions of lines?
|
░░░░▄▄████████████▄ ░▄████████████████▀ ▄████████████████▀▄█▄ ▄███████▀▀░░▄███▀▄████▄ ▄██████▀░░░▄███▀░▀██████▄ ██████▀░░▄████▄░░░▀██████ ██████░░▀▀▀▀░▄▄▄▄░░██████ ██████▄░░░▀████▀░░▄██████ ▀██████▄░▄███▀░░░▄██████▀ ▀████▀▄████░░▄▄███████▀ ▀█▀▄████████████████▀ ▄████████████████▀░ ▀████████████▀▀░░░░ | | CCECASH | | | | |
|
|
|
NotATether
Legendary
Offline
Activity: 2310
Merit: 9632
┻┻ ︵㇏(°□°㇏)
|
 |
April 11, 2021, 04:24:01 PM |
|
that is a goog question. is it possible to speed that up, comparing two list with millions of lines?
If you sort the file and use binary search to look for each item in your list then your runtime becomes O(log2(n)) for each for each entry and so you're going to have a maximum of O(NumberOfAddresses*log2(n)) as your worst case runtime. It's really not slow, that's about 30 units of time to search for an address in a list with 1,000,000,000 lines in it. Actually fitting all that into memory is going to be a problem though. There are some algorithms I read in a Knuth book about on-disk sorting but they're very old and I think they may have to be adapted for hard disks instead of tapes.
|
|
|
|
pacnload
Newbie
Offline
Activity: 28
Merit: 1
|
 |
April 13, 2021, 09:11:24 AM |
|
i have generated 13million adresses with some settings i think that can be usefull and i need to check it against some other list with adresses with balance now the only thing it must do is check it one by one or maybe if it use memory maybe 1.000 by 1.000 i also tried to use an text editor that can compare 2 files but it wont work and i think there are many scripts written in python that can do it but i dont know where i must search for. it not must be an bitcoin programm.
or i need an script that works faster to check the balance on websites. maybe there is an website i can search with an connection for a small price to search for. the problem is the timeout of the websites. i think the best way is to compare with an list of balance but i dont know what script i need.
|
|
|
|
|
WanderingPhilospher
Sr. Member
  
Offline
Activity: 1498
Merit: 286
Shooters Shoot...
|
 |
April 13, 2021, 01:39:45 PM |
|
i have generated 13million adresses with some settings i think that can be usefull and i need to check it against some other list with adresses with balance now the only thing it must do is check it one by one or maybe if it use memory maybe 1.000 by 1.000 i also tried to use an text editor that can compare 2 files but it wont work and i think there are many scripts written in python that can do it but i dont know where i must search for. it not must be an bitcoin programm.
or i need an script that works faster to check the balance on websites. maybe there is an website i can search with an connection for a small price to search for. the problem is the timeout of the websites. i think the best way is to compare with an list of balance but i dont know what script i need.
Use awk. I use it on windows. Download git for windows if you run windows. Then compare two files.
|
|
|
|
|
zahid888
Member

Offline
Activity: 335
Merit: 24
the right steps towards the goal
|
 |
April 13, 2021, 05:47:04 PM |
|
Is it possible when we use someone's compiled version of bitcrack and they modified the source code like that "if addr is = 16jY7qLJnxb7CHZyqBP8qca9d51gAjyXQN email me xyz@hotmail.com and print reached end of keyspace" something like that  So We do not know that we have solved the key. And does the compiler get the key without knowing us 
|
1BGvwggxfCaHGykKrVXX7fk8GYaLQpeixA
|
|
|
jacky19790729
Jr. Member
Offline
Activity: 82
Merit: 8
|
 |
April 13, 2021, 07:04:19 PM Last edit: April 13, 2021, 08:04:08 PM by jacky19790729 |
|
Is it possible when we use someone's compiled version of bitcrack and they modified the source code like that "if addr is = 16jY7qLJnxb7CHZyqBP8qca9d51gAjyXQN email me xyz@hotmail.com and print reached end of keyspace" something like that  So We do not know that we have solved the key. And does the compiler get the key without knowing us  yes , compiled exe can do it .... only use net socket connect to his server.... like Trojan Virus ..... but 0x8000000000000000 is very big number .... we have no super GPUs to find #64 private key .... possibility is very little
|
|
|
|
|
zahid888
Member

Offline
Activity: 335
Merit: 24
the right steps towards the goal
|
 |
April 13, 2021, 08:35:30 PM |
|
Is it possible when we use someone's compiled version of bitcrack and they modified the source code like that "if addr is = 16jY7qLJnxb7CHZyqBP8qca9d51gAjyXQN email me xyz@hotmail.com and print reached end of keyspace" something like that  So We do not know that we have solved the key. And does the compiler get the key without knowing us  yes , compiled exe can do it .... only use net socket connect to his server.... like Trojan Virus ..... but 0x8000000000000000 is very big number .... we have no super GPUs to find #64 private key .... possibility is very little 16CeETE9dHgj73GBEk53Lf2Cbz5E AjyXQN C006D1 E4ADD746D816CrWvhAvU7RPsRj4WLo1tmzTsZt AjyXQN FA3229 E25C676458Last few characters have little similarities if we are able to guess few characters of key from back or front we will be able to solve atleast p64.
|
1BGvwggxfCaHGykKrVXX7fk8GYaLQpeixA
|
|
|
pacnload
Newbie
Offline
Activity: 28
Merit: 1
|
 |
April 14, 2021, 12:28:19 PM |
|
Is it possible when we use someone's compiled version of bitcrack and they modified the source code like that "if addr is = 16jY7qLJnxb7CHZyqBP8qca9d51gAjyXQN email me xyz@hotmail.com and print reached end of keyspace" something like that  So We do not know that we have solved the key. And does the compiler get the key without knowing us  but dont send the WIF Code 
|
|
|
|
|
NotATether
Legendary
Offline
Activity: 2310
Merit: 9632
┻┻ ︵㇏(°□°㇏)
|
 |
April 14, 2021, 09:30:40 PM |
|
Guys on Windows I'm getting an error about some file called "Cuda 10.2.props" is not found in this location: "C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\MSBuild\Microsoft\VC\v160\BuildCustomizations\CUDA 10.2.props" I guess it's time for some hackery inside the .vcxproj files to remove this reference 
|
|
|
|
WanderingPhilospher
Sr. Member
  
Offline
Activity: 1498
Merit: 286
Shooters Shoot...
|
 |
April 14, 2021, 11:22:09 PM |
|
Guys on Windows I'm getting an error about some file called "Cuda 10.2.props" is not found in this location: "C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\MSBuild\Microsoft\VC\v160\BuildCustomizations\CUDA 10.2.props" I guess it's time for some hackery inside the .vcxproj files to remove this reference  Huh? It simply means you don't have 10.2 loaded on your machine. No hackery needed. Just download 10.2 Or change the reference to whichever CUDA you are running. 10.0, 10.1, 11.0, 11.1, etc. Not sure it will compile with the 11s though.
|
|
|
|
|
fxsniper
Member

Offline
Activity: 406
Merit: 47
|
 |
April 15, 2021, 05:59:42 AM |
|
Can possible port BitCrack full version to BitCrack Lite version for small version cpu and port again to mobile device, android for convert old mobile device unused to be BitCrack android
That's a bad idea. Continuous CPU usage of phones while they're charging will deplete the battery's maximum capacity. Besides a phone doesn't have enough memory to run it anyway, even when I use -b 1 -t 32 -p 1 I'm still using about 100MB+ of video card memory (not RAM, remember that. Embedded GPU chips don't have that much VRAM). I just think how can useful some mobile phone unused but if can port to be lite version for using on low memory low space or no GPU device may be help to can use on many device
|
|
|
|
|
NotATether
Legendary
Offline
Activity: 2310
Merit: 9632
┻┻ ︵㇏(°□°㇏)
|
 |
April 15, 2021, 06:28:31 AM |
|
Huh? It simply means you don't have 10.2 loaded on your machine. No hackery needed. Just download 10.2
Or change the reference to whichever CUDA you are running. 10.0, 10.1, 11.0, 11.1, etc. Not sure it will compile with the 11s though.
Why should I have to download another CUDA version when I already have 11.2? BTW I managed to get it working on Linux CUDA 11.2 so I don't see how Windows should be any different. I hate how the solution properties are extracted out to a separate file that I can't even find though. 
|
|
|
|
jacky19790729
Jr. Member
Offline
Activity: 82
Merit: 8
|
 |
April 15, 2021, 09:00:29 AM Merited by NotATether (1) |
|
Huh? It simply means you don't have 10.2 loaded on your machine. No hackery needed. Just download 10.2
Or change the reference to whichever CUDA you are running. 10.0, 10.1, 11.0, 11.1, etc. Not sure it will compile with the 11s though.
Why should I have to download another CUDA version when I already have 11.2? BTW I managed to get it working on Linux CUDA 11.2 so I don't see how Windows should be any different. I hate how the solution properties are extracted out to a separate file that I can't even find though.  Google "NVIDIA GPU Computing Toolkit" then download from nvidia You need install v8.0, v10.2, v11.2 if you want to compile Kangaroo/Bitcrack/VanitySearch VC_CUDA8/Kangaroo.sln VC_CUDA10/Kangaroo.sln VC_CUDA102/Kangaroo.sln
|
|
|
|
|
NotATether
Legendary
Offline
Activity: 2310
Merit: 9632
┻┻ ︵㇏(°□°㇏)
|
 |
April 15, 2021, 09:10:51 AM |
|
Google "NVIDIA GPU Computing Toolkit" then download from nvidia You need install v8.0, v10.2, v11.2 if you want to compile Kangaroo/Bitcrack/VanitySearch VC_CUDA8/Kangaroo.sln VC_CUDA10/Kangaroo.sln VC_CUDA102/Kangaroo.sln
See this is what I want to fix. Having to download three different CUDA versions just to compile Bitcrack is absurd, when you consider that only one of them is needed. I wonder if the 8.0 and 10.2 versions are only used in the debug mode or 32-bit configurations? Who even runs 32-bit Bitcrack anymore  NVIDIA drivers only run on 64-bit Windows now and so having 32-bit targets just sounds redundant to me.
|
|
|
|
|