Bitcoin Forum
May 04, 2024, 01:22:33 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 ... 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 [70] 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 »
  Print  
Author Topic: BitCrack - A tool for brute-forcing private keys  (Read 74432 times)
WanderingPhilospher
Full Member
***
Online Online

Activity: 1050
Merit: 219

Shooters Shoot...


View Profile
October 18, 2021, 12:53:57 PM
 #1381


Sorry I am very very busy on day time

How can I calculate maximum bit range for bitcrack can scan with in 24 hour

please advice?

example

24 hour = 24*60=1,440*60=86,400

1 target 3.59 MKey/s (250,347,520 total) [00:01:06]
250,000,000*1,440=
250000000*1440=360,000,000,000
360000000000
log2
38.38920595031593
38 bit


1 target 75.62 MKey/s (967,680,000 total) [00:00:11]
900000000*8640=7,776,000,000,000
log2 = 7776000000000
42.82216535759204
42bit
I think you are close, just make sure numbers are correct (above you have 8640). Average speed, in MKey/s, multiplied by 86,400 (total seconds in a day). Then look at result and compare to the closest 2^x number. So if result is closest to 2^42, then you know you can complete a 42 bit range in a day.
To be more accurate, you could let the program run for a minute and then take total keys and divide by 60 (60 seconds in 1 minute) and then multiply by 86,400. This will allow the program's key rate to smooth out to a more constant MKey/s.
1714785753
Hero Member
*
Offline Offline

Posts: 1714785753

View Profile Personal Message (Offline)

Ignore
1714785753
Reply with quote  #2

1714785753
Report to moderator
1714785753
Hero Member
*
Offline Offline

Posts: 1714785753

View Profile Personal Message (Offline)

Ignore
1714785753
Reply with quote  #2

1714785753
Report to moderator
"I'm sure that in 20 years there will either be very large transaction volume or no volume." -- Satoshi
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1714785753
Hero Member
*
Offline Offline

Posts: 1714785753

View Profile Personal Message (Offline)

Ignore
1714785753
Reply with quote  #2

1714785753
Report to moderator
1714785753
Hero Member
*
Offline Offline

Posts: 1714785753

View Profile Personal Message (Offline)

Ignore
1714785753
Reply with quote  #2

1714785753
Report to moderator
fxsniper
Member
**
Offline Offline

Activity: 406
Merit: 45


View Profile
October 25, 2021, 06:45:39 AM
 #1382


How I can modify and compile Bitcrack OpenCL  - clBitcrack ?

I try on my laptop using Visual Studio 2019 but I success to compile with cuBitcrack Nvidia GPU only.

cuBitcrack  I used
CKeyFinder (main.cpp)

but OpenCL ot compile or not have any .exe fpr can use with OpenCL

Thank you
fxsniper
Member
**
Offline Offline

Activity: 406
Merit: 45


View Profile
October 25, 2021, 11:03:45 AM
 #1383


Help How I can fix this problem?

Severity   Code   Description   Project   File   Line   Suppression State Warning   

C4996   'localtime': This function or variable may be unsafe. Consider using localtime_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.   Logger   D:\BitCrack-master (3)\BitCrack-master\Logger\Logger.cpp   40   
Error   

C5208   unnamed class used in typedef name cannot declare members other than non-static data members, member enumerations, or member classes   clKeyFinder   D:\BitCrack-master (3)\BitCrack-master\KeyFinder\main.cpp   23   
a.a
Member
**
Offline Offline

Activity: 126
Merit: 36


View Profile
October 25, 2021, 11:05:31 AM
 #1384

The openCL version is broken in the original project.
fxsniper
Member
**
Offline Offline

Activity: 406
Merit: 45


View Profile
October 25, 2021, 11:56:59 AM
 #1385

The openCL version is broken in the original project.

ok, Thank you
a.a
Member
**
Offline Offline

Activity: 126
Merit: 36


View Profile
October 27, 2021, 02:09:04 PM
 #1386

If you want to use clBitCrack then use my fork which works for OpenCL.
NotATether
Legendary
*
Offline Offline

Activity: 1596
Merit: 6727


bitcoincleanup.com / bitmixlist.org


View Profile WWW
October 27, 2021, 07:17:07 PM
 #1387

Either use CuBitcrack or ClBitcrack for;

1x RTX™ A6000 (total 48 GB GPU Memory, 10,752 CUDA cores)
2x RTX™ 3090 (total 48 GB GPU Memory, total 20,992 CUDA cores)

1) The same amount of GPU memory, which GPU can get more MKey/s?

2) Between GPU Memory or CUDA core, which is an important factor for speed in MKey/s?

As you could use 2x RTX 3090 you will search twice as fast as in the A6000.

Memory is not a very important metric, I believe Bitcrack has a memory ceiling of about 4GB of GPU memory or so.

.
.BLACKJACK ♠ FUN.
█████████
██████████████
████████████
█████████████████
████████████████▄▄
░█████████████▀░▀▀
██████████████████
░██████████████
████████████████
░██████████████
████████████
███████████████░██
██████████
CRYPTO CASINO &
SPORTS BETTING
▄▄███████▄▄
▄███████████████▄
███████████████████
█████████████████████
███████████████████████
█████████████████████████
█████████████████████████
█████████████████████████
███████████████████████
█████████████████████
███████████████████
▀███████████████▀
█████████
.
fxsniper
Member
**
Offline Offline

Activity: 406
Merit: 45


View Profile
October 28, 2021, 03:18:29 AM
 #1388

If you want to use clBitCrack then use my fork which works for OpenCL.

Thank you

a.a Where is you fork of bitcrack

https://github.com/brichard19/BitCrack/network/members

a lot of people fork bitcrack

bitcracn cuBitcrack better than clBitcrack
but my otherr notebook can not use cuBitcrack but still can use openCL
a.a
Member
**
Offline Offline

Activity: 126
Merit: 36


View Profile
October 28, 2021, 11:12:38 AM
 #1389

I am uzlopak on GitHub.
fxsniper
Member
**
Offline Offline

Activity: 406
Merit: 45


View Profile
October 28, 2021, 01:07:19 PM
 #1390

I am uzlopak on GitHub.

Thank you
I got BitCrackOpenCL, Thank a lot
jovica888
Jr. Member
*
Offline Offline

Activity: 42
Merit: 11


View Profile
November 09, 2021, 12:47:58 AM
 #1391

How can I select multiple GPUs???
I am using this fork and I have 2x1060 6GB
https://github.com/sp-hash/Bitcrack/releases/tag/5
NotATether
Legendary
*
Offline Offline

Activity: 1596
Merit: 6727


bitcoincleanup.com / bitmixlist.org


View Profile WWW
November 10, 2021, 07:50:10 AM
 #1392

How can I select multiple GPUs???
I am using this fork and I have 2x1060 6GB
https://github.com/sp-hash/Bitcrack/releases/tag/5


Use --device=N to select the IDs of the GPUs to use, which can be listed using  --list-devices. If that doesn't work then I don't know what will since you are using closed source fork of  Bitcrack.

.
.BLACKJACK ♠ FUN.
█████████
██████████████
████████████
█████████████████
████████████████▄▄
░█████████████▀░▀▀
██████████████████
░██████████████
████████████████
░██████████████
████████████
███████████████░██
██████████
CRYPTO CASINO &
SPORTS BETTING
▄▄███████▄▄
▄███████████████▄
███████████████████
█████████████████████
███████████████████████
█████████████████████████
█████████████████████████
█████████████████████████
███████████████████████
█████████████████████
███████████████████
▀███████████████▀
█████████
.
zahid888
Member
**
Offline Offline

Activity: 260
Merit: 19

the right steps towerds the goal


View Profile
November 16, 2021, 02:49:34 PM
 #1393

TTDClient 1.3 http://www.ttdsales.com/64bit/
cuBitCrack.exe -b 128 -t 256 -p 1024 --keyspace B007DEC000000000:+1FFFFFFFFF -i B007DEC000000000i.txt -o B007DEC000000000o.txt
[2021-11-16.19:12:19] [Info] Compression: compressed
[2021-11-16.19:12:19] [Info] Starting at: 000000000000000000000000000000000000000000000000B007DEC000000000
[2021-11-16.19:12:19] [Info] Ending at:   000000000000000000000000000000000000000000000000B007DEDFFFFFFFFF
[2021-11-16.19:12:19] [Info] Counting by: 0000000000000000000000000000000000000000000000000000000000000001
[2021-11-16.19:12:19] [Info] Initializing NVIDIA GeForce RTX 3060 Ti
[2021-11-16.19:12:19] [Info] Generating 33,554,432 starting points (1280.0MB)
[2021-11-16.19:12:23] [Info] 10.0%
[2021-11-16.19:12:23] [Info] 20.0%
[2021-11-16.19:12:23] [Info] 30.0%
[2021-11-16.19:12:23] [Info] 40.0%
[2021-11-16.19:12:23] [Info] 50.0%
[2021-11-16.19:12:24] [Info] 60.0%
[2021-11-16.19:12:24] [Info] 70.0%
[2021-11-16.19:12:24] [Info] 80.0%
[2021-11-16.19:12:24] [Info] 90.0%
[2021-11-16.19:12:24] [Info] 100.0%
[2021-11-16.19:12:24] [Info] Done
[2021-11-16.19:12:24] [Info] Loading addresses from 'B007DEC000000000i.txt'
[2021-11-16.19:12:24] [Info] 3 addresses loaded (0.0MB)
NVIDIA GeForce R 4105 / 8191MB | 3 targets 891.63 MKey/s (31,339,839,488 total) [00:00:32][2021-11-16.19:13:00] [Info] Found key for address '1BwgHiWfHfP9WNDBp7CBimXtFamKUYhotA'. Written to 'B007DEC000000000o.txt'
NVIDIA GeForce R 4105 / 8191MB | 2 targets 888.86 MKey/s (86,905,978,880 total) [00:01:35][2021-11-16.19:14:02] [Info] Found key for address '1JSFfUjTisvVDZiDW2NUeT8nBXoeLLeo7E'. Written to 'B007DEC000000000o.txt'
NVIDIA GeForce R 4105 / 8191MB | 1 target 888.37 MKey/s (136,834,973,696 total) [00:02:31][2021-11-16.19:14:58] [Info] Reached end of keyspace
----------------------------------------------------------------------
                    Previous range: B007DEC000000000
   Time to complete previous range: 160,117 ms
                      Actual speed: 858,365,779 Keys/s
                        Next range: 9B01BB1000000000
         Number of ranges to check: 2
----------------------------------------------------------------------
cuBitCrack.exe -b 128 -t 256 -p 1024 --keyspace 9B01BB1000000000:+1FFFFFFFFF -i 9B01BB1000000000i.txt -o 9B01BB1000000000o.txt
[2021-11-16.19:14:59] [Info] Compression: compressed
[2021-11-16.19:14:59] [Info] Starting at: 0000000000000000000000000000000000000000000000009B01BB1000000000
[2021-11-16.19:14:59] [Info] Ending at:   0000000000000000000000000000000000000000000000009B01BB2FFFFFFFFF
[2021-11-16.19:14:59] [Info] Counting by: 0000000000000000000000000000000000000000000000000000000000000001
[2021-11-16.19:14:59] [Info] Initializing NVIDIA GeForce RTX 3060 Ti
[2021-11-16.19:14:59] [Info] Generating 33,554,432 starting points (1280.0MB)
[2021-11-16.19:15:03] [Info] 10.0%
[2021-11-16.19:15:03] [Info] 20.0%
[2021-11-16.19:15:03] [Info] 30.0%
[2021-11-16.19:15:03] [Info] 40.0%
[2021-11-16.19:15:04] [Info] 50.0%
[2021-11-16.19:15:04] [Info] 60.0%
[2021-11-16.19:15:04] [Info] 70.0%
[2021-11-16.19:15:04] [Info] 80.0%
[2021-11-16.19:15:04] [Info] 90.0%
[2021-11-16.19:15:04] [Info] 100.0%
[2021-11-16.19:15:04] [Info] Done
[2021-11-16.19:15:04] [Info] Loading addresses from '9B01BB1000000000i.txt'
[2021-11-16.19:15:04] [Info] 3 addresses loaded (0.0MB)
NVIDIA GeForce R 4105 / 8191MB | 3 targets 881.08 MKey/s (66,169,339,904 total) [00:01:13][2021-11-16.19:16:21] [Info] Found key for address '1HaKTAaHQdvtTHacsqxbnbiNkdoJwbU4Rd'. Written to '9B01BB1000000000o.txt'
NVIDIA GeForce R 4105 / 8191MB | 2 targets 881.08 MKey/s (122,540,785,664 total) [00:02:17][2021-11-16.19:17:25] [Info] Found key for address '1ByLauL4ao47QFBVbCZgZu4XVp5K8LqrLc'. Written to '9B01BB1000000000o.txt'
NVIDIA GeForce R 4105 / 8191MB | 1 target 880.60 MKey/s (137,036,300,288 total) [00:02:33][2021-11-16.19:17:40] [Info] Reached end of keyspace
----------------------------------------------------------------------
                    Previous range: 9B01BB1000000000
   Time to complete previous range: 162,046 ms
                      Actual speed: 848,147,769 Keys/s
                        Next range: D26EF45000000000
         Number of ranges to check: 2
----------------------------------------------------------------------
cuBitCrack.exe -b 128 -t 256 -p 1024 --keyspace D26EF45000000000:+1FFFFFFFFF -i D26EF45000000000i.txt -o D26EF45000000000o.txt
[2021-11-16.19:17:41] [Info] Compression: compressed
[2021-11-16.19:17:41] [Info] Starting at: 000000000000000000000000000000000000000000000000D26EF45000000000
[2021-11-16.19:17:41] [Info] Ending at:   000000000000000000000000000000000000000000000000D26EF46FFFFFFFFF
[2021-11-16.19:17:41] [Info] Counting by: 0000000000000000000000000000000000000000000000000000000000000001
[2021-11-16.19:17:41] [Info] Initializing NVIDIA GeForce RTX 3060 Ti
[2021-11-16.19:17:41] [Info] Generating 33,554,432 starting points (1280.0MB)
[2021-11-16.19:17:45] [Info] 10.0%
[2021-11-16.19:17:45] [Info] 20.0%
[2021-11-16.19:17:45] [Info] 30.0%
[2021-11-16.19:17:46] [Info] 40.0%
[2021-11-16.19:17:46] [Info] 50.0%
[2021-11-16.19:17:46] [Info] 60.0%
[2021-11-16.19:17:46] [Info] 70.0%
[2021-11-16.19:17:46] [Info] 80.0%
[2021-11-16.19:17:46] [Info] 90.0%
[2021-11-16.19:17:46] [Info] 100.0%
[2021-11-16.19:17:46] [Info] Done
[2021-11-16.19:17:47] [Info] Loading addresses from 'D26EF45000000000i.txt'
[2021-11-16.19:17:47] [Info] 3 addresses loaded (0.0MB)
NVIDIA GeForce R 4105 / 8191MB | 3 targets 881.08 MKey/s (32,245,809,152 total) [00:00:34][2021-11-16.19:18:24] [Info] Found key for address '1wRGbJ3Bm7sR9KRCZWB8TpdPgmVuEYkRR'. Written to 'D26EF45000000000o.txt'
NVIDIA GeForce R 4105 / 8191MB | 2 targets 881.08 MKey/s (69,289,902,080 total) [00:01:16][2021-11-16.19:19:07] [Info] Found key for address '1FgXeqpnVGActtjq1o9ocWjvTbtTDahnDs'. Written to 'D26EF45000000000o.txt'
NVIDIA GeForce R 4105 / 8191MB | 1 target 881.08 MKey/s (136,935,636,992 total) [00:02:33][2021-11-16.19:20:22] [Info] Reached end of keyspace
----------------------------------------------------------------------
                    Previous range: D26EF45000000000
   Time to complete previous range: 162,133 ms
                      Actual speed: 847,692,656 Keys/s
                        Next range: E75CD6C000000000
         Number of ranges to check: 2
----------------------------------------------------------------------
cuBitCrack.exe -b 128 -t 256 -p 1024 --keyspace E75CD6C000000000:+1FFFFFFFFF -i E75CD6C000000000i.txt -o E75CD6C000000000o.txt
[2021-11-16.19:20:23] [Info] Compression: compressed
[2021-11-16.19:20:23] [Info] Starting at: 000000000000000000000000000000000000000000000000E75CD6C000000000
[2021-11-16.19:20:23] [Info] Ending at:   000000000000000000000000000000000000000000000000E75CD6DFFFFFFFFF
[2021-11-16.19:20:23] [Info] Counting by: 0000000000000000000000000000000000000000000000000000000000000001
[2021-11-16.19:20:23] [Info] Initializing NVIDIA GeForce RTX 3060 Ti
[2021-11-16.19:20:23] [Info] Generating 33,554,432 starting points (1280.0MB)
[2021-11-16.19:20:27] [Info] 10.0%
[2021-11-16.19:20:27] [Info] 20.0%
[2021-11-16.19:20:27] [Info] 30.0%
[2021-11-16.19:20:28] [Info] 40.0%
[2021-11-16.19:20:28] [Info] 50.0%
[2021-11-16.19:20:28] [Info] 60.0%
[2021-11-16.19:20:28] [Info] 70.0%
[2021-11-16.19:20:28] [Info] 80.0%
[2021-11-16.19:20:28] [Info] 90.0%
[2021-11-16.19:20:29] [Info] 100.0%
[2021-11-16.19:20:29] [Info] Done
[2021-11-16.19:20:29] [Info] Loading addresses from 'E75CD6C000000000i.txt'
[2021-11-16.19:20:29] [Info] 3 addresses loaded (0.0MB)
NVIDIA GeForce R 4105 / 8191MB | 3 targets 888.37 MKey/s (4,865,392,640 total) [00:00:03][2021-11-16.19:20:36] [Info] Found key for address '1NrHGeWDGnanvsoBf2XoQWkyaTZwA7y7Xw'. Written to 'E75CD6C000000000o.txt'
NVIDIA GeForce R 4105 / 8191MB | 2 targets 881.08 MKey/s (88,617,254,912 total) [00:01:38][2021-11-16.19:22:10] [Info] Found key for address '1LTHoxkJ4B9L67u35pcWgvZdsNZqtt9wuB'. Written to 'E75CD6C000000000o.txt'
NVIDIA GeForce R 4105 / 8191MB | 1 target 881.08 MKey/s (136,935,636,992 total) [00:02:33][2021-11-16.19:23:05] [Info] Reached end of keyspace
----------------------------------------------------------------------
                    Previous range: E75CD6C000000000
   Time to complete previous range: 162,168 ms
                      Actual speed: 847,509,702 Keys/s
                        Next range: ED4C8E6000000000
         Number of ranges to check: 2
----------------------------------------------------------------------
cuBitCrack.exe -b 128 -t 256 -p 1024 --keyspace ED4C8E6000000000:+1FFFFFFFFF -i ED4C8E6000000000i.txt -o ED4C8E6000000000o.txt
[2021-11-16.19:23:05] [Info] Compression: compressed
[2021-11-16.19:23:05] [Info] Starting at: 000000000000000000000000000000000000000000000000ED4C8E6000000000
[2021-11-16.19:23:05] [Info] Ending at:   000000000000000000000000000000000000000000000000ED4C8E7FFFFFFFFF
[2021-11-16.19:23:05] [Info] Counting by: 0000000000000000000000000000000000000000000000000000000000000001
[2021-11-16.19:23:05] [Info] Initializing NVIDIA GeForce RTX 3060 Ti
[2021-11-16.19:23:05] [Info] Generating 33,554,432 starting points (1280.0MB)
[2021-11-16.19:23:09] [Info] 10.0%
[2021-11-16.19:23:09] [Info] 20.0%
[2021-11-16.19:23:10] [Info] 30.0%
[2021-11-16.19:23:10] [Info] 40.0%
[2021-11-16.19:23:10] [Info] 50.0%
[2021-11-16.19:23:10] [Info] 60.0%
[2021-11-16.19:23:10] [Info] 70.0%
[2021-11-16.19:23:10] [Info] 80.0%
[2021-11-16.19:23:10] [Info] 90.0%
[2021-11-16.19:23:11] [Info] 100.0%
[2021-11-16.19:23:11] [Info] Done
[2021-11-16.19:23:11] [Info] Loading addresses from 'ED4C8E6000000000i.txt'
[2021-11-16.19:23:11] [Info] 3 addresses loaded (0.0MB)
NVIDIA GeForce R 4105 / 8191MB | 3 targets 881.08 MKey/s (16,106,127,360 total) [00:00:16][2021-11-16.19:23:30] [Info] Found key for address '1866yFYQ78Stp6Zd7jRB86ps44j2BGCqAH'. Written to 'ED4C8E6000000000o.txt'
NVIDIA GeForce R 4105 / 8191MB | 2 targets 880.60 MKey/s (109,521,666,048 total) [00:02:02][2021-11-16.19:25:16] [Info] Found key for address '15ARHNs4RrCekmn7DLmhuxFiWvywe25wez'. Written to 'ED4C8E6000000000o.txt'
NVIDIA GeForce R 4105 / 8191MB | 1 target 881.08 MKey/s (136,902,082,560 total) [00:02:33][2021-11-16.19:25:47] [Info] Reached end of keyspace
----------------------------------------------------------------------
                    Previous range: ED4C8E6000000000
   Time to complete previous range: 162,265 ms
                      Actual speed: 847,003,071 Keys/s
                        Next range: 8B2A342000000000
         Number of ranges to check: 2
----------------------------------------------------------------------
cuBitCrack.exe -b 128 -t 256 -p 1024 --keyspace 8B2A342000000000:+1FFFFFFFFF -i 8B2A342000000000i.txt -o 8B2A342000000000o.txt
[2021-11-16.19:25:48] [Info] Compression: compressed
[2021-11-16.19:25:48] [Info] Starting at: 0000000000000000000000000000000000000000000000008B2A342000000000
[2021-11-16.19:25:48] [Info] Ending at:   0000000000000000000000000000000000000000000000008B2A343FFFFFFFFF
[2021-11-16.19:25:48] [Info] Counting by: 0000000000000000000000000000000000000000000000000000000000000001
[2021-11-16.19:25:48] [Info] Initializing NVIDIA GeForce RTX 3060 Ti
[2021-11-16.19:25:48] [Info] Generating 33,554,432 starting points (1280.0MB)
[2021-11-16.19:25:51] [Info] 10.0%
[2021-11-16.19:25:52] [Info] 20.0%
[2021-11-16.19:25:52] [Info] 30.0%
[2021-11-16.19:25:52] [Info] 40.0%
[2021-11-16.19:25:52] [Info] 50.0%
[2021-11-16.19:25:52] [Info] 60.0%
[2021-11-16.19:25:52] [Info] 70.0%
[2021-11-16.19:25:53] [Info] 80.0%
[2021-11-16.19:25:53] [Info] 90.0%
[2021-11-16.19:25:53] [Info] 100.0%
[2021-11-16.19:25:53] [Info] Done
[2021-11-16.19:25:53] [Info] Loading addresses from '8B2A342000000000i.txt'
[2021-11-16.19:25:53] [Info] 3 addresses loaded (0.0MB)
NVIDIA GeForce R 4105 / 8191MB | 3 targets 881.08 MKey/s (64,357,400,576 total) [00:01:11][2021-11-16.19:27:07] [Info] Found key for address '16aAhPwULUdM1c4aggxnxBQFGi3YguUD6j'. Written to '8B2A342000000000o.txt'
NVIDIA GeForce R 4105 / 8191MB | 2 targets 873.43 MKey/s (86,872,424,448 total) [00:01:37][2021-11-16.19:27:33] [Info] Found key for address '1BghhzDumyCjxJsDoMaDQD5Ru7osfHFhos'. Written to '8B2A342000000000o.txt'
NVIDIA GeForce R 4105 / 8191MB | 1 target 869.86 MKey/s (136,532,983,808 total) [00:02:33][2021-11-16.19:28:30] [Info] Reached end of keyspace
----------------------------------------------------------------------
                    Previous range: 8B2A342000000000
   Time to complete previous range: 162,748 ms
                      Actual speed: 844,489,354 Keys/s
                        Next range: F334A72000000000
         Number of ranges to check: 2
----------------------------------------------------------------------
cuBitCrack.exe -b 128 -t 256 -p 1024 --keyspace F334A72000000000:+1FFFFFFFFF -i F334A72000000000i.txt -o F334A72000000000o.txt
[2021-11-16.19:28:31] [Info] Compression: compressed
[2021-11-16.19:28:31] [Info] Starting at: 000000000000000000000000000000000000000000000000F334A72000000000
[2021-11-16.19:28:31] [Info] Ending at:   000000000000000000000000000000000000000000000000F334A73FFFFFFFFF
[2021-11-16.19:28:31] [Info] Counting by: 0000000000000000000000000000000000000000000000000000000000000001
[2021-11-16.19:28:31] [Info] Initializing NVIDIA GeForce RTX 3060 Ti
[2021-11-16.19:28:31] [Info] Generating 33,554,432 starting points (1280.0MB)
[2021-11-16.19:28:34] [Info] 10.0%
[2021-11-16.19:28:35] [Info] 20.0%
[2021-11-16.19:28:35] [Info] 30.0%
[2021-11-16.19:28:35] [Info] 40.0%
[2021-11-16.19:28:35] [Info] 50.0%
[2021-11-16.19:28:35] [Info] 60.0%
[2021-11-16.19:28:36] [Info] 70.0%
[2021-11-16.19:28:36] [Info] 80.0%
[2021-11-16.19:28:36] [Info] 90.0%
[2021-11-16.19:28:36] [Info] 100.0%
[2021-11-16.19:28:36] [Info] Done
[2021-11-16.19:28:36] [Info] Loading addresses from 'F334A72000000000i.txt'
[2021-11-16.19:28:36] [Info] 3 addresses loaded (0.0MB)
NVIDIA GeForce R 4105 / 8191MB | 3 targets 870.34 MKey/s (4,764,729,344 total) [00:00:03][2021-11-16.19:28:42] [Info] Found key for address '1Ce1PxfnYkfmgyHB1frMw9dBF1ieqJ6DHB'. Written to 'F334A72000000000o.txt'
NVIDIA GeForce R 4105 / 8191MB | 2 targets 873.91 MKey/s (107,407,736,832 total) [00:02:00][2021-11-16.19:30:40] [Info] Found key for address '16TApW4rnVzsLXyq1rNrsA8TJzDbHqZCgL'. Written to 'F334A72000000000o.txt'
NVIDIA GeForce R 4105 / 8191MB | 1 target 881.08 MKey/s (136,331,657,216 total) [00:02:33][2021-11-16.19:31:13] [Info] Reached end of keyspace
----------------------------------------------------------------------
                    Previous range: F334A72000000000
   Time to complete previous range: 163,323 ms
                      Actual speed: 841,516,219 Keys/s
                        Next range: 8826911000000000
         Number of ranges to check: 2
----------------------------------------------------------------------
cuBitCrack.exe -b 128 -t 256 -p 1024 --keyspace 8826911000000000:+1FFFFFFFFF -i 8826911000000000i.txt -o 8826911000000000o.txt
[2021-11-16.19:31:14] [Info] Compression: compressed
[2021-11-16.19:31:14] [Info] Starting at: 0000000000000000000000000000000000000000000000008826911000000000
[2021-11-16.19:31:14] [Info] Ending at:   0000000000000000000000000000000000000000000000008826912FFFFFFFFF
[2021-11-16.19:31:14] [Info] Counting by: 0000000000000000000000000000000000000000000000000000000000000001
[2021-11-16.19:31:14] [Info] Initializing NVIDIA GeForce RTX 3060 Ti
[2021-11-16.19:31:14] [Info] Generating 33,554,432 starting points (1280.0MB)
[2021-11-16.19:31:18] [Info] 10.0%
[2021-11-16.19:31:18] [Info] 20.0%
[2021-11-16.19:31:18] [Info] 30.0%
[2021-11-16.19:31:18] [Info] 40.0%
[2021-11-16.19:31:18] [Info] 50.0%
[2021-11-16.19:31:18] [Info] 60.0%
[2021-11-16.19:31:19] [Info] 70.0%
[2021-11-16.19:31:19] [Info] 80.0%
[2021-11-16.19:31:19] [Info] 90.0%
[2021-11-16.19:31:19] [Info] 100.0%
[2021-11-16.19:31:19] [Info] Done
[2021-11-16.19:31:19] [Info] Loading addresses from '8826911000000000i.txt'
[2021-11-16.19:31:19] [Info] 3 addresses loaded (0.0MB)
NVIDIA GeForce R 4105 / 8191MB | 3 targets 873.43 MKey/s (54,727,278,592 total) [00:01:00][2021-11-16.19:32:22] [Info] Found key for address '1MQUbfVdZp1YWTMRmN5szFC6x19rbQsSiu'. Written to '8826911000000000o.txt'
NVIDIA GeForce R 4105 / 8191MB | 2 targets 862.72 MKey/s (83,684,753,408 total) [00:01:33][2021-11-16.19:32:55] [Info] Found key for address '1DWbs6nQCTzyFHLTVBVvBHs1VAppt25YDV'. Written to '8826911000000000o.txt'
NVIDIA GeForce R 4105 / 8191MB | 1 target 873.43 MKey/s (136,633,647,104 total) [00:02:33][2021-11-16.19:33:56] [Info] Reached end of keyspace
----------------------------------------------------------------------
                    Previous range: 8826911000000000
   Time to complete previous range: 162,931 ms
                      Actual speed: 843,540,845 Keys/s
                        Next range: CAC1462000000000
         Number of ranges to check: 2
----------------------------------------------------------------------
cuBitCrack.exe -b 128 -t 256 -p 1024 --keyspace CAC1462000000000:+1FFFFFFFFF -i CAC1462000000000i.txt -o CAC1462000000000o.txt
[2021-11-16.19:33:57] [Info] Compression: compressed
[2021-11-16.19:33:57] [Info] Starting at: 000000000000000000000000000000000000000000000000CAC1462000000000
[2021-11-16.19:33:57] [Info] Ending at:   000000000000000000000000000000000000000000000000CAC1463FFFFFFFFF
[2021-11-16.19:33:57] [Info] Counting by: 0000000000000000000000000000000000000000000000000000000000000001
[2021-11-16.19:33:57] [Info] Initializing NVIDIA GeForce RTX 3060 Ti
[2021-11-16.19:33:57] [Info] Generating 33,554,432 starting points (1280.0MB)
[2021-11-16.19:34:00] [Info] 10.0%
[2021-11-16.19:34:01] [Info] 20.0%
[2021-11-16.19:34:01] [Info] 30.0%
[2021-11-16.19:34:01] [Info] 40.0%
[2021-11-16.19:34:01] [Info] 50.0%
[2021-11-16.19:34:01] [Info] 60.0%
[2021-11-16.19:34:02] [Info] 70.0%
[2021-11-16.19:34:02] [Info] 80.0%
[2021-11-16.19:34:02] [Info] 90.0%
[2021-11-16.19:34:02] [Info] 100.0%
[2021-11-16.19:34:02] [Info] Done
[2021-11-16.19:34:02] [Info] Loading addresses from 'CAC1462000000000i.txt'
[2021-11-16.19:34:02] [Info] 3 addresses loaded (0.0MB)
NVIDIA GeForce R 4105 / 8191MB | 3 targets 881.08 MKey/s (47,882,174,464 total) [00:00:52][2021-11-16.19:34:57] [Info] Found key for address '1AS8emxYWZ3XtBbuTehs1K9oP1eAhWtAjY'. Written to 'CAC1462000000000o.txt'
NVIDIA GeForce R 4105 / 8191MB | 2 targets 873.91 MKey/s (134,653,935,616 total) [00:02:31][2021-11-16.19:36:37] [Info] Found key for address '1CxsY9jB4nXLgEdDpnscJqyFFRbzyZdhTo'. Written to 'CAC1462000000000o.txt'
NVIDIA GeForce R 4105 / 8191MB | 1 target 873.43 MKey/s (136,264,548,352 total) [00:02:33][2021-11-16.19:36:39] [Info] Reached end of keyspace
----------------------------------------------------------------------
                    Previous range: CAC1462000000000
   Time to complete previous range: 163,188 ms
                      Actual speed: 842,212,377 Keys/s
                        Next range: E53F9CE000000000
         Number of ranges to check: 2
----------------------------------------------------------------------
cuBitCrack.exe -b 128 -t 256 -p 1024 --keyspace E53F9CE000000000:+1FFFFFFFFF -i E53F9CE000000000i.txt -o E53F9CE000000000o.txt
[2021-11-16.19:36:40] [Info] Compression: compressed
[2021-11-16.19:36:40] [Info] Starting at: 000000000000000000000000000000000000000000000000E53F9CE000000000
[2021-11-16.19:36:40] [Info] Ending at:   000000000000000000000000000000000000000000000000E53F9CFFFFFFFFFF
[2021-11-16.19:36:40] [Info] Counting by: 0000000000000000000000000000000000000000000000000000000000000001
[2021-11-16.19:36:40] [Info] Initializing NVIDIA GeForce RTX 3060 Ti
[2021-11-16.19:36:40] [Info] Generating 33,554,432 starting points (1280.0MB)
[2021-11-16.19:36:43] [Info] 10.0%
[2021-11-16.19:36:44] [Info] 20.0%
[2021-11-16.19:36:44] [Info] 30.0%
[2021-11-16.19:36:44] [Info] 40.0%
[2021-11-16.19:36:44] [Info] 50.0%
[2021-11-16.19:36:45] [Info] 60.0%
[2021-11-16.19:36:45] [Info] 70.0%
[2021-11-16.19:36:45] [Info] 80.0%
[2021-11-16.19:36:45] [Info] 90.0%
[2021-11-16.19:36:45] [Info] 100.0%
[2021-11-16.19:36:45] [Info] Done
[2021-11-16.19:36:45] [Info] Loading addresses from 'E53F9CE000000000i.txt'
[2021-11-16.19:36:45] [Info] 3 addresses loaded (0.0MB)
NVIDIA GeForce R 4105 / 8191MB | 3 targets 881.08 MKey/s (30,601,641,984 total) [00:00:33][2021-11-16.19:37:21] [Info] Found key for address '19carYFYpfAHYMW8ztMbSGhbUUvX4g9Ako'. Written to 'E53F9CE000000000o.txt'
NVIDIA GeForce R 4105 / 8191MB | 2 targets 880.60 MKey/s (72,444,018,688 total) [00:01:20][2021-11-16.19:38:08] [Info] Found key for address '16fbNyWBB5WJFZAqPi4JFEUPxKQy1nWBL2'. Written to 'E53F9CE000000000o.txt'
NVIDIA GeForce R 4105 / 8191MB | 1 target 862.72 MKey/s (136,700,755,968 total) [00:02:33][2021-11-16.19:39:22] [Info] Reached end of keyspace
----------------------------------------------------------------------
                    Previous range: E53F9CE000000000
   Time to complete previous range: 162,710 ms
                      Actual speed: 844,686,580 Keys/s
                        Next range: DC2F0CE000000000
         Number of ranges to check: 2
----------------------------------------------------------------------
cuBitCrack.exe -b 128 -t 256 -p 1024 --keyspace DC2F0CE000000000:+1FFFFFFFFF -i DC2F0CE000000000i.txt -o DC2F0CE000000000o.txt
[2021-11-16.19:39:22] [Info] Compression: compressed
[2021-11-16.19:39:22] [Info] Starting at: 000000000000000000000000000000000000000000000000DC2F0CE000000000
[2021-11-16.19:39:22] [Info] Ending at:   000000000000000000000000000000000000000000000000DC2F0CFFFFFFFFFF
[2021-11-16.19:39:22] [Info] Counting by: 0000000000000000000000000000000000000000000000000000000000000001
[2021-11-16.19:39:22] [Info] Initializing NVIDIA GeForce RTX 3060 Ti
[2021-11-16.19:39:23] [Info] Generating 33,554,432 starting points (1280.0MB)
[2021-11-16.19:39:26] [Info] 10.0%
[2021-11-16.19:39:26] [Info] 20.0%
[2021-11-16.19:39:27] [Info] 30.0%
[2021-11-16.19:39:27] [Info] 40.0%
[2021-11-16.19:39:27] [Info] 50.0%
[2021-11-16.19:39:27] [Info] 60.0%
[2021-11-16.19:39:27] [Info] 70.0%
[2021-11-16.19:39:28] [Info] 80.0%
[2021-11-16.19:39:28] [Info] 90.0%
[2021-11-16.19:39:28] [Info] 100.0%
[2021-11-16.19:39:28] [Info] Done
[2021-11-16.19:39:28] [Info] Loading addresses from 'DC2F0CE000000000i.txt'
[2021-11-16.19:39:28] [Info] 3 addresses loaded (0.0MB)
NVIDIA GeForce R 4105 / 8191MB | 3 targets 873.43 MKey/s (56,170,119,168 total) [00:01:02][2021-11-16.19:40:33] [Info] Found key for address '13yK3JpjRrtVMfqdy4fFytQYvYmm2xRr94'. Written to 'DC2F0CE000000000o.txt'
NVIDIA GeForce R 4105 / 8191MB | 2 targets 881.08 MKey/s (126,969,970,688 total) [00:02:22][2021-11-16.19:41:54] [Info] Found key for address '1BCBQ63rxgoMw4jjgeV1KRy7dNSikcbVjP'. Written to 'DC2F0CE000000000o.txt'
NVIDIA GeForce R 4105 / 8191MB | 1 target 881.08 MKey/s (136,633,647,104 total) [00:02:33][2021-11-16.19:42:04] [Info] Reached end of keyspace
----------------------------------------------------------------------
                    Previous range: DC2F0CE000000000
   Time to complete previous range: 162,762 ms
                      Actual speed: 844,416,715 Keys/s
                        Next range: AB7F3BF000000000
         Number of ranges to check: 2
----------------------------------------------------------------------
cuBitCrack.exe -b 128 -t 256 -p 1024 --keyspace AB7F3BF000000000:+1FFFFFFFFF -i AB7F3BF000000000i.txt -o AB7F3BF000000000o.txt
[2021-11-16.19:42:05] [Info] Compression: compressed
[2021-11-16.19:42:05] [Info] Starting at: 000000000000000000000000000000000000000000000000AB7F3BF000000000
[2021-11-16.19:42:05] [Info] Ending at:   000000000000000000000000000000000000000000000000AB7F3C0FFFFFFFFF
[2021-11-16.19:42:05] [Info] Counting by: 0000000000000000000000000000000000000000000000000000000000000001
[2021-11-16.19:42:05] [Info] Initializing NVIDIA GeForce RTX 3060 Ti
[2021-11-16.19:42:05] [Info] Generating 33,554,432 starting points (1280.0MB)
[2021-11-16.19:42:09] [Info] 10.0%
[2021-11-16.19:42:09] [Info] 20.0%
[2021-11-16.19:42:10] [Info] 30.0%
[2021-11-16.19:42:10] [Info] 40.0%
[2021-11-16.19:42:10] [Info] 50.0%
[2021-11-16.19:42:10] [Info] 60.0%
[2021-11-16.19:42:10] [Info] 70.0%
[2021-11-16.19:42:10] [Info] 80.0%
[2021-11-16.19:42:11] [Info] 90.0%
[2021-11-16.19:42:11] [Info] 100.0%
[2021-11-16.19:42:11] [Info] Done
[2021-11-16.19:42:11] [Info] Loading addresses from 'AB7F3BF000000000i.txt'
[2021-11-16.19:42:11] [Info] 3 addresses loaded (0.0MB)
NVIDIA GeForce R 4105 / 8191MB | 3 targets 881.08 MKey/s (56,203,673,600 total) [00:01:02][2021-11-16.19:43:24] [Info] Found key for address '19A3JRmktQurWgdhRh5u5ecGNtx2gHMWyS'. Written to 'AB7F3BF000000000o.txt'
NVIDIA GeForce R 4105 / 8191MB | 2 targets 881.08 MKey/s (96,435,437,568 total) [00:01:47][2021-11-16.19:44:09] [Info] Found key for address '16SXekRdhiBGBWKvosgrtioThPPRLqj1Wx'. Written to 'AB7F3BF000000000o.txt'
NVIDIA GeForce R 4105 / 8191MB | 1 target 881.08 MKey/s (136,700,755,968 total) [00:02:33][2021-11-16.19:44:54] [Info] Reached end of keyspace
----------------------------------------------------------------------
                    Previous range: AB7F3BF000000000
   Time to complete previous range: 169,617 ms
                      Actual speed: 810,289,967 Keys/s
                        Next range: D5AB283000000000
         Number of ranges to check: 2
----------------------------------------------------------------------
cuBitCrack.exe -b 128 -t 256 -p 1024 --keyspace D5AB283000000000:+1FFFFFFFFF -i D5AB283000000000i.txt -o D5AB283000000000o.txt
[2021-11-16.19:44:55] [Info] Compression: compressed
[2021-11-16.19:44:55] [Info] Starting at: 000000000000000000000000000000000000000000000000D5AB283000000000
[2021-11-16.19:44:55] [Info] Ending at:   000000000000000000000000000000000000000000000000D5AB284FFFFFFFFF
[2021-11-16.19:44:55] [Info] Counting by: 0000000000000000000000000000000000000000000000000000000000000001
[2021-11-16.19:44:55] [Info] Initializing NVIDIA GeForce RTX 3060 Ti
[2021-11-16.19:44:55] [Info] Generating 33,554,432 starting points (1280.0MB)
[2021-11-16.19:44:59] [Info] 10.0%
[2021-11-16.19:44:59] [Info] 20.0%
[2021-11-16.19:44:59] [Info] 30.0%
[2021-11-16.19:44:59] [Info] 40.0%
[2021-11-16.19:44:59] [Info] 50.0%
[2021-11-16.19:45:00] [Info] 60.0%
[2021-11-16.19:45:00] [Info] 70.0%
[2021-11-16.19:45:00] [Info] 80.0%
[2021-11-16.19:45:00] [Info] 90.0%
[2021-11-16.19:45:00] [Info] 100.0%
[2021-11-16.19:45:00] [Info] Done
[2021-11-16.19:45:00] [Info] Loading addresses from 'D5AB283000000000i.txt'
[2021-11-16.19:45:00] [Info] 3 addresses loaded (0.0MB)
NVIDIA GeForce R 4105 / 8191MB | 3 targets 870.34 MKey/s (28,957,474,816 total) [00:00:31][2021-11-16.19:45:35] [Info] Found key for address '1JmLJNc9sgdDSqYN648aXkgCaNNCXZK6bB'. Written to 'D5AB283000000000o.txt'
NVIDIA GeForce R 4105 / 8191MB | 2 targets 880.60 MKey/s (123,983,626,240 total) [00:02:19][2021-11-16.19:47:22] [Info] Found key for address '1Lnzvnn1yQeBzJhY8yegGVdeD4vqCz4X85'. Written to 'D5AB283000000000o.txt'
NVIDIA GeForce R 4105 / 8191MB | 1 target 880.60 MKey/s (136,868,528,128 total) [00:02:33][2021-11-16.19:47:37] [Info] Reached end of keyspace
----------------------------------------------------------------------
                    Previous range: D5AB283000000000
   Time to complete previous range: 162,597 ms
                      Actual speed: 845,273,611 Keys/s
                        Next range: 98F221F000000000
         Number of ranges to check: 2
----------------------------------------------------------------------
cuBitCrack.exe -b 128 -t 256 -p 1024 --keyspace 98F221F000000000:+1FFFFFFFFF -i 98F221F000000000i.txt -o 98F221F000000000o.txt
[2021-11-16.19:47:37] [Info] Compression: compressed
[2021-11-16.19:47:37] [Info] Starting at: 00000000000000000000000000000000000000000000000098F221F000000000
[2021-11-16.19:47:37] [Info] Ending at:   00000000000000000000000000000000000000000000000098F2220FFFFFFFFF
[2021-11-16.19:47:37] [Info] Counting by: 0000000000000000000000000000000000000000000000000000000000000001
[2021-11-16.19:47:37] [Info] Initializing NVIDIA GeForce RTX 3060 Ti
[2021-11-16.19:47:38] [Info] Generating 33,554,432 starting points (1280.0MB)
[2021-11-16.19:47:41] [Info] 10.0%
[2021-11-16.19:47:41] [Info] 20.0%
[2021-11-16.19:47:42] [Info] 30.0%
[2021-11-16.19:47:42] [Info] 40.0%
[2021-11-16.19:47:42] [Info] 50.0%
[2021-11-16.19:47:42] [Info] 60.0%
[2021-11-16.19:47:42] [Info] 70.0%
[2021-11-16.19:47:42] [Info] 80.0%
[2021-11-16.19:47:43] [Info] 90.0%
[2021-11-16.19:47:43] [Info] 100.0%
[2021-11-16.19:47:43] [Info] Done
[2021-11-16.19:47:43] [Info] Loading addresses from '98F221F000000000i.txt'
[2021-11-16.19:47:43] [Info] 3 addresses loaded (0.0MB)
NVIDIA GeForce R 4105 / 8191MB | 3 targets 870.34 MKey/s (12,884,901,888 total) [00:00:12][2021-11-16.19:47:58] [Info] Found key for address '1H5JS4tZyQbxYyaRWCozg9SUf7Chc7aLzX'. Written to '98F221F000000000o.txt'
NVIDIA GeForce R 4105 / 8191MB | 2 targets 881.08 MKey/s (117,440,512,000 total) [00:02:11][2021-11-16.19:49:58] [Info] Found key for address '1E3smc6rZcey176W5bJnJ1HkRabmCNG8YQ'. Written to '98F221F000000000o.txt'
NVIDIA GeForce R 4105 / 8191MB | 1 target 881.08 MKey/s (136,767,864,832 total) [00:02:33][2021-11-16.19:50:19] [Info] Reached end of keyspace
----------------------------------------------------------------------
                    Previous range: 98F221F000000000
   Time to complete previous range: 162,513 ms
                      Actual speed: 845,710,518 Keys/s
                        Next range: C1620D9000000000
         Number of ranges to check: 2
----------------------------------------------------------------------
cuBitCrack.exe -b 128 -t 256 -p 1024 --keyspace C1620D9000000000:+1FFFFFFFFF -i C1620D9000000000i.txt -o C1620D9000000000o.txt
[2021-11-16.19:50:20] [Info] Compression: compressed
[2021-11-16.19:50:20] [Info] Starting at: 000000000000000000000000000000000000000000000000C1620D9000000000
[2021-11-16.19:50:20] [Info] Ending at:   000000000000000000000000000000000000000000000000C1620DAFFFFFFFFF
[2021-11-16.19:50:20] [Info] Counting by: 0000000000000000000000000000000000000000000000000000000000000001
[2021-11-16.19:50:20] [Info] Initializing NVIDIA GeForce RTX 3060 Ti
[2021-11-16.19:50:20] [Info] Generating 33,554,432 starting points (1280.0MB)
[2021-11-16.19:50:24] [Info] 10.0%
[2021-11-16.19:50:24] [Info] 20.0%
[2021-11-16.19:50:24] [Info] 30.0%
[2021-11-16.19:50:24] [Info] 40.0%
[2021-11-16.19:50:24] [Info] 50.0%
[2021-11-16.19:50:25] [Info] 60.0%
[2021-11-16.19:50:25] [Info] 70.0%
[2021-11-16.19:50:25] [Info] 80.0%
[2021-11-16.19:50:25] [Info] 90.0%
[2021-11-16.19:50:25] [Info] 100.0%
[2021-11-16.19:50:25] [Info] Done
[2021-11-16.19:50:25] [Info] Loading addresses from 'C1620D9000000000i.txt'
[2021-11-16.19:50:25] [Info] 3 addresses loaded (0.0MB)
NVIDIA GeForce R 4105 / 8191MB | 3 targets 888.37 MKey/s (1,610,612,736 total) [00:00:00][2021-11-16.19:50:28] [Info] Found key for address '1Q3BYjPookQ3AczFFhfxTA81uMwe1MiV82'. Written to 'C1620D9000000000o.txt'
NVIDIA GeForce R 4105 / 8191MB | 2 targets 881.08 MKey/s (133,177,540,608 total) [00:02:30][2021-11-16.19:52:58] [Info] Found key for address '1FXczC79qLZiL2nHQ4X6RS86eonMYTzKXQ'. Written to 'C1620D9000000000o.txt'
NVIDIA GeForce R 4105 / 8191MB | 1 target 888.86 MKey/s (136,398,766,080 total) [00:02:33][2021-11-16.19:53:02] [Info] Reached end of keyspace
----------------------------------------------------------------------
                    Previous range: C1620D9000000000
   Time to complete previous range: 162,887 ms
                      Actual speed: 843,768,707 Keys/s
                        Next range: AFAA00F000000000
         Number of ranges to check: 2
----------------------------------------------------------------------
cuBitCrack.exe -b 128 -t 256 -p 1024 --keyspace AFAA00F000000000:+1FFFFFFFFF -i AFAA00F000000000i.txt -o AFAA00F000000000o.txt
[2021-11-16.19:53:03] [Info] Compression: compressed
[2021-11-16.19:53:03] [Info] Starting at: 000000000000000000000000000000000000000000000000AFAA00F000000000
[2021-11-16.19:53:03] [Info] Ending at:   000000000000000000000000000000000000000000000000AFAA010FFFFFFFFF
[2021-11-16.19:53:03] [Info] Counting by: 0000000000000000000000000000000000000000000000000000000000000001
[2021-11-16.19:53:03] [Info] Initializing NVIDIA GeForce RTX 3060 Ti
[2021-11-16.19:53:03] [Info] Generating 33,554,432 starting points (1280.0MB)
[2021-11-16.19:53:07] [Info] 10.0%
[2021-11-16.19:53:07] [Info] 20.0%
[2021-11-16.19:53:07] [Info] 30.0%
[2021-11-16.19:53:07] [Info] 40.0%
[2021-11-16.19:53:07] [Info] 50.0%
[2021-11-16.19:53:08] [Info] 60.0%
[2021-11-16.19:53:08] [Info] 70.0%
[2021-11-16.19:53:08] [Info] 80.0%
[2021-11-16.19:53:08] [Info] 90.0%
[2021-11-16.19:53:08] [Info] 100.0%
[2021-11-16.19:53:08] [Info] Done
[2021-11-16.19:53:08] [Info] Loading addresses from 'AFAA00F000000000i.txt'
[2021-11-16.19:53:08] [Info] 3 addresses loaded (0.0MB)
NVIDIA GeForce R 4105 / 8191MB | 3 targets 870.34 MKey/s (52,948,893,696 total) [00:00:58][2021-11-16.19:54:11] [Info] Found key for address '1APzzn2QXHBVonxnPYQFtyinDsEUKn4F9j'. Written to 'AFAA00F000000000o.txt'
NVIDIA GeForce R 4105 / 8191MB | 2 targets 873.91 MKey/s (80,161,538,048 total) [00:01:29][2021-11-16.19:54:41] [Info] Found key for address '1J2iz7AkE554BQniwwj4VkCphT43KJt3yZ'. Written to 'AFAA00F000000000o.txt'
NVIDIA GeForce R 4105 / 8191MB | 1 target 881.08 MKey/s (136,532,983,808 total) [00:02:33][2021-11-16.19:55:45] [Info] Reached end of keyspace
----------------------------------------------------------------------
                    Previous range: AFAA00F000000000
   Time to complete previous range: 162,754 ms
                      Actual speed: 844,458,222 Keys/s
                        Next range: B0788EA000000000
         Number of ranges to check: 2
----------------------------------------------------------------------
cuBitCrack.exe -b 128 -t 256 -p 1024 --keyspace B0788EA000000000:+1FFFFFFFFF -i B0788EA000000000i.txt -o B0788EA000000000o.txt
[2021-11-16.19:55:46] [Info] Compression: compressed
[2021-11-16.19:55:46] [Info] Starting at: 000000000000000000000000000000000000000000000000B0788EA000000000
[2021-11-16.19:55:46] [Info] Ending at:   000000000000000000000000000000000000000000000000B0788EBFFFFFFFFF
[2021-11-16.19:55:46] [Info] Counting by: 0000000000000000000000000000000000000000000000000000000000000001
[2021-11-16.19:55:46] [Info] Initializing NVIDIA GeForce RTX 3060 Ti
[2021-11-16.19:55:46] [Info] Generating 33,554,432 starting points (1280.0MB)
[2021-11-16.19:55:49] [Info] 10.0%
[2021-11-16.19:55:50] [Info] 20.0%
[2021-11-16.19:55:50] [Info] 30.0%
[2021-11-16.19:55:50] [Info] 40.0%
[2021-11-16.19:55:50] [Info] 50.0%
[2021-11-16.19:55:50] [Info] 60.0%
[2021-11-16.19:55:51] [Info] 70.0%
[2021-11-16.19:55:51] [Info] 80.0%
[2021-11-16.19:55:51] [Info] 90.0%
[2021-11-16.19:55:51] [Info] 100.0%
[2021-11-16.19:55:51] [Info] Done
[2021-11-16.19:55:51] [Info] Loading addresses from 'B0788EA000000000i.txt'
[2021-11-16.19:55:51] [Info] 3 addresses loaded (0.0MB)
NVIDIA GeForce R 4105 / 8191MB | 3 targets 881.08 MKey/s (11,274,289,152 total) [00:00:10][2021-11-16.19:56:05] [Info] Found key for address '19g4DVvHHwMuNv2bViUqWzp2XZz1EgSoQE'. Written to 'B0788EA000000000o.txt'
NVIDIA GeForce R 4105 / 8191MB | 2 targets 873.43 MKey/s (133,043,322,880 total) [00:02:29][2021-11-16.19:58:24] [Info] Found key for address '1Cj71jLmiwAbGfEUGe4kPTpHDyNXHuZLHG'. Written to 'B0788EA000000000o.txt'
NVIDIA GeForce R 4105 / 8191MB | 1 target 881.08 MKey/s (136,264,548,352 total) [00:02:33][2021-11-16.19:58:28] [Info] Reached end of keyspace
----------------------------------------------------------------------
                    Previous range: B0788EA000000000
   Time to complete previous range: 163,086 ms
                      Actual speed: 842,739,128 Keys/s
                        Next range: 9244BC3000000000
         Number of ranges to check: 2
----------------------------------------------------------------------
cuBitCrack.exe -b 128 -t 256 -p 1024 --keyspace 9244BC3000000000:+1FFFFFFFFF -i 9244BC3000000000i.txt -o 9244BC3000000000o.txt
[2021-11-16.19:58:29] [Info] Compression: compressed
[2021-11-16.19:58:29] [Info] Starting at: 0000000000000000000000000000000000000000000000009244BC3000000000
[2021-11-16.19:58:29] [Info] Ending at:   0000000000000000000000000000000000000000000000009244BC4FFFFFFFFF
[2021-11-16.19:58:29] [Info] Counting by: 0000000000000000000000000000000000000000000000000000000000000001
[2021-11-16.19:58:29] [Info] Initializing NVIDIA GeForce RTX 3060 Ti
[2021-11-16.19:58:29] [Info] Generating 33,554,432 starting points (1280.0MB)
[2021-11-16.19:58:32] [Info] 10.0%
[2021-11-16.19:58:33] [Info] 20.0%
[2021-11-16.19:58:33] [Info] 30.0%
[2021-11-16.19:58:33] [Info] 40.0%
[2021-11-16.19:58:33] [Info] 50.0%
[2021-11-16.19:58:33] [Info] 60.0%
[2021-11-16.19:58:33] [Info] 70.0%
[2021-11-16.19:58:34] [Info] 80.0%
[2021-11-16.19:58:34] [Info] 90.0%
[2021-11-16.19:58:34] [Info] 100.0%
[2021-11-16.19:58:34] [Info] Done
[2021-11-16.19:58:34] [Info] Loading addresses from '9244BC3000000000i.txt'
[2021-11-16.19:58:34] [Info] 3 addresses loaded (0.0MB)
NVIDIA GeForce R 4105 / 8191MB | 3 targets 873.91 MKey/s (20,904,411,136 total) [00:00:21][2021-11-16.19:58:58] [Info] Found key for address '1GDS3Qt6LfncvQJMCzKSfXVDYAADgFRYQb'. Written to '9244BC3000000000o.txt'
NVIDIA GeForce R 4105 / 8191MB | 2 targets 873.43 MKey/s (98,213,822,464 total) [00:01:49][2021-11-16.20:00:27] [Info] Found key for address '1PfCRxStygCGA9jougoRUa2QLLrTkdssrm'. Written to '9244BC3000000000o.txt'
NVIDIA GeForce R 4105 / 8191MB | 1 target 881.08 MKey/s (136,868,528,128 total) [00:02:33][2021-11-16.20:01:10] [Info] Reached end of keyspace
----------------------------------------------------------------------
                    Previous range: 9244BC3000000000
   Time to complete previous range: 162,362 ms
                      Actual speed: 846,497,046 Keys/s
                        Next range: 9798F8D000000000
         Number of ranges to check: 2
----------------------------------------------------------------------
cuBitCrack.exe -b 128 -t 256 -p 1024 --keyspace 9798F8D000000000:+1FFFFFFFFF -i 9798F8D000000000i.txt -o 9798F8D000000000o.txt
[2021-11-16.20:01:11] [Info] Compression: compressed
[2021-11-16.20:01:11] [Info] Starting at: 0000000000000000000000000000000000000000000000009798F8D000000000
[2021-11-16.20:01:11] [Info] Ending at:   0000000000000000000000000000000000000000000000009798F8EFFFFFFFFF
[2021-11-16.20:01:11] [Info] Counting by: 0000000000000000000000000000000000000000000000000000000000000001
[2021-11-16.20:01:11] [Info] Initializing NVIDIA GeForce RTX 3060 Ti
[2021-11-16.20:01:11] [Info] Generating 33,554,432 starting points (1280.0MB)
[2021-11-16.20:01:15] [Info] 10.0%
[2021-11-16.20:01:15] [Info] 20.0%
[2021-11-16.20:01:15] [Info] 30.0%
[2021-11-16.20:01:15] [Info] 40.0%
[2021-11-16.20:01:16] [Info] 50.0%
[2021-11-16.20:01:16] [Info] 60.0%
[2021-11-16.20:01:16] [Info] 70.0%
[2021-11-16.20:01:16] [Info] 80.0%
[2021-11-16.20:01:16] [Info] 90.0%
[2021-11-16.20:01:16] [Info] 100.0%
[2021-11-16.20:01:16] [Info] Done
[2021-11-16.20:01:16] [Info] Loading addresses from '9798F8D000000000i.txt'
[2021-11-16.20:01:16] [Info] 3 addresses loaded (0.0MB)
NVIDIA GeForce R 4105 / 8191MB | 3 targets 873.43 MKey/s (56,237,228,032 total) [00:01:02][2021-11-16.20:02:21] [Info] Found key for address '1CP2BuTHYbM8GfRfz5d3tXoS3p6ri6g56Y'. Written to '9798F8D000000000o.txt'
NVIDIA GeForce R 4105 / 8191MB | 2 targets 880.60 MKey/s (123,849,408,512 total) [00:02:19][2021-11-16.20:03:39] [Info] Found key for address '1Kz9WGWN5FNqdAdmQTKomHsppattueqCLr'. Written to '9798F8D000000000o.txt'
NVIDIA GeForce R 4105 / 8191MB | 1 target 881.08 MKey/s (136,734,310,400 total) [00:02:33][2021-11-16.20:03:53] [Info] Reached end of keyspace
----------------------------------------------------------------------
                    Previous range: 9798F8D000000000
   Time to complete previous range: 162,700 ms
                      Actual speed: 844,738,497 Keys/s
                        Next range: 83CE033000000000
         Number of ranges to check: 2
----------------------------------------------------------------------
cuBitCrack.exe -b 128 -t 256 -p 1024 --keyspace 83CE033000000000:+1FFFFFFFFF -i 83CE033000000000i.txt -o 83CE033000000000o.txt
[2021-11-16.20:03:54] [Info] Compression: compressed
[2021-11-16.20:03:54] [Info] Starting at: 00000000000000000000000000000000000000000000000083CE033000000000
[2021-11-16.20:03:54] [Info] Ending at:   00000000000000000000000000000000000000000000000083CE034FFFFFFFFF
[2021-11-16.20:03:54] [Info] Counting by: 0000000000000000000000000000000000000000000000000000000000000001
[2021-11-16.20:03:54] [Info] Initializing NVIDIA GeForce RTX 3060 Ti
[2021-11-16.20:03:54] [Info] Generating 33,554,432 starting points (1280.0MB)
[2021-11-16.20:03:57] [Info] 10.0%
[2021-11-16.20:03:57] [Info] 20.0%
[2021-11-16.20:03:58] [Info] 30.0%
[2021-11-16.20:03:58] [Info] 40.0%
[2021-11-16.20:03:58] [Info] 50.0%
[2021-11-16.20:03:58] [Info] 60.0%
[2021-11-16.20:03:58] [Info] 70.0%
[2021-11-16.20:03:59] [Info] 80.0%
[2021-11-16.20:03:59] [Info] 90.0%
[2021-11-16.20:03:59] [Info] 100.0%
[2021-11-16.20:03:59] [Info] Done
[2021-11-16.20:03:59] [Info] Loading addresses from '83CE033000000000i.txt'
[2021-11-16.20:03:59] [Info] 3 addresses loaded (0.0MB)
NVIDIA GeForce R 4105 / 8191MB | 3 targets 888.86 MKey/s (1,610,612,736 total) [00:00:00][2021-11-16.20:04:02] [Info] Found key for address '18ohW5TyQHo3KLdELZmwGs3NkBMtGJ15aS'. Written to '83CE033000000000o.txt'
NVIDIA GeForce R 4105 / 8191MB | 2 targets 881.08 MKey/s (112,709,337,088 total) [00:02:06][2021-11-16.20:06:07] [Info] Found key for address '18rnG9C9DV8i8n5Bp3iqwWWXv2wRYFd2Bm'. Written to '83CE033000000000o.txt'
NVIDIA GeForce R 4105 / 8191MB | 1 target 881.08 MKey/s (136,834,973,696 total) [00:02:33][2021-11-16.20:06:35] [Info] Reached end of keyspace
----------------------------------------------------------------------
                    Previous range: 83CE033000000000
   Time to complete previous range: 162,205 ms
                      Actual speed: 847,316,380 Keys/s
                        Next range: 8EAA28C000000000
         Number of ranges to check: 2
----------------------------------------------------------------------
cuBitCrack.exe -b 128 -t 256 -p 1024 --keyspace 8EAA28C000000000:+1FFFFFFFFF -i 8EAA28C000000000i.txt -o 8EAA28C000000000o.txt
[2021-11-16.20:06:36] [Info] Compression: compressed
[2021-11-16.20:06:36] [Info] Starting at: 0000000000000000000000000000000000000000000000008EAA28C000000000
[2021-11-16.20:06:36] [Info] Ending at:   0000000000000000000000000000000000000000000000008EAA28DFFFFFFFFF
[2021-11-16.20:06:36] [Info] Counting by: 0000000000000000000000000000000000000000000000000000000000000001
[2021-11-16.20:06:36] [Info] Initializing NVIDIA GeForce RTX 3060 Ti
[2021-11-16.20:06:36] [Info] Generating 33,554,432 starting points (1280.0MB)
[2021-11-16.20:06:39] [Info] 10.0%
[2021-11-16.20:06:40] [Info] 20.0%
[2021-11-16.20:06:40] [Info] 30.0%
[2021-11-16.20:06:40] [Info] 40.0%
[2021-11-16.20:06:40] [Info] 50.0%
[2021-11-16.20:06:41] [Info] 60.0%
[2021-11-16.20:06:41] [Info] 70.0%
[2021-11-16.20:06:41] [Info] 80.0%
[2021-11-16.20:06:41] [Info] 90.0%
[2021-11-16.20:06:41] [Info] 100.0%
[2021-11-16.20:06:41] [Info] Done
[2021-11-16.20:06:41] [Info] Loading addresses from '8EAA28C000000000i.txt'
[2021-11-16.20:06:41] [Info] 3 addresses loaded (0.0MB)
NVIDIA GeForce R 4105 / 8191MB | 3 targets 881.08 MKey/s (48,251,273,216 total) [00:00:53][2021-11-16.20:07:36] [Info] Found key for address '18f6gE24hjKVGhh1zQxizqqvBRzUwkTmHL'. Written to '8EAA28C000000000o.txt'
NVIDIA GeForce R 4105 / 8191MB | 2 targets 881.08 MKey/s (115,829,899,264 total) [00:02:10][2021-11-16.20:08:53] [Info] Found key for address '1Ac7Ydfx1As1u69xHToEkqQHQ85njFpqfB'. Written to '8EAA28C000000000o.txt'
NVIDIA GeForce R 4105 / 8191MB | 1 target 869.86 MKey/s (136,734,310,400 total) [00:02:33][2021-11-16.20:09:18] [Info] Reached end of keyspace
----------------------------------------------------------------------
                    Previous range: 8EAA28C000000000
   Time to complete previous range: 162,512 ms
                      Actual speed: 845,715,722 Keys/s
                        Next range: D1C1512000000000
         Number of ranges to check: 2
----------------------------------------------------------------------
cuBitCrack.exe -b 128 -t 256 -p 1024 --keyspace D1C1512000000000:+1FFFFFFFFF -i D1C1512000000000i.txt -o D1C1512000000000o.txt
[2021-11-16.20:09:18] [Info] Compression: compressed
[2021-11-16.20:09:18] [Info] Starting at: 000000000000000000000000000000000000000000000000D1C1512000000000
[2021-11-16.20:09:18] [Info] Ending at:   000000000000000000000000000000000000000000000000D1C1513FFFFFFFFF
[2021-11-16.20:09:18] [Info] Counting by: 0000000000000000000000000000000000000000000000000000000000000001
[2021-11-16.20:09:18] [Info] Initializing NVIDIA GeForce RTX 3060 Ti
[2021-11-16.20:09:19] [Info] Generating 33,554,432 starting points (1280.0MB)
[2021-11-16.20:09:22] [Info] 10.0%
[2021-11-16.20:09:22] [Info] 20.0%
[2021-11-16.20:09:22] [Info] 30.0%
[2021-11-16.20:09:23] [Info] 40.0%
[2021-11-16.20:09:23] [Info] 50.0%
[2021-11-16.20:09:23] [Info] 60.0%
[2021-11-16.20:09:23] [Info] 70.0%
[2021-11-16.20:09:23] [Info] 80.0%
[2021-11-16.20:09:23] [Info] 90.0%
[2021-11-16.20:09:24] [Info] 100.0%
[2021-11-16.20:09:24] [Info] Done
[2021-11-16.20:09:24] [Info] Loading addresses from 'D1C1512000000000i.txt'
[2021-11-16.20:09:24] [Info] 3 addresses loaded (0.0MB)
NVIDIA GeForce R 4105 / 8191MB | 3 targets 881.08 MKey/s (51,271,172,096 total) [00:00:56][2021-11-16.20:10:23] [Info] Found key for address '1Grsk5C1VZRHZvWptAufFcR6KxGcqMzZ4D'. Written to 'D1C1512000000000o.txt'
NVIDIA GeForce R 4105 / 8191MB | 2 targets 880.60 MKey/s (86,671,097,856 total) [00:01:37][2021-11-16.20:11:03] [Info] Found key for address '1A8Ck4EwXrQWHoXTaMrAMhZGThrZSgWsdy'. Written to 'D1C1512000000000o.txt'
NVIDIA GeForce R 4105 / 8191MB | 1 target 881.08 MKey/s (136,600,092,672 total) [00:02:33][2021-11-16.20:12:00] [Info] Reached end of keyspace
----------------------------------------------------------------------
                    Previous range: D1C1512000000000
   Time to complete previous range: 162,442 ms
                      Actual speed: 846,080,160 Keys/s
                        Next range: B372D71000000000
         Number of ranges to check: 2


How can I change my receiving address on this server http://www.ttdsales.com/64bit/

1BGvwggxfCaHGykKrVXX7fk8GYaLQpeixA
fxsniper
Member
**
Offline Offline

Activity: 406
Merit: 45


View Profile
November 17, 2021, 12:56:44 AM
 #1394


How can I change my receiving address on this server http://www.ttdsales.com/64bit/

I think it can not change, server give distribute split range to search and record what range search already look like each one add some address on range search for test your bitcrack still work fine and can found key I think so.

Recommend to join with owner pool 64bit on telegram and talk with them
davidjjones
Newbie
*
Offline Offline

Activity: 25
Merit: 14


View Profile
November 20, 2021, 08:29:24 PM
 #1395

I've tested cuBitcrack and Keyhunt-cuda:
Bitcrack generates starting points but checks the range sequentially from start to end !
So what is the use of these starting points?
fxsniper
Member
**
Offline Offline

Activity: 406
Merit: 45


View Profile
November 22, 2021, 12:12:39 PM
 #1396

For now, very rare to find one high-end graphics card
Does anyone use a graphics card Nvidia GTX 1650 4GB, How many key can search by bitcrack both original and sp-mod 5?

GTX 1650 better than GTX 1050Ti   Right?
Mehdish14
Newbie
*
Offline Offline

Activity: 1
Merit: 0


View Profile
December 01, 2021, 07:11:53 PM
 #1397

0x
jovica888
Jr. Member
*
Offline Offline

Activity: 42
Merit: 11


View Profile
December 02, 2021, 01:26:42 AM
 #1398

I use sp-hash 5

I have 2 PCs and I have around 23.800.000 targets...

Have Asus 1060  and Zotac 1060 both NVIDIA

I have a speed of 100Milions keys per second on each... so 200MKeys/s against 23.800.000 addresses
I am doing this for like few weeks.. not 24/7 but 24/6 Smiley and I scanned

371,524,951,867,394 addresses

So what do you think - should I stop doing this???
NotATether
Legendary
*
Offline Offline

Activity: 1596
Merit: 6727


bitcoincleanup.com / bitmixlist.org


View Profile WWW
December 02, 2021, 08:16:47 AM
 #1399

I use sp-hash 5

I have 2 PCs and I have around 23.800.000 targets...

Have Asus 1060  and Zotac 1060 both NVIDIA

I have a speed of 100Milions keys per second on each... so 200MKeys/s against 23.800.000 addresses
I am doing this for like few weeks.. not 24/7 but 24/6 Smiley and I scanned

371,524,951,867,394 addresses

So what do you think - should I stop doing this???

371,524,951,867,394 = 2^48.4 so I'd agree you should just stop it.

In 2^256 space you will hit on average 4865213833500680479981974160028903691313864901917670757960402689408114 unrelated addresses before you find one of your targets.

.
.BLACKJACK ♠ FUN.
█████████
██████████████
████████████
█████████████████
████████████████▄▄
░█████████████▀░▀▀
██████████████████
░██████████████
████████████████
░██████████████
████████████
███████████████░██
██████████
CRYPTO CASINO &
SPORTS BETTING
▄▄███████▄▄
▄███████████████▄
███████████████████
█████████████████████
███████████████████████
█████████████████████████
█████████████████████████
█████████████████████████
███████████████████████
█████████████████████
███████████████████
▀███████████████▀
█████████
.
jovica888
Jr. Member
*
Offline Offline

Activity: 42
Merit: 11


View Profile
December 02, 2021, 10:27:47 AM
 #1400

I think we are not scanning 2^256 but 2^160... There are 2^160 of addresses not 2^256

I took range like this
24 random 0 to F + 40 x 0
like this
e3b2c44298fc1c149afbf4c80000000000000000000000000000000000000000
Pages: « 1 ... 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 [70] 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 »
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!