Bitcoin Forum
April 27, 2024, 12:09:34 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 2 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 »
  Print  
Author Topic: [ARCHIVE] Bitcoin challenge discusion  (Read 28959 times)
iparktur
Jr. Member
*
Offline Offline

Activity: 119
Merit: 1


View Profile WWW
November 19, 2019, 08:10:53 AM
 #581

It depends what expenses you have. I'm using my small rig to heat my home so actually it's paying itself by just generating heat. Everything else is just pure profit.

Just like the old days of mining Bitcoin. Smiley

I live in a warm temperate to arid area, so the excess heat is usually unwanted, except in the coldest parts of Winter. The temperature today is going to peak around 35 degrees C.

...surely there must be a more efficient way to heat your house? Your GPU is basically like a simple foot heater, so its efficiency is very low compared to something like reverse cycle A/C.

Good answer - I like it.

I apologize that my question is a little off topic.
For addresses that have an output transaction, people retrieve R, S and Z values from a  Bitcoin Transaction.
The process of obtaining (extracting) R, S and Z values from a Bitcoin Transaction is known and understandable to me.
Another thing is not clear - the practical application of the parameters R, S and Z. Is there a thread on this forum that discusses the practical application of these parameters R, S and Z?
And secondly, the 2coin.org resource often freezes and does not work.
Is there any other resource similar to 2coin.org?
Perhaps there is a stand-alone script or software option on GitHub?
Tell me.
TalkImg was created especially for hosting images on bitcointalk.org: try it next time you want to post an image
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
paniker
Newbie
*
Offline Offline

Activity: 49
Merit: 0


View Profile
November 19, 2019, 08:29:41 AM
 #582

It depends what expenses you have. I'm using my small rig to heat my home so actually it's paying itself by just generating heat. Everything else is just pure profit.

Just like the old days of mining Bitcoin. Smiley

I live in a warm temperate to arid area, so the excess heat is usually unwanted, except in the coldest parts of Winter. The temperature today is going to peak around 35 degrees C.

...surely there must be a more efficient way to heat your house? Your GPU is basically like a simple foot heater, so its efficiency is very low compared to something like reverse cycle A/C.

Good answer - I like it.

I apologize that my question is a little off topic.
For addresses that have an output transaction, people retrieve R, S and Z values from a  Bitcoin Transaction.
The process of obtaining (extracting) R, S and Z values from a Bitcoin Transaction is known and understandable to me.
Another thing is not clear - the practical application of the parameters R, S and Z. Is there a thread on this forum that discusses the practical application of these parameters R, S and Z?
And secondly, the 2coin.org resource often freezes and does not work.
Is there any other resource similar to 2coin.org?
Perhaps there is a stand-alone script or software option on GitHub?
Tell me.


wow, man thks for 2coins, very usefull
MrFreeDragon
Sr. Member
****
Offline Offline

Activity: 443
Merit: 350


View Profile
November 19, 2019, 11:35:20 AM
 #583

-snip-
For addresses that have an output transaction, people retrieve R, S and Z values from a  Bitcoin Transaction.
The process of obtaining (extracting) R, S and Z values from a Bitcoin Transaction is known and understandable to me.
Another thing is not clear - the practical application of the parameters R, S and Z. Is there a thread on this forum that discusses the practical application of these parameters R, S and Z?

This is the general principle of digital signatures. Having the private key the owner can sign any message (as well as the outgoing transaction). Signature of the message is a point. After that anybody can verify this signature with the public key.

Here is the general description:
https://www.cryptocompare.com/wallets/guides/how-do-digital-signatures-in-bitcoin-work/
https://en.wikipedia.org/wiki/Elliptic_Curve_Digital_Signature_Algorithm
https://bitcoin.stackexchange.com/questions/32628/redeeming-a-raw-transaction-step-by-step-example-required/32695#32695

Some topics on bitcointalk:
https://bitcointalk.org/index.php?topic=653313.0
https://bitcointalk.org/index.php?topic=5147948.0
https://bitcointalk.org/index.php?topic=1796142.0

And secondly, the 2coin.org resource often freezes and does not work.
Is there any other resource similar to 2coin.org?
Perhaps there is a stand-alone script or software option on GitHub?
Tell me.

What is your main goal? If you just need to take r, s values from raw transaction - you can easily do it. The structure of the transaction is described in the links provided earlier by me.
If you want to understand how these values are calcualted - the description is also in the links above.

For more details, google for "DER signatures".

iparktur
Jr. Member
*
Offline Offline

Activity: 119
Merit: 1


View Profile WWW
November 19, 2019, 04:57:31 PM
 #584

Now the section "Get R, S and Z values from a Raw Bitcoin Transaction" on the 2coin.org resource often freezes and does not work.
Is there any other resource similar to 2coin.org?
That's why I ask - Is there any other resource similar to 2coin.org?
Perhaps there is a stand-alone script or software option on GitHub?
mrxtraf
Member
**
Offline Offline

Activity: 255
Merit: 27


View Profile WWW
November 19, 2019, 06:02:21 PM
 #585

Now the section "Get R, S and Z values from a Raw Bitcoin Transaction" on the 2coin.org resource often freezes and does not work.
Is there any other resource similar to 2coin.org?
That's why I ask - Is there any other resource similar to 2coin.org?
Perhaps there is a stand-alone script or software option on GitHub?
Maybe this help you https://github.com/tintinweb/ecdsa-private-key-recovery
iparktur
Jr. Member
*
Offline Offline

Activity: 119
Merit: 1


View Profile WWW
November 19, 2019, 08:22:57 PM
 #586

Now the section "Get R, S and Z values from a Raw Bitcoin Transaction" on the 2coin.org resource often freezes and does not work.
Is there any other resource similar to 2coin.org?
That's why I ask - Is there any other resource similar to 2coin.org?
Perhaps there is a stand-alone script or software option on GitHub?
Maybe this help you https://github.com/tintinweb/ecdsa-private-key-recovery

Thank you for the advice, but It is difficult for me .
I don’t know how to work it.
Here, probably, you need to work in Python, but I do not know programming.
I need ready-made software, script or website.
MrFreeDragon
Sr. Member
****
Offline Offline

Activity: 443
Merit: 350


View Profile
November 19, 2019, 09:33:33 PM
Last edit: November 19, 2019, 11:10:44 PM by MrFreeDragon
 #587

Now the section "Get R, S and Z values from a Raw Bitcoin Transaction" on the 2coin.org resource often freezes and does not work.
Is there any other resource similar to 2coin.org?
That's why I ask - Is there any other resource similar to 2coin.org?
Perhaps there is a stand-alone script or software option on GitHub?
Maybe this help you https://github.com/tintinweb/ecdsa-private-key-recovery

Thank you for the advice, but It is difficult for me .
I don’t know how to work it.
Here, probably, you need to work in Python, but I do not know programming.
I need ready-made software, script or website.

As I understood, you need R, S, Z values from the raw bitcoin transaction. Just out of curiosity, what are you going to do with these values if you do not know programming? Tell your final goal - probably you need not signature value from transaction but smth else, and the advice here could be more helpful for you.

vimp666
Jr. Member
*
Offline Offline

Activity: 37
Merit: 1


View Profile
November 20, 2019, 06:37:05 AM
Last edit: November 20, 2019, 10:22:07 AM by vimp666
 #588

Now the section "Get R, S and Z values from a Raw Bitcoin Transaction" on the 2coin.org resource often freezes and does not work.
Is there any other resource similar to 2coin.org?
That's why I ask - Is there any other resource similar to 2coin.org?
Perhaps there is a stand-alone script or software option on GitHub?
Maybe this help you https://github.com/tintinweb/ecdsa-private-key-recovery

Thank you for the advice, but It is difficult for me .
I don’t know how to work it.
Here, probably, you need to work in Python, but I do not know programming.
I need ready-made software, script or website.
Do you want to extract the private key from a transaction? possibly get the private key from a transaction but only when the same signature (k) was generated in at least two different transactions. But all these addresses are empty for a long time. Having extracted the private key from the address with different signatures for each transaction is IMPOSSIBLE.
https://bitcoin.stackexchange.com/questions/79196/how-to-find-values-n-and-k-given-r-s-and-z-in-ecdsa
https://bitcoin.stackexchange.com/questions/25814/ecdsa-signature-and-the-z-value
if you don’t know how to work with python scripts then maybe you should first learn how to work with python
iparktur
Jr. Member
*
Offline Offline

Activity: 119
Merit: 1


View Profile WWW
November 20, 2019, 11:18:56 AM
 #589

Now the section "Get R, S and Z values from a Raw Bitcoin Transaction" on the 2coin.org resource often freezes and does not work.
Is there any other resource similar to 2coin.org?
That's why I ask - Is there any other resource similar to 2coin.org?
Perhaps there is a stand-alone script or software option on GitHub?
Maybe this help you https://github.com/tintinweb/ecdsa-private-key-recovery

Thank you for the advice, but It is difficult for me .
I don’t know how to work it.
Here, probably, you need to work in Python, but I do not know programming.
I need ready-made software, script or website.
Do you want to extract the private key from a transaction? possibly get the private key from a transaction but only when the same signature (k) was generated in at least two different transactions. But all these addresses are empty for a long time. Having extracted the private key from the address with different signatures for each transaction is IMPOSSIBLE.
https://bitcoin.stackexchange.com/questions/79196/how-to-find-values-n-and-k-given-r-s-and-z-in-ecdsa
https://bitcoin.stackexchange.com/questions/25814/ecdsa-signature-and-the-z-value
if you don’t know how to work with python scripts then maybe you should first learn how to work with python

Yes, that's right - I wanted to test this theory of two transactions with the same signature. Just one person began to pass this method as his invention, but I found information about this method dated February 2018.

I honestly said here that programming is not mine.
Something I can do, but my knowledge is very small. It's too late for me to learn programming.

vimp666 - I don’t know what kind of programmer you are, but I’m 100% sure that if someone gives you software with the "get rich" button, you will click this button (just like me). And what's the difference between us ?

iparktur
Jr. Member
*
Offline Offline

Activity: 119
Merit: 1


View Profile WWW
November 20, 2019, 11:28:38 AM
 #590

Now the section "Get R, S and Z values from a Raw Bitcoin Transaction" on the 2coin.org resource often freezes and does not work.
Is there any other resource similar to 2coin.org?
That's why I ask - Is there any other resource similar to 2coin.org?
Perhaps there is a stand-alone script or software option on GitHub?
Maybe this help you https://github.com/tintinweb/ecdsa-private-key-recovery

Thank you for the advice, but It is difficult for me .
I don’t know how to work it.
Here, probably, you need to work in Python, but I do not know programming.
I need ready-made software, script or website.
Do you want to extract the private key from a transaction? possibly get the private key from a transaction but only when the same signature (k) was generated in at least two different transactions. But all these addresses are empty for a long time. Having extracted the private key from the address with different signatures for each transaction is IMPOSSIBLE.
https://bitcoin.stackexchange.com/questions/79196/how-to-find-values-n-and-k-given-r-s-and-z-in-ecdsa
https://bitcoin.stackexchange.com/questions/25814/ecdsa-signature-and-the-z-value
if you don’t know how to work with python scripts then maybe you should first learn how to work with python

https://github.com/Bit160/Bitcoin-Key-Compression-Tool/blob/master/r-s-z-to-wif.py

Yes, this is the way I talked about, but is already presented by a third person.
vimp666
Jr. Member
*
Offline Offline

Activity: 37
Merit: 1


View Profile
November 20, 2019, 12:13:44 PM
Last edit: November 20, 2019, 12:38:40 PM by vimp666
 #591

Yes, that's right - I wanted to test this theory of two transactions with the same signature. Just one person began to pass this method as his invention, but I found information about this method dated February 2018.

I honestly said here that programming is not mine.
Something I can do, but my knowledge is very small. It's too late for me to learn programming.

vimp666 - I don’t know what kind of programmer you are, but I’m 100% sure that if someone gives you software with the "get rich" button, you will click this button (just like me). And what's the difference between us ?


why programmer ? running python scripts is not so difficult. I’m not telling you what you need write a script.scripts on github and without us are enough.I think almost all transactions with the same signature are a blockchain android wallet failure (a few years ago), which for several hours produced the same value of (k).
iparktur
Jr. Member
*
Offline Offline

Activity: 119
Merit: 1


View Profile WWW
November 20, 2019, 12:32:57 PM
 #592

Yes, that's right - I wanted to test this theory of two transactions with the same signature. Just one person began to pass this method as his invention, but I found information about this method dated February 2018.

I honestly said here that programming is not mine.
Something I can do, but my knowledge is very small. It's too late for me to learn programming.

vimp666 - I don’t know what kind of programmer you are, but I’m 100% sure that if someone gives you software with the "get rich" button, you will click this button (just like me). And what's the difference between us ?


why programmer ? running python scripts is not so difficult. I’m not telling you what you need write a script.scripts on github and without us are enough.

I don't have python.
Even if I download python, I don’t know how to use it correctly.
Studying late - I'm already old.
mrxtraf
Member
**
Offline Offline

Activity: 255
Merit: 27


View Profile WWW
November 20, 2019, 02:01:01 PM
 #593

Do you want to extract the private key from a transaction? possibly get the private key from a transaction but only when the same signature (k) was generated in at least two different transactions. But all these addresses are empty for a long time. Having extracted the private key from the address with different signatures for each transaction is IMPOSSIBLE.
https://bitcoin.stackexchange.com/questions/79196/how-to-find-values-n-and-k-given-r-s-and-z-in-ecdsa
https://bitcoin.stackexchange.com/questions/25814/ecdsa-signature-and-the-z-value
if you don’t know how to work with python scripts then maybe you should first learn how to work with python

Yes, that's right - I wanted to test this theory of two transactions with the same signature. Just one person began to pass this method as his invention, but I found information about this method dated February 2018.

I honestly said here that programming is not mine.
Something I can do, but my knowledge is very small. It's too late for me to learn programming.

vimp666 - I don’t know what kind of programmer you are, but I’m 100% sure that if someone gives you software with the "get rich" button, you will click this button (just like me). And what's the difference between us ?


2iparktur And why would someone just give you the "get rich" button that works only once for one wallet?
2vimp666 Not all addresses that have transactions with the same K are empty. But from these transactions, it is not possible to create the correct private key.
MrFreeDragon
Sr. Member
****
Offline Offline

Activity: 443
Merit: 350


View Profile
November 20, 2019, 06:07:09 PM
 #594

I don't have python.
Even if I download python, I don’t know how to use it correctly.
Studying late - I'm already old.

You have a very interesting position.
Imagine you are sitting on the chair with 1USD note sticked from the bottom. If you want this 1USD note you should get off your backside, stand up and take it.

Better write here your bitcoin address and promise to pray for the luck, and some lucky private key hunter will send you bounty once find the key  Cool I guess you will have better chances.

iparktur
Jr. Member
*
Offline Offline

Activity: 119
Merit: 1


View Profile WWW
November 20, 2019, 06:08:44 PM
 #595

iparktur - "And why would someone just give you the "get rich" button that works only once for one wallet?"

This was written in the original post from  vimp666 in my address, but then vimp666 edited it.

vimp666 - "Not all addresses that have transactions with the same K are empty. But from these transactions, it is not possible to create the correct private key."

Well, why not try it?
iparktur
Jr. Member
*
Offline Offline

Activity: 119
Merit: 1


View Profile WWW
November 20, 2019, 06:36:24 PM
 #596

I don't have python.
Even if I download python, I don’t know how to use it correctly.
Studying late - I'm already old.

You have a very interesting position.
Imagine you are sitting on the chair with 1USD note sticked from the bottom. If you want this 1USD note you should get off your backside, stand up and take it.

Better write here your bitcoin address and promise to pray for the luck, and some lucky private key hunter will send you bounty once find the key  Cool I guess you will have better chances.

At first :
I do not intend to beg alms !

Secondly :
I think that you are very much simplifying and reasoning from the perspective of a programmer. Try to teach some grandfather programming in any language. I'm talking about programming, not about working on a computer with ready-made programs (Word; Excel; clBitCrack, etc.)

This is a useless discussion and off topic.
MrFreeDragon
Sr. Member
****
Offline Offline

Activity: 443
Merit: 350


View Profile
November 20, 2019, 06:56:57 PM
 #597

I don't have python.
Even if I download python, I don’t know how to use it correctly.
Studying late - I'm already old.

You have a very interesting position.
Imagine you are sitting on the chair with 1USD note sticked from the bottom. If you want this 1USD note you should get off your backside, stand up and take it.

Better write here your bitcoin address and promise to pray for the luck, and some lucky private key hunter will send you bounty once find the key  Cool I guess you will have better chances.

At first :
I do not intend to beg alms !

Secondly :
I think that you are very much simplifying and reasoning from the perspective of a programmer. Try to teach some grandfather programming in any language. I'm talking about programming, not about working on a computer with ready-made programs (Word; Excel; clBitCrack, etc.)

This is a useless discussion and off topic.


Yes, this is offtopic here. The main topic is about 100BTC transaction challenge, but not about finding for reused R values (as I understood you want to scan transactions for R, S, Z values in order to find the reused random number).
In order to close this discussion here I just want to give you the link to related topic where R reuse discussions were made: https://bitcointalk.org/index.php?topic=581411.0

iparktur
Jr. Member
*
Offline Offline

Activity: 119
Merit: 1


View Profile WWW
November 21, 2019, 03:40:35 AM
 #598


Yes, this is offtopic here. The main topic is about 100BTC transaction challenge, but not about finding for reused R values (as I understood you want to scan transactions for R, S, Z values in order to find the reused random number).
In order to close this discussion here I just want to give you the link to related topic where R reuse discussions were made: https://bitcointalk.org/index.php?topic=581411.0

You could immediately write this link.
Thanks.
n00by
Member
**
Offline Offline

Activity: 172
Merit: 11


View Profile
November 22, 2019, 04:14:45 PM
 #599

You could immediately write this link.
Thanks.

What do you want to know? Z values for known private keys in this transaction?
I have them.
ttdclient
Jr. Member
*
Offline Offline

Activity: 34
Merit: 11


View Profile
November 25, 2019, 07:00:39 PM
 #600

We are nearing 0.4% of the entire 64 bit range checked

Total Ranges Checked: 535,855 of 134,217,728
Total Private Keys Checked: 36.82368 Quadrillion
Percentage completed: 0.399243%
About 1 in every 250 ranges checked

If you have extra power and want to contribute check out

http://www.ttdsales.com/64bit/
Pages: « 1 2 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 »
  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!