Pages:
Author

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

newbie
Activity: 28
Merit: 1
is there any way to let bitcrack work with octal and not hexdecimal to create and check the adresses?

IIRC it's not possible unless you modify the source code to support octal

and one more questions why in base58 the code uses "123456789ABCDEFGHJKLMNPQRSTUVWXYZabcdefghijkmnopqrstuvwxyz" why the IO l and 0 (zero) is missing?

Because those 4 character are visually similar. Here's information from https://en.bitcoin.it/wiki/Base58Check_encoding#Background

Code:
// Why base-58 instead of standard base-64 encoding?
// - Don't want 0OIl characters that look the same in some fonts and
//      could be used to create visually identical looking account numbers.
// - A string with non-alphanumeric characters is not as easily accepted as an account number.
// - E-mail usually won't line-break if there's no punctuation to break at.
// - Doubleclicking selects the whole number as one word if it's all alphanumeric.

okay that with il and 0o i understand but if i change the sourcecode with other since it dont work. is it maybe possible to leave the 8 and 9 and add an 0 like "01234567ABCDEFGHJKLMNPQRSTUVWXYZabcdefghijkmnopqrstuvwxyz"

for the octal numbers if someone read this and have knowledge please let me know.
newbie
Activity: 28
Merit: 1
is there any way to let bitcrack work with octal and not hexdecimal to create and check the adresses?

and one more questions why in base58 the code uses "123456789ABCDEFGHJKLMNPQRSTUVWXYZabcdefghijkmnopqrstuvwxyz" why the IO l and 0 (zero) is missing?
full member
Activity: 1148
Merit: 237
Shooters Shoot...
thanks

so if i will solve the puzzle #64 i have to start with that parameter...

cuBitCrack.exe --keyspace 8000000000000000:ffffffffffffffff 16jY7qLJnxb7CHZyqBP8qca9d51gAjyXQN  

is that right?


other question: if i have tweo cards in my system, can i user all cards parallel?

ID:     0
Name:   GeForce RTX 3070
Memory: 8192MB
Compute units: 46

ID:     1
Name:   GeForce RTX 3070
Memory: 8192MB
Compute units: 46

Correct on parameters; but you will need to play with the -b -t -p settings to maximize your cards.

You can't run both cards in same range at same time like -d 0,1; but you can split the range in to 2 ranges and run each card in separate range.

Example:
Code:
cuBitCrack.exe -d 0 --keyspace 8000000000000000:bfffffffffffffff 16jY7qLJnxb7CHZyqBP8qca9d51gAjyXQN
Code:
cuBitCrack.exe -d 1 --keyspace c000000000000000:ffffffffffffffff 16jY7qLJnxb7CHZyqBP8qca9d51gAjyXQN

or however you want to break up the range(s)
legendary
Activity: 3500
Merit: 2792
Escrow Service
thanks

so if i will solve the puzzle #64 i have to start with that parameter...

cuBitCrack.exe --keyspace 8000000000000000:ffffffffffffffff 16jY7qLJnxb7CHZyqBP8qca9d51gAjyXQN  

is that right?


other question: if i have tweo cards in my system, can i user all cards parallel?

ID:     0
Name:   GeForce RTX 3070
Memory: 8192MB
Compute units: 46

ID:     1
Name:   GeForce RTX 3070
Memory: 8192MB
Compute units: 46
member
Activity: 406
Merit: 47
can someone explain what the exact use case is?
- search for private keys in a list of thousands of public key addresses?

No, BitCrack can not using public key address to find private key

- search for a private key of a specific btc address ?

Yes, BitCrack can do (up to you CPU/GPU scan)

- search for private keys of a btc puzzle?

Yes, BitCrack can (up to you CPU/GPU scan)
this one is same with 2

- other use cases?

recovery bitcoin if you lost but still have some information like range for key
scan lost bitcoin (if know closeup range or know position)
legendary
Activity: 3500
Merit: 2792
Escrow Service
can someone explain what the exact use case is?
- search for private keys in a list of thousands of public key addresses?
- search for a private key of a specific btc address ?
- search for private keys of a btc puzzle?
- other use cases?
newbie
Activity: 28
Merit: 1
https://github.com/richieburns/BitCrack_AMP/releases/download/v1.0.0_AMP/BitCrack_AMP.zip

Bitcrack CUDA 11.2 Compute 8.6 Win10

Would appreciate some benchmarks for RTX 30 series cards.....

Cheers

Good work but with my card is not very faster then the OpenCL edition.

RTX 3070 Cuda
Code:
cuda.exe --keyspace 2a000000000:2a221c58d8f 1E32GPWgDyeyQac4aJxm9HVoLrrEYPnM4N -o keys.txt -c -b 96 -t 128 -p 1024
[2021-04-27.06:53:45] [Info] Compression: compressed
[2021-04-27.06:53:45] [Info] Starting at: 000000000000000000000000000000000000000000000000000002A000000000
[2021-04-27.06:53:45] [Info] Ending at:   000000000000000000000000000000000000000000000000000002A221C58D8F
[2021-04-27.06:53:45] [Info] Counting by: 0000000000000000000000000000000000000000000000000000000000000001
[2021-04-27.06:53:45] [Info] Initializing NVIDIA GeForce RTX 3070
[2021-04-27.06:53:45] [Info] Generating 12,582,912 starting points (480.0MB)
[2021-04-27.06:53:46] [Info] 10.0%
[2021-04-27.06:53:46] [Info] 20.0%
[2021-04-27.06:53:46] [Info] 30.0%
[2021-04-27.06:53:46] [Info] 40.0%
[2021-04-27.06:53:46] [Info] 50.0%
[2021-04-27.06:53:46] [Info] 60.0%
[2021-04-27.06:53:47] [Info] 70.0%
[2021-04-27.06:53:47] [Info] 80.0%
[2021-04-27.06:53:47] [Info] 90.0%
[2021-04-27.06:53:47] [Info] 100.0%
[2021-04-27.06:53:47] [Info] Done
NVIDIA GeForce R 2215 / 8192MB | 1 target 895.31 MKey/s (8,103,395,328 total) [00:00:07][2021-04-27.06:53:57] [Info] Found key for address '1E32GPWgDyeyQac4aJxm9HVoLrrEYPnM4N'. Written to 'keys.txt'
[2021-04-27.06:53:57] [Info] No targets remaining
[2021-04-27.06:53:57] [Info] Reached end of keyspace

RTX3070 OpenCL
Code:
opencl.exe --keyspace 2a000000000:2a221c58d8f 1E32GPWgDyeyQac4aJxm9HVoLrrEYPnM4N -o keys.txt -c -b 96 -t 128 -p 1024
[2021-04-27.06:58:30] [Info] Compression: compressed
[2021-04-27.06:58:30] [Info] Starting at: 000000000000000000000000000000000000000000000000000002A000000000
[2021-04-27.06:58:30] [Info] Ending at:   000000000000000000000000000000000000000000000000000002A221C58D8F
[2021-04-27.06:58:30] [Info] Counting by: 0000000000000000000000000000000000000000000000000000000000000001
[2021-04-27.06:58:30] [Info] Compiling OpenCL kernels...
[2021-04-27.06:58:30] [Info] Initializing NVIDIA GeForce RTX 3070
[2021-04-27.06:58:33] [Info] Generating 12,582,912 starting points (480.0MB)
[2021-04-27.06:58:35] [Info] 10.0%
[2021-04-27.06:58:35] [Info] 20.0%
[2021-04-27.06:58:36] [Info] 30.0%
[2021-04-27.06:58:36] [Info] 40.0%
[2021-04-27.06:58:36] [Info] 50.0%
[2021-04-27.06:58:36] [Info] 60.0%
[2021-04-27.06:58:36] [Info] 70.0%
[2021-04-27.06:58:36] [Info] 80.0%
[2021-04-27.06:58:37] [Info] 90.0%
[2021-04-27.06:58:37] [Info] 100.0%
[2021-04-27.06:58:37] [Info] Done
[2021-04-27.06:58:37] [Info] Loading addresses from 'adressen.txt'
[2021-04-27.06:58:37] [Info] 1 addresses loaded (0.0MB)
NVIDIA GeForce R 1152 / 8192MB | 1 target 729.14 MKey/s (383,393,800,346,664,961 total) [11:36:23]

With some tests i came to 900Mkey/s with Opel CL i have 730MKey/s i think normal the RTX 3070 must have over 1.200MKey/s.

What Driver you are running?

Edit: Here is some Update if i change some settings: -b 46 -t 256 -p 5096
if i go over -b 46 it goes down to 850 also if i change the -t 256 only the -p 5096 you can set down that is the maximum you can get out.
with this seetings in open cl i got  1050.51 MKey/s with cuda 1236.66 MKey/s maybe for the future if any driver is not compatible you can use the OpenCL Edition but dont set the -b to high.

Code:
cuda.exe --keyspace 2a000000000:2a221c58d8f 1E32GPWgDyeyQac4aJxm9HVoLrrEYPnM4N -o keys.txt -c -b 46 -t 256 -p 5096
[2021-04-27.07:13:56] [Info] Compression: compressed
[2021-04-27.07:13:56] [Info] Starting at: 000000000000000000000000000000000000000000000000000002A000000000
[2021-04-27.07:13:56] [Info] Ending at:   000000000000000000000000000000000000000000000000000002A221C58D8F
[2021-04-27.07:13:56] [Info] Counting by: 0000000000000000000000000000000000000000000000000000000000000001
[2021-04-27.07:13:56] [Info] Initializing NVIDIA GeForce RTX 3070
[2021-04-27.07:13:56] [Info] Generating 60,010,496 starting points (2289.2MB)
[2021-04-27.07:14:00] [Info] 10.0%
[2021-04-27.07:14:00] [Info] 20.0%
[2021-04-27.07:14:01] [Info] 30.0%
[2021-04-27.07:14:01] [Info] 40.0%
[2021-04-27.07:14:01] [Info] 50.0%
[2021-04-27.07:14:01] [Info] 60.0%
[2021-04-27.07:14:02] [Info] 70.0%
[2021-04-27.07:14:02] [Info] 80.0%
[2021-04-27.07:14:02] [Info] 90.0%
[2021-04-27.07:14:02] [Info] 100.0%
[2021-04-27.07:14:02] [Info] Done
NVIDIA GeForce R 6557 / 8192MB | 1 target 1236.66 MKey/s (8,941,563,904 total) [00:00:05][2021-04-27.07:14:10] [Info] Found key for address '1E32GPWgDyeyQac4aJxm9HVoLrrEYPnM4N'. Written to 'keys.txt'
[2021-04-27.07:14:10] [Info] No targets remaining
[2021-04-27.07:14:10] [Info] Reached end of keyspace
newbie
Activity: 18
Merit: 0
https://github.com/richieburns/BitCrack_AMP/releases/download/v1.0.0_AMP/BitCrack_AMP.zip

Bitcrack CUDA 11.2 Compute 8.6 Win10

Would appreciate some benchmarks for RTX 30 series cards.....

Cheers


One thing I am noticing with this build of cubitcrack is that there is almost 0 CPU usage with multiple threads, even with feeding it a 500K list. With clbitcrack, each thread of clbitcrack was about a 5-7% hit on total CPU. Does this work get offloaded to the GPU or RAM with cubitcrack, or is there a problem with this cubitcrack and the work is not happening at all?
newbie
Activity: 18
Merit: 0

Also, is -c and/or -u needed if I am just feeding bitcrack a list of public addresses using the -i option?

searching compressed is by default no need to type anything for both type -c & -u  

Thx. I guess I don't know if I need uncompressed or not. If I include it, it's a hit on performance.
member
Activity: 272
Merit: 20
the right steps towerds the goal

Also, is -c and/or -u needed if I am just feeding bitcrack a list of public addresses using the -i option?

searching compressed is by default no need to type anything for both type -c & -u 
member
Activity: 272
Merit: 20
the right steps towerds the goal
I'm getting about the same speeds as clbitcrack + 3090 which is ~1350MKey/s.

Does anyone know the optimal 3090 settings (b, t, p, etc) so I can perform additional tests?

Also, is -c and/or -u needed if I am just feeding bitcrack a list of public addresses using the -i option?

do not optimize default is better then -b -t -p
newbie
Activity: 18
Merit: 0
I'm getting about the same speeds as clbitcrack + 3090 which is ~1350MKey/s.

Does anyone know the optimal 3090 settings (b, t, p, etc) so I can perform additional tests?

Also, is -c and/or -u needed if I am just feeding bitcrack a list of public addresses using the -i option?
member
Activity: 272
Merit: 20
the right steps towerds the goal
without playing with MSI afterburner result is above then 1BKey/s in 3060TI

C:\Users>C:\Users\Desktop\bitcrack64\BitCrack_AMP\cuBitCrack.exe --keyspace d25f264000000000:d25f264fffffffff -i C:\Users\junai\Desktop\exe.txt
[2021-04-27.04:37:37] [Info] Compression: compressed
[2021-04-27.04:37:37] [Info] Starting at: 000000000000000000000000000000000000000000000000D25F264000000000
[2021-04-27.04:37:37] [Info] Ending at:   000000000000000000000000000000000000000000000000D25F264FFFFFFFFF
[2021-04-27.04:37:37] [Info] Counting by: 0000000000000000000000000000000000000000000000000000000000000001
[2021-04-27.04:37:37] [Info] Initializing NVIDIA GeForce RTX 3060 Ti
[2021-04-27.04:37:37] [Info] Generating 39,845,888 starting points (1520.0MB)
[2021-04-27.04:37:41] [Info] 10.0%
[2021-04-27.04:37:41] [Info] 20.0%
[2021-04-27.04:37:41] [Info] 30.0%
[2021-04-27.04:37:42] [Info] 40.0%
[2021-04-27.04:37:42] [Info] 50.0%
[2021-04-27.04:37:42] [Info] 60.0%
[2021-04-27.04:37:42] [Info] 70.0%
[2021-04-27.04:37:42] [Info] 80.0%
[2021-04-27.04:37:42] [Info] 90.0%
[2021-04-27.04:37:43] [Info] 100.0%
[2021-04-27.04:37:43] [Info] Done
[2021-04-27.04:37:43] [Info] Loading addresses from 'C:\Users\Desktop\exe.txt'
[2021-04-27.04:37:43] [Info] 160 addresses loaded (0.0MB)
[2021-04-27.04:37:43] [Info] Allocating bloom filter (0.0MB)
NVIDIA GeForce R 4684 / 8192MB | 160 targets 1010.98 MKey/s (44,667,240,448 total) [00:00:41][2021-04-27.04:38:28] [Info] Allocating bloom filter (0.0MB)
[2021-04-27.04:38:28] [Info] Address:     1LjfhvhN9H8GLaRSzSctoVzmWcWexV7q7h
                             Private key: 000000000000000000000000000000000000000000000000D25F264AB983018E
                             Compressed:  yes
                             Public key:
                             020A1680F17C13FB8D7FA62E06565EA58848A325213CF98AE2D07A1D921A9F5CC0

NVIDIA GeForce R 4684 / 8192MB | 159 targets 1010.98 MKey/s (68,654,465,024 total) [00:01:05][2021-04-27.04:38:50] [Info] Reached end of keyspace

Very impressive everything is working great..
member
Activity: 272
Merit: 20
the right steps towerds the goal
https://github.com/richieburns/BitCrack_AMP/releases/download/v1.0.0_AMP/BitCrack_AMP.zip

Bitcrack CUDA 11.2 Compute 8.6 Win10

Would appreciate some benchmarks for RTX 30 series cards.....

Cheers





Microsoft Windows [Version 10.0.19042.928]
(c) Microsoft Corporation. All rights reserved.

C:\Users>C:\Users\Desktop\bitcrack64\BitCrack_AMP\cuBitCrack.exe --keyspace c9ee264000000000:c9ee264fffffffff 16jY7qLJnxb7CHZyqBP8qca9d51gAjyXQN
[2021-04-27.04:10:34] [Info] Compression: compressed
[2021-04-27.04:10:34] [Info] Starting at: 000000000000000000000000000000000000000000000000C9EE264000000000
[2021-04-27.04:10:34] [Info] Ending at:   000000000000000000000000000000000000000000000000C9EE264FFFFFFFFF
[2021-04-27.04:10:34] [Info] Counting by: 0000000000000000000000000000000000000000000000000000000000000001
[2021-04-27.04:10:34] [Info] Initializing NVIDIA GeForce RTX 3060 Ti
[2021-04-27.04:10:34] [Info] Generating 39,845,888 starting points (1520.0MB)
[2021-04-27.04:10:38] [Info] 10.0%
[2021-04-27.04:10:38] [Info] 20.0%
[2021-04-27.04:10:38] [Info] 30.0%
[2021-04-27.04:10:38] [Info] 40.0%
[2021-04-27.04:10:39] [Info] 50.0%
[2021-04-27.04:10:39] [Info] 60.0%
[2021-04-27.04:10:39] [Info] 70.0%
[2021-04-27.04:10:39] [Info] 80.0%
[2021-04-27.04:10:39] [Info] 90.0%
[2021-04-27.04:10:39] [Info] 100.0%
[2021-04-27.04:10:39] [Info] Done
NVIDIA GeForce R 4682 / 8192MB | 1 target 959.09 MKey/s (67,299,704,832 total) [00:01:07][2021-04-27.04:11:50] [Info] Reached end of keyspace

C:\Users>C:\Users\Desktop\bitcrack64\BitCrack_AMP\cuBitCrack.exe  -b 128 -t 256 -p 1024 --keyspace d9ee264000000000:d9ee264fffffffff 16jY7qLJnxb7CHZyqBP8qca9d51gAjyXQN
[2021-04-27.04:13:33] [Info] Compression: compressed
[2021-04-27.04:13:33] [Info] Starting at: 000000000000000000000000000000000000000000000000D9EE264000000000
[2021-04-27.04:13:33] [Info] Ending at:   000000000000000000000000000000000000000000000000D9EE264FFFFFFFFF
[2021-04-27.04:13:33] [Info] Counting by: 0000000000000000000000000000000000000000000000000000000000000001
[2021-04-27.04:13:33] [Info] Initializing NVIDIA GeForce RTX 3060 Ti
[2021-04-27.04:13:34] [Info] Generating 33,554,432 starting points (1280.0MB)
[2021-04-27.04:13:37] [Info] 10.0%
[2021-04-27.04:13:37] [Info] 20.0%
[2021-04-27.04:13:38] [Info] 30.0%
[2021-04-27.04:13:38] [Info] 40.0%
[2021-04-27.04:13:38] [Info] 50.0%
[2021-04-27.04:13:38] [Info] 60.0%
[2021-04-27.04:13:38] [Info] 70.0%
[2021-04-27.04:13:38] [Info] 80.0%
[2021-04-27.04:13:39] [Info] 90.0%
[2021-04-27.04:13:39] [Info] 100.0%
[2021-04-27.04:13:39] [Info] Done
NVIDIA GeForce R 4106 / 8192MB | 1 target 855.24 MKey/s (68,115,496,960 total) [00:01:16][2021-04-27.04:14:58] [Info] Reached end of keyspace

