Earlier quoted context omitted.
I would argue (though this is getting more philosophical) that time is what has intrinsic value (or rather, time saved ), since we all have a limited amount of time. Labour is how time gets saved -- one person spends their time doing something so that another person doesn't need to spend their time on it, and thus the person spending the time gets some money as a token for the time they spent. (But I agree with your…
I disagree, if time were the intrinsic value then all workers would receive the same disbursement amounts. As Labor also requires Skill and Proficiency those combine to adjust the value of the Labor.
Why I’m so “against” Ethereum
101–110 of 272 posts
Re: Why I’m so “against” Ethereum
#102Earlier quoted context omitted.
Were you passing --gcmode=archive --syncmode=full flags? If not, then it's just a light node. Here's an example: https://github.com/ethereum/go-ethereum/issues/16237 ,,Seems like it does indeed proceed but very slowly. After 12 days on the 96gig ram machine I am finally at block 4732597... I will report back how long it takes to finish.''
gcmode=archive is not required for a full node. It indexes every transaction in a database, which is unnecessary for most applications. It’s similar to txindex in bitcoind, but the Ethereum db is already much larger, so it takes weeks to sync in this mode.
Re: Why I’m so “against” Ethereum
#103How do people see the forks, the ‘closed’ meetings, the pivots, the obvious influence that a couple devs have over the entire system - and still walk away with any notion there is decentralization?
Re: Why I’m so “against” Ethereum
#104Earlier quoted context omitted.
You're missing the "extra dollars" that the central bank prints to fund the government's overspending. They call it "inflation" and tell you it is necessary and good for the economy. Before your government can create its next spending budget, it needs to pay off its debts with interest. A big chunk of every dollar of tax you pay is taken before the government can even think about what it is going to spend the rest on…
What you're saying here goes against any reasonable macroeconomic theory. Deflation causes spending to stop because people hoard money, as spending stops, economies dry up, and voila... economic stagnation at best. But no one without a formal education is Economics is likely to even be remotely aware of that. Inflation, and Keynesian economics, have empirically served the world quite well. The government's and social…
Here's an example of deflation: Moore's Law. If computing power is going to double in 18 months, then a computer I buy now will be worth much less in 18 months. If that's the case, best not buy that computer and wait 18 months right?
Another example is a car. It loses 20% of its value on purchase and continues to lose value year on year and is eventually worth nothing.
But nobody would buy a car if that were the case!
Economic theorists are mostly employees or funded by the banks, the central banks and the governments. There's a "consensus" among them that inflation = good because it benefits the industries they work for.
Anyway, it does not matter, because Bitcoin cannot be inflated, and if people now have the choice to hold a deflationary currency or an inflationary one, let them pick! We'll see if those economists were right after all when people actually have a choice.
Re: Why I’m so “against” Ethereum
#105Earlier quoted context omitted.
For me, just about 18 hours with parity on a fairly new i7 and fairly fast (200mbps) net and NVMe disks. Haven't repeated enough to be sure, but I can't figure out how to replicate the "weeks" argument I keep hearing. I suppose on average American broadband (~15mbps) and spinning HDDs the week-long numbers start to seem reasonable?
Edit: It seems (based on the conversations in this thread) the argument is versus "full", "fast" and "light" sync methods. Full implies personally reverifying the entire chain and every transaction, which takes a week or more. Fast pulls down the entire chain (and all of its data), and takes ~18 hours (what I mentioned above), but still results in a complete Ethereum node. It becomes a philosophical argument if the "…
In Ethereum, the closet to a Bitcoin full node would be an 'full archive' node, those are keeping all the transactions, down to the stack traces and events, without pruning. These are usually run by block explorers, but you certainly don't need to store that much detail if you just want to interact with a dapps.
Re: Why I’m so “against” Ethereum
#106Earlier quoted context omitted.
You're missing the "extra dollars" that the central bank prints to fund the government's overspending. They call it "inflation" and tell you it is necessary and good for the economy. Before your government can create its next spending budget, it needs to pay off its debts with interest. A big chunk of every dollar of tax you pay is taken before the government can even think about what it is going to spend the rest on…
What you're saying here goes against any reasonable macroeconomic theory. Deflation causes spending to stop because people hoard money, as spending stops, economies dry up, and voila... economic stagnation at best. But no one without a formal education is Economics is likely to even be remotely aware of that. Inflation, and Keynesian economics, have empirically served the world quite well. The government's and social…
Kenysian and austrian concepts are not mutually exclusive
Re: Why I’m so “against” Ethereum
#107That's rather misleading. The critique was about Casper CBC, which is very different from Casper FFG. Casper FFG is the basis of the Ethereum 2.0 design, and it's not very controversial. Casper CBC may be more controversial, but nobody is suggesting that it be deployed any time soon. It's Vlad's ongoing research project.
Re: Why I’m so “against” Ethereum
#108Earlier quoted context omitted.
I disagree, if time were the intrinsic value then all workers would receive the same disbursement amounts. As Labor also requires Skill and Proficiency those combine to adjust the value of the Labor.
Skill and proficiency took the worker time to attain through training and experience, and more skilled workers can save more time (either now through efficiency, or in the future by doing a better job).
Re: Why I’m so “against” Ethereum
#109> state channels (ETH’s version of Lightning), but it is unclear whether main-chain issued ERC20 type tokens will be portable to this environment. The Raiden project is the closest thing to Lightning, was recently deployed to the main chain, and explicitly supports any ERC20 token. The article says Plasma is dead because...Peter Todd, a Bitcoin dev, claims they had a similar idea and rejected it? Meanwhile, on Ethere…
Re: Why I’m so “against” Ethereum
#110> state channels (ETH’s version of Lightning), but it is unclear whether main-chain issued ERC20 type tokens will be portable to this environment. The Raiden project is the closest thing to Lightning, was recently deployed to the main chain, and explicitly supports any ERC20 token. The article says Plasma is dead because...Peter Todd, a Bitcoin dev, claims they had a similar idea and rejected it? Meanwhile, on Ethere…