Author

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

legendary
Activity: 1932
Merit: 1737
"Common rogue from Russia with a bare ass."
The soft fork has to be implemented to freeze the stolen funds. then the society can determine when/whether to implement the hard fork.

The miners are deciding at the moment. I think they will make the decision best for the community and the future.

They will vote according to their own narrow interests.
Turkeys don't vote for Christmas.
sr. member
Activity: 332
Merit: 250
The soft fork has to be implemented to freeze the stolen funds. then the society can determine when/whether to implement the hard fork.

The miners are deciding at the moment. I think they will make the decision best for the community and the future.
newbie
Activity: 41
Merit: 0
The soft fork has to be implemented to freeze the stolen funds. then the society can determine when/whether to implement the hard fork.
legendary
Activity: 1078
Merit: 1000
hmm insider trading yes wow didnt think of that yes you are right
at the moment they see themselfs as robin hood but
dont cosider legal consequences of there doing.
i look at it from a ethical and moral point of view
steeling back is still steeling.
sr. member
Activity: 355
Merit: 250
https://np.reddit.com/r/ethereum/comments/4pc6yh/white_hat_siphoning_has_occurred_what_now/
eze111 7 points 33 minutes ago

Hard Fork recovery:
"The timeline for such a scenario would be relatively short; 1–2 weeks to implement and test the hard fork code and then another week for the community to update their clients. So after 3 weeks the refund process for all DTHs could start and everyone would get 100% of their ETH back in a guaranteed fashion."

Targeted Soft Fork recovery:
White Hat DAOs (7,630,479 ETH) in 38 days
Dark DAO (3.64 mil ETH) in 71 days
Small Dark DAOs (Huh ETH) in 71 days
Extra Balance (344,907 ETH) in 14 days




Im not sure on the accuracy of these dates.
I have been reading alot and i think its now time to hardfork and end all this.
The hardfork will bring many updates which will make ETH much stronger than it has ever been.



is there a link that shows what the hf or sf will implement?
and do we know who will code this now ?


I believe this is the soft-fork implementation

https://github.com/ethereum/go-ethereum/pull/2715/commits/0bab00ab697b3a37af52d5908ebe799c9fbdbb9e

They added a generic blacklist, so they can add more transactions that they deem unwanted or suspicious in the future, so at any point they could decide you contract is unwanted and block miners from processing it.

Code:
	IllegalCodeHashesFlag = cli.StringFlag{
Name:  "illegal-code-hashes",
Usage: "Comma separated list of code-hashes to ignore any interaction from",
}

but its ok, cause the called it a whitelist in code, so its no longer a blacklist, right?

Code:
	daoHash   = common.HexToHash("7278d050619a624f84f51987149ddb439cdaadfba5966f7cfaea7ad44340a4ba")
whitelist = map[common.Address]bool{
common.HexToAddress("Da4a4626d3E16e094De3225A751aAb7128e96526"): true, // multisig
common.HexToAddress("2ba9D006C1D72E67A70b5526Fc6b4b0C0fd6D334"): true, // attack contract
}

LMAO


wow thats shocking
is slockit involved in the coding ?
and why do we not ask who is the so called attacker ?


No, Slock.it are not fixing it, why when their main investors (ETH) that control the network will do it for free to save the marketcap.

I guess the Swiss have WAY different laws than other counties, cause in New Zealand this would be pretty much illegal as it would be considered insider trading.

Code:
Insider trading is the trading of a public company's stock or other securities (such as bonds or stock options) by individuals with access to nonpublic information about the company. In various countries, some kinds of trading based on insider information is illegal. This is because it is seen as unfair to other investors who do not have access to the information, as the investor with insider information could potentially make far larger profits that a typical investor could not make.


This is the reason Cryptopia had to delist it, as it could cause unwanted regulation and possible account seizure in their country.
legendary
Activity: 1078
Merit: 1000
https://np.reddit.com/r/ethereum/comments/4pc6yh/white_hat_siphoning_has_occurred_what_now/
eze111 7 points 33 minutes ago

Hard Fork recovery:
"The timeline for such a scenario would be relatively short; 1–2 weeks to implement and test the hard fork code and then another week for the community to update their clients. So after 3 weeks the refund process for all DTHs could start and everyone would get 100% of their ETH back in a guaranteed fashion."

Targeted Soft Fork recovery:
White Hat DAOs (7,630,479 ETH) in 38 days
Dark DAO (3.64 mil ETH) in 71 days
Small Dark DAOs (Huh ETH) in 71 days
Extra Balance (344,907 ETH) in 14 days




Im not sure on the accuracy of these dates.
I have been reading alot and i think its now time to hardfork and end all this.
The hardfork will bring many updates which will make ETH much stronger than it has ever been.



is there a link that shows what the hf or sf will implement?
and do we know who will code this now ?


I believe this is the soft-fork implementation

https://github.com/ethereum/go-ethereum/pull/2715/commits/0bab00ab697b3a37af52d5908ebe799c9fbdbb9e

They added a generic blacklist, so they can add more transactions that they deem unwanted or suspicious in the future, so at any point they could decide you contract is unwanted and block miners from processing it.

Code:
	IllegalCodeHashesFlag = cli.StringFlag{
Name:  "illegal-code-hashes",
Usage: "Comma separated list of code-hashes to ignore any interaction from",
}

but its ok, cause the called it a whitelist in code, so its no longer a blacklist, right?

Code:
	daoHash   = common.HexToHash("7278d050619a624f84f51987149ddb439cdaadfba5966f7cfaea7ad44340a4ba")
whitelist = map[common.Address]bool{
common.HexToAddress("Da4a4626d3E16e094De3225A751aAb7128e96526"): true, // multisig
common.HexToAddress("2ba9D006C1D72E67A70b5526Fc6b4b0C0fd6D334"): true, // attack contract
}

LMAO


wow thats shocking
is slockit involved in the coding ?
and why do we not ask who is the so called attacker ?
sr. member
Activity: 355
Merit: 250
https://np.reddit.com/r/ethereum/comments/4pc6yh/white_hat_siphoning_has_occurred_what_now/
eze111 7 points 33 minutes ago

Hard Fork recovery:
"The timeline for such a scenario would be relatively short; 1–2 weeks to implement and test the hard fork code and then another week for the community to update their clients. So after 3 weeks the refund process for all DTHs could start and everyone would get 100% of their ETH back in a guaranteed fashion."

Targeted Soft Fork recovery:
White Hat DAOs (7,630,479 ETH) in 38 days
Dark DAO (3.64 mil ETH) in 71 days
Small Dark DAOs (Huh ETH) in 71 days
Extra Balance (344,907 ETH) in 14 days




Im not sure on the accuracy of these dates.
I have been reading alot and i think its now time to hardfork and end all this.
The hardfork will bring many updates which will make ETH much stronger than it has ever been.



is there a link that shows what the hf or sf will implement?
and do we know who will code this now ?


I believe this is the soft-fork implementation

https://github.com/ethereum/go-ethereum/pull/2715/commits/0bab00ab697b3a37af52d5908ebe799c9fbdbb9e

They added a generic blacklist, so they can add more transactions that they deem unwanted or suspicious in the future, so at any point they could decide you contract is unwanted and block miners from processing it.

Code:
	IllegalCodeHashesFlag = cli.StringFlag{
Name:  "illegal-code-hashes",
Usage: "Comma separated list of code-hashes to ignore any interaction from",
}

but its ok, cause the called it a whitelist in code, so its no longer a blacklist, right?

Code:
	daoHash   = common.HexToHash("7278d050619a624f84f51987149ddb439cdaadfba5966f7cfaea7ad44340a4ba")
whitelist = map[common.Address]bool{
common.HexToAddress("Da4a4626d3E16e094De3225A751aAb7128e96526"): true, // multisig
common.HexToAddress("2ba9D006C1D72E67A70b5526Fc6b4b0C0fd6D334"): true, // attack contract
}

LMAO

legendary
Activity: 1078
Merit: 1000
https://np.reddit.com/r/ethereum/comments/4pc6yh/white_hat_siphoning_has_occurred_what_now/
eze111 7 points 33 minutes ago

Hard Fork recovery:
"The timeline for such a scenario would be relatively short; 1–2 weeks to implement and test the hard fork code and then another week for the community to update their clients. So after 3 weeks the refund process for all DTHs could start and everyone would get 100% of their ETH back in a guaranteed fashion."

Targeted Soft Fork recovery:
White Hat DAOs (7,630,479 ETH) in 38 days
Dark DAO (3.64 mil ETH) in 71 days
Small Dark DAOs (Huh ETH) in 71 days
Extra Balance (344,907 ETH) in 14 days




Im not sure on the accuracy of these dates.
I have been reading alot and i think its now time to hardfork and end all this.
The hardfork will bring many updates which will make ETH much stronger than it has ever been.



is there a link that shows what the hf or sf will implement?
and do we know who will code this now ?
hero member
Activity: 1924
Merit: 538
All of the present options for rescue "are made possible by the time-based failsafes that Christoph Jentzsch wisely implemented into DAO Framework v1.0".

https://blog.slock.it/white-hat-siphoning-has-occurred-what-now-f7ba2f8d20ef#.6fqexdvqv
legendary
Activity: 2856
Merit: 1520
Bitcoin Legal Tender Countries: 2 of 206
Gavin Wood presentation hack of the DAO smart contract and options Ethereum community #dbc16
https://www.youtube.com/watch?v=KaOGtH7J0WE
Published on 21 Jun 2016
On June 20th co Founder Ethereum Gavin Wood gave a interesting presentation on the hack of the DOA smart contract.
He describes how the hack of the smart contract, unrelated to Ethereum, happend and what the options are of the community in the next 30 days.
Thanks Gav  Smiley


it was not unreleated. solidity did make the "hack" feasible. the (smart) contract was not fully described if you will say it in this way.

DAO was an idea of some romantic nerds with wet dreams. get a woman instead.  Grin
legendary
Activity: 2114
Merit: 1040
A Great Time to Start Something!
You people could have bought ETH for ~25% of the current price, but impatient people had to restart the mania too soon!
Am I wrong?
Good luck with your insane rally.   Smiley
legendary
Activity: 2758
Merit: 1075
Gavin Wood presentation hack of the DAO smart contract and options Ethereum community #dbc16
https://www.youtube.com/watch?v=KaOGtH7J0WE
Published on 21 Jun 2016
On June 20th co Founder Ethereum Gavin Wood gave a interesting presentation on the hack of the DOA smart contract.
He describes how the hack of the smart contract, unrelated to Ethereum, happend and what the options are of the community in the next 30 days.
Thanks Gav  Smiley
legendary
Activity: 2758
Merit: 1075
https://np.reddit.com/r/ethereum/comments/4pc6yh/white_hat_siphoning_has_occurred_what_now/
eze111 7 points 33 minutes ago

Hard Fork recovery:
"The timeline for such a scenario would be relatively short; 1–2 weeks to implement and test the hard fork code and then another week for the community to update their clients. So after 3 weeks the refund process for all DTHs could start and everyone would get 100% of their ETH back in a guaranteed fashion."

Targeted Soft Fork recovery:
White Hat DAOs (7,630,479 ETH) in 38 days
Dark DAO (3.64 mil ETH) in 71 days
Small Dark DAOs (Huh ETH) in 71 days
Extra Balance (344,907 ETH) in 14 days




Im not sure on the accuracy of these dates.
I have been reading alot and i think its now time to hardfork and end all this.
The hardfork will bring many updates which will make ETH much stronger than it has ever been.
legendary
Activity: 2758
Merit: 1075
https://blog.ethcore.io/how-we-find-common-ground-and-settle-our-differences/

How we find common ground and settle our differences.
22 June 2016

To look at Ethereum social media today you might think that we had somehow been invaded by some obscure political subreddit. Words like ‘principles’, ‘ideologies’, and ‘zealotry’ are being thrown around. It has been somewhat different from the collegial atmosphere that we have enjoyed in the past six months; but it is an inevitable result of the situation we find ourselves in.

There is a debate going on and it is an important one.

Unlike other posts you will read today this post is not to argue the case for one side or another but rather to re-assure everyone involved that this will be resolved and that the process for resolving this is happening right now. Here I will talk about how the Ethereum developers will build the tools for the community to resolve a situation like this - and how this process should unfold.

Let us distill the issues at hand:

    There are a large number of Ethereum users who would like to change the social consensus that currently exists on the state of the Ethereum blockchain.
    In particular they wish to ‘transfer’ Ether from one location into the hands of another group of individuals.
    It is mooted that the only way to achieve this outcome effectively is for a new version of the client software to be built and adopted by users of the network.

Note that I am only concerned here with these three very generic sounding items; this is not about the arguments for and against - only the way it has played out so far and the way we see it continue to play out over the coming weeks.

What has happened so far:

    Signalling a problem: On Friday morning it was discovered that someone had found an exploit in theDAO’s code which allowed them to drain Ether that did not belong to them. The immediate response was visceral - Ether and DAO Tokens dropped in value dramatically and social media was inundated with anxious requests for news on what was going on. Users started spamming the network with transactions to stop the attacker from drawing any more Ether out. Exchanges and other endpoints requested advice on how they should proceed. This was the first signal that a normally immutable change had been made to the blockchain which was considered undesirable/unacceptable to a (potential) majority of the people who use the network.
    Response: The core developers who maintain the clients used on the public chain looked at the code that was being exploited and determined quite quickly that the attacker would not be able to seize full control of the ether for another 27 days. This meant that there was sufficient time to properly analyse the problem and see how it could be addressed. In order to buy further time to examine the issue a modification of the Parity and Geth clients was quickly coded up. This soft fork would stop Ether from leaving the attacking DAO indefinitely if the change is adopted by sufficient number of miners. This is a decision made by the network (not the developers).
    Discussion begins: It becomes clear that there are options to change the state of consensus in the manner that a large faction might feel would be desirable. Positions were put forward and arguments made. Pro or anti-groups debated the merits and pitfalls. A soft fork proposal and implementation were created and debated for both Parity and Geth. A ‘Hard Fork’ proposal is made, then discussed and debated. (A group of “vigilante” DAO curators, unilaterally, launched a white hat attack, apparently in an attempt to secure the remaining funds and cripple the attacker DAO.)

What will happen next:

    The first decision: With clients incorporating the soft fork amendments having been made available, the miners are in a position to make a decision on whether or not to adopt this fork. Their economic incentive is to act in the interests of the community in order to maintain the value of their mining rewards, and to herd with the largest group of miners since they are only incentivised to mine on the longest chain. It is possible that if insufficient miners choose to implement the soft fork, the stolen Ether will not be frozen. In this case the Ether will go to the attacker 27 days after his attack.
    Debate continues: The parties involved will make their arguments to one another during this period. The parties and their incentives are diverse - a miner might have completely different view of the situation to, say, an exchange owner; likewise a ‘holder’ will see things very differently from, say, a dapp developer. Those who are not members of the Ethereum or DAO community per se, but perhaps fans of other crypto projects introduce additional entropy. Individuals will make decisions on what they will want to see happen.
    Second signal: This debate will give the developers a clear idea of where the boundaries of the issues lie and what options users of the network would like to have available to them. Once they know the options that need to be available, they will code up a modification of Parity and Geth to give those options to users. This will likely necessitate a ‘deadline’ for the network for either changing the blockchain state or keeping it as it is. Forking or not forking.
    Countdown: All types of users will be faced with a choice - no one group of users can dictate to another that the alteration should happen or not. Miners, users, exchanges and developers can ‘vote with their feet’ if necessary. A hard fork’s success is measured in the level of acceptance it garners with users.
    Resolution: Exchanges, Miners and Users all pick their choice of software. A majority is formed on one side of the hard fork or the other. Users who stay on the minority version of Parity or Geth will find themselves out of consensus with the majority.
    Social consensus is reached: At this point either the fork will have gone ahead or not and the network will be on one state or the other - dependent on the decisions made by the users. The network continues.

It is important to note that throughout this process the developers are not expected to remain agnostic or indifferent. They are important players in the ecosystem and will likely voice their opinions on how best to evolve the network. However, assuming they wish to protect their own existence and relevance, they will inevitably provide support to as much of the userbase as possible, even those who do not share their opinion. They will create clients that are capable of switching to a new fork if the users desire it - pretty much the greatest contribution to the common good they can make.

You can expect them to be vocal in their recommendations and professional in the work they do for you, as a member of the Ethereum community. And once this decision is made, to continue to build the best technology for you to use - regardless of the outcome.

This will be up to you and we are listening.
hero member
Activity: 896
Merit: 500
Nice price recover

Yes, but why? To me this seems a whale manipulation to sell the rest of the coins before the big crash. Dao hack and Eth chain insecure, this should be dead.
sr. member
Activity: 298
Merit: 250
Nice price recover
member
Activity: 65
Merit: 10
plz i need buy ETH insurence
jr. member
Activity: 41
Merit: 1
good news for Ethere and DAO today , the DAO received another attack , but this time from a curator lead white hat hackers , this attack was like a secret to avoid alerting the hackers who hold the stolen Ether , the white hat hackers posted this message :

I repeat. There was an attack on the DAO so we launched our white hat counter attack. More updates will follow

and that caused the price recovering today , especially the DAO , it has risen today about 50% , and Ether now 15$ .

https://www.reddit.com/r/ethereum/comments/4p7mhc/update_on_the_white_hat_attack/ Smiley

That is good news. Does it mean there is no need for the hard fork? Has the hacker's funds also been stolen?
So you have a hacker in your team.I am so stupid to be a hacker.

The situation is changing fast. It is very confusing. That is maybe why the Ethereum price is so volatile now.
hero member
Activity: 1022
Merit: 500
good news for Ethere and DAO today , the DAO received another attack , but this time from a curator lead white hat hackers , this attack was like a secret to avoid alerting the hackers who hold the stolen Ether , the white hat hackers posted this message :

I repeat. There was an attack on the DAO so we launched our white hat counter attack. More updates will follow

and that caused the price recovering today , especially the DAO , it has risen today about 50% , and Ether now 15$ .

https://www.reddit.com/r/ethereum/comments/4p7mhc/update_on_the_white_hat_attack/ Smiley

That is good news. Does it mean there is no need for the hard fork? Has the hacker's funds also been stolen?
So you have a hacker in your team.I am so stupid to be a hacker.
Jump to: