Pages:
Author

Topic: BitCrack - A tool for brute-forcing private keys - page 77. (Read 77647 times)

newbie
Activity: 33
Merit: 0
I just ran Unigine 2 and it got up to 99% utilization and there was no buzzing sound. When I stop BitCrack it will immediately stop making that sound so what else could it be?
newbie
Activity: 33
Merit: 0
Probably crap audio chipset with mass problem ...

$400 Gigabyte mobo with a really good audio chipset. What kind do you have? Mine sounds perfect when the program isn't running.
sr. member
Activity: 661
Merit: 250
Probably crap audio chipset with mass problem ...
newbie
Activity: 33
Merit: 0
I'm getting 700 Mkey/s with these parameters -b 64 -t 512 -p 1024 but I'm also hearing a buzzing sound in my headphones while it is running. Is there any way to fix this issue or should I just try to run it on a cloud server or something? Also if someone has a different set of parameters that they think would be better I'm all ears.

I doubt BitCrack have audio functionally, most likely the sound was generated from another software.

Open your Audio Manager (such as Volume Mixer on Windows) provided by your OS and find out which application generate that buzzing sound, then mute that application.

It starts when I start the program and it stops when I stop it.
newbie
Activity: 33
Merit: 0
I'm getting 750 Mkey/s (...) but I'm also hearing a buzzing sound in my headphones while it is running. Is there any way to fix this issue (...)?

Unplug headphones.



Then I won't have any sound at all so how does that fix anything?
member
Activity: 170
Merit: 58
I'm getting 750 Mkey/s (...) but I'm also hearing a buzzing sound in my headphones while it is running. Is there any way to fix this issue (...)?

Unplug headphones.

newbie
Activity: 33
Merit: 0
I'm getting 734.23 Mkey/s with these parameters -b 64 -t 512 -p 1024 but I'm also hearing a buzzing sound in my headphones while it is running. Is there any way to fix this issue or should I just try to run it on a cloud server or something? Also if someone has a different set of parameters that they think would be better I'm all ears.
newbie
Activity: 33
Merit: 0
Ok I figured out how to compile it in release mode by reading this https://stackoverflow.com/questions/933739/what-is-the-difference-between-release-and-debug-modes-in-visual-studio. Now I am getting approximately 720 Mkey/s Smiley It is running at 73 Celsius now when it was only 60 Celsius before. I'm using these parameters -d 0 -b 64 -t 512 -p 1024. Are these parameters optimal or no and also can someone explain what that d does and do I even need it? And one more question can I install the 446.14 graphics update in GeForce Experience or does that not support the 10.1 toolkit?
sr. member
Activity: 661
Merit: 250
If you don't know what's release mode, you probably don't know how to compile ...
newbie
Activity: 33
Merit: 0
It looks like this has been talked about before but what does he mean by building it in release mode? https://github.com/brichard19/BitCrack/issues/142. Here is someone trying to explain it but it still doesn't make much sense to me. https://stackoverflow.com/questions/46979464/unable-to-build-in-release-mode-in-visual-studio. Can you explain it in simpler terms for me?
newbie
Activity: 33
Merit: 0
Now I'm only getting 8.5 with that one you just showed me Grin So do you think maybe it's because I'm using CUDA v11.0? My GPU runs at 100% load so I'm sure that it's not a problem with energy draw.
I don't know all the code you changed...here's one way to check real quick. Go download the latest compiled version and run it instead of your compiled cuda 11 version. See what kind of Mkey/s you get.

So I tried this and now I get this error code when trying to build the file. I have tried reinstalling the Toolkit and Visual studio a couple of times and I just can't seem to get back the CUDA props and targets files that should be in the Visual Studio folder. So other than just completely uninstalling everything and trying over is there anything else that I can try?

Severity   Code   Description   Project   File   Line   Suppression State
Error   MSB4019   The imported project "C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\MSBuild\Microsoft\VC\v160\BuildCustomizations\CUDA 10.1.props" was not found. Confirm that the expression in the Import declaration "C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\MSBuild\Microsoft\VC\v160\\BuildCustomizations\CUDA 10.1.props" is correct, and that the file exists on disk.   cuKeyFinder   C:\Users\bieni\Downloads\BitCrack-master\CudaKeySearchDevice\CudaKeySearchDevice.vcxproj   59   

Other than changing cuda to 11.0 did you change anything else? If not, just used compiled version from github.

Yeah that cuda props is ugly.  If you don't have it on your computer yet, you will have to download and place it in that folder where it says its not.
some helpful links:
https://cudaeducation.com/cudatargetsnotfound/
https://developer.nvidia.com/cuda-10.1-download-archive-update2


Thanks so much for your help man!  I installed from that link that you gave me and also found this link that explains how to do it manually https://stackoverflow.com/questions/12136808/cuda-4-2-props-and-target-file-is-missing-visual-studio-2010. So I have the program up and running again. Only problem now is that it is still running at 8 Mkey/s. I used those parameters that you had suggested above. So is there anything else I could try to get this running faster?
full member
Activity: 1232
Merit: 242
Shooters Shoot...
Now I'm only getting 8.5 with that one you just showed me Grin So do you think maybe it's because I'm using CUDA v11.0? My GPU runs at 100% load so I'm sure that it's not a problem with energy draw.
I don't know all the code you changed...here's one way to check real quick. Go download the latest compiled version and run it instead of your compiled cuda 11 version. See what kind of Mkey/s you get.

So I tried this and now I get this error code when trying to build the file. I have tried reinstalling the Toolkit and Visual studio a couple of times and I just can't seem to get back the CUDA props and targets files that should be in the Visual Studio folder. So other than just completely uninstalling everything and trying over is there anything else that I can try?

Severity   Code   Description   Project   File   Line   Suppression State
Error   MSB4019   The imported project "C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\MSBuild\Microsoft\VC\v160\BuildCustomizations\CUDA 10.1.props" was not found. Confirm that the expression in the Import declaration "C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\MSBuild\Microsoft\VC\v160\\BuildCustomizations\CUDA 10.1.props" is correct, and that the file exists on disk.   cuKeyFinder   C:\Users\bieni\Downloads\BitCrack-master\CudaKeySearchDevice\CudaKeySearchDevice.vcxproj   59   

Other than changing cuda to 11.0 did you change anything else? If not, just used compiled version from github.

Yeah that cuda props is ugly.  If you don't have it on your computer yet, you will have to download and place it in that folder where it says its not.
some helpful links:
https://cudaeducation.com/cudatargetsnotfound/
https://developer.nvidia.com/cuda-10.1-download-archive-update2
newbie
Activity: 33
Merit: 0
Now I'm only getting 8.5 with that one you just showed me Grin So do you think maybe it's because I'm using CUDA v11.0? My GPU runs at 100% load so I'm sure that it's not a problem with energy draw.
I don't know all the code you changed...here's one way to check real quick. Go download the latest compiled version and run it instead of your compiled cuda 11 version. See what kind of Mkey/s you get.

So I tried this and now I get this error code when trying to build the file. I have tried reinstalling the Toolkit and Visual studio a couple of times and I just can't seem to get back the CUDA props and targets files that should be in the Visual Studio folder. So other than just completely uninstalling everything and trying over is there anything else that I can try?

Severity   Code   Description   Project   File   Line   Suppression State
Error   MSB4019   The imported project "C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\MSBuild\Microsoft\VC\v160\BuildCustomizations\CUDA 10.1.props" was not found. Confirm that the expression in the Import declaration "C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\MSBuild\Microsoft\VC\v160\\BuildCustomizations\CUDA 10.1.props" is correct, and that the file exists on disk.   cuKeyFinder   C:\Users\bieni\Downloads\BitCrack-master\CudaKeySearchDevice\CudaKeySearchDevice.vcxproj   59   
full member
Activity: 1232
Merit: 242
Shooters Shoot...
How to run bitcrack for work not with step ".......00000000000000000000001", but step ".........000000000000000000000003" ?

Br.

--stride 3
member
Activity: 873
Merit: 22
$$P2P BTC BRUTE.JOIN NOW ! https://uclck.me/SQPJk
How to run bitcrack for work not with step ".......00000000000000000000001", but step ".........000000000000000000000003" ?

Br.
full member
Activity: 1232
Merit: 242
Shooters Shoot...
I tried using BitCrack with CUDA v11.0 and it works if I modify some of the files. I'm only getting around 14 Mkey/s though. Is this because I am not using CUDA v10.1? Also, what would be the optimal parameters for an RTX 2070 GPU?
14?? What are your current -b -t -p settings? You'll have to play with the numbers but try something like -b 64 -t 128 -p 256 to start. You'll have to play with those numbers but any of the RTX20xx should be getting at least 700 Mkey/s, except for the 2080Ti, it's up there around 1300-1500 (depending on what you read).

+-350MK on 1080Ti - anything to improve? 112/512/768
I own just about every type of AMD and Nvidia card except the 1080Ti. My 1070s get a little over 200MK/s so that might be right for a 1080Ti.
member
Activity: 873
Merit: 22
$$P2P BTC BRUTE.JOIN NOW ! https://uclck.me/SQPJk
Share please link to offline version of bitcrack ?

Thx !
member
Activity: 170
Merit: 58
I tried using BitCrack with CUDA v11.0 and it works if I modify some of the files. I'm only getting around 14 Mkey/s though. Is this because I am not using CUDA v10.1? Also, what would be the optimal parameters for an RTX 2070 GPU?
14?? What are your current -b -t -p settings? You'll have to play with the numbers but try something like -b 64 -t 128 -p 256 to start. You'll have to play with those numbers but any of the RTX20xx should be getting at least 700 Mkey/s, except for the 2080Ti, it's up there around 1300-1500 (depending on what you read).

+-350MK on 1080Ti - anything to improve? 112/512/768
full member
Activity: 1232
Merit: 242
Shooters Shoot...
Now I'm only getting 8.5 with that one you just showed me Grin So do you think maybe it's because I'm using CUDA v11.0? My GPU runs at 100% load so I'm sure that it's not a problem with energy draw.
I don't know all the code you changed...here's one way to check real quick. Go download the latest compiled version and run it instead of your compiled cuda 11 version. See what kind of Mkey/s you get.
newbie
Activity: 33
Merit: 0
Now I'm only getting 8.5 with that one you just showed me Grin So do you think maybe it's because I'm using CUDA v11.0? My GPU runs at 100% load so I'm sure that it's not a problem with energy draw.
Pages:
Jump to: