Bitcoin Forum
May 04, 2024, 05:16:00 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: R,s,z qeschion !  (Read 200 times)
COBRAS (OP)
Member
**
Offline Offline

Activity: 847
Merit: 22

$$P2P BTC BRUTE.JOIN NOW ! https://uclck.me/SQPJk


View Profile
November 14, 2021, 04:28:24 PM
 #1

R,s,z of signature transaction  is only for input or outgoing transactions HuhHuh

Tnanx !!!

$$$ P2P NETWORK FOR BTC WALLET.DAT BRUTE F ORCE .JOIN NOW=GET MANY COINS NOW !!!
https://github.com/phrutis/LostWallet  https://t.me/+2niP9bQ8uu43MDg6
Transactions must be included in a block to be properly completed. When you send a transaction, it is broadcast to miners. Miners can then optionally include it in their next blocks. Miners will be more inclined to include your transaction if it has a higher transaction fee.
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1714842960
Hero Member
*
Offline Offline

Posts: 1714842960

View Profile Personal Message (Offline)

Ignore
1714842960
Reply with quote  #2

1714842960
Report to moderator
1714842960
Hero Member
*
Offline Offline

Posts: 1714842960

View Profile Personal Message (Offline)

Ignore
1714842960
Reply with quote  #2

1714842960
Report to moderator
1714842960
Hero Member
*
Offline Offline

Posts: 1714842960

View Profile Personal Message (Offline)

Ignore
1714842960
Reply with quote  #2

1714842960
Report to moderator
COBRAS (OP)
Member
**
Offline Offline

Activity: 847
Merit: 22

$$P2P BTC BRUTE.JOIN NOW ! https://uclck.me/SQPJk


View Profile
November 14, 2021, 05:06:56 PM
 #2

R,s,z of signature transaction  is only for input or outgoing transactions HuhHuh

Tnanx !!!


if your attack addres is 1XXXX -> and you want try to find privkey -> you need outgoing transactions from attack addres

Outgoin transaction has no R,S,Z

Incoming tration has R,S, Z

Then I get. R,s,z for invoming transaction they have publick key of sender adress

F*ck.

How to get r,s,z for publick key of reciver publick key address Huh

Huh?

$$$ P2P NETWORK FOR BTC WALLET.DAT BRUTE F ORCE .JOIN NOW=GET MANY COINS NOW !!!
https://github.com/phrutis/LostWallet  https://t.me/+2niP9bQ8uu43MDg6
COBRAS (OP)
Member
**
Offline Offline

Activity: 847
Merit: 22

$$P2P BTC BRUTE.JOIN NOW ! https://uclck.me/SQPJk


View Profile
November 14, 2021, 05:35:17 PM
 #3

I will try to explain very easy:

if address x has send transaction to y -> it means that x address has outgoing transaction.

sender address = attack addres.

So, x adress for attack or y ?

$$$ P2P NETWORK FOR BTC WALLET.DAT BRUTE F ORCE .JOIN NOW=GET MANY COINS NOW !!!
https://github.com/phrutis/LostWallet  https://t.me/+2niP9bQ8uu43MDg6
NotATether
Legendary
*
Offline Offline

Activity: 1596
Merit: 6728


bitcoincleanup.com / bitmixlist.org


View Profile WWW
November 14, 2021, 07:02:19 PM
Merited by ABCbits (2), BlackHatCoiner (1)
 #4

RSZ only applies to inputs, not outputs because the outputs don't have an RSZ created for them yet. They can only be made when you spend the outputs by putting them as inputs to another transaction.

.
.BLACKJACK ♠ FUN.
█████████
██████████████
████████████
█████████████████
████████████████▄▄
░█████████████▀░▀▀
██████████████████
░██████████████
████████████████
░██████████████
████████████
███████████████░██
██████████
CRYPTO CASINO &
SPORTS BETTING
▄▄███████▄▄
▄███████████████▄
███████████████████
█████████████████████
███████████████████████
█████████████████████████
█████████████████████████
█████████████████████████
███████████████████████
█████████████████████
███████████████████
▀███████████████▀
█████████
.
demoinvest1
Newbie
*
Offline Offline

Activity: 6
Merit: 0


View Profile
November 15, 2021, 01:27:00 AM
 #5

I read bout method use R,S,Z but not yet understand yet why it can use calculate to know privatekey
method looking R and S on Transaction How I can calculate Z? what equation for calculate
and if  I have private key how to calculate R,S,Z for testing Can do it or not?

NotATether
Legendary
*
Offline Offline

Activity: 1596
Merit: 6728


bitcoincleanup.com / bitmixlist.org


View Profile WWW
November 15, 2021, 03:26:54 AM
Merited by ABCbits (2), BlackHatCoiner (2)
 #6

I read bout method use R,S,Z but not yet understand yet why it can use calculate to know privatekey
method looking R and S on Transaction How I can calculate Z? what equation for calculate
and if  I have private key how to calculate R,S,Z for testing Can do it or not?

R and S are public inside the transaction output. Z is just the SHA256 hash of the raw transaction, not the signed transaction.

Usually, it is not possible to obtain the private key from an RSZ triple, since if you could, that would break the security model of Bitcoin.

But if you have two RSZ triples that were generated with the same nonce ("k"), you can solve two equations of the form s = k-1(z + r*dA) mod n (this comes from the verification algorithm) for dA, the private key.

.
.BLACKJACK ♠ FUN.
█████████
██████████████
████████████
█████████████████
████████████████▄▄
░█████████████▀░▀▀
██████████████████
░██████████████
████████████████
░██████████████
████████████
███████████████░██
██████████
CRYPTO CASINO &
SPORTS BETTING
▄▄███████▄▄
▄███████████████▄
███████████████████
█████████████████████
███████████████████████
█████████████████████████
█████████████████████████
█████████████████████████
███████████████████████
█████████████████████
███████████████████
▀███████████████▀
█████████
.
demoinvest1
Newbie
*
Offline Offline

Activity: 6
Merit: 0


View Profile
November 16, 2021, 02:25:32 AM
 #7


R and S are public inside the transaction output. Z is just the SHA256 hash of the raw transaction, not the signed transaction.

Usually, it is not possible to obtain the private key from an RSZ triple, since if you could, that would break the security model of Bitcoin.

But if you have two RSZ triples that were generated with the same nonce ("k"), you can solve two equations of the form s = k-1(z + r*dA) mod n (this comes from the verification algorithm) for dA, the private key.

Thank you very much. help to understand more
Pages: [1]
  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!