Author

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

legendary
Activity: 2856
Merit: 1075
https://www.cryptocoinsnews.com/ethereum-races-ahead-raidens-implementation-lightning-network/

Brainbot Technologies, a blockchain development, and consulting company, just released the first implementation of the Raiden Network, which, similar to the Lightning Network, is a layer two protocol on top of Ethereum’s blockchain, significantly increasing Ethereum’s transaction capacity from the current estimated 20 transactions per second to tens of thousands.



The first proof of concept version conceptually solves all aspects “and it can work on the current Ethereum blockchain as it is,” according to Heiko Hees, an Ethereum core developer and CEO of Brainbot, with a “hardened” beta version planned for winter 2016.
One can have a decentralized exchange, therefore, run on the Raiden Network, or, machine to machine payments at a global scale as the network scales linearly with the number of participants. If you add another intelligent machine to the network, for example, you are also adding capacity at the same time to such extent that one might say its scalability is as good as unlimited.



To prove the point, a demo of 100,000 transactions per second is planned for the end of August, turning into reality the long spoken dream of microtransactions which could replace or complement advertising and save the publishing industry.



In combination with Ethereum’s plans for on-chain scalability through sharding, the Raiden Network allows ethereum’s public blockchain to handle any imaginable blockchain application, thus solving the scalability problem and shifting the ecosystem’s focus to securing digital currency and to the implementation of many new applications made possible by blockchain’s invention.




So in around 3weeks we could witness something truly revolutionary for all of crypto...WOW, if this is pulled of 1ETH will be over $25 overnight and the buy pressure will be huuuuuuuuuge.   Smiley  

Please don't disturb those ETC trolls running their ad hominem attacks at this ETH board.  Grin
lol
Seriously this is the time to BUY OR CRY  Cool
This is what ETH needs for its journey to become #1 Crypto.
full member
Activity: 174
Merit: 100
A Coin A Day Keeps The Cold Away.
https://www.cryptocoinsnews.com/ethereum-races-ahead-raidens-implementation-lightning-network/

Brainbot Technologies, a blockchain development, and consulting company, just released the first implementation of the Raiden Network, which, similar to the Lightning Network, is a layer two protocol on top of Ethereum’s blockchain, significantly increasing Ethereum’s transaction capacity from the current estimated 20 transactions per second to tens of thousands.



The first proof of concept version conceptually solves all aspects “and it can work on the current Ethereum blockchain as it is,” according to Heiko Hees, an Ethereum core developer and CEO of Brainbot, with a “hardened” beta version planned for winter 2016.
One can have a decentralized exchange, therefore, run on the Raiden Network, or, machine to machine payments at a global scale as the network scales linearly with the number of participants. If you add another intelligent machine to the network, for example, you are also adding capacity at the same time to such extent that one might say its scalability is as good as unlimited.



To prove the point, a demo of 100,000 transactions per second is planned for the end of August, turning into reality the long spoken dream of microtransactions which could replace or complement advertising and save the publishing industry.



In combination with Ethereum’s plans for on-chain scalability through sharding, the Raiden Network allows ethereum’s public blockchain to handle any imaginable blockchain application, thus solving the scalability problem and shifting the ecosystem’s focus to securing digital currency and to the implementation of many new applications made possible by blockchain’s invention.




So in around 3weeks we could witness something truly revolutionary for all of crypto...WOW, if this is pulled of 1ETH will be over $25 overnight and the buy pressure will be huuuuuuuuuge.   Smiley  

Please don't disturb those ETC trolls running their ad hominem attacks at this ETH board.  Grin
legendary
Activity: 2856
Merit: 1075
https://www.cryptocoinsnews.com/ethereum-races-ahead-raidens-implementation-lightning-network/

Brainbot Technologies, a blockchain development, and consulting company, just released the first implementation of the Raiden Network, which, similar to the Lightning Network, is a layer two protocol on top of Ethereum’s blockchain, significantly increasing Ethereum’s transaction capacity from the current estimated 20 transactions per second to tens of thousands.



The first proof of concept version conceptually solves all aspects “and it can work on the current Ethereum blockchain as it is,” according to Heiko Hees, an Ethereum core developer and CEO of Brainbot, with a “hardened” beta version planned for winter 2016.
One can have a decentralized exchange, therefore, run on the Raiden Network, or, machine to machine payments at a global scale as the network scales linearly with the number of participants. If you add another intelligent machine to the network, for example, you are also adding capacity at the same time to such extent that one might say its scalability is as good as unlimited.



To prove the point, a demo of 100,000 transactions per second is planned for the end of August, turning into reality the long spoken dream of microtransactions which could replace or complement advertising and save the publishing industry.



In combination with Ethereum’s plans for on-chain scalability through sharding, the Raiden Network allows ethereum’s public blockchain to handle any imaginable blockchain application, thus solving the scalability problem and shifting the ecosystem’s focus to securing digital currency and to the implementation of many new applications made possible by blockchain’s invention.




So in around 3weeks we could witness something truly revolutionary for all of crypto...WOW, if this is pulled of 1ETH will be over $25 overnight and the buy pressure will be huuuuuuuuuge.   Smiley  
copper member
Activity: 1162
Merit: 1025
What's your take on the Ethereum Zcash privacy add-on?


https://www.reddit.com/r/ethtrader/comments/4wamhp/raiden_network_proof_of_concept_is_now_live_huge/?st=iripkdqx&sh=7e92a376
https://github.com/raiden-network/raiden/wiki/Raiden-PoC
http://raiden.network/    wow

Payment-Channel Network for Ethereum

Raiden is a technology that leverages off-chain state networks to extend Ethereum with some nice properties for asset transfers:

    Scalable: it scales linearly with the number of participants (1,000,000+ transfers per second possible)  Shocked
    Fast: Transfers are confirmed and final within the fraction of a second
   Confidential: Single transfers don’t show up in the global shared ledger
   Interoperable: Works with any token that follows Ethereum’s standardized token API
    Low Fees: Transaction fees can be 7 orders of magnitude lower than on the blockchain
    Micro-payments: Low transaction fees allow to efficiently transfer tiny values


The technology enabling this is similar to the proposed Bitcoin Lightning Network.
The basic idea is to switch from a model where all transactions hit the shared ledger on the blockchain (which is the bottleneck) to a model where users can privately exchange messages which sign the transfer of value.

Raiden uses a network of p2p payment channels and deposits in Ethereum to preserve the guarantees expected from a blockchain system.
Raiden is implemented as an extension to Ethereum. A Raiden node runs alongside an Ethereum node and communicates with other Raiden nodes to facilitate transfers and with the Ethereum blockchain to manage deposits. It offers a simple API which makes it easy to use Raiden in DApps.
Applications

    Micropayments for content distribution: Alternative to Paywalls, Ads and Subscriptions. (Figure a decentralized youtube where the creators of a video are paid for every second watched)
    Decentralized M2M markets: especially in IoT where tiny chunks of bandwidth, storage, cpu time, energy, sensor data, etc. can be traded.
    Frictionless Token Systems: Game Tokens, Reward Tokens, Private Currencies
    API Access: Accessing and monetizing APIs on a per use basis is at the core of the upcoming Machine-to-Machine economy
    Fast Decentralized Exchanges


Vitalik Buterin: “State channels are an important technology that has the potential to greatly improve the scalability and privacy of many categories of blockchain applications; in conjunction with sharding and other privacy-preserving cryptographic technologies, they are an important ingredient in helping decentralized systems to achieve the properties that mainstream individual and institutional users expect and deserve.”

  
Im sure pos also allows for Scalability and many more extra features that are not possible on pow.
Hawk and ZKsnarks are just two of many...
Cryptographic mixers - essentially, the ZK-SNARK verification enforces the rule that if you put one coin in you can take one coin and only one coin out, but the input-output mapping is completely hidden.
    Hawk - essentially, smart contracts with encrypted state, where the full power of the blockchain is still used to verify that state transitions are correct because anyone updating the state needs to include a ZK-SNARK proving that the change from the old encrypted state to the new encrypted state is a valid state transition (proving all of this without revealing what the decrypted old or new states, or the decrypted transaction data, is!).
https://www.reddit.com/r/ethereum/comments/4v2ug3/zksnarks_zero_knowledge_proofs_now_possible_via/

Hawk: The Blockchain Model of Cryptography and
Privacy-Preserving Smart Contracts
https://eprint.iacr.org/2015/675.pdf

Raiden, Hawk and Zksnarks will become essential requirements for any crypto that intends to be used by big mainstream business and IOT ( which is the biggest use case for ETH imo )

Lol I'm sure they are waiting in suspense lol!
full member
Activity: 174
Merit: 100
A Coin A Day Keeps The Cold Away.



[lot of BS questions omitted]





He did not come "forwart" despite your nice increasing font size? Unbelievable!


BTW: You better should not run code which was written by a "wretched hive of scum and villany". Moral grounds and so on, you know?

legendary
Activity: 1078
Merit: 1000
legendary
Activity: 1078
Merit: 1000
In Reply

suchmoon

You are now, posting stuff on politics on crypto currency ANN.

What is up with you?

Feel free to report my post. I was just trying to point out that you can't have a default option (other than "not voted") in a yes/no poll UNLESS you want to skew the result. You're grasping at straws my friend. Of course the turnout in the Ethereum fork vote was abysmal, everybody knows that. And the vote turned out to useless because the real decision on which fork to stay with was made simply by using one or the other version of software, which is how blockchain is supposed to work.

There is something wrong with you?

This what the mining pools Dwarfpool and Ethermine setup for the Fork Vote, a default setting of Not Voted.

As Alex Van De Sande reddit annoucement makes clear, without the "White Hats" the thief would have taken all 12 million ETC coins in "The DAO" after the Fork.


why wasnt the theft reported ?

like other cryptobiz do if hacked ?
why play cop themselfts ?

legendary
Activity: 938
Merit: 1000
Good to see the price of ETH going up again. You can't really keep a good coin down.

WHO IS THE DAO "BLACK HAT HACKER?

https://www.cryptocoinsnews.com/source-ethereum-insiders-believe-dao-hack-inside-job/



WHAT DID THE DAO "WHITE HAT" HACKERS DO?

https://blog.slock.it/white-hat-siphoning-has-occurred-what-now-f7ba2f8d20ef#.uz2nwowrq

WHO IS THE MAIN DAO "WHITE HAT" HACKER NOW IN CONTROL OF $17M ETC?

http://www.coindesk.com/ethereum-dao-hacker-getting-away-classic/



FOR THE LEAD "WHITE HAT" HACKER, LET'S TAKE A WILD GUESS, A SHOT IN THE DARK...

https://blog.slock.it/vitalik-buterin-gavin-wood-alex-van-de-sande-vlad-zamfir-announced-amongst-stellar-dao-curators-44be4d12dd6e#.n9j66jqsd



There were a Lot of Ethereum Foundation members elevated to "DAO Curator" status....

OF ALL THE ETHEREUM FOUNDATION MEMBERS...

SOLIDITY EXPERT DR. CHRIS HAD THE STRONGEST CONNECTION TO SLOCK.IT !

AND SO....THE MOST TO LOSE?


https://www.crunchbase.com/person/christian-reitwießner#/entity



"WHITE HAT" MEANS, MOTIVE AND OPPORTUNITY.....MEET DR. CHRIS



HE LITERALLY WROTE THE BOOK ON THE SOLIDITY PROGRAMMING LANGUAGE

DO YOU REALLY THINK HE STOOD ON THE SIDELINES AND HAD NOTHING TO DO WITH ANY DAO HACKS?

FUNNY THING....THE FRONT PAGE OF HIS PERSONAL WEBSITE PAGE HAS BEEN TAKEN OFFLINE..

http://www.reitwiessner.de/

EVEN AS THE REST OF IT IS UP AND RUNNING...

http://www.reitwiessner.de/programs/

Maybe somebody should tell him his website has a problem via an email to [email protected]


Chris blogs at Ethereum:  https://blog.ethereum.org/author/christian_r/
Chris blogs at slock.it: https://blog.slock.it/blockchain-businesses-and-self-improving-daos-e1510efe82de#.7f37ndbfc
Chris codes at github: https://github.com/chriseth
Chris tweets at Twitter: https://twitter.com/ethchris


What Does Chris Tweet About These Days?


What Topic Does Chris Find Interesting?



UNTRACABLE ETHEREUM !!!

Hey Chris - IF you have a hacked DAO account...

Return ETC To Its Owners, You are A White Hat Hero...

Keep ETC For Yourself, You are A Black Hat Criminal...

CHRIS - WHAT COLOR OF HAT DO YOU WEAR?

THE AUTHORITIES ARE COMING TO ASK YOU THAT QUESTION...

BECAUSE $17M+ JUST ISN'T FORGOTTEN.  EVER. 

LIKE FOR THE REST OF YOUR LIFE.



IF CHRIS WEARS A BLACK HAT, SO DOES ETH


CHRIS - TELL US YOUR SIDE OF THE STORY....

And Also....Just More Question

What's up with legally dissolving Ethereum Switzerland?  You're a Foundation Member, you gotta know....

https://www.easymonitoring.ch/handelsregister/ethereum-switzerland-gmbh-1172550







hero member
Activity: 774
Merit: 503
Good to see the price of ETH going up again. You can't really keep a good coin down.
legendary
Activity: 2856
Merit: 1075
What's your take on the Ethereum Zcash privacy add-on?


https://www.reddit.com/r/ethtrader/comments/4wamhp/raiden_network_proof_of_concept_is_now_live_huge/?st=iripkdqx&sh=7e92a376
https://github.com/raiden-network/raiden/wiki/Raiden-PoC
http://raiden.network/    wow

Payment-Channel Network for Ethereum

Raiden is a technology that leverages off-chain state networks to extend Ethereum with some nice properties for asset transfers:

    Scalable: it scales linearly with the number of participants (1,000,000+ transfers per second possible)  Shocked
    Fast: Transfers are confirmed and final within the fraction of a second
   Confidential: Single transfers don’t show up in the global shared ledger
   Interoperable: Works with any token that follows Ethereum’s standardized token API
    Low Fees: Transaction fees can be 7 orders of magnitude lower than on the blockchain
    Micro-payments: Low transaction fees allow to efficiently transfer tiny values


The technology enabling this is similar to the proposed Bitcoin Lightning Network.
The basic idea is to switch from a model where all transactions hit the shared ledger on the blockchain (which is the bottleneck) to a model where users can privately exchange messages which sign the transfer of value.

Raiden uses a network of p2p payment channels and deposits in Ethereum to preserve the guarantees expected from a blockchain system.
Raiden is implemented as an extension to Ethereum. A Raiden node runs alongside an Ethereum node and communicates with other Raiden nodes to facilitate transfers and with the Ethereum blockchain to manage deposits. It offers a simple API which makes it easy to use Raiden in DApps.
Applications

    Micropayments for content distribution: Alternative to Paywalls, Ads and Subscriptions. (Figure a decentralized youtube where the creators of a video are paid for every second watched)
    Decentralized M2M markets: especially in IoT where tiny chunks of bandwidth, storage, cpu time, energy, sensor data, etc. can be traded.
    Frictionless Token Systems: Game Tokens, Reward Tokens, Private Currencies
    API Access: Accessing and monetizing APIs on a per use basis is at the core of the upcoming Machine-to-Machine economy
    Fast Decentralized Exchanges


Vitalik Buterin: “State channels are an important technology that has the potential to greatly improve the scalability and privacy of many categories of blockchain applications; in conjunction with sharding and other privacy-preserving cryptographic technologies, they are an important ingredient in helping decentralized systems to achieve the properties that mainstream individual and institutional users expect and deserve.”

  
Im sure pos also allows for Scalability and many more extra features that are not possible on pow.
Hawk and ZKsnarks are just two of many...
Cryptographic mixers - essentially, the ZK-SNARK verification enforces the rule that if you put one coin in you can take one coin and only one coin out, but the input-output mapping is completely hidden.
    Hawk - essentially, smart contracts with encrypted state, where the full power of the blockchain is still used to verify that state transitions are correct because anyone updating the state needs to include a ZK-SNARK proving that the change from the old encrypted state to the new encrypted state is a valid state transition (proving all of this without revealing what the decrypted old or new states, or the decrypted transaction data, is!).
https://www.reddit.com/r/ethereum/comments/4v2ug3/zksnarks_zero_knowledge_proofs_now_possible_via/

Hawk: The Blockchain Model of Cryptography and
Privacy-Preserving Smart Contracts
https://eprint.iacr.org/2015/675.pdf

Raiden, Hawk and Zksnarks will become essential requirements for any crypto that intends to be used by big mainstream business and IOT ( which is the biggest use case for ETH imo )
sr. member
Activity: 294
Merit: 250
What's your take on the Ethereum Zcash privacy add-on?
full member
Activity: 174
Merit: 100
A Coin A Day Keeps The Cold Away.
It Would not surprise me to see a lot of app developers switching to Lisk as an alternative.

Javascript is more widely known than solidity, and developers don't have to maintain their app on 2 different split chains.

Interesting to see how this unfolds when Lisk platform is ready to support app development in the near future.


Great idea...





 Roll Eyes
legendary
Activity: 2856
Merit: 1075
this week we cross 0.02  Smiley
legendary
Activity: 3431
Merit: 1233
So, Alex Van De Sande thinks ETC is not worth having!
Please, tell Alex Van De Sande to send over to me those worthless ETHC!
legendary
Activity: 1092
Merit: 1004
In Reply

suchmoon

You are now, posting stuff on politics on crypto currency ANN.

What is up with you?

Feel free to report my post. I was just trying to point out that you can't have a default option (other than "not voted") in a yes/no poll UNLESS you want to skew the result. You're grasping at straws my friend. Of course the turnout in the Ethereum fork vote was abysmal, everybody knows that. And the vote turned out to useless because the real decision on which fork to stay with was made simply by using one or the other version of software, which is how blockchain is supposed to work.

There is something wrong with you?

This what the mining pools Dwarfpool and Ethermine setup for the Fork Vote, a default setting of Not Voted.

As Alex Van De Sande reddit annoucement makes clear, without the "White Hats" the thief would have taken all 12 million ETC coins in "The DAO" after the Fork.



Maybe the White hat will sell the ETC to the ETC community and donate the proceeds to the ETH developers.

Alex Van De Sande has publicly announced, he has nothing to do with White Hats.

He simply made a loan of his Eth-DAO Tokens to halt the theft of ETC, post-Fork.

He said: he has no interest in getting any of the ETC they prevented from being stolen.

And said: he wants his ETH-The DAO tokens returned.

So, Alex Van De Sande thinks ETC is not worth having!
sr. member
Activity: 294
Merit: 250
In Reply

suchmoon

You are now, posting stuff on politics on crypto currency ANN.

What is up with you?

Feel free to report my post. I was just trying to point out that you can't have a default option (other than "not voted") in a yes/no poll UNLESS you want to skew the result. You're grasping at straws my friend. Of course the turnout in the Ethereum fork vote was abysmal, everybody knows that. And the vote turned out to useless because the real decision on which fork to stay with was made simply by using one or the other version of software, which is how blockchain is supposed to work.

There is something wrong with you?

This what the mining pools Dwarfpool and Ethermine setup for the Fork Vote, a default setting of Not Voted.

As Alex Van De Sande reddit annoucement makes clear, without the "White Hats" the thief would have taken all 12 million ETC coins in "The DAO" after the Fork.



Maybe the White hat will sell the ETC to the ETC community and donate the proceeds to the ETH developers.
legendary
Activity: 1092
Merit: 1004
In Reply

suchmoon

You are now, posting stuff on politics on crypto currency ANN.

What is up with you?

Feel free to report my post. I was just trying to point out that you can't have a default option (other than "not voted") in a yes/no poll UNLESS you want to skew the result. You're grasping at straws my friend. Of course the turnout in the Ethereum fork vote was abysmal, everybody knows that. And the vote turned out to useless because the real decision on which fork to stay with was made simply by using one or the other version of software, which is how blockchain is supposed to work.

There is something wrong with you?

This what the mining pools Dwarfpool and Ethermine setup for the Fork Vote, a default setting of Not Voted.

As Alex Van De Sande reddit annoucement makes clear, without the "White Hats" the thief would have taken all 12 million ETC coins in "The DAO" after the Fork.

legendary
Activity: 3654
Merit: 8909
https://bpip.org
In Reply

suchmoon

You are now, posting stuff on politics on crypto currency ANN.

What is up with you?

Feel free to report my post. I was just trying to point out that you can't have a default option (other than "not voted") in a yes/no poll UNLESS you want to skew the result. You're grasping at straws my friend. Of course the turnout in the Ethereum fork vote was abysmal, everybody knows that. And the vote turned out to useless because the real decision on which fork to stay with was made simply by using one or the other version of software, which is how blockchain is supposed to work.
legendary
Activity: 1078
Merit: 1000
Since, you are going to be so rude, do you own donkey work mate!

I didn't know it's considered rude to ask somebody on the forum to post what they claim to "know". But thank you for that etiquette lesson. In the future I'll make sure to assume that anything you may claim to "know" about Ethereum is worthless drivel and I won't bother your highness with any questions. Carry on.

Yawn, yawn, yawn:

https://dwarfpool.com

Had a voting sub-section in its' wallet payout address page, which had a default setting of Not Voted

https://ethermine.org

Had a voting sub-section on the 4th page for the payout wallet address, which had a default setting Not Voted

Clearly, most of the people mining at these pools choose not to change this setting of Not Voted!

Yawn, yawn, yawn.

What was the default in the brexit referendum?

Oh wait, I said no more questions. Sorry about that. Don't answer.
i guess he/she gets payed to hide the truth.

here is something to read

alex van de sande finaly
did speak:

https://www.reddit.com/r/EthereumClassic/comments/4wnn3k/alex_van_de_sande_uavsa_and_the_rest_of_the_robin/
Jump to: