Pages:
Author

Topic: [ARCHIVE] Bitcoin challenge discusion - page 16. (Read 29303 times)

member
Activity: 174
Merit: 12
September 19, 2019, 12:01:50 PM
62. Wallet

Private Key : KwDiBf89QgGbjEhKnhXJuH7LrciVrZi3qYpCemuaUp7NigjvtJug

Public Key : 03231a67e424caf7d01a00d5cd49b0464942255b8e48766f96602bdfa4ea14fea8

Private Key (Hex): 363D541EB611ABEE
Private Key (Decimal): 3908372542507822062

Another private key to wallet #62:

HEX: FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFEBAAEDCE6AF48A03BF60FB2AB8647ED2F
DEC: 115792089237316195423570985008687907852837564279074904382609071514060669316399
WIF: L5oLkpV3aqBjhki6LmvChTCV6odsp4SXM6LBVeqHTSj1w9XhwfuR

Share the story how did you find another key?
jr. member
Activity: 85
Merit: 1
September 19, 2019, 10:07:30 AM
Can you please tell your configuration for 1080ti? (b, t, p and any other relevant info). What CUDA do you use? (9.2 or the newest 10.1).
I tried on the week to test 1080ti (Gigabyte Gaming OC 11Gb) and received thr result 150 Mkey/sec (as another guy posted earlier) with -b 56 -t 512 -p 2048.

I've not tried running BitCrack with newer GPU's, i have 3 older ones running, but they are tweaked to the max of their capacity.

I have not seen any significant performance issues running CUDA 9.xx vs. 10.xx, i know that there is more features in some particular BitCrack builds running CUDA 10.xx

I've looked up your 1080i specs, and according to those i would try and run with any these settings:

-b 88 -t 448 -p 2048  
-b 176 -t 672 -p 2048

if you encounter a crash or a message displaying your GPU is out of memory, you need to tweak the -p parameter to a lower value, let us know how this turns out  Wink

And if this is running just fine, you might as well add more value to -p as this GPU has a lot of memory
legendary
Activity: 2268
Merit: 1092
September 19, 2019, 10:06:08 AM
It is possible that some private keys to be "outside" of the standard agreed key space? Somewhere where nobody will search?

That won't work. A key value outside the curve literally means that it's invalid (presumably, the public key cannot be computed from such a private key). Once you go above the maximum value, the key will either be rejected (if the software checks), or the value will overflow back to the start of valid key space.
member
Activity: 174
Merit: 12
September 19, 2019, 07:44:03 AM
Let's!
:
:
to be continued..
Your post is very informative, but goes down in history, maybe you should create a separate topic?
newbie
Activity: 43
Merit: 0
September 19, 2019, 04:43:59 AM
This "another" key works as well. Try to check it in bitcoin address generator, or try to import this file into your wallet. You will receive the access to the same address of wallet #62 lol )

Maximum value for secp256k1 is:

FFFFFFFF FFFFFFFF FFFFFFFF FFFFFFFE BAAEDCE6 AF48A03B BFD25E8C D0364141

Your key is above this value:

FFFFFFFF FFFFFFFF FFFFFFFF FFFFFFFE BAAEDCE6 AF48A03B F60FB2AB 8647ED2F

Some software will correctly reject this out of range value, but others will just overflow and wrap max+1 to 0.

The result of F60FB2AB 8647ED2F minus BFD25E8C D0364141 is 363D541E B611ABEE, which is the "proper" key. That's why your key works: when wrapped around it ends up being the same calculated value.

(If this was a clever joke, sorry that I spoiled it. Smiley )

It is possible that some private keys to be "outside" of the standard agreed key space? Somewhere where nobody will search?
jr. member
Activity: 119
Merit: 1
September 19, 2019, 02:13:27 AM
This "another" key works as well. Try to check it in bitcoin address generator, or try to import this file into your wallet. You will receive the access to the same address of wallet #62 lol )

Maximum value for secp256k1 is:

FFFFFFFF FFFFFFFF FFFFFFFF FFFFFFFE BAAEDCE6 AF48A03B BFD25E8C D0364141

Your key is above this value:

FFFFFFFF FFFFFFFF FFFFFFFF FFFFFFFE BAAEDCE6 AF48A03B F60FB2AB 8647ED2F

Some software will correctly reject this out of range value, but others will just overflow and wrap max+1 to 0.

The result of F60FB2AB 8647ED2F minus BFD25E8C D0364141 is 363D541E B611ABEE, which is the "proper" key. That's why your key works: when wrapped around it ends up being the same calculated value.

(If this was a clever joke, sorry that I spoiled it. Smiley )

It turns out the transition to the second round (to a new ring)?
legendary
Activity: 2268
Merit: 1092
September 18, 2019, 10:09:32 PM
This "another" key works as well. Try to check it in bitcoin address generator, or try to import this file into your wallet. You will receive the access to the same address of wallet #62 lol )

Maximum value for secp256k1 is:

FFFFFFFF FFFFFFFF FFFFFFFF FFFFFFFE BAAEDCE6 AF48A03B BFD25E8C D0364141

Your key is above this value:

FFFFFFFF FFFFFFFF FFFFFFFF FFFFFFFE BAAEDCE6 AF48A03B F60FB2AB 8647ED2F

Some software will correctly reject this out of range value, but others will just overflow and wrap max+1 to 0.

The result of F60FB2AB 8647ED2F minus BFD25E8C D0364141 is 363D541E B611ABEE, which is the "proper" key. That's why your key works: when wrapped around it ends up being the same calculated value.

(If this was a clever joke, sorry that I spoiled it. Smiley )
member
Activity: 245
Merit: 17
September 18, 2019, 06:40:39 PM
This "another" key works as well. Try to check it in bitcoin address generator, or try to import this file into your wallet. You will receive the access to the same address of wallet #62 lol )

This private key does not appear to be on the ECDSA curve
sr. member
Activity: 443
Merit: 350
September 18, 2019, 05:38:30 PM
This "another" key works as well. Try to check it in bitcoin address generator, or try to import this file into your wallet. You will receive the access to the same address of wallet #62 lol )
jr. member
Activity: 114
Merit: 5
September 18, 2019, 05:13:29 PM
62. Wallet

Private Key : KwDiBf89QgGbjEhKnhXJuH7LrciVrZi3qYpCemuaUp7NigjvtJug

Public Key : 03231a67e424caf7d01a00d5cd49b0464942255b8e48766f96602bdfa4ea14fea8

Private Key (Hex): 363D541EB611ABEE
Private Key (Decimal): 3908372542507822062

Another private key to wallet #62:

HEX: FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFEBAAEDCE6AF48A03BF60FB2AB8647ED2F
DEC: 115792089237316195423570985008687907852837564279074904382609071514060669316399
WIF: L5oLkpV3aqBjhki6LmvChTCV6odsp4SXM6LBVeqHTSj1w9XhwfuR

WTF?Huh

lol that key is outside of bitcoins curve range, what is he talking about?
newbie
Activity: 43
Merit: 0
September 18, 2019, 05:06:48 PM
62. Wallet

Private Key : KwDiBf89QgGbjEhKnhXJuH7LrciVrZi3qYpCemuaUp7NigjvtJug

Public Key : 03231a67e424caf7d01a00d5cd49b0464942255b8e48766f96602bdfa4ea14fea8

Private Key (Hex): 363D541EB611ABEE
Private Key (Decimal): 3908372542507822062

Another private key to wallet #62:

HEX: FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFEBAAEDCE6AF48A03BF60FB2AB8647ED2F
DEC: 115792089237316195423570985008687907852837564279074904382609071514060669316399
WIF: L5oLkpV3aqBjhki6LmvChTCV6odsp4SXM6LBVeqHTSj1w9XhwfuR

WTF?Huh It`s possible to exist 2 private keys for the same address?
sr. member
Activity: 443
Merit: 350
September 18, 2019, 04:53:17 PM
62. Wallet

Private Key : KwDiBf89QgGbjEhKnhXJuH7LrciVrZi3qYpCemuaUp7NigjvtJug

Public Key : 03231a67e424caf7d01a00d5cd49b0464942255b8e48766f96602bdfa4ea14fea8

Private Key (Hex): 363D541EB611ABEE
Private Key (Decimal): 3908372542507822062

Another private key to wallet #62:

HEX: FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFEBAAEDCE6AF48A03BF60FB2AB8647ED2F
DEC: 115792089237316195423570985008687907852837564279074904382609071514060669316399
WIF: L5oLkpV3aqBjhki6LmvChTCV6odsp4SXM6LBVeqHTSj1w9XhwfuR
jr. member
Activity: 114
Merit: 5
September 17, 2019, 09:51:02 AM
Yeah I know vanitygen has been around a while but I found another vanity program called vanitysearch that is 10 times faster than vanitygen and 3 times as fast as bitcrack, at least it is with my 1080ti!

https://github.com/JeanLucPons/VanitySearch

This one  ( VanitySearch.exe 1.15  ) is infected with a virus.

Ah crap is it? what virus?

Edit: I just scanned it with kaspersky online and it said no threats found, also my windows defender didn't pick anything up?

Edit 2: Zielar already found it lol https://github.com/JeanLucPons/VanitySearch/issues/23

SecureAge APEX - Malicious
Sophos ML         - Heuristic

As almightyruler said, it's probably just picking up on the fact that it's essentially a modified crypto miner, but can you provide more details? I have it running on my main PC and I don't want any viruses
jr. member
Activity: 119
Merit: 1
September 17, 2019, 09:29:53 AM
Yeah I know vanitygen has been around a while but I found another vanity program called vanitysearch that is 10 times faster than vanitygen and 3 times as fast as bitcrack, at least it is with my 1080ti!

https://github.com/JeanLucPons/VanitySearch

This one  ( VanitySearch.exe 1.15  ) is infected with a virus.

Ah crap is it? what virus?

Edit: I just scanned it with kaspersky online and it said no threats found, also my windows defender didn't pick anything up?

Edit 2: Zielar already found it lol https://github.com/JeanLucPons/VanitySearch/issues/23

SecureAge APEX - Malicious
Sophos ML         - Heuristic
member
Activity: 112
Merit: 16
September 17, 2019, 08:41:21 AM
nice thread thank you.
I join the game, with a laptop Cheesy I have no chance at all
copper member
Activity: 416
Merit: 105
September 17, 2019, 07:48:52 AM
hey has anyone checked out vanitysearch?

With vanitygen I get 100MKey/s, with cubitcrack I get 350Mkey/s but with vanitysearch I get 1000Mkey/s and that's on a 1080ti

Vanitysearch has a starting point parameter but no end point parameter but I reckon the code could be altered for keyspace parameters
can u show me example bat command?
legendary
Activity: 2268
Merit: 1092
September 17, 2019, 04:55:06 AM
This one  ( VanitySearch.exe 1.15  ) is infected with a virus.

Ah crap is it? what virus?

Could be a false positive, since searching for vanity addresses is similar to proof-of-work mining. It may be detected as mining malware.

I've seen some coin clients that I compiled myself -- on a NON Windows system -- throw up antivirus warnings...
jr. member
Activity: 114
Merit: 5
September 17, 2019, 04:46:33 AM
Yeah I know vanitygen has been around a while but I found another vanity program called vanitysearch that is 10 times faster than vanitygen and 3 times as fast as bitcrack, at least it is with my 1080ti!

https://github.com/JeanLucPons/VanitySearch

This one  ( VanitySearch.exe 1.15  ) is infected with a virus.

Ah crap is it? what virus?

Edit: I just scanned it with kaspersky online and it said no threats found, also my windows defender didn't pick anything up?

Edit 2: Zielar already found it lol https://github.com/JeanLucPons/VanitySearch/issues/23
jr. member
Activity: 119
Merit: 1
September 17, 2019, 03:30:04 AM
Yeah I know vanitygen has been around a while but I found another vanity program called vanitysearch that is 10 times faster than vanitygen and 3 times as fast as bitcrack, at least it is with my 1080ti!

https://github.com/JeanLucPons/VanitySearch

This one  ( VanitySearch.exe 1.15  ) is infected with a virus.
member
Activity: 317
Merit: 34
September 17, 2019, 01:30:36 AM
Pages:
Jump to: