Author

Topic: [ANN] Ethereum: Welcome to the Beginning - page 734. (Read 2007155 times)

hero member
Activity: 1246
Merit: 708
November 03, 2016, 03:31:51 AM
Ethereum will be great again.. someday *
legendary
Activity: 1176
Merit: 1015
November 03, 2016, 03:14:11 AM
Wow, so cheap ETH. I love btc pumps. So many investments I did.

You mean expensive right? I'm holding out until ETH is back to $1.00.

I reckon it'll happen before the end of November.
legendary
Activity: 1316
Merit: 1000
Si vis pacem, para bellum
legendary
Activity: 1164
Merit: 1010
November 02, 2016, 11:25:49 PM
Ethereum Bug Sends Smart Contracts Back to the Drawing Board


http://www.coindesk.com/ethereum-bug-sends-smart-contracts-back-drawing-board/

It's a misleading title.  Only 4/12000 contracts surveyed were susceptible to the bug.  Still has issues of course, but show me some software as complex as the Solidity framework, that's as young as Ethereum is, that doesn't have bugs (some "severe").
full member
Activity: 144
Merit: 100
November 02, 2016, 05:52:42 PM
Ethereum Bug Sends Smart Contracts Back to the Drawing Board


http://www.coindesk.com/ethereum-bug-sends-smart-contracts-back-drawing-board/
full member
Activity: 773
Merit: 100
November 02, 2016, 02:05:19 PM
Any ideas why the price of ETH crash?
Strong BTC?
The focus transits to ZEC?

I think you have already given out the answer. In order of of ZCash and strong bitcoin. The ZCash could be very high.

Ethereum will fall further because ZCash is strong!?

We will see Ethereum $10?

$9

Zcash will come down big in the next month, assuming there isn't a fatal bug or fork, Eth can go down to $5, doesn't really matter if you're long.

I think you are talking about the Ethereum. The ZCash will go down next month as there are more supplies. but will not go that low.
legendary
Activity: 1470
Merit: 1004
November 02, 2016, 11:43:30 AM
Any ideas why the price of ETH crash?
Strong BTC?
The focus transits to ZEC?

I think you have already given out the answer. In order of of ZCash and strong bitcoin. The ZCash could be very high.

Ethereum will fall further because ZCash is strong!?

We will see Ethereum $10?

$9

Zcash will come down big in the next month, assuming there isn't a fatal bug or fork, Eth can go down to $5, doesn't really matter if you're long.
hero member
Activity: 1928
Merit: 538
November 02, 2016, 04:16:50 AM


BTC dominance 83.8 %
a recent record..
full member
Activity: 144
Merit: 100
November 02, 2016, 03:17:13 AM
legendary
Activity: 1316
Merit: 1000
Si vis pacem, para bellum
November 02, 2016, 12:11:09 AM
Any ideas why the price of ETH crash?
Strong BTC?
The focus transits to ZEC?

I think you have already given out the answer. In order of of ZCash and strong bitcoin. The ZCash could be very high.

Ethereum will fall further because ZCash is strong!?

We will see Ethereum $10?



$9
legendary
Activity: 1164
Merit: 1010
legendary
Activity: 1316
Merit: 1021
2009 Alea iacta est
November 01, 2016, 02:18:41 PM
Major Issues With Ethereum’s Security; Interview With YourBTCC COO


https://btcmanager.com/news/major-issues-with-ethereums-security-interview-with-yourbtcc-coo/



full member
Activity: 236
Merit: 100
November 01, 2016, 09:54:08 AM
Any ideas why the price of ETH crash?
Strong BTC?
The focus transits to ZEC?

I think you have already given out the answer. In order of of ZCash and strong bitcoin. The ZCash could be very high.

Ethereum will fall further because ZCash is strong!?

We will see Ethereum $10?



The Ethereum price is around $10.8 now. It might drop below that level and stay there for some time.
newbie
Activity: 14
Merit: 0
Ethereum won't scale to "thousands of transactions per second". It will hardly scale at all. Here's why:


https://medium.com/@yobanjo/ethereum-wont-scale-like-you-ve-been-told-cae445bef539#.r9ft3bdpe


Quote
Ethereum won’t scale like you’ve been told.
If you followed the Ethereum project over the last few years you might be familiar with the great amount of hype that comes with its community and founders. No matter if it’s app developers that claim to have a “Uber killer” or a presentation about “Decentralized Commercial Banking”… big claims are made as only the sky seems to be the limit.

Ethereum founder Vitalik Buterin gave a presentation called “The Mauve Revolution” where he talks about “tens of thousands of transactions per second” for Ethereum. If we dive some further into these claims it all comes down to the following:

Founder of Ethereum Vitalik Buterin claims he has found the ultimate solution to the problem of scalability haunting cryptocurrency networks. That will be made possible with lightning networks and sharding.

The current Bitcoin blockchain is limited to around 7 transactions per second and that number is around 15 for Ethereum. When talking about Ethereum, “transactions” aren’t the only thing that counts. Ethereum is a “decentralized computer” that runs contacts and transactions are only a small part of that. But even when we look at transactions only… the “tens of thousands of transactions per second” don’t add up. This is due to some limitation of “lightning networks”. Great that we have off-blockchain transactions but every coin in a “channel” will end up on the blockchain after all. Let’s say ALICE wants to give some Ether to BOB for a game. Why would they use a lightning network? It would only lock the Ether in some off-blockchain channel where Bob can’t do anything with it except for paying someone else. The same goes for the whole idea of a “decentralized computer” where you need Ether (gas) to run code. So all coins need to end up on the blockchain anyway. But even if we assume that 95% of all transactions take place off-blockchain? Would it match the “tens of thousands of transactions per second” for the system as a whole? The answer is no, let’s see why:

10.000 x 0.05 (5%) = 500 Tps which still take place on the blockchain.

And as we learned from Vitalik himself the current Ethereum implementation is only capable of doing 15 of them. So even with a very popular lightning network the Ethereum ecosystem goes up in smoke quite fast if the transaction volume goes up.

Time to look at the second part of the solution called “Sharding”. This idea comes close to a “multi-core” implementation on regular computer chips. Only in this case we work with a combination of several blockchains (sidechains) and EVMs (Ethereum Virtual Machines). In this article the following claim is made:

After the initial basic sharding (which will result in the implementation of Ethereum 2.0) Ethereum 3.0 will be developed — a blockchain system that will be capable of infinite sharding.

This one goes to eleven? Wrong! This one will have “infinite sharding”! That’s right: with enough EVM’s and sidechains Ethereum is capable of doing almost everything. Although this claim is again far from truth. Vitalik talks about a “main chain” to interact with several sidechains. Think of it like a Merkle tree-structure where the hashes of the lower blocks end up in the highest chain. This is completely different from your average Intel chip where calculations do happen in parallel. This is where the speed-improvement comes from. So can’t we run the EVMs in parallel then? No, this is extremely hard to sync as each sidechain has it’s own miners. 1 chain might have a valid block in 4 seconds while the other one takes up to 65 seconds. Just like the current network with only 1 blockchain:

Time delays will prevent Ethereum from infinite sharding.

And even if we could add 100 sidechains in parallel with a guaranteed blocktime we’re still in trouble with the 10K transactions per second. It means we have 100 Tps per chain (assuming even distribution). That’s far more than the 15 Tps which are possible at Ethereum’s current implementation. And notice that I’m talking about transactions here, not about calculations.

......................
.........
....
.....



sr. member
Activity: 444
Merit: 250
How much memory is needed for a regular PC run ethereum to get POS rewards? and what is the percentage of POS? anything finalized yet?

I read Ethereum POS was like a new lottery based system, which did not require PC hardware e.g. may be web-based options.

Also, nowadays you get POS mining pools, which mean you do POS via a proxy pool.

Here is a technical explanation of POS at Serenity hardfork

https://blog.ethereum.org/2016/03/05/serenity-poc2/

Generally, POS works on bigger coins, when you can get towards 0% inflation. For example PPC, has a ongoing POS at 1% simultaneously as the POW.

However, a mix of POW and POS structure can operate as disincentive to new investors or miners.

POS works best, when done as an investor capture system, e.g. when a crypto coin get a huge enough investor base or becomes very famous - a POS between 0.01%-1% reward (in theory) should be sufficient to retain investors and interests.

Do note: if the crypto coin gets a tiny investor base or is unknown the POS will be diluted by a developer with ridiculous POS rates of 5%-1000% in an attempt to retain investors and interest.

The latter does not apply to Ethereum Smiley


That's a nice explanation...web wallet/POS pools are good to hear...will wait to see how its going to shape up..
hero member
Activity: 625
Merit: 500
Wow, so cheap ETH. I love btc pumps. So many investments I did.
legendary
Activity: 1078
Merit: 1000
How much memory is needed for a regular PC run ethereum to get POS rewards? and what is the percentage of POS? anything finalized yet?

I read Ethereum POS was like a new lottery based system, which did not require PC hardware e.g. may be web-based options.

Also, nowadays you get POS mining pools, which mean you do POS via a proxy pool.

Here is a technical explanation of POS at Serenity hardfork

https://blog.ethereum.org/2016/03/05/serenity-poc2/

Generally, POS works on bigger coins, when you can get towards 0% inflation. For example PPC, has a ongoing POS at 1% simultaneously as the POW.

However, a mix of POW and POS structure can operate as disincentive to new investors or miners.

POS works best, when done as an investor capture system, e.g. when a crypto coin get a huge enough investor base or becomes very famous - a POS between 0.01%-1% reward (in theory) should be sufficient to retain investors and interests.

Do note: if the crypto coin gets a tiny investor base or is unknown the POS will be diluted by a developer with ridiculous POS rates of 5%-1000% in an attempt to retain investors and interest.

The latter does not apply to Ethereum Smiley

the later does not apply to ether so far but what if a superuser wants it ?
full member
Activity: 144
Merit: 100
Can you hear the fat lady sing?

"worldcomputer" was a bloody good scam - lots of people believed that shit.
legendary
Activity: 1316
Merit: 1021
2009 Alea iacta est
How the Search for the Ethereum Attacker Revealed ShapeShift‘s Privacy Policy


https://btcmanager.com/news/business/how-the-search-for-the-ethereum-attacker-revealed-shapeshifts-privacy-policy/




legendary
Activity: 1092
Merit: 1004
How much memory is needed for a regular PC run ethereum to get POS rewards? and what is the percentage of POS? anything finalized yet?

I read Ethereum POS was like a new lottery based system, which did not require PC hardware e.g. may be web-based options.

Also, nowadays you get POS mining pools, which mean you do POS via a proxy pool.

Here is a technical explanation of POS at Serenity hardfork

https://blog.ethereum.org/2016/03/05/serenity-poc2/

Generally, POS works on bigger coins, when you can get towards 0% inflation. For example PPC, has a ongoing POS at 1% simultaneously as the POW.

However, a mix of POW and POS structure can operate as disincentive to new investors or miners.

POS works best, when done as an investor capture system, e.g. when a crypto coin get a huge enough investor base or becomes very famous - a POS between 0.01%-1% reward (in theory) should be sufficient to retain investors and interests.

Do note: if the crypto coin gets a tiny investor base or is unknown the POS will be diluted by a developer with ridiculous POS rates of 5%-1000% in an attempt to retain investors and interest.

The latter does not apply to Ethereum Smiley
Jump to: