Bitcoin Forum
May 24, 2024, 05:50:36 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
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 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 ... 480 »
41  Other / Beginners & Help / Re: Creating something which will change alot on: April 06, 2024, 01:10:28 AM
You have two different entries for "Non-Fungible Token" and two different entries for "NFT".

Oveall, I like the accuracy of the definitions. They don't show the lack of understanding that is typical of these dictionary projects.
42  Bitcoin / Bitcoin Discussion / Re: $100,000 and $1,000,000 Bitcoin on: April 05, 2024, 04:20:13 AM
First, People will need to Invest in Cloud Mining and Mining Bitcoin.

Cloud mining is an old scam. Only the newbies fall for it now.
43  Bitcoin / Development & Technical Discussion / Re: Backdoor ve ecdsa on: April 04, 2024, 07:05:14 PM
So how can I find the value of b? Trial and error method for example? Is b an integer?

It is clearly stated that b is chosen by the attacker. Your questions indicate to me that it might help to learn more about cryptography before tackling the details of this subject.
44  Bitcoin / Development & Technical Discussion / Re: proof of what? - reviewers needed for paper on: April 04, 2024, 06:56:16 PM
In general, I found your paper to be confusing. I don't know who your intended readers are but perhaps it will make more sense to them. I started out making a list of criticisms but it became too long and unwieldy. Instead, I will have to summarize.

In general, some of the conclusions seem arbitrary, some distinctions don't seem important or relevant to me, and some of the arguments do not seem well-founded or they are just unconvincing. The paper lacks coherence, a clear topic, and a clear conclusion.

  • The paper makes a strong distinction between money, credit, and cash without explaining the importance or relevance of the distinction.
  • The paper tends to abuse the term "natural". It makes a big point about how money is naturally unique when a better description is "distinct".
  • The paper takes the term "proof of work" too literally and fails to acknowledge its economic basis.
  • The paper conflates a chain of blocks with a chain of transactions.
  • The diagrams are unnecessary.
45  Bitcoin / Development & Technical Discussion / Re: Backdoor ve ecdsa on: April 03, 2024, 10:35:57 PM
In short, the attacker influences the selection of the nonce in such a way that a portion of a secret can be derived from each signature.

The secret to be leaked can be anything, but it is just a random value in the example code:

Code:
secret_to_leak = randscalar()

The nonce, k, is computed by multiplying a small portion, si, of the secret, S, by a value, b, known only to the attacker. Since b is known by the attacker and si is a small value, k and si can be recovered. k = si * b obfuscates the fact that k is not random.
46  Bitcoin / Bitcoin Discussion / Re: what would be the implications of reducing blocktime to 5m and size/reward by 2x on: March 29, 2024, 06:18:47 AM
The result of a shorter time between blocks is an increase in stale blocks and reorgs. However, ten minutes is a long time and reducing the block time to five minutes would probably have no significant effect. The first confirmation would occur sooner, but but the waiting time in order to guard against a double-spend would remain the same because you would need to double the number of confirmations for the same security.

As for "reducing ... size/reward by 2x", I assume you mean by 1/2 in order to offset the more frequent blocks, and the only effect that I can think of is a reduction in the maximum size of a transaction.
47  Bitcoin / Development & Technical Discussion / Re: Difference between the TRADITIONAL Chinese and SIMPLIFIED Chinese Mnemonic Words on: March 28, 2024, 12:06:40 AM
One reason is that traditional and simplified are not just different fonts. The character encodings have differences so the same phrase may result in different seeds.

Another reason is that the words in the lists differ because of how the words were chosen.

Read about it here: https://github.com/bitcoin/bips/pull/114
48  Bitcoin / Bitcoin Discussion / Re: Thoughts about Quantum Blockchain Technologies, QBT. on: March 20, 2024, 12:44:22 AM
It seems very specific to mining, but I am not a miner, so it is not really that interesting to me unless they expose some serious flaw.
49  Other / Off-topic / Re: With equal effort and fatigue, wages are equal, right? on: March 19, 2024, 11:51:10 PM
I keep my full respect in Women , but I do believe that there are work that they cannot
compete or be the same as Men , like those construction work that needs to  carry heavy materials
and yes they are known to be less muscles in that term.but in all jobs they are competent as men
but not in so physical jobs.

The blanket statement that men are stronger than women is not accurate. There are some women that are stronger than some men.

So, assuming that women are not as competent at construction work as men is wrong. It depends completely on the person and not their gender.
50  Other / Off-topic / Re: With equal effort and fatigue, wages are equal, right? on: March 18, 2024, 11:23:37 PM
Male or female, it doesn't matter. If your employer does not pay you what you believe your work is worth, then you can find a new employer who will.

If no employer will pay you what you believe your work is worth, then either nobody recognizes its worth or it is not worth as much as you believe.
51  Bitcoin / Development & Technical Discussion / Re: Bitcoin private key or nonce find on: March 18, 2024, 10:58:54 PM
Just repeating what Cricktor wrote.

If the same nonce is used in two different signatures using the same private key, then its value can be found. The math is explained at https://learnmeabitcoin.com/technical/cryptography/elliptic-curve/ecdsa/#sign in the "Private Key Recovery" section.
52  Other / Meta / Re: The administration of bitcointalk. on: March 18, 2024, 10:39:56 PM
The original forum was on sourceforge.net. It was replaced by a forum on bitcoin.org that I believe was initially set up by satoshi and eventually administered by sirius. That forum with all of its contents was later moved to bitcointalk.org and administration was taken over by theymos. Note that satoshi left before the creation of the bitcointalk forum and so never actually posted here.

I think that summary is mostly accurate. Some early history of the forums are documented in emails between satoshi and sirius here: https://mmalmi.github.io/satoshi/
53  Bitcoin / Development & Technical Discussion / Re: Addressing Concerns: The Growing Data Demands of Blockchain and the Threat of Ce on: March 15, 2024, 08:12:37 AM
As blockchain networks grow and their data expands, the demand for storage increases. This leads to concerns about the centralization of full nodes, as larger corporations with significant resources might dominate node operation, potentially undermining decentralization. Individuals often lack the resources to run full nodes, impacting their influence on network consensus. This raises questions about the long-term decentralization of blockchain networks. How can we address these challenges and ensure that blockchain remains truly decentralized?

The current cost of a full node is less than $200, plus the cost of internet access and electricity. That may make it out of reach for many individuals, but it doesn't mean that only corporations can operate a full node or that corporations will dominate.
54  Bitcoin / Development & Technical Discussion / Re: Radical New Discovery Could Double The Speed of Existing Computers on: March 15, 2024, 08:06:52 AM
This discovery might be interesting for Bitcoin and crypto miners. There is a thing called merged mining and SMHT might make it more profitable.

I'm not sure why you are bringing up merged mining, but in general, improvements to computer processing power and efficiency do not affect overall profitably. They only increase the difficulty.
55  Bitcoin / Bitcoin Discussion / The Faketoshi saga is now coming to a close... on: March 15, 2024, 07:34:19 AM
Craig Wright is not Satoshi Nakamoto or the author of the Bitcoin whitepaper, U.K. Judge James Mellor said after closing arguments in the Crypto Open Patent Alliance (COPA) trial on Thursday.

The evidence presented during the month-long trial was "overwhelming," the judge said, adding that he plans to write a ruling detailing his conclusions – including that Wright did not create the Bitcoin system.

"I will make certain declarations, which I am satisfied are useful and are necessary to do justice between the parties. First, that Dr. Wright is not the author of the Bitcoin white paper. Second, Dr. Wright is not the person who adopted or operated under the pseudonym Satoshi Nakamoto in the period 2008 to 2011. Third, Dr. Wright is not the person who created the Bitcoin System. And, fourth, he is not the author of the initial versions of the Bitcoin software. Any further relief will be dealt with in my written judgment," Judge Mellor said.


https://www.coindesk.com/policy/2024/03/14/justice-james-mellors-ruling-on-craig-wright-copa-trial/

This ruling will make it impossible for CSW to continue has campaign of lawsuits against developers and others in U.K. courts.

Some have the opinion that his actions in the trial could result in charges of perjury and forgery.
56  Bitcoin / Press / [2024-03-14] Craig Wright Is Not Satoshi, ... Judge Rules on: March 15, 2024, 07:24:36 AM
Craig Wright Is Not Satoshi, Didn't Author Bitcoin Whitepaper, Judge Rules
By Camomile Shumba

COPA took Wright to court to try and prevent him from suing developers and other members of the crypto community, claiming intellectual property rights over Bitcoin's technology.


Craig Wright is not Satoshi Nakamoto or the author of the Bitcoin whitepaper, U.K. Judge James Mellor said after closing arguments in the Crypto Open Patent Alliance (COPA) trial on Thursday.

The evidence presented during the month-long trial was "overwhelming," the judge said, adding that he plans to write a ruling detailing his conclusions – including that Wright did not create the Bitcoin system.

https://www.coindesk.com/policy/2024/03/14/craig-wright-not-satoshi-didnt-author-bitcoin-whitepaper-judge-rules/


57  Bitcoin / Development & Technical Discussion / Re: Unique serial number for every single satoshi on: March 14, 2024, 08:31:13 PM
110000 is the number of the block that the satoshi was created in. Using the numbering system in the post, the 5,000,000,000 satoshis created in that block are numbered 110000.1 through 110000.5000000000.
I feel as though the numbering system would save a LOT of space if it was in binary.

There are many ways to represent an Ordinals satoshi. It is up to the implementation. At its core, an ordinal is a number from 0 to 2099999997689999. As long as  the specification is followed, everything else is just a conversion between numbering systems.
58  Bitcoin / Development & Technical Discussion / Re: Unique serial number for every single satoshi on: March 14, 2024, 02:34:34 AM
... I really didn’t pick in on how ... 110000. ...

110000 is the number of the block that the satoshi was created in. Using the numbering system in the post, the 5,000,000,000 satoshis created in that block are numbered 110000.1 through 110000.5000000000.
59  Bitcoin / Development & Technical Discussion / Re: Unique serial number for every single satoshi on: March 09, 2024, 08:45:51 AM
Sounds like a fun project, but I don't think the idea has any practical use because there is no real association between the satoshis in the inputs and the satoshis in the outputs.
I'm happy to admit that I was proven wrong, but I'm still waiting for a practical use. I'm not saying that there is no practical use, just that I am too closed-minded to come up with one. Wink
Curious to know how you were proven wrong. I also was just wondering the same thing. Is there any real association between input satoshis and output satoshis?

The Ordinals system specifically describes the association between the satoshis in the inputs and the satoshis in the outputs, so there is a real association when you use the Ordinals system. I think the jury is still out on whether there are any practical uses.
60  Other / Beginners & Help / Re: Bitcoin newby questions on: March 07, 2024, 06:20:26 PM
Some brief answers:

1.  how does the system both determine it's a valid transaction, and also detect a fraudulent transaction?

There are specific validation rules. Each node determines for itself if a transaction or block is valid. Nodes only send valid transactions and blocks to other nodes. Nodes and miners who don't follow the rules are effectively exiled from the network by the individual nodes that they connect to.

2. How are the individual transactions distributed among the miners?

All transactions are distributed to all nodes. Miners are free to choose which transactions are includes in their blocks. Validating a transaction is very fast. The vast majority of a miner's effort is the proof of work.

3. What happens to an individual Bitcoin when it's split?

There are no bitcoins, tangible or intangible. They are really just numbers in a ledger. If you have X bitcoins in your wallet, it means that there are one or more UTXOs in the block chain that are associated with addresses controlled by your wallet, and these UTXOs have value fields that add up to X.
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 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 ... 480 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!