Author

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

full member
Activity: 167
Merit: 100
You are all such statements lower the ETH, but the swing will go up soon

You Sir, are in denial.

Not the case, but I think that the instrument that is traded from January 2016, there can be no trend
hero member
Activity: 597
Merit: 504
You are all such statements lower the ETH, but the swing will go up soon

You Sir, are in denial.
full member
Activity: 167
Merit: 100
You are all such statements lower the ETH, but the swing will go up soon
legendary
Activity: 1106
Merit: 1000
The future is bright with DigiByte.
I'll consider buying some too at 0.01

I may consider buying at 0.001 lol
hero member
Activity: 597
Merit: 504
When do you guys think the uptrend will start?

No uptrend all is doomed. The thief gets to keep millions of ETH and dumps them on the market ETH will go back below $. Yay decentralization & smart contracts!

As the thief said:

legendary
Activity: 1960
Merit: 1128
When do you guys think the uptrend will start?

I don't believe that will happen any time soon. Reasons:

1. HF - it's something (not just) the market fears.

2. DAO-Investors will be able to get their DAO-Ether back and that will most likely make some more pressure on the price

3. Bitcoin-price is likely to go up more.


During the DAO-ICO the ETH-price increased because some bought ETH to buy into the ICO and all those ETH were taken away from the market and locked into The DAO. After unlocking that value and after all the bad news of the last weeks - some may dump it, maybe many.


The most likely scenario in my opinion is that it will go down more, and maybe it will be really extreme if Bitcoin should shoot up (not sure if that will happen but it's not unlikely). If BTC should even find a new ATH, wherever it may be, the bubble will burst at some point - like late 2013.

And that could be the beginning for the ETH-price to come back and if the dust has settled then, it's maybe possible that it will see old highs again or maybe even new highs. But that will depend on the situation. Under the line I believe that wouldn't be a bad scenario for Ethereum, even if it would be a hard road in midterm. The situation is serious and it will need some time to get over it.
full member
Activity: 168
Merit: 100
I'll consider buying some too at 0.01
sr. member
Activity: 448
Merit: 252
Got my buy orders ready @ 0.0100 BTC
sr. member
Activity: 308
Merit: 250
ancap
Fireworks will begin soon! It will be a volatile month. I will be a massive buyer under 7.5, waiting 3 digits for small sells. Important points to consider:

10.50 1st support
9.25 2nd support
7.25 3rd big support

and

16.75 first resistance
21 second resistance
33.75 third big resistance

As I correctly predicted fireworks started and we almost hit 3rd big support. At this point, only the brave can enter the long side of ETH. I'm one of them.
hero member
Activity: 744
Merit: 500
lol all those waiting for $10- ETH, lol keep waiting, if ETH goes anywhere near $10, before/after fork, spork,no fork ...it will be scooped up and never be sold so cheap ever again.

$9.80 per eth!

Now scoop up you shit premined coin to 20 usd idiot mrpumperits  Grin
sr. member
Activity: 242
Merit: 250
https://www.reddit.com/r/ethereum/comments/4r9yud/the_current_hf_status/
The Current HF Status
submitted an hour ago by vbuterin



1) The implementation has been largely spec-frozen to the following python:

# call before running transactions
def initialize():
    if state.block_number == DAO_HARDFORK_BLKNUM:
        for acct in HARDFORK_DAO_LIST:
            state.set_balance(HARDFORK_DEST, state.get_balance(acct) + state.get_balance(HARDFORK_DEST))
            state.set_balance(acct, 0)

However, the dev community is debating the simplest way to minimize risks of issues related to light client syncing. The actual logic that allows DAO token holders to claim their ether would be implemented in HARDFORK_DEST.

2) The ether claiming logic is largely a simple withdrawable token contract, but small details are being debated regarding how to deal with secondary daos, legit splits, etc. Note that this can proceed in parallel to (1), there are no sequential dependencies. Simplicity of the ether claiming contract is understood to be a very important concern.

3) Note that the above should absolutely not be taken as an official endorsement of hardforking by either the foundation, or ethcore/slock/string, or the individual devs involved; some of the devs involved are pro-fork and some are anti-fork, the goal is to give the community a choice.

 Smiley
thanks for all the great posts mrpumpitis. I cant believe there is still question on HF. seems like its a no brainer. Stealing shouldn't be rewarded even if done under guise of smart contract

It is good that they are thinking about the hard fork. But is there any news about the soft fork yet?
sr. member
Activity: 350
Merit: 250
When do you guys think the uptrend will start?
sr. member
Activity: 308
Merit: 250
ancap
Fireworks will begin soon! It will be a volatile month. I will be a massive buyer under 7.5, waiting 3 digits for small sells. Important points to consider:

10.50 1st support
9.25 2nd support
7.25 3rd big support

and

16.75 first resistance
21 second resistance
33.75 third big resistance
hero member
Activity: 840
Merit: 1000
https://www.reddit.com/r/ethereum/comments/4r9yud/the_current_hf_status/
The Current HF Status
submitted an hour ago by vbuterin



1) The implementation has been largely spec-frozen to the following python:

# call before running transactions
def initialize():
    if state.block_number == DAO_HARDFORK_BLKNUM:
        for acct in HARDFORK_DAO_LIST:
            state.set_balance(HARDFORK_DEST, state.get_balance(acct) + state.get_balance(HARDFORK_DEST))
            state.set_balance(acct, 0)

However, the dev community is debating the simplest way to minimize risks of issues related to light client syncing. The actual logic that allows DAO token holders to claim their ether would be implemented in HARDFORK_DEST.

2) The ether claiming logic is largely a simple withdrawable token contract, but small details are being debated regarding how to deal with secondary daos, legit splits, etc. Note that this can proceed in parallel to (1), there are no sequential dependencies. Simplicity of the ether claiming contract is understood to be a very important concern.

3) Note that the above should absolutely not be taken as an official endorsement of hardforking by either the foundation, or ethcore/slock/string, or the individual devs involved; some of the devs involved are pro-fork and some are anti-fork, the goal is to give the community a choice.

 Smiley
thanks for all the great posts mrpumpitis. I cant believe there is still question on HF. seems like its a no brainer. Stealing shouldn't be rewarded even if done under guise of smart contract
legendary
Activity: 2856
Merit: 1075
https://www.reddit.com/r/ethereum/comments/4r9yud/the_current_hf_status/
The Current HF Status
submitted an hour ago by vbuterin



1) The implementation has been largely spec-frozen to the following python:

# call before running transactions
def initialize():
    if state.block_number == DAO_HARDFORK_BLKNUM:
        for acct in HARDFORK_DAO_LIST:
            state.set_balance(HARDFORK_DEST, state.get_balance(acct) + state.get_balance(HARDFORK_DEST))
            state.set_balance(acct, 0)

However, the dev community is debating the simplest way to minimize risks of issues related to light client syncing. The actual logic that allows DAO token holders to claim their ether would be implemented in HARDFORK_DEST.

2) The ether claiming logic is largely a simple withdrawable token contract, but small details are being debated regarding how to deal with secondary daos, legit splits, etc. Note that this can proceed in parallel to (1), there are no sequential dependencies. Simplicity of the ether claiming contract is understood to be a very important concern.

3) Note that the above should absolutely not be taken as an official endorsement of hardforking by either the foundation, or ethcore/slock/string, or the individual devs involved; some of the devs involved are pro-fork and some are anti-fork, the goal is to give the community a choice.

 Smiley
legendary
Activity: 1164
Merit: 1010


https://blog.colony.io/why-a-post-hard-fork-ethereum-will-be-more-valuable-abc35bbf6e98#.totpdos4h

What a great article, I hope the etherium developers and etherium community take this onboard. And will serve to help those who are unsure about how things stand and possible outcomes. And the far greater scope not stopping a theft like this would incur. For those with some understanding having a simple etherium fork is such an easy, clear and absolutely has to be done known fact.

Ya, that was a great read, thanks for the share!  

Let's not worry about the hard fork. We need a soft fork first.

Is there a plan to release the soft fork very soon?

Err...the soft fork has been out for days now.  Nearly all of the major Eth pools have already switched to using the soft fork, while some give miners the choice (port a = soft fork, port b = original).  Still, soft fork isn't the best solution.  I'm anxiously awaiting a good, clean hard fork.
sr. member
Activity: 286
Merit: 250


https://blog.colony.io/why-a-post-hard-fork-ethereum-will-be-more-valuable-abc35bbf6e98#.totpdos4h

What a great article, I hope the etherium developers and etherium community take this onboard. And will serve to help those who are unsure about how things stand and possible outcomes. And the far greater scope not stopping a theft like this would incur. For those with some understanding having a simple etherium fork is such an easy, clear and absolutely has to be done known fact.

Ya, that was a great read, thanks for the share!  

Let's not worry about the hard fork. We need a soft fork first.

Is there a plan to release the soft fork very soon?
sr. member
Activity: 332
Merit: 250
Reebok
In a new twist for the innovative retailer, the shoe will be equipped with an encrypted “smart tag” from San Francisco technology startup Chronicled. Each tag contains a tiny chip with a unique and unforgeable product “fingerprint”, stored on the Ethereum blockchain. The tags are tamper-proof and scannable with a smart phone, guaranteeing that no one can ever pass off a counterfeit version or falsely claim ownership of a stolen shoe.
http://sneakerbardetroit.com/major-reebok-phase-1-pro-usa-stars-and-stripes/


http://www.chronicled.com/index.html
Impressive, im used to seeing a cool new concept and waiting forever for it to come out.
Here we actually have the product, working and ready backed by a massive company ( first of many, Nike, Addidas, Puma, this industry is massssssive )..great job

http://sneakernews.com/2016/06/16/kanye-west-got-fathers-day-adidas-sneakers-mache-customs/     Shocked LOL Addidas too


That might convert some Reebok shoe users to be the users of the Ethereum. It depends on the survival of Ethereum.
hero member
Activity: 1022
Merit: 500
I have Ethereum-Wallet-win64-0-7-2 and always i open ,must be download block?
Jump to: