Bitcoin Forum
June 21, 2024, 12:15:40 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 ... 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 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 97 98 99 100 101 102 103 104 ... 142 »
  Print  
Author Topic: Pollard's kangaroo ECDLP solver  (Read 56621 times)
Shadow86
Newbie
*
Offline Offline

Activity: 13
Merit: 0


View Profile
June 21, 2020, 06:44:43 PM
 #1061

Anyone how to calculate pub key length
What do you mean? How many characters/digits in a pubkey? Compressed, Uncompressed?
compressed, starts with 02 or 03:
Code:
03284635D3127EA5E6AFFAD7213BED1BBB63535D9B2B4E22F63ED5093CB30FDAA5

uncompressed:
Code:
04284635D3127EA5E6AFFAD7213BED1BBB63535D9B2B4E22F63ED5093CB30FDAA5F30279671068A413636A6116F3E43CFB2B476067C8CF6F801EE68E8C3E6D5F4F

I know difference from compress and uncompress i want to know how to check what is lenght and which range belong example i saw here 64 is from 8:f if you explain
Ok, it sounds like you are talking private key versus public key. Because 64 bits is from 8000000000000000:FFFFFFFFFFFFFFFF . The pubkeys are always the same length, just start with different number, 02, 03, 04 (uncompressed) and there is no way of knowing what range a pubkey lies in, unless you have the private key.
I see but how then you set a range when search with kangaroo you guessing a range or you know something also what about hash160 is there some converter to pub key
WanderingPhilospher
Full Member
***
Offline Offline

Activity: 1078
Merit: 219

Shooters Shoot...


View Profile
June 21, 2020, 06:56:56 PM
 #1062



@MrFreeDragon

HT Max    : 9 [@ 01598C]
HT Min    : 0 [@ 000003]
HT Avg    : 0.88
HT SDev   : 0.94

This is the distribution of DP in the HashTable:
9 DP at hash 01598C (largest entry)
0 DP at hash 000003 (smallest)
0.88 DP per hash in average
0.94 standard deviation of DP distribution in the HashTable


Sorry for old bump, but using the example quoted, does it mean that 9 kangaroos made it to the 01598C? JLP says the "largest entry" does it mean the longest? Meaning the longest (jump distance that found a dp) that any kangaroos has made it is 01598C? If so, do you want this number higher? Example, would FA02BC119 be better than 01598C?
WanderingPhilospher
Full Member
***
Offline Offline

Activity: 1078
Merit: 219

Shooters Shoot...


View Profile
June 21, 2020, 06:59:33 PM
 #1063

Anyone how to calculate pub key length
What do you mean? How many characters/digits in a pubkey? Compressed, Uncompressed?
compressed, starts with 02 or 03:
Code:
03284635D3127EA5E6AFFAD7213BED1BBB63535D9B2B4E22F63ED5093CB30FDAA5

uncompressed:
Code:
04284635D3127EA5E6AFFAD7213BED1BBB63535D9B2B4E22F63ED5093CB30FDAA5F30279671068A413636A6116F3E43CFB2B476067C8CF6F801EE68E8C3E6D5F4F

I know difference from compress and uncompress i want to know how to check what is lenght and which range belong example i saw here 64 is from 8:f if you explain
Ok, it sounds like you are talking private key versus public key. Because 64 bits is from 8000000000000000:FFFFFFFFFFFFFFFF . The pubkeys are always the same length, just start with different number, 02, 03, 04 (uncompressed) and there is no way of knowing what range a pubkey lies in, unless you have the private key.
I see but how then you set a range when search with kangaroo you guessing a range or you know something also what about hash160 is there some converter to pub key
For most people here, we know the ranges that the puzzle addresses lie in. Look here and you can see all the ranges of the puzzle wallets
https://bitcointalk.org/index.php?topic=5218972.msg53649852#msg53649852 only every 5th one has a known pubkey in which you can use this kangaroo program. The other wallets would need to be brute forced.
Konstanting2
Newbie
*
Offline Offline

Activity: 27
Merit: 0


View Profile
June 21, 2020, 07:11:20 PM
 #1064

How to build a bat for several video cards HuhHuhHuh? Will it be so ?? Kangaroo.exe -t 0 -d 14 -gpu0 -gpu1 -gpu3 -ws -w 65save.txt -wi 30 -o 64save.txt 65.txt Or in another way ?? Please correct as correct.
COBRAS
Member
**
Offline Offline

Activity: 885
Merit: 22


View Profile
June 21, 2020, 07:13:08 PM
 #1065

-snip-
Bro, help please fined a problem.

0
1FFFFFFFFFFFFFFFFFFFFF
0230210C23B1A047BC9BDBB13448E67DEDDC108946DE6DE639BCC75D47C0216B1B

pubkey less then 85Bytes.

4000 Mkey/sec totla.

-d - default

nothing found in 1,5h Count - 2^42 . Only 1 dead kangaroo.

why not founded 1 privkey ?

How to fix it ?
Huh
First you range in not less 85bit but equil to 85bit
Secon bit and bytes very different things..
Third Expected OP for your range = 2^ 43.55
Fourth, the public key must lie in a given range, otherwise it will never be found.


F8ck, Bro. I thin you right !!!

0-85 this is not rage 0,1,2,3,4,5...85 Huh!!! Shet !!!

@Jean_Luc, can you modify kanagaro.exe for work with so ranges:

0-85 range =  0,1,2,3,4,5...85 search Huh??!!!

Because without this function casino is more potencial profit then kangaroo, Bro !!!



[
Konstanting2
Newbie
*
Offline Offline

Activity: 27
Merit: 0


View Profile
June 21, 2020, 07:20:11 PM
 #1066

How to build a bat for several video cards HuhHuhHuh? Will it be so ?? Kangaroo.exe -t 0 -d 14 -gpu0 -gpu1 -gpu3 -ws -w 65save.txt -wi 30 -o 64save.txt 65.txt Or in another way ?? Please correct as correct
WanderingPhilospher
Full Member
***
Offline Offline

Activity: 1078
Merit: 219

Shooters Shoot...


View Profile
June 21, 2020, 07:36:49 PM
 #1067

How to build a bat for several video cards HuhHuhHuh? Will it be so ?? Kangaroo.exe -t 0 -d 14 -gpu0 -gpu1 -gpu3 -ws -w 65save.txt -wi 30 -o 64save.txt 65.txt Or in another way ?? Please correct as correct

for your example:

Code:
Kangaroo.exe -t 0 -d 14 -gpu -gpuId 0,1,3 -ws -w 65save.txt -wi 30 -o 64save.txt 65.txt
COBRAS
Member
**
Offline Offline

Activity: 885
Merit: 22


View Profile
June 21, 2020, 08:00:06 PM
Last edit: June 21, 2020, 08:21:38 PM by COBRAS
 #1068

I thin for fined something with Kanagaroo, is only 1 method - split ranges, mak many file move all to 1 bat file and search byte to byte. BECAUSE RANGES IN KANGAROO IS NOT REAL RANGES !!!

Because with rages from "0 to FFFFFF" blablabla  Grin ranges privkey fined impossible.

p.s. And if you thick what your 5000 Mkey/sec GPU can fined someone in range - NO , YOURS GPU NOT SEARCH IN RAGE !!! YOUR GPU SEARCH ONLY LAST BYTE IN TXT FILE SETTING'S' !!!!!! ONLY LAST BYTE !!!!

[
WanderingPhilospher
Full Member
***
Offline Offline

Activity: 1078
Merit: 219

Shooters Shoot...


View Profile
June 21, 2020, 08:25:38 PM
 #1069

I thin for fined something with Kanagaroo, is only 1 method - split ranges, mak many file move all to 1 bat file and search byte to byte. BECAUSE RANGES IN KANGAROO IS NOT REAL RANGES !!!

Because with rages from "0 to FFFFFF" blablabla  Grin ranges privkey fined impossible.

p.s. And if you thick what your 5000 Mkey/sec GPU can fined someone in range - NO , YOURS GPU NOT SEARCH IN RAGE !!! YOUR GPU SEARCH ONLY LAST BYTE IN TXT FILE SETTING'S' !!!!!! ONLY LAST BYTE !!!!
What do you mean?

If you start at 0000000000000001 and want to end at FFFFFFFFFFFFFFFF, the program will search entire range.

I will make test and show you, standby.
COBRAS
Member
**
Offline Offline

Activity: 885
Merit: 22


View Profile
June 21, 2020, 08:28:01 PM
 #1070

I thin for fined something with Kanagaroo, is only 1 method - split ranges, mak many file move all to 1 bat file and search byte to byte. BECAUSE RANGES IN KANGAROO IS NOT REAL RANGES !!!

Because with rages from "0 to FFFFFF" blablabla  Grin ranges privkey fined impossible.

p.s. And if you thick what your 5000 Mkey/sec GPU can fined someone in range - NO , YOURS GPU NOT SEARCH IN RAGE !!! YOUR GPU SEARCH ONLY LAST BYTE IN TXT FILE SETTING'S' !!!!!! ONLY LAST BYTE !!!!
What do you mean?

If you start at 0000000000000001 and want to end at FFFFFFFFFFFFFFFF, the program will search entire range.

I will make test and show you, standby.

proof please ? Im very disappointing news about if key 25 byte, range from 0 to 50, THEN  PRIVATE KEY WILL NEWER BE FINED !!! AND I WAS MAKE TEST AND KEY 40 WAS NOT FINED IN RANGE FROM 0 TO 60 !!!

AND I WAS LISENT EARLIY FROM JEAN_LUC WHAT ONLY SRVER CLINTS GET FROM SERVER WORK BYTE TO BYTE, FOR EX CLIEN ONE - BYTE 45, CLIENT TWO BYTE 46, .....
Show please your test Huh!!!

[
WanderingPhilospher
Full Member
***
Offline Offline

Activity: 1078
Merit: 219

Shooters Shoot...


View Profile
June 21, 2020, 08:33:38 PM
 #1071

I thin for fined something with Kanagaroo, is only 1 method - split ranges, mak many file move all to 1 bat file and search byte to byte. BECAUSE RANGES IN KANGAROO IS NOT REAL RANGES !!!

Because with rages from "0 to FFFFFF" blablabla  Grin ranges privkey fined impossible.

p.s. And if you thick what your 5000 Mkey/sec GPU can fined someone in range - NO , YOURS GPU NOT SEARCH IN RAGE !!! YOUR GPU SEARCH ONLY LAST BYTE IN TXT FILE SETTING'S' !!!!!! ONLY LAST BYTE !!!!
What do you mean?

If you start at 0000000000000001 and want to end at FFFFFFFFFFFFFFFF, the program will search entire range.

I will make test and show you, standby.

proof please ? Im very disappointing news about if key 25 byte, range from 0 to 50, THEN  PRIVATE KEY WILL NEWER BE FINED !!!

Show please your test !!!
PROOF:
Code:
Start:1
Stop :FFFFFFFFFF
Keys :1
Number of CPU thread: 4
Range width: 2^40
Jump Avg distance: 2^19.97
Number of kangaroos: 2^7.00
Suggested DP: 10
Expected operations: 2^21.25
Expected RAM: 12.0MB
DP size: 12 [0xFFF0000000000000]
SolveKeyCPU Thread 0: 1024 kangaroos
SolveKeyCPU Thread 2: 1024 kangaroos
SolveKeyCPU Thread 1: 1024 kangaroos
SolveKeyCPU Thread 3: 1024 kangaroos

Key# 0 [1S]Pub:  0x026BE95A4D26F8411494CE74B52D6958EC0098411C28F53A3BD5D34711072A4315
       Priv: 0x1A3D9

Done: Total time 00s
I ran a quick test, from 1 to 40 bit range (so it wouldn't take much time). I created random private key at roughly 17 bit range. The program found it.

Run the test your self.  Place this in your kangaroo folder and save it as rangetest.txt and use it as your input file:
Code:
1
FFFFFFFFFF
026BE95A4D26F8411494CE74B52D6958EC0098411C28F53A3BD5D34711072A4315
COBRAS
Member
**
Offline Offline

Activity: 885
Merit: 22


View Profile
June 21, 2020, 08:38:53 PM
 #1072

I thin for fined something with Kanagaroo, is only 1 method - split ranges, mak many file move all to 1 bat file and search byte to byte. BECAUSE RANGES IN KANGAROO IS NOT REAL RANGES !!!

Because with rages from "0 to FFFFFF" blablabla  Grin ranges privkey fined impossible.

p.s. And if you thick what your 5000 Mkey/sec GPU can fined someone in range - NO , YOURS GPU NOT SEARCH IN RAGE !!! YOUR GPU SEARCH ONLY LAST BYTE IN TXT FILE SETTING'S' !!!!!! ONLY LAST BYTE !!!!
What do you mean?

If you start at 0000000000000001 and want to end at FFFFFFFFFFFFFFFF, the program will search entire range.

I will make test and show you, standby.

proof please ? Im very disappointing news about if key 25 byte, range from 0 to 50, THEN  PRIVATE KEY WILL NEWER BE FINED !!!

Show please your test !!!
PROOF:
Code:
Start:1
Stop :FFFFFFFFFF
Keys :1
Number of CPU thread: 4
Range width: 2^40
Jump Avg distance: 2^19.97
Number of kangaroos: 2^7.00
Suggested DP: 10
Expected operations: 2^21.25
Expected RAM: 12.0MB
DP size: 12 [0xFFF0000000000000]
SolveKeyCPU Thread 0: 1024 kangaroos
SolveKeyCPU Thread 2: 1024 kangaroos
SolveKeyCPU Thread 1: 1024 kangaroos
SolveKeyCPU Thread 3: 1024 kangaroos

Key# 0 [1S]Pub:  0x026BE95A4D26F8411494CE74B52D6958EC0098411C28F53A3BD5D34711072A4315
       Priv: 0x1A3D9

Done: Total time 00s
I ran a quick test, from 1 to 40 bit range (so it wouldn't take much time). I created random private key at roughly 17 bit range. The program found it.

Run the test your self.  Place this in your kangaroo folder and save it as rangetest.txt and use it as your input file:
Code:
1
FFFFFFFFFF
026BE95A4D26F8411494CE74B52D6958EC0098411C28F53A3BD5D34711072A4315

yes, I was making test right now and make a post asap....

[
WanderingPhilospher
Full Member
***
Offline Offline

Activity: 1078
Merit: 219

Shooters Shoot...


View Profile
June 21, 2020, 08:42:22 PM
 #1073

I thin for fined something with Kanagaroo, is only 1 method - split ranges, mak many file move all to 1 bat file and search byte to byte. BECAUSE RANGES IN KANGAROO IS NOT REAL RANGES !!!

Because with rages from "0 to FFFFFF" blablabla  Grin ranges privkey fined impossible.

p.s. And if you thick what your 5000 Mkey/sec GPU can fined someone in range - NO , YOURS GPU NOT SEARCH IN RAGE !!! YOUR GPU SEARCH ONLY LAST BYTE IN TXT FILE SETTING'S' !!!!!! ONLY LAST BYTE !!!!
What do you mean?

If you start at 0000000000000001 and want to end at FFFFFFFFFFFFFFFF, the program will search entire range.

I will make test and show you, standby.

proof please ? Im very disappointing news about if key 25 byte, range from 0 to 50, THEN  PRIVATE KEY WILL NEWER BE FINED !!! AND I WAS MAKE TEST AND KEY 40 WAS NOT FINED IN RANGE FROM 0 TO 60 !!!

AND I WAS LISENT EARLIY FROM JEAN_LUC WHAT ONLY SRVER CLINTS GET FROM SERVER WORK BYTE TO BYTE, FOR EX CLIEN ONE - BYTE 45, CLIENT TWO BYTE 46, .....
Show please your test Huh!!!
I ran another test with your specs, 1 to 50 bit range with key in 25 bit range:
input file
Code:
1
3FFFFFFFFFFFF
03057FBEA3A2623382628DDE556B2A0698E32428D3CD225F3BD034DCA82DD7455A

results:
Code:
[18.16 MK/s][GPU 0.00 MK/s][Count 2^26.69][Dead 1][08s (Avg 03s)][2.8/7.9MB]
Key# 0 [1S]Pub:  0x03057FBEA3A2623382628DDE556B2A0698E32428D3CD225F3BD034DCA82DD7455A
       Priv: 0x1FA5EE5

Done: Total time 10s
Shadow86
Newbie
*
Offline Offline

Activity: 13
Merit: 0


View Profile
June 21, 2020, 08:45:41 PM
 #1074

I thin for fined something with Kanagaroo, is only 1 method - split ranges, mak many file move all to 1 bat file and search byte to byte. BECAUSE RANGES IN KANGAROO IS NOT REAL RANGES !!!

Because with rages from "0 to FFFFFF" blablabla  Grin ranges privkey fined impossible.

p.s. And if you thick what your 5000 Mkey/sec GPU can fined someone in range - NO , YOURS GPU NOT SEARCH IN RAGE !!! YOUR GPU SEARCH ONLY LAST BYTE IN TXT FILE SETTING'S' !!!!!! ONLY LAST BYTE !!!!
What do you mean?

If you start at 0000000000000001 and want to end at FFFFFFFFFFFFFFFF, the program will search entire range.

I will make test and show you, standby.

proof please ? Im very disappointing news about if key 25 byte, range from 0 to 50, THEN  PRIVATE KEY WILL NEWER BE FINED !!! AND I WAS MAKE TEST AND KEY 40 WAS NOT FINED IN RANGE FROM 0 TO 60 !!!

AND I WAS LISENT EARLIY FROM JEAN_LUC WHAT ONLY SRVER CLINTS GET FROM SERVER WORK BYTE TO BYTE, FOR EX CLIEN ONE - BYTE 45, CLIENT TWO BYTE 46, .....
Show please your test Huh!!!
I ran another test with your specs, 1 to 50 bit range with key in 25 bit range:
input file
Code:
1
3FFFFFFFFFFFF
03057FBEA3A2623382628DDE556B2A0698E32428D3CD225F3BD034DCA82DD7455A

results:
Code:
[18.16 MK/s][GPU 0.00 MK/s][Count 2^26.69][Dead 1][08s (Avg 03s)][2.8/7.9MB]
Key# 0 [1S]Pub:  0x03057FBEA3A2623382628DDE556B2A0698E32428D3CD225F3BD034DCA82DD7455A
       Priv: 0x1FA5EE5

Done: Total time 10s
Can you post your bat file?
WanderingPhilospher
Full Member
***
Offline Offline

Activity: 1078
Merit: 219

Shooters Shoot...


View Profile
June 21, 2020, 08:52:29 PM
 #1075

I thin for fined something with Kanagaroo, is only 1 method - split ranges, mak many file move all to 1 bat file and search byte to byte. BECAUSE RANGES IN KANGAROO IS NOT REAL RANGES !!!

Because with rages from "0 to FFFFFF" blablabla  Grin ranges privkey fined impossible.

p.s. And if you thick what your 5000 Mkey/sec GPU can fined someone in range - NO , YOURS GPU NOT SEARCH IN RAGE !!! YOUR GPU SEARCH ONLY LAST BYTE IN TXT FILE SETTING'S' !!!!!! ONLY LAST BYTE !!!!
What do you mean?

If you start at 0000000000000001 and want to end at FFFFFFFFFFFFFFFF, the program will search entire range.

I will make test and show you, standby.

proof please ? Im very disappointing news about if key 25 byte, range from 0 to 50, THEN  PRIVATE KEY WILL NEWER BE FINED !!! AND I WAS MAKE TEST AND KEY 40 WAS NOT FINED IN RANGE FROM 0 TO 60 !!!

AND I WAS LISENT EARLIY FROM JEAN_LUC WHAT ONLY SRVER CLINTS GET FROM SERVER WORK BYTE TO BYTE, FOR EX CLIEN ONE - BYTE 45, CLIENT TWO BYTE 46, .....
Show please your test Huh!!!
I ran another test with your specs, 1 to 50 bit range with key in 25 bit range:
input file
Code:
1
3FFFFFFFFFFFF
03057FBEA3A2623382628DDE556B2A0698E32428D3CD225F3BD034DCA82DD7455A

results:
Code:
[18.16 MK/s][GPU 0.00 MK/s][Count 2^26.69][Dead 1][08s (Avg 03s)][2.8/7.9MB]
Key# 0 [1S]Pub:  0x03057FBEA3A2623382628DDE556B2A0698E32428D3CD225F3BD034DCA82DD7455A
       Priv: 0x1FA5EE5

Done: Total time 10s
Can you post your bat file?
Bat file (nothing fancy - CPU only for small range, 4 threads only, dp set at 12):
Code:
Kangaroo -t 4 -d 12 rangetest.txt
pause
rangetest.txt is input file with the range and pubkey:
Code:
1
3FFFFFFFFFFFF
03057FBEA3A2623382628DDE556B2A0698E32428D3CD225F3BD034DCA82DD7455A
COBRAS
Member
**
Offline Offline

Activity: 885
Merit: 22


View Profile
June 21, 2020, 08:55:01 PM
 #1076

I thin for fined something with Kanagaroo, is only 1 method - split ranges, mak many file move all to 1 bat file and search byte to byte. BECAUSE RANGES IN KANGAROO IS NOT REAL RANGES !!!

Because with rages from "0 to FFFFFF" blablabla  Grin ranges privkey fined impossible.

p.s. And if you thick what your 5000 Mkey/sec GPU can fined someone in range - NO , YOURS GPU NOT SEARCH IN RAGE !!! YOUR GPU SEARCH ONLY LAST BYTE IN TXT FILE SETTING'S' !!!!!! ONLY LAST BYTE !!!!
What do you mean?

If you start at 0000000000000001 and want to end at FFFFFFFFFFFFFFFF, the program will search entire range.

I will make test and show you, standby.

proof please ? Im very disappointing news about if key 25 byte, range from 0 to 50, THEN  PRIVATE KEY WILL NEWER BE FINED !!! AND I WAS MAKE TEST AND KEY 40 WAS NOT FINED IN RANGE FROM 0 TO 60 !!!

AND I WAS LISENT EARLIY FROM JEAN_LUC WHAT ONLY SRVER CLINTS GET FROM SERVER WORK BYTE TO BYTE, FOR EX CLIEN ONE - BYTE 45, CLIENT TWO BYTE 46, .....
Show please your test Huh!!!
I ran another test with your specs, 1 to 50 bit range with key in 25 bit range:
input file
Code:
1
3FFFFFFFFFFFF
03057FBEA3A2623382628DDE556B2A0698E32428D3CD225F3BD034DCA82DD7455A

results:
Code:
[18.16 MK/s][GPU 0.00 MK/s][Count 2^26.69][Dead 1][08s (Avg 03s)][2.8/7.9MB]
Key# 0 [1S]Pub:  0x03057FBEA3A2623382628DDE556B2A0698E32428D3CD225F3BD034DCA82DD7455A
       Priv: 0x1FA5EE5

Done: Total time 10s

MY SOFT NOT FINED LIKE YOU, LOOOK AT THIS SH.... 10 MINUTES AND NO RESULT !!!

Code:
[code]
.EXe -t 0 -gpu -g 136,256,136,256 -gpuId 0,1 -o result.txt
 test40.txt


angaroo v2.0
Start:1
Stop :FFFFFFFFFF
Keys :1
Number of CPU thread: 0
Range width: 2^40
Jump Avg distance: 2^19.97
Number of kangaroos: 2^23.09
Suggested DP: -3
Expected operations: 2^21.40
Expected RAM: 857.8MB
DP size: 64 [0xFFFFFFFFFFFFFFFF]
GPU: GPU #1 GeForce RTX 2080 Ti (68x64 cores) Grid(136x256) (347.0 MB used)
SolveKeyGPU Thread GPU#1: creating kangaroos...
GPU: GPU #0 GeForce RTX 2080 Ti (68x64 cores) Grid(136x256) (347.0 MB used)
SolveKeyGPU Thread GPU#0: creating kangaroos...
SolveKeyGPU Thread GPU#0: 2^22.09 kangaroos [13.3s]
SolveKeyGPU Thread GPU#1: 2^22.09 kangaroos [14.6s]
[1324.32 MK/s][GPU 1190.21 MK/s][Count 2^32.39][Dead 0][04s (Avg 00s)][2.0/4.0MB
[1942.10 MK/s][GPU 1807.99 MK/s][Count 2^33.35][Dead 0][08s (Avg 00s)][2.0/4.0MB
[1903.15 MK/s][GPU 1813.75 MK/s][Count 2^33.88][Dead 0][12s (Avg 00s)][2.0/4.0MB
[1718.04 MK/s][GPU 1662.16 MK/s][Count 2^34.34][Dead 0][17s (Avg 00s)][2.0/4.0MB
[
[1391.96 MK/s][GPU 1391.96 MK/s][Count 2^39.73][Dead 0][12:31 (Avg 00s)][2.0/4.0
[1390.44 MK/s][GPU 1390.44 MK/s][Count 2^39.74][Dead 0][12:36 (Avg 00s)][2.0/4.0
[1395.04 MK/s][GPU 1395.04 MK/s][b][Count 2^39.75][Dead 0][12:40 (Avg 00s)][2.0/4.0[/b]
MB]  ^CЗaвepшить выпoлнeниe пaкeтнoгo фaйлa [Y(дa)/N(нeт)]?

[/code]

Bro, whot version you use ?

What is your command line settings ?


HELP PLEASE BRO Huh? !!!!

BROTHER - YOU GENIES WITH D 12 ALL WARKED FINE !!!   I LOVE YOU NOW !!!  Grin

Quote

Key# 0 [0S]Pub:  0x026BE95A4D26F8411494CE74B52D6958EC0098411C28F53A3BD5D34711072A4315
       Priv: 0x1A3D9





[
WanderingPhilospher
Full Member
***
Offline Offline

Activity: 1078
Merit: 219

Shooters Shoot...


View Profile
June 21, 2020, 08:58:42 PM
 #1077

Quote
MY SOFT NOT FINED LIKE YOU, LOOOK AT THIS SH.... 10 MINUTES AND NO RESULT !!!

Code:
[code]
.EXe -t 0 -gpu -g 136,256,136,256 -gpuId 0,1 -o result.txt
 test40.txt


angaroo v2.0
Start:1
Stop :FFFFFFFFFF
Keys :1
Number of CPU thread: 0
Range width: 2^40
Jump Avg distance: 2^19.97
Number of kangaroos: 2^23.09
Suggested DP: -3
Expected operations: 2^21.40
Expected RAM: 857.8MB
DP size: 64 [0xFFFFFFFFFFFFFFFF]
GPU: GPU #1 GeForce RTX 2080 Ti (68x64 cores) Grid(136x256) (347.0 MB used)
SolveKeyGPU Thread GPU#1: creating kangaroos...
GPU: GPU #0 GeForce RTX 2080 Ti (68x64 cores) Grid(136x256) (347.0 MB used)
SolveKeyGPU Thread GPU#0: creating kangaroos...
SolveKeyGPU Thread GPU#0: 2^22.09 kangaroos [13.3s]
SolveKeyGPU Thread GPU#1: 2^22.09 kangaroos [14.6s]
[1324.32 MK/s][GPU 1190.21 MK/s][Count 2^32.39][Dead 0][04s (Avg 00s)][2.0/4.0MB
[1942.10 MK/s][GPU 1807.99 MK/s][Count 2^33.35][Dead 0][08s (Avg 00s)][2.0/4.0MB
[1903.15 MK/s][GPU 1813.75 MK/s][Count 2^33.88][Dead 0][12s (Avg 00s)][2.0/4.0MB
[1718.04 MK/s][GPU 1662.16 MK/s][Count 2^34.34][Dead 0][17s (Avg 00s)][2.0/4.0MB
[
[1391.96 MK/s][GPU 1391.96 MK/s][Count 2^39.73][Dead 0][12:31 (Avg 00s)][2.0/4.0
[1390.44 MK/s][GPU 1390.44 MK/s][Count 2^39.74][Dead 0][12:36 (Avg 00s)][2.0/4.0
[1395.04 MK/s][GPU 1395.04 MK/s][b][Count 2^39.75][Dead 0][12:40 (Avg 00s)][2.0/4.0[/b]
MB]  ^CЗaвepшить выпoлнeниe пaкeтнoгo фaйлa [Y(дa)/N(нeт)]?

[/code]

Bro, whot version you use ?

What is your command line settings ?


HELP PLEASE BRO Huh? !!!!
I ran the test on the latest version, Windows. I posted my bat file above - but just Kangaroo -t 4 -dp 12 rangetest.txt (CPU only)
edit: something isn't right with your version or something. With all that GPU power you have in this small range, if it's not finding, you would have 43 billion dead kangaroos. dp of negative 3?? never seen a negative number
brainless
Member
**
Offline Offline

Activity: 316
Merit: 34


View Profile
June 21, 2020, 09:02:47 PM
 #1078

Quote
MY SOFT NOT FINED LIKE YOU, LOOOK AT THIS SH.... 10 MINUTES AND NO RESULT !!!

Code:
[code]
.EXe -t 0 -gpu -g 136,256,136,256 -gpuId 0,1 -o result.txt
 test40.txt


angaroo v2.0
Start:1
Stop :FFFFFFFFFF
Keys :1
Number of CPU thread: 0
Range width: 2^40
Jump Avg distance: 2^19.97
Number of kangaroos: 2^23.09
Suggested DP: -3
Expected operations: 2^21.40
Expected RAM: 857.8MB
DP size: 64 [0xFFFFFFFFFFFFFFFF]
GPU: GPU #1 GeForce RTX 2080 Ti (68x64 cores) Grid(136x256) (347.0 MB used)
SolveKeyGPU Thread GPU#1: creating kangaroos...
GPU: GPU #0 GeForce RTX 2080 Ti (68x64 cores) Grid(136x256) (347.0 MB used)
SolveKeyGPU Thread GPU#0: creating kangaroos...
SolveKeyGPU Thread GPU#0: 2^22.09 kangaroos [13.3s]
SolveKeyGPU Thread GPU#1: 2^22.09 kangaroos [14.6s]
[1324.32 MK/s][GPU 1190.21 MK/s][Count 2^32.39][Dead 0][04s (Avg 00s)][2.0/4.0MB
[1942.10 MK/s][GPU 1807.99 MK/s][Count 2^33.35][Dead 0][08s (Avg 00s)][2.0/4.0MB
[1903.15 MK/s][GPU 1813.75 MK/s][Count 2^33.88][Dead 0][12s (Avg 00s)][2.0/4.0MB
[1718.04 MK/s][GPU 1662.16 MK/s][Count 2^34.34][Dead 0][17s (Avg 00s)][2.0/4.0MB
[
[1391.96 MK/s][GPU 1391.96 MK/s][Count 2^39.73][Dead 0][12:31 (Avg 00s)][2.0/4.0
[1390.44 MK/s][GPU 1390.44 MK/s][Count 2^39.74][Dead 0][12:36 (Avg 00s)][2.0/4.0
[1395.04 MK/s][GPU 1395.04 MK/s][b][Count 2^39.75][Dead 0][12:40 (Avg 00s)][2.0/4.0[/b]
MB]  ^CЗaвepшить выпoлнeниe пaкeтнoгo фaйлa [Y(дa)/N(нeт)]?

[/code]

Bro, whot version you use ?

What is your command line settings ?


HELP PLEASE BRO Huh? !!!!
I ran the test on the latest version, Windows. I posted my bat file above - but just Kangaroo -t 4 -dp 12 rangetest.txt (CPU only)
edit: something isn't right with your version or something. With all that GPU power you have in this small range, if it's not finding, you would have 43 billion dead kangaroos. dp of negative 3?? never seen a negative number

maybe probelms in his Suggested DP: -3
try use -d 12 in your command

13sXkWqtivcMtNGQpskD78iqsgVy9hcHLF
WanderingPhilospher
Full Member
***
Offline Offline

Activity: 1078
Merit: 219

Shooters Shoot...


View Profile
June 21, 2020, 09:04:28 PM
 #1079

Quote
Bro, whot version you use ?

What is your command line settings ?


HELP PLEASE BRO Huh? !!!!

BROTHER - YOU GENIES WITH D 12 ALL WARKED FINE !!!   I LOVE YOU NOW !!!  Grin

Quote

Key# 0 [0S]Pub:  0x026BE95A4D26F8411494CE74B52D6958EC0098411C28F53A3BD5D34711072A4315
       Priv: 0x1A3D9
You loved me before, you just didn't want to admit it!  Cool
Glad it's working for you now. I don't know what a negative dp does, but obviously it doesn't work well.
racminer
Member
**
Offline Offline

Activity: 242
Merit: 17


View Profile
June 21, 2020, 10:03:05 PM
 #1080

Quote
MY SOFT NOT FINED LIKE YOU, LOOOK AT THIS SH.... 10 MINUTES AND NO RESULT !!!

Code:
[code]
.EXe -t 0 -gpu -g 136,256,136,256 -gpuId 0,1 -o result.txt
 test40.txt


angaroo v2.0
Start:1
Stop :FFFFFFFFFF
Keys :1
Number of CPU thread: 0
Range width: 2^40
Jump Avg distance: 2^19.97
Number of kangaroos: 2^23.09
Suggested DP: -3
Expected operations: 2^21.40
Expected RAM: 857.8MB
DP size: 64 [0xFFFFFFFFFFFFFFFF]
GPU: GPU #1 GeForce RTX 2080 Ti (68x64 cores) Grid(136x256) (347.0 MB used)
SolveKeyGPU Thread GPU#1: creating kangaroos...
GPU: GPU #0 GeForce RTX 2080 Ti (68x64 cores) Grid(136x256) (347.0 MB used)
SolveKeyGPU Thread GPU#0: creating kangaroos...
SolveKeyGPU Thread GPU#0: 2^22.09 kangaroos [13.3s]
SolveKeyGPU Thread GPU#1: 2^22.09 kangaroos [14.6s]
[1324.32 MK/s][GPU 1190.21 MK/s][Count 2^32.39][Dead 0][04s (Avg 00s)][2.0/4.0MB
[1942.10 MK/s][GPU 1807.99 MK/s][Count 2^33.35][Dead 0][08s (Avg 00s)][2.0/4.0MB
[1903.15 MK/s][GPU 1813.75 MK/s][Count 2^33.88][Dead 0][12s (Avg 00s)][2.0/4.0MB
[1718.04 MK/s][GPU 1662.16 MK/s][Count 2^34.34][Dead 0][17s (Avg 00s)][2.0/4.0MB
[
[1391.96 MK/s][GPU 1391.96 MK/s][Count 2^39.73][Dead 0][12:31 (Avg 00s)][2.0/4.0
[1390.44 MK/s][GPU 1390.44 MK/s][Count 2^39.74][Dead 0][12:36 (Avg 00s)][2.0/4.0
[1395.04 MK/s][GPU 1395.04 MK/s][b][Count 2^39.75][Dead 0][12:40 (Avg 00s)][2.0/4.0[/b]
MB]  ^CЗaвepшить выпoлнeниe пaкeтнoгo фaйлa [Y(дa)/N(нeт)]?

[/code]

Bro, whot version you use ?

What is your command line settings ?


HELP PLEASE BRO Huh? !!!!
I ran the test on the latest version, Windows. I posted my bat file above - but just Kangaroo -t 4 -dp 12 rangetest.txt (CPU only)
edit: something isn't right with your version or something. With all that GPU power you have in this small range, if it's not finding, you would have 43 billion dead kangaroos. dp of negative 3?? never seen a negative number

maybe probelms in his Suggested DP: -3
try use -d 12 in your command

There is no point to use  Pollard's kangaroo ECDLP solver by JLP for small keys such as 40bits if you have powerful gpus. You can brute force the whole range using vanitysearch or bitcrack in a few minutes.
I think the suggested DP is a formula designed for wider keys.

I think that the -3 is because the number of Kangaroos is larger than the expected operations.

>> Number of kangaroos: 2^23.09
>> Suggested DP: -3
>> Expected operations: 2^21.40

But I leave it to Jean Luc Ponds to explain it better.

Pages: « 1 ... 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 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 97 98 99 100 101 102 103 104 ... 142 »
  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!