Pages:
Author

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

jr. member
Activity: 61
Merit: 6
It's very interesting, but i have a doubt:

The cheapest solution on https://www.wholesaleinternet.net/dedicated/ costs 9$/month: Intel Core2Duo 1,6Ghz 1 processor 2 cores 2 threads RAM 4 Gb DDR2 250GB SATA

My laptop has an Intel i7 4500U 1,8-3,0 Ghz 2 cores 4 threads RAM 8 Gb DDR3 250GB SSD.

My laptop seems more powerful or am I missing something?

My laptop is 65W so with italian high cost (0,00032 W/h) i could pay 15$/month (9$/month seems better).  Undecided
You should go with Xeon processor if you want to have chance. less than that is absolute zero(bitcoin range is tooooooooooo...etc big)

You miss about cooling because you laptop will run 100% all time which will cost you much then that.
And also don't miss the noisiness  Smiley
jr. member
Activity: 90
Merit: 6
Has been difficult to configure upcloud or wholesaleinternet to install and run keyhunt?
Is it like i do it on my linux laptop or is it something more difficult?
(i used for a while an ubuntu laptop some years ago even if i don't remember too much)

Don't you fear that the server admin can read the privkey if you find it?
The install done by host provider. you will get access via SSH terminal. There are no desktop or graphic interface, you have just terminal (text interface)
So you need to be OK with using terminal for all things.(just few command to learn and you ready to go)
*They are some host that provide Windows desktop but its so expensive compare to Linux.

You will be the only admin in that host, the connection and access will require your SSH-RSA.

SSH-RSA is secret and public keys. The provider will ask you to give them your public key to encrypt your host and you will be the only one can access it via your secret key.

It's very interesting, but i have a doubt:

The cheapest solution on https://www.wholesaleinternet.net/dedicated/ costs 9$/month: Intel Core2Duo 1,6Ghz 1 processor 2 cores 2 threads RAM 4 Gb DDR2 250GB SATA

My laptop has an Intel i7 4500U 1,8-3,0 Ghz 2 cores 4 threads RAM 8 Gb DDR3 250GB SSD.

My laptop seems more powerful or am I missing something?

My laptop is 65W so with italian high cost (0,00032 W/h) i could pay 15$/month (9$/month seems better).  Undecided
jr. member
Activity: 61
Merit: 6
Has been difficult to configure upcloud or wholesaleinternet to install and run keyhunt?
Is it like i do it on my linux laptop or is it something more difficult?
(i used for a while an ubuntu laptop some years ago even if i don't remember too much)

Don't you fear that the server admin can read the privkey if you find it?
The install done by host provider. you will get access via SSH terminal. There are no desktop or graphic interface, you have just terminal (text interface)
So you need to be OK with using terminal for all things.(just few command to learn and you ready to go)
*They are some host that provide Windows desktop but its so expensive compare to Linux.

You will be the only admin in that host, the connection and access will require your SSH-RSA.

SSH-RSA is secret and public keys. The provider will ask you to give them your public key to encrypt your host and you will be the only one can access it via your secret key.
jr. member
Activity: 90
Merit: 6
You need to know that most services not allow to mining and similar behavior like keyhunt, they will block you account immediately over night.
both UpCloud & wholesaleinternet I use it for keyhunt without any problem
Has been difficult to configure upcloud or wholesaleinternet to install and run keyhunt?
Is it like i do it on my linux laptop or is it something more difficult?
(i used for a while an ubuntu laptop some years ago even if i don't remember too much)

Don't you fear that the server admin can read the privkey if you find it?
jr. member
Activity: 61
Merit: 6
https://servdiscount.com/en/vps/rent-linux-vps.html

Here a basic virtual machine costs only 5$/month.  Cheesy
Is it enough to make keyhunt running there?

I already test all these services  Smiley
If you want cheap&faster VM/VPS go with UpCloud
And if you want cheap&faster Dedicated server then go with wholesaleinternet

You need to know that most services not allow to mining and similar behavior like keyhunt, they will block you account immediately over night.

both UpCloud & wholesaleinternet I use it for keyhunt without any problem
jr. member
Activity: 90
Merit: 6
https://servdiscount.com/en/vps/rent-linux-vps.html

Here a basic virtual machine costs only 5$/month.  Cheesy
Is it enough to make keyhunt running there?
jr. member
Activity: 90
Merit: 6
jr. member
Activity: 61
Merit: 6
That kind of good for someone who want to test the Linux system.
But it have there limitations so its not good for any kind of heavy work like keyhunt.
jr. member
Activity: 61
Merit: 6

Soon i will install ubuntu (or debian) in another old laptop.
Is not possible to run the commands on a linux online website for free?

There ain't no such thing as a free lunch.
If you know anyone provide it for free then please tell me  Smiley
jr. member
Activity: 90
Merit: 6

In Windows its a pain.
But in Linux its just few command line(no programming)

1- sudo apt install build-essential git libgmp-dev python3-pip nano  -y
2- git clone https://github.com/kanhavishva/KeyHunt-Cuda
3- cd KeyHunt-Cuda/KeyHunt-Cuda/
4- nano Makefile (go to line "CUDA       = /usr/local/cuda-11.0" and change it to your cuda version for example "CUDA       = /usr/local/cuda-11.2"
5- make gpu=1 CCAP=21 all

And you ready to go ./KeyHunt....

I really know its look like too difficult but you should do it and take your time, week month its OK.
You can use https://vast.ai/console/ to rent cheap one for few hours and start to learn more about Linux and KeyHunt-Cuda (choose docker image "nvidia/cuda:11.2.0-devel-ubuntu18.04")

Soon i will install ubuntu (or debian) in another old laptop.
Is not possible to run the commands on a linux online website for free?
jr. member
Activity: 61
Merit: 6

wait up, take my medicine for headache first...  Cry
any other easier way to understand?
what command do i have to write for 8xrtx3070ti, so this job can be done.  Cry

btw what is the use of --gpux GPU gridsize: g0x,g0y,g1x,g1y,... : Specify GPU(s) kernel gridsize, default is 8*(Device MP count),128
and how can i use it?
I don't work in Windows so I'm not sure how to do it.
Your CCAP value is "86". the default value "75" will not working.

I done a lot of test for gridsize and the result is that the default one that generate by Keyhunt (when you remove --gpux arrangement) is the best one.
So keep it empty and relax Smiley
newbie
Activity: 19
Merit: 0
You must change CCAP to match your GPU or otherwise will not working properly.
You can find CCAP value for your GPU in
here: https://github.com/oladas/ccminer/wiki/Compatibility
or here: https://arnon.dk/matching-sm-architectures-arch-and-gencode-for-various-nvidia-cards/

wait up, take my medicine for headache first...  Cry
any other easier way to understand?
what command do i have to write for 8xrtx3070ti, so this job can be done.  Cry

btw what is the use of --gpux GPU gridsize: g0x,g0y,g1x,g1y,... : Specify GPU(s) kernel gridsize, default is 8*(Device MP count),128
and how can i use it?
jr. member
Activity: 61
Merit: 6
i didn't change any gpu value, except change setting on afterburner  to undervolt my gpu.
You must change CCAP to match your GPU or otherwise will not working properly.
You can find CCAP value for your GPU in
here: https://github.com/oladas/ccminer/wiki/Compatibility
or here: https://arnon.dk/matching-sm-architectures-arch-and-gencode-for-various-nvidia-cards/
newbie
Activity: 19
Merit: 0
Did you change CCAP value to match your GPU CCAP?

i didn't change any gpu value, except change setting on afterburner  to undervolt my gpu.
jr. member
Activity: 61
Merit: 6
after running awhile this problem occur :
"cudaSafeCall() failed at D:/PROGRAMMING/VisualStudioProjects/KeyHunt-Cuda-GIT-2017/KeyHunt-Cuda/KeyHunt-Cuda/GPU/GPUEngine.cu:686 : an illegal memory access was encountered'.
then stop,.. why is this? is it because lack of virtual memory?
Did you change CCAP value to match your GPU CCAP?
newbie
Activity: 19
Merit: 0
after running awhile this problem occur :
"cudaSafeCall() failed at D:/PROGRAMMING/VisualStudioProjects/KeyHunt-Cuda-GIT-2017/KeyHunt-Cuda/KeyHunt-Cuda/GPU/GPUEngine.cu:686 : an illegal memory access was encountered'.
then stop,.. why is this? is it because lack of virtual memory?
jr. member
Activity: 90
Merit: 6

In the old laptop that i use for quite all the tests there is a Nvidia Geforce 820M with 2Gb.
There is Nvidia Cuda 8.0.0 driver installed (NVCUDA.dll)


https://askubuntu.com/questions/999509/which-cuda-cudnn-nvidia-versions-to-install-for-deep-learning

The link says:
Your Geforce 820M GPU has a CUDA compute capability of 2.1 (see Intel geforce gpu list This capability is too low for CUDA 9.0+, but does support CUDA 8.0. Try installing that CUDA version.

https://developer.nvidia.com/cuda-gpus#compute

 Cry
jr. member
Activity: 90
Merit: 6
From what I see in your result that you have the Intel GPU not Nvidia GPU so you can't run KeyHunt-Cuda because Cuda is for Nvidia GPU only.
I did the fast 260.000 keyspace test with the "main" desktop computer that i use for internet  Cheesy
In the old laptop that i use for quite all the tests there is a Nvidia Geforce 820M with 2Gb.
There is Nvidia Cuda 8.0.0 driver installed (NVCUDA.dll)

C:\BitCrack>clbitcrack -o out.txt --keyspace f7051f27b08d1000:f7051f27b09112d4 16jY7qLJnxb7CHZyqBP8qca9d51gAjyXQN
[2022-10-03.08:32:22] [Info] Compression: compressed
[2022-10-03.08:32:22] [Info] Starting at: 000000000000000000000000000000000000000000000000F7051F27B08D1000
[2022-10-03.08:32:22] [Info] Ending at:   000000000000000000000000000000000000000000000000F7051F27B09112D4
[2022-10-03.08:32:22] [Info] Counting by: 0000000000000000000000000000000000000000000000000000000000000001
[2022-10-03.08:32:22] [Info] Compiling OpenCL kernels...
[2022-10-03.08:32:23] [Info] Initializing GeForce 820M
[2022-10-03.08:32:23] [Info] Generating 262,144 starting points (10.0MB)
[2022-10-03.08:32:24] [Info] 10.0%
[2022-10-03.08:32:25] [Info] 20.0%
[2022-10-03.08:32:26] [Info] 30.0%
[2022-10-03.08:32:26] [Info] 40.0%
[2022-10-03.08:32:27] [Info] 50.0%
[2022-10-03.08:32:27] [Info] 60.0%
[2022-10-03.08:32:28] [Info] 70.0%
[2022-10-03.08:32:29] [Info] 80.0%
[2022-10-03.08:32:29] [Info] 90.0%
[2022-10-03.08:32:30] [Info] 100.0%
[2022-10-03.08:32:30] [Info] Done
[2022-10-03.08:32:30] [Info] Found key for address '16jY7qLJnxb7CHZyqBP8qca9d51gAjyXQN'. Written to 'out.txt'
[2022-10-03.08:32:30] [Info] No targets remaining
[2022-10-03.08:32:30] [Info] Reached end of keyspace

C:\BitCrack>
jr. member
Activity: 61
Merit: 6
i mean, is it any command that can be use if something happen, lets say like electric out, so it dont have to start all over again.
just like cubitcrack has it (--continue FILE)
unfortunate there is no arrangement for that job.
But you can redirect all output to file like ./Keyhunt .... > save/file1.txt
So you can keep track of progress status and if any thing happen then you just edit the start range+last progress status
Pages:
Jump to: