Search content
Sort by

Showing 13 of 13 results by Shadow86
Post
Topic
Board Announcements (Altcoins)
Re: 3DPass: 3D objects tokenization decentralized platform | New Proof of Scan algo
by
Shadow86
on 06/06/2022, 22:27:45 UTC
That's great news I will explore discord and setup one to support great idea... Grin Grin Grin
Post
Topic
Board Announcements (Altcoins)
Re: 3DPass: 3D objects tokenization decentralized platform | New Proof of Scan algo
by
Shadow86
on 06/06/2022, 21:58:57 UTC
Hi,

Very interesting idea in 3D object I saw on discord channel that testnet is very good, but I saw also you have some issue on substrate regarding syncing chain???
Are you close to resolve issue?

Namely one word question how in real life ordinary people can have benefit using this 3D object processing??? Huh Huh

btw awesome work just keep it up...
Post
Topic
Board Beginners & Help
Re: Discussion! Don't BUY FAKE! "wallet.dat" files with lost passwords.
by
Shadow86
on 26/04/2022, 14:15:38 UTC
Hi guys,

I have one wallet and seems good..
Is here any pool that we can try to open this...
Also if is possible can someone tell me how much you get h/s from gpu cards?
Thanks in advance
Post
Topic
Board Development & Technical Discussion
Re: Pollard's kangaroo ECDLP solver
by
Shadow86
on 22/06/2020, 13:34:33 UTC
Tell me is there any option to use multiply GPU on BitCrack or Vanity because i have 1k Gpu idle

What kind of gpu ?
Amd nvidia mixed from rx470 480 5700.. And nvidia from gtx1060 1070 1080 1080ti

This is a botnet ? Grin
Nope earned via crypto in old good days  Grin
Post
Topic
Board Development & Technical Discussion
Re: Pollard's kangaroo ECDLP solver
by
Shadow86
on 22/06/2020, 12:19:47 UTC
Tell me is there any option to use multiply GPU on BitCrack or Vanity because i have 1k Gpu idle

What kind of gpu ?
Amd nvidia mixed from rx470 480 5700.. And nvidia from gtx1060 1070 1080 1080ti
Post
Topic
Board Development & Technical Discussion
Re: Pollard's kangaroo ECDLP solver
by
Shadow86
on 22/06/2020, 07:50:52 UTC
@JeanLuc @Zielar

If you fellas haven't started searching the 120 range for the #120 puzzle, don't start now. It's too late, me and my MOAP...the Mother of All Processors are running things and will find it.

Mind as well tweak VanitySearch and try for #64  Cool  Grin  Wink

My MOAP is dropping bombs like a rolling thunder...

I wish you a luck

Tell me is there any option to use multiply GPU on BitCrack or Vanity because i have 1k Gpu idle
Post
Topic
Board Development & Technical Discussion
Re: Pollard's kangaroo ECDLP solver
by
Shadow86
on 21/06/2020, 20:45:41 UTC
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?
Post
Topic
Board Development & Technical Discussion
Re: Pollard's kangaroo ECDLP solver
by
Shadow86
on 21/06/2020, 18:44:43 UTC
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
Post
Topic
Board Development & Technical Discussion
Re: Pollard's kangaroo ECDLP solver
by
Shadow86
on 21/06/2020, 18:36:20 UTC
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
Post
Topic
Board Development & Technical Discussion
Re: Pollard's kangaroo ECDLP solver
by
Shadow86
on 21/06/2020, 18:04:06 UTC
How do you know is length 32 52 64 65 and so on
Post
Topic
Board Development & Technical Discussion
Re: Pollard's kangaroo ECDLP solver
by
Shadow86
on 21/06/2020, 17:35:14 UTC
Anyone how to calculate pub key length
Post
Topic
Board Development & Technical Discussion
Re: Pollard's kangaroo ECDLP solver
by
Shadow86
on 21/06/2020, 12:23:17 UTC
In root folder of kangaroo.exe take shift + right click open new shell here and paste command which you write

./kangaroo.exe.......
Post
Topic
Board Development & Technical Discussion
Re: Pollard's kangaroo ECDLP solver
by
Shadow86
on 21/06/2020, 07:09:04 UTC
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.


First of all thank you for open source files.

I have several question if you able to answer me

First how to calculate which pub key or address is 64 65 or other key lenght

Also how to convert hash160 to pub key.
Eclambda tested on 1080ti dbits default 18
330mp and what is iters? It stay 36

How to calculate how much combination have some key?
I want to parcipiate in any testing