Bitcoin Forum
June 25, 2024, 02:22:05 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 ... 3 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 ... 142 »
  Print  
Author Topic: Pollard's kangaroo ECDLP solver  (Read 56657 times)
Konstanting2
Newbie
*
Offline Offline

Activity: 27
Merit: 0


View Profile
June 21, 2020, 12:40:19 PM
 #1041


if you have GPU:
Code:
Kangaroo.exe -t 0 -d 14 -gpu -gpuId 0 -w 65save -wi 30 65.txt

Now, copy the below text and save it as 65.txt 
Code:
10000000000000000
1FFFFFFFFFFFFFFFF
0230210c23b1a047bc9bdbb13448e67deddc108946de6de639bcc75d47c0216b1b

Now, place the kangarootest.bat file, the 65.txt file, and the Kangaroo.exe file all in the same folder.
-ws: Save kangaroos in the work file
 -o fileName: output result to fileName


I want to save the file with the answer I put in bat and it is not saved.
Kangaroo -t 0 -d 14 -gpu -gpuId 0 -ws -w 65save.txt -wi 30 -o 64save.txt 65.txt

I have windows 7
How do you save or output the response to a file. HELP
youssefs0102
Newbie
*
Offline Offline

Activity: 25
Merit: 0


View Profile
June 21, 2020, 12:41:04 PM
 #1042

https://github.com/brichard19/eclambda

Can anyone try my tool on a 2080ti? On a 2080S it gets around 1300MKeys/sec when using 24-bit DP.



is this Bitcrack GPU version ?!
Konstanting2
Newbie
*
Offline Offline

Activity: 27
Merit: 0


View Profile
June 21, 2020, 12:46:53 PM
 #1043

Earned !!!!!!!!!!!!!!!!!!!!!!!    THANKS FOR THE HELP
Konstanting2
Newbie
*
Offline Offline

Activity: 27
Merit: 0


View Profile
June 21, 2020, 12:55:15 PM
 #1044


Here's the answer:

Key# 0 [1S]Pub:  0x0230210C23B1A047BC9BDBB13448E67DEDDC108946DE6DE639BCC75D47C0216B1B
       Priv: 0x1A838B13505B26867

Konstanting2
Newbie
*
Offline Offline

Activity: 27
Merit: 0


View Profile
June 21, 2020, 01:37:45 PM
 #1045

 Priv: 0x1A838B13505B26867
How to translate into an understandable type type HuhHuhHuh
Private Key WIF
51 characters base58, starts with a '5'   5HscGG8iqA7YnZPN9ZEPdJSHVsb5zuUVST9XFB4M1tQUWUbFsh3
Private Key WIF Compressed
52 characters base58, starts with a 'K' or 'L'   KwUNeMo5dZDuJ5wiLmG6sDxbpSHT4acLXLQcVZPmLutcR3MHSHN3
Private Key Hexadecimal Format (64 characters [0-9A-F]):  078B13055AB016486AF996FCD19DBD8AD528BE1D4F014845BC1D1E06E7BE38A8
WanderingPhilospher
Full Member
***
Offline Offline

Activity: 1078
Merit: 219

Shooters Shoot...


View Profile
June 21, 2020, 02:20:16 PM
 #1046

Priv: 0x1A838B13505B26867
How to translate into an understandable type type HuhHuhHuh
Private Key WIF
51 characters base58, starts with a '5'   5HscGG8iqA7YnZPN9ZEPdJSHVsb5zuUVST9XFB4M1tQUWUbFsh3
Private Key WIF Compressed
52 characters base58, starts with a 'K' or 'L'   KwUNeMo5dZDuJ5wiLmG6sDxbpSHT4acLXLQcVZPmLutcR3MHSHN3
Private Key Hexadecimal Format (64 characters [0-9A-F]):  078B13055AB016486AF996FCD19DBD8AD528BE1D4F014845BC1D1E06E7BE38A8
What do you mean?

Quote
0x1A838B13505B26867

That is the private key, in hexadecimal format. That's what we all search for. Another way to look at it is:

Quote
000000000000000000000000000000000000000000000001A838B13505B26867
Kpot87
Jr. Member
*
Offline Offline

Activity: 40
Merit: 1


View Profile
June 21, 2020, 03:08:04 PM
 #1047

https://github.com/brichard19/eclambda

Can anyone try my tool on a 2080ti? On a 2080S it gets around 1300MKeys/sec when using 24-bit DP.



is this Bitcrack GPU version ?!
No,
Bitcrack support GPU
racminer
Member
**
Offline Offline

Activity: 242
Merit: 17


View Profile
June 21, 2020, 03:59:18 PM
 #1048

https://github.com/brichard19/eclambda

Can anyone try my tool on a 2080ti? On a 2080S it gets around 1300MKeys/sec when using 24-bit DP.



is this Bitcrack GPU version ?!
No,
Bitcrack support GPU

Thank you brichard19 for OpenCL version of Pollard's kangaroo
I get  263.40 Mpt/s for my RX480 8Gb.
 
dextronomous
Full Member
***
Offline Offline

Activity: 431
Merit: 105


View Profile
June 21, 2020, 04:52:01 PM
 #1049

anyone got link for the newest bitcrack app, besides the github one, that is still not updated long time.

https://github.com/brichard19/eclambda

Can anyone try my tool on a 2080ti? On a 2080S it gets around 1300MKeys/sec when using 24-bit DP.



is this Bitcrack GPU version ?!
No,
Bitcrack support GPU

Thank you brichard19 for OpenCL version of Pollard's kangaroo
I get  263.40 Mpt/s for my RX480 8Gb.
 
what is your gpu-mem-usage setting?
WanderingPhilospher
Full Member
***
Offline Offline

Activity: 1078
Merit: 219

Shooters Shoot...


View Profile
June 21, 2020, 05:16:14 PM
 #1050

https://github.com/brichard19/eclambda

Can anyone try my tool on a 2080ti? On a 2080S it gets around 1300MKeys/sec when using 24-bit DP.



is this Bitcrack GPU version ?!
No,
Bitcrack support GPU

Thank you brichard19 for OpenCL version of Pollard's kangaroo
I get  263.40 Mpt/s for my RX480 8Gb.
 
Think it's worth running Vega VIIs with this program? I took all AMD cards offline b/c no one had openCL or one that was worth a flip. I know the Vega VIIs kick a$$ compared to any RTX or GTX card when it comes to mining ethash. But that's because they have 16GB HBM2 memory and a wide bus. Not sure the same would be true for this program.
Shadow86
Newbie
*
Offline Offline

Activity: 13
Merit: 0


View Profile
June 21, 2020, 05:35:14 PM
 #1051

Anyone how to calculate pub key length
WanderingPhilospher
Full Member
***
Offline Offline

Activity: 1078
Merit: 219

Shooters Shoot...


View Profile
June 21, 2020, 05:52:29 PM
 #1052

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
Shadow86
Newbie
*
Offline Offline

Activity: 13
Merit: 0


View Profile
June 21, 2020, 06:04:06 PM
 #1053

How do you know is length 32 52 64 65 and so on
Etar
Sr. Member
****
Offline Offline

Activity: 617
Merit: 312


View Profile
June 21, 2020, 06:07:28 PM
 #1054

-snip-
Think it's worth running Vega VIIs with this program? I took all AMD cards offline b/c no one had openCL or one that was worth a flip. I know the Vega VIIs kick a$$ compared to any RTX or GTX card when it comes to mining ethash. But that's because they have 16GB HBM2 memory and a wide bus. Not sure the same would be true for this program.
speed eclambda on 2080ti 1350Mpt/s
on 5700 - 640Mpts/s --gpu-mem-usage 0.8
bad news that there no multi-gpu support.
Kangaroo from JeanLuc have multi-gpu support but nvidia only GPU
COBRAS
Member
**
Offline Offline

Activity: 886
Merit: 22


View Profile
June 21, 2020, 06:16:25 PM
 #1055

-snip-
Think it's worth running Vega VIIs with this program? I took all AMD cards offline b/c no one had openCL or one that was worth a flip. I know the Vega VIIs kick a$$ compared to any RTX or GTX card when it comes to mining ethash. But that's because they have 16GB HBM2 memory and a wide bus. Not sure the same would be true for this program.
speed eclambda on 2080ti 1350Mpt/s
on 5700 - 640Mpts/s --gpu-mem-usage 0.8
bad news that there no multi-gpu support.
Kangaroo from JeanLuc have multi-gpu support but nvidia only GPU


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

[
Etar
Sr. Member
****
Offline Offline

Activity: 617
Merit: 312


View Profile
June 21, 2020, 06:26:21 PM
 #1056

-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.
COBRAS
Member
**
Offline Offline

Activity: 886
Merit: 22


View Profile
June 21, 2020, 06:30:55 PM
 #1057

-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



Why bro Huh?? My range from 0 to 85.


How to set range from 0 to 85 HuhHuh?

[
Shadow86
Newbie
*
Offline Offline

Activity: 13
Merit: 0


View Profile
June 21, 2020, 06:36:20 PM
 #1058

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
racminer
Member
**
Offline Offline

Activity: 242
Merit: 17


View Profile
June 21, 2020, 06:40:06 PM
 #1059

anyone got link for the newest bitcrack app, besides the github one, that is still not updated long time.

https://github.com/brichard19/eclambda

Can anyone try my tool on a 2080ti? On a 2080S it gets around 1300MKeys/sec when using 24-bit DP.



is this Bitcrack GPU version ?!
No,
Bitcrack support GPU

Thank you brichard19 for OpenCL version of Pollard's kangaroo
I get  263.40 Mpt/s for my RX480 8Gb.
 
what is your gpu-mem-usage setting?
I've used --gpu-mem-usage 0.5
WanderingPhilospher
Full Member
***
Offline Offline

Activity: 1078
Merit: 219

Shooters Shoot...


View Profile
June 21, 2020, 06:40:40 PM
 #1060

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.
Pages: « 1 ... 3 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 ... 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!