C:\Users>C:\Users\Desktop\bitcrack64\BitCrack_AMP\cuBitCrack.exe  -b 256 -t 512 -p 1024 --keyspace e9ee264000000000:e9ee264fffffffff 16jY7qLJnxb7CHZyqBP8qca9d51gAjyXQN
[2021-04-27.04:15:33] [Info] Compression: compressed
[2021-04-27.04:15:33] [Info] Starting at: 000000000000000000000000000000000000000000000000E9EE264000000000
[2021-04-27.04:15:33] [Info] Ending at:   000000000000000000000000000000000000000000000000E9EE264FFFFFFFFF
[2021-04-27.04:15:33] [Info] Counting by: 0000000000000000000000000000000000000000000000000000000000000001
[2021-04-27.04:15:33] [Info] Initializing NVIDIA GeForce RTX 3060 Ti
[2021-04-27.04:15:33] [Info] Generating 134,217,728 starting points (5120.0MB)
cudaDeviceKeys initializepublickeys: cudaMalloc devY error![2021-04-27.04:15:37] [Info] Error: out of memory

C:\Users>C:\Users\Desktop\bitcrack64\BitCrack_AMP\cuBitCrack.exe  -b 128 -t 512 -p 1024 --keyspace e9ee264000000000:e9ee264fffffffff 16jY7qLJnxb7CHZyqBP8qca9d51gAjyXQN
[2021-04-27.04:15:53] [Info] Compression: compressed
[2021-04-27.04:15:53] [Info] Starting at: 000000000000000000000000000000000000000000000000E9EE264000000000
[2021-04-27.04:15:53] [Info] Ending at:   000000000000000000000000000000000000000000000000E9EE264FFFFFFFFF
[2021-04-27.04:15:53] [Info] Counting by: 0000000000000000000000000000000000000000000000000000000000000001
[2021-04-27.04:15:53] [Info] Initializing NVIDIA GeForce RTX 3060 Ti
[2021-04-27.04:15:53] [Info] Generating 67,108,864 starting points (2560.0MB)
cudadevicekeys allocatechainbuf: cudaMalloc devChain error![2021-04-27.04:15:56] [Info] Error: out of memory

C:\Users>C:\Users\Desktop\bitcrack64\BitCrack_AMP\cuBitCrack.exe  -b 128 -t 256 -p 512 --keyspace e9ee264000000000:e9ee264fffffffff 16jY7qLJnxb7CHZyqBP8qca9d51gAjyXQN
[2021-04-27.04:16:15] [Info] Compression: compressed
[2021-04-27.04:16:15] [Info] Starting at: 000000000000000000000000000000000000000000000000E9EE264000000000
[2021-04-27.04:16:15] [Info] Ending at:   000000000000000000000000000000000000000000000000E9EE264FFFFFFFFF
[2021-04-27.04:16:15] [Info] Counting by: 0000000000000000000000000000000000000000000000000000000000000001
[2021-04-27.04:16:15] [Info] Initializing NVIDIA GeForce RTX 3060 Ti
[2021-04-27.04:16:15] [Info] Generating 16,777,216 starting points (640.0MB)
[2021-04-27.04:16:17] [Info] 10.0%
[2021-04-27.04:16:17] [Info] 20.0%
[2021-04-27.04:16:17] [Info] 30.0%
[2021-04-27.04:16:17] [Info] 40.0%
[2021-04-27.04:16:17] [Info] 50.0%
[2021-04-27.04:16:17] [Info] 60.0%
[2021-04-27.04:16:17] [Info] 70.0%
[2021-04-27.04:16:17] [Info] 80.0%
[2021-04-27.04:16:17] [Info] 90.0%
[2021-04-27.04:16:18] [Info] 100.0%
[2021-04-27.04:16:18] [Info] Done
NVIDIA GeForce R 2570 / 8192MB | 1 target 832.85 MKey/s (67,494,739,968 total) [00:01:18][2021-04-27.04:17:39] [Info] Reached end of keyspace

C:\Users>C:\Users\Desktop\bitcrack64\BitCrack_AMP\cuBitCrack.exe  -b 128 -t 256 -p 256 --keyspace f9ee264000000000:f9ee264fffffffff 16jY7qLJnxb7CHZyqBP8qca9d51gAjyXQN
[2021-04-27.04:18:02] [Info] Compression: compressed
[2021-04-27.04:18:02] [Info] Starting at: 000000000000000000000000000000000000000000000000F9EE264000000000
[2021-04-27.04:18:03] [Info] Ending at:   000000000000000000000000000000000000000000000000F9EE264FFFFFFFFF
[2021-04-27.04:18:03] [Info] Counting by: 0000000000000000000000000000000000000000000000000000000000000001
[2021-04-27.04:18:03] [Info] Initializing NVIDIA GeForce RTX 3060 Ti
[2021-04-27.04:18:03] [Info] Generating 8,388,608 starting points (320.0MB)
[2021-04-27.04:18:03] [Info] 10.0%
[2021-04-27.04:18:03] [Info] 20.0%
[2021-04-27.04:18:04] [Info] 30.0%
[2021-04-27.04:18:04] [Info] 40.0%
[2021-04-27.04:18:04] [Info] 50.0%
[2021-04-27.04:18:04] [Info] 60.0%
[2021-04-27.04:18:04] [Info] 70.0%
[2021-04-27.04:18:04] [Info] 80.0%
[2021-04-27.04:18:04] [Info] 90.0%
[2021-04-27.04:18:04] [Info] 100.0%
[2021-04-27.04:18:04] [Info] Done
NVIDIA GeForce R 1802 / 8192MB | 1 target 772.70 MKey/s (68,585,259,008 total) [00:01:25][2021-04-27.04:19:31] [Info] Reached end of keyspace

Excellent work you are just amazing finally no misaligned address error at allll... Cheesy
newbie
Activity: 12
Merit: 1
https://github.com/richieburns/BitCrack_AMP/releases/download/v1.0.0_AMP/BitCrack_AMP.zip

Bitcrack CUDA 11.2 Compute 8.6 Win10

Would appreciate some benchmarks for RTX 30 series cards.....

Cheers



legendary
Activity: 1568
Merit: 6660
bitcoincleanup.com / bitmixlist.org

i say one sing you all think in a wrong universe of numbers it is simple math but also need to scan some steps we need to scan between the 2^x and 2^y numbers.

You shouldn't need to modify source code to search that range, just pop it as the keyspace range for whatever puzzle you're trying to solve.
newbie
Activity: 28
Merit: 1
i have find out a big thing that all the keys have together but i think if i say all puzzles will be solved without getting any of the money but i also dont know to change the sourcecode what an devils circle Cheesy
i say one sing you all think in a wrong universe of numbers it is simple math but also need to scan some steps we need to scan between the 2^x and 2^y numbers.
member
Activity: 406
Merit: 47

I created python code for gpu but as numpy can't allow to compute more then 9223372036854775808 so it's useless for puzzle 64..

Ok, python with GPU have limited

I not sure python with GPU have many method but need to create new one coding

PyCUDA, PyOpenCL, CuPy and Numba

Numba is same numpy this way have problem can not use it

other method I think may be stuck can not use same numpy limited
member
Activity: 272
Merit: 20
the right steps towerds the goal

if anyone use python code for brute force recommend to use bitCrack version have RANDOM options (use -r )

bitCrack random version it is very fast more than python code

I try python is very slow,  I looking for python for GPU use (numba or other python use GPU but not found never have anyone code bitcoin generate address on GPU)

I created python code for gpu but as numpy can't allow to compute more then 9223372036854775808 so it's useless for puzzle 64..
legendary
Activity: 1568
Merit: 6660
bitcoincleanup.com / bitmixlist.org
So.. when your sp-mod #6 will arrive ?? hope very soon we will get rid of that message (Error: misaligned address).

I have given you a faster program. Your job is to opensource a fix, and then I might build another exe

It all goes over my head but i will try, It would be better if you make exe. Thanks Smiley

...Meanwhile in my VS workspace, I managed to get the .cu files to compile but .h and .cpp files are still bailing out - I probably need to add the include paths to Visual C/C++ object properties (why doesn't CUDA installer do this by default?  Huh)

On a side note, the CUDA Installer also installs headers for OpenCL in the same folder, but I unloaded the clBitcrack projects so I don't worry about updating include dirs for that set of projects for now.
Pages:
Jump to: