Bitcoin Forum
May 24, 2024, 05:59:28 PM *
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 54 ... 480 »
61  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.
62  Bitcoin / Development & Technical Discussion / Re: why was bitcoin written in C++ instead of pure C? on: March 07, 2024, 01:22:43 AM
Quote
why was bitcoin written in C++ instead of pure C?

I don't think satoshi has ever explained why he chose C++. Anyone can tell you why they would use C++ or C, but only satoshi can answer your question.
63  Economy / Trading Discussion / Re: I don't understand you people... on: March 06, 2024, 01:10:14 AM
When I see that the price is flying down steeply, I sell everything and let it fall down. When it stops, then I buy cheap and I have earned...
...
I'm seriously upset because a couple of such  "smart"  people just ruined my chance to make up for a 15k loss... I would like to kick them somewhere!

How do you have a 15k loss if you sold when it was dropping and then bought it back when it was cheap?

Maybe your magic crystal ball is broken. Rather than complaining about "smart" people, you should blame the real culprit, the magic crystal ball manufacturer, for selling you a faulty product.
64  Economy / Speculation / Re: BTC created new ATH before Halving: are you surprised? on: March 05, 2024, 08:27:12 PM
In simpler terms, Halving reduces miners' income, causing the minimum BTC mining cost to roughly double. This means that for miners to maintain their pre-halving income, the BTC price would also need to roughly double. This is considered one of the driving forces behind the historical price increases of BTC ...

That's a common misconception based on Marx's Labor Theory of Value, which has been mostly rejected by modern economists.

Anyway, the fact that the bull run to an ATH has started long before the halving in every case strongly indicates that it is unrelated to the halving process.
65  Bitcoin / Bitcoin Discussion / Re: Every time a new Bitcoin Block is found, US prints $69 million!!! on: March 05, 2024, 08:15:21 PM
Your headline is misleading. The U.S. debt is not the same as the USD money supply.
66  Other / Off-topic / Re: The effects of feminism on marriages in today’s world. on: March 04, 2024, 12:14:04 AM
...you should understand the place of a man in marriage...

A marriage is an agreement between two people. If you are not one of those two people, you should mind your own business.
67  Other / Serious discussion / Re: Dustan Eddington on: March 04, 2024, 12:09:40 AM
He is not Satoshi. I know that because I am Satoshi.
68  Bitcoin / Development & Technical Discussion / Re: Bitcoin and Green Energy Subsidies on: March 03, 2024, 11:57:40 PM
One aspect of "green" mining that is largely overlooked is that there is a limited amount of renewable energy, so using renewable energy for Bitcoin mining prevents its use by others. So generally speaking, a Bitcoin miner switching to renewable energy doesn't really help anyone.

In the end, it is the producers of electricity who are responsible for the use of renewable energy, and not the consumers.

There are exceptions:
  • A miner who produces their own electricity from renewable sources.
  • A miner who pays a premium or uses excess electricity from renewable sources.
  • A miner who burns oil field gas to generate their electricity (because it reduces the amount of methane released into the atmosphere).
69  Alternate cryptocurrencies / Altcoin Discussion / Re: How to get ordinals range on a given Bitcoin wallet address? on: March 03, 2024, 08:46:43 PM
While it is possible to list all of the the ordinals at an address (or more specifically, in a UTXO), it might not be practical because each time a range of ordinals is involved in a transaction, the range may be split in several places.

At the extreme, an address with 1 BTC could contain 100,000,000 distinct ranges of 1 sat each.

Likewise, though it may be possible to have a database with the location of each ordinal, it is not practical as the size of the database would be huge. It is more likely that Ordiscan just tracks the locations of specific ordinals, and just looks to see if any are at the address you supply. Finding the UTXO with a specific ordinal involves scanning the block chain for the chain of transactions involving the ordinal, starting at the originating block.

This shows how ordinals are created and transferred:
70  Other / Beginners & Help / Re: How does a cryptocurrency gain value? on: February 29, 2024, 05:17:54 AM
...
Supply: The more the units of crypto, the less valuable they are in units. If a cryptocurrency is readily available in bulk to the public, the value drops.
Scarcity is value😅
...

In economics, "scarcity" is not about the number of units of a resource. The number of units is arbitrary.

Scarcity describes a situation in which demand is (or can be) unlimited while the supply is limited. Fiat money is not scarce because an unlimited number of units can be created.
71  Bitcoin / Bitcoin Discussion / Re: When will Bitcoin catch up with Gold in capitalization? on: February 29, 2024, 05:07:30 AM
As of 2024, about 39% of the existing 212,000 metric tons, or about 82700 metric tons, of gold are held by central banks and by investors. This is the portion that Bitcoin could replace, and it is currently worth about $5.4 trillion USD.

So, a bitcoin would have to be worth about $270,000 USD in order to match gold. Actually, the number is higher because much of the gold jewelry in the world is also used as an investment.
72  Bitcoin / Development & Technical Discussion / Re: Understanding Nonce on: February 26, 2024, 12:23:36 AM
Now here's where I got confused, Miners have to guess this number to find a compatibility hash for the header.....

Not just the nonce. Although that is how it is typically described, other data in the header is also manipulated in order to change the hash.


how do they get to change the noce in the header since its hashed along with the block-header-dat thought they have different  hash

The value of the nonce is completely up to the miner and does not depend on anything else. So, if one value doesn't work, then another is tried. Typically, the nonce starts a 0 and it is incremented until a qualifying hash is found or all the possible nonces have been tried. If all the nonces have been tried, then something else in the header is changed and the nonce starts back at 0. This process keeps going until a block header that has a qualifying hash is found.
73  Bitcoin / Bitcoin Discussion / Re: When a child pays for its parents, or how to solve a stuck transaction with CPFP on: February 25, 2024, 02:34:42 AM
Well, in some cases, your approach may work, but not when consolidating while there are no satoshis at the destination address in a stuck transaction. That is the reason why you need to first send satoshis from address A3 to A2.

I think you are getting Bitcoin confused with Ethereum. In Ethereum, you must have enough ether in the wallet to pay the fee to send tokens. Bitcoin doesn't work that way. In Bitcoin, the fee is the sum of the source UTXOs minus the amount being sent.

For example, A1 has 100000 sats and you send it to A2 with a fee of 100 sats:

A1 (100000 sats) → A2 (99900 sats)  + 100 sats fee

Stuck. So, CPFP:

A2 (99900 sats) → A4 (89900 sats) + 10000 sats fee


A change address example in which A1 has 100000 sats and you send 50000 to A2 and the rest to a change address C with a fee of 100 sats:

A1 (100000 sats) → A2 (50000 sats)  + C (49900 sats) + 100 sats fee

Stuck. So, CPFP:

C (49900 sats) → A4 (39900 sats) + 10000 sats fee

74  Bitcoin / Bitcoin Discussion / Re: A lot has changed in 10 years! on: February 24, 2024, 11:59:04 PM
So... what I would like to know is, what is the easiest way (if any) to continue to top up my kids 1BTC wallets without losing half to fees? Should I just sweep them and start again? I am reluctant to do that as they have their names in the address which I thought was cute.

There is no reason to stop sending to your kids wallets. It won't affect how much you pay in fees. However, if you sent (or continue sending) many small amounts to their wallets, then you might try to lower the cost of sending from their wallets by consolidating them when fees are low.

Here is an article that describes it: https://thebitcoinmanual.com/articles/coin-consolidation/
75  Bitcoin / Bitcoin Discussion / Re: When a child pays for its parents, or how to solve a stuck transaction with CPFP on: February 24, 2024, 11:19:16 PM
There is no need to send more coins to A2. That does not "replenish" anything. Here is how it is done, assuming coins were sent from A1 to A2, but the amount of the transaction fee was too low:


1. Send the entire balance of A2 (including the unconfirmed transaction) to an address in your wallet (A4), and pay a transaction fee that is enough to pay for both the A1→A2 and A2→A4 transactions.


There may be a complication. Some wallets don't allow you to send unconfirmed coins and CPFP does just that. The solution is to look in you wallet settings for an option to send unconfirmed coins and enable it just for this transaction.

Generally, you use CPFP when you are the receiver of the coins because you must control A2. However, if you don't control A2, you may still be able to use CPFP. When you send from A1 to A2 and the amount in A1 is greater than A2, then the remainder will be sent to a change address (C) in your wallet. It looks like this:

A1A2 + C

In this case:


1. Send the balance of C (including the unconfirmed transaction) to an address in your wallet (A4), and pay a transaction fee that is enough to pay for both the A1→A2+C and C→A4 transactions.



Also, sending from a specific address may require something called coin control, which is an advanced feature. If you don't want to use coin control just do this:


1. Send the entire balance of your wallet (including the unconfirmed amounts) to an address in your wallet (A4), and pay a transaction fee that is enough to pay for both the A1→A2 and everything→A4 transactions.
76  Economy / Economics / Re: What is the money and debt bonds how it's created full story on: February 24, 2024, 11:10:41 PM
Read the full story Smiley most important is that we all have to pay the not paid loans one way or another.

Unfortunately, I don't want to read the full story when it starts with ridiculous statements because I assume the rest of the story will be the same.
77  Other / Serious discussion / Re: The Anon Paradox: Big Anonymity vs. Small Anonymity on: February 24, 2024, 05:58:03 AM
Quote
Finally, you contradict yourself. People value privacy w.r.t. government specifically to "avoid getting the wrong side of their government for practical reasons e.g. their own personal safety."
In short, people who are not criminals or tax evaders certainly do have a use for privacy w.r.t. government. Democracy cannot exist without privacy.
I don't see how that contradicts anything. People usually don't like to go against their government, even if it's the proper and moral thing to do, because they fear they may be imprisoned or killed. I don't see how that statement is particularly controversial.

The contradiction is that you state that privacy w.r.t. government is unnecessary and then give an example of how it might be useful.

Quote
"Arguing that you don't care about privacy because you have nothing to hide is no different than saying you don't care about free speech because you have nothing to say." -- Edward Snowden

That statement is nonsensical, but no matter: I care about privacy just like everybody else. I don't want my data shared with marketers, or companies I don't trust, or my neighbors, or even the government unless they have a valid subpoena. I simply don't have a need for a place...

Your statement demonstrates the point. Your lack of a need for privacy shouldn't invalidate another's need for privacy.

Anyway, I can give you a excellent reason for privacy from the government in three words: "civil asset forfeiture". Using civil asset forfeiture, the governments in the U.S. can confiscate your property, even if you have done nothing wrong. If you have money and they want it, they can confiscate it simply by claiming that they suspect it was being used in criminal activity, and they don't have to prove that there was any criminal activity. They only have to claim they suspect it. This process is routinely abused by law enforcement.

I have another three words for you: "home equity theft". In many states in the U.S., it is legal for governments to confiscate a property and sell it to pay a tax liability, but keep all of the proceeds. For example, a Minnesota county seized and sold a woman's $40,000 house to pay a $15,000 tax and kept the remaining $25,000.
78  Other / Serious discussion / Re: The Anon Paradox: Big Anonymity vs. Small Anonymity on: February 24, 2024, 03:50:32 AM
...
State actors are the police who work within the bounds of a political system in order to obtain your private data. Keeping your information private from these actors is done in order to escape the reach of the law within whatever dominion one finds oneself in. In mostly free western-style democracies, this typically means what we would call "criminals" e.g. those hiding proceeds from criminal activity, or those seeking to evade their taxes.

So in summary, when one asks, "do you want to keep your stuff private?", the answer must be prefaced with, "what kind of 'private' do you mean?". There is "private" from legal actors and criminals, and then there's "private" from your government. Those are two very different things.

Most people don't have any use for second kind of "privacy": most people are not criminals or tax evaders. (This is not making a moral judgement here by using the word, "criminal" because a "criminal" living under a corrupt government is not necessarily immoral). And morality aside, most people don't want to get on the wrong side of their government for practical reasons e.g. their own personal safety.

That is naive.

You assume an ideal government, which is an impossibility.

Consider that government actions are frequently based on policy and not legality.

You ignore the fact that a government is not an abstract entity. It is made up of people who belong to both "legal" and "illegal".

You easily dismiss the value of protecting privacy w.r.t. government for moral reasons.

Finally, you contradict yourself. People value privacy w.r.t. government specifically to "avoid getting the wrong side of their government for practical reasons e.g. their own personal safety."

In short, people who are not criminals or tax evaders certainly do have a use for privacy w.r.t. government. Democracy cannot exist without privacy.

"Arguing that you don't care about privacy because you have nothing to hide is no different than saying you don't care about free speech because you have nothing to say." -- Edward Snowden
79  Economy / Economics / Re: What is the money and debt bonds how it's created full story on: February 24, 2024, 03:24:01 AM
the most important thing to understand is that paper money in your hand has no value, and the numbers in the bank also do not match the value or amount of cash in circulation. However, money has value, this value comes from how much the people who use it promise to pay back more later. Your paper has no value, but your numbers on the screen also have no value, these numbers can disappear and most of our money in circulation is just a promise that we promise to pay back to someone later in the form of interest. ...

You can't start out saying that money has no value. Obviously, that can't be true. If money has no value, nobody would exchange it for something of value. You wouldn't work for money, and the grocery store wouldn't take it in exchange for groceries.

I suggest you try again, replacing the hyperbole with rational statements.


80  Economy / Economics / Re: How many Branches of Economics is there? on: February 24, 2024, 02:36:01 AM
I'm not an expert, but I wouldn't call them "branches" of economics. They are more accurately called "schools of thought".

The main ones that I know about are Keynesian, Austrian, Monetarism, and Marxism.

Branches of economics are mainly macro and micro, but there are others such as monetary, behavioral, developmental, environmental, etc.

Here is a good description: https://economicpoint.com/branches-economics

What is Keynesian economics?

Keynesian economics was pioneered by John Maynard Keynes. It is the most popular macroeconomic school of thought, probably because (in my view) it promotes the role of government and it relies on economic models and so its study attracts funding.

Finally which branch of economics did Satoshi Nakamoto follow himself?

Satoshi rarely stated any specific economic beliefs, though many are readily apparent in his work. I think he would be more closely aligned with the Austrians or the Monetarists, but he did mistakenly believe that the price of a bitcoin is ultimately based on the cost of its production, which is a Marxist belief.
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 54 ... 480 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!