Author

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

sr. member
Activity: 288
Merit: 250
I guess close to 100.000.000 will be the final number. So arround 60$ to pass bitcoins market cap..
newbie
Activity: 10
Merit: 0
Nobody is able to stop a REVOLUTION. ETH technology and Internet of Things.
Revolution is good but ether is not money. Does anyone know how many ethers will exist in 1 month?


at 13:39 Zulu Time on 15th February there were 77,049,805 ether.

the rate of growth is unpleasant. it's like a weed.

Will there be a cap?
sr. member
Activity: 434
Merit: 250
Nobody is able to stop a REVOLUTION. ETH technology and Internet of Things.
Revolution is good but ether is not money. Does anyone know how many ethers will exist in 1 month?


at 13:39 Zulu Time on 15th February there were 77,049,805 ether.

the rate of growth is unpleasant. it's like a weed.
legendary
Activity: 3431
Merit: 1233
Nobody is able to stop a REVOLUTION. ETH technology and Internet of Things.
Revolution is good but ether is not money. Does anyone know how many ethers will exist in 1 month?
newbie
Activity: 48
Merit: 0
http://rubixi.wix.com/hello

Dont miss this opportunity¨ Tongue

http://rubixi.wix.com/hello

Simple and it works!
hero member
Activity: 658
Merit: 500
i'm trying to understand what those dapp are, are they some sort of contract that you can purchase on the ethereum platform?

Are you talking about my post (the mining of ethereum)?

I think it's a general question on the nature of DAPPS (what they are, what they're for).

Here's a great tutorial site that explains things pretty well.

https://dappsforbeginners.wordpress.com/

Of particular interest within the context of the original poster's message, are these few paragraphs:

Quote
The basics

Ethereum enables the decentralised web, referred to as ‘web 3’. What makes it different from web 2 is that on Ethereum, there are no web servers, and therefore no middlemen to take commissions, steal your data or offer it to the NSA, and of course nothing to DDoS.

A Dapp (‘decentralized app’) consists of two parts: a frontend, written in HTML, and a backend (think of it as the ‘database’ for your frontend).

Good news: if you like bootstrap, or any other framework, you can continue using them, as the frontend of dapps have full network access, and CDNs are accessible. In fact, for all intent and purposes, developing a frontend for a Dapp written HTML is the exact same as developing a website, and converting from web 2 to web 3 is in many cases trivial.

Even better news: you get reactive programming baked in (which should please angular, meteor and derby fans), by simply using callback functions, and there’s no new framework to learn.

Even even better news: because Ethereum relies on cryptographic principles to function, every Dapp knows the pseudonymous identity of each user. That’s right, users won’t need to ‘create accounts’ or ‘log on’ to access your dapps, and you can think of this as open ID by default, everywhere.

There is no bad news, except maybe for the bad actors from the web 2 world, such as dishonest exchanges running with the money or gambling sites falsifying random number information to make a quick buck. On Ethereum, the backend operations are validated by all nodes on the network, meaning that a backend will always will do what its code says it does. This is why you might have heard people call Ethereum ‘trustless’ – there’s no need for users to trust into a central authority to ‘do the right thing’.

Hope this helps.

Sure that help (even I have an idea about those). But mine was a question which have as aim to tell that his comment had nothing to do with my posts. But cannot tell this if were not sure that his post had to do with mine. that's the reason of my question. Anyhow thanks for the data. Smiley

No problem. I don't know whether he was asking about your post re mining; I don't think so. My response was mostly to answer his question about DAPPS.
legendary
Activity: 1134
Merit: 1000
i'm trying to understand what those dapp are, are they some sort of contract that you can purchase on the ethereum platform?

Are you talking about my post (the mining of ethereum)?

I think it's a general question on the nature of DAPPS (what they are, what they're for).

Here's a great tutorial site that explains things pretty well.

https://dappsforbeginners.wordpress.com/

Of particular interest within the context of the original poster's message, are these few paragraphs:

Quote
The basics

Ethereum enables the decentralised web, referred to as ‘web 3’. What makes it different from web 2 is that on Ethereum, there are no web servers, and therefore no middlemen to take commissions, steal your data or offer it to the NSA, and of course nothing to DDoS.

A Dapp (‘decentralized app’) consists of two parts: a frontend, written in HTML, and a backend (think of it as the ‘database’ for your frontend).

Good news: if you like bootstrap, or any other framework, you can continue using them, as the frontend of dapps have full network access, and CDNs are accessible. In fact, for all intent and purposes, developing a frontend for a Dapp written HTML is the exact same as developing a website, and converting from web 2 to web 3 is in many cases trivial.

Even better news: you get reactive programming baked in (which should please angular, meteor and derby fans), by simply using callback functions, and there’s no new framework to learn.

Even even better news: because Ethereum relies on cryptographic principles to function, every Dapp knows the pseudonymous identity of each user. That’s right, users won’t need to ‘create accounts’ or ‘log on’ to access your dapps, and you can think of this as open ID by default, everywhere.

There is no bad news, except maybe for the bad actors from the web 2 world, such as dishonest exchanges running with the money or gambling sites falsifying random number information to make a quick buck. On Ethereum, the backend operations are validated by all nodes on the network, meaning that a backend will always will do what its code says it does. This is why you might have heard people call Ethereum ‘trustless’ – there’s no need for users to trust into a central authority to ‘do the right thing’.

Hope this helps.

Sure that help (even I have an idea about those). But mine was a question which have as aim to tell that his comment had nothing to do with my posts. But cannot tell this if were not sure that his post had to do with mine. that's the reason of my question. Anyhow thanks for the data. Smiley
legendary
Activity: 1316
Merit: 1000
legendary
Activity: 1316
Merit: 1021
2009 Alea iacta est
hero member
Activity: 658
Merit: 500
i'm trying to understand what those dapp are, are they some sort of contract that you can purchase on the ethereum platform?

Are you talking about my post (the mining of ethereum)?

I think it's a general question on the nature of DAPPS (what they are, what they're for).

Here's a great tutorial site that explains things pretty well.

https://dappsforbeginners.wordpress.com/

Of particular interest within the context of the original poster's message, are these few paragraphs:

Quote
The basics

Ethereum enables the decentralised web, referred to as ‘web 3’. What makes it different from web 2 is that on Ethereum, there are no web servers, and therefore no middlemen to take commissions, steal your data or offer it to the NSA, and of course nothing to DDoS.

A Dapp (‘decentralized app’) consists of two parts: a frontend, written in HTML, and a backend (think of it as the ‘database’ for your frontend).

Good news: if you like bootstrap, or any other framework, you can continue using them, as the frontend of dapps have full network access, and CDNs are accessible. In fact, for all intent and purposes, developing a frontend for a Dapp written HTML is the exact same as developing a website, and converting from web 2 to web 3 is in many cases trivial.

Even better news: you get reactive programming baked in (which should please angular, meteor and derby fans), by simply using callback functions, and there’s no new framework to learn.

Even even better news: because Ethereum relies on cryptographic principles to function, every Dapp knows the pseudonymous identity of each user. That’s right, users won’t need to ‘create accounts’ or ‘log on’ to access your dapps, and you can think of this as open ID by default, everywhere.

There is no bad news, except maybe for the bad actors from the web 2 world, such as dishonest exchanges running with the money or gambling sites falsifying random number information to make a quick buck. On Ethereum, the backend operations are validated by all nodes on the network, meaning that a backend will always will do what its code says it does. This is why you might have heard people call Ethereum ‘trustless’ – there’s no need for users to trust into a central authority to ‘do the right thing’.

Hope this helps.
legendary
Activity: 1134
Merit: 1000
i'm trying to understand what those dapp are, are they some sort of contract that you can purchase on the ethereum platform?

Are you talking about my post (the mining of ethereum)?
legendary
Activity: 2590
Merit: 1022
Leading Crypto Sports Betting & Casino Platform
i'm trying to understand what those dapp are, are they some sort of contract that you can purchase on the ethereum platform?
legendary
Activity: 1134
Merit: 1000
Does anyone know how to solo mine with GUI wallet and Ethereum miner? GUI wallet is much more simpler, cleaner and better in every way (Wallet 0.5.2 (Beta 10): https://github.com/ethereum/mist/releases ). The new version works pretty well for me.

As I know cannot be mined from that wallet. The mining option is disabled. And according to one of the authors of the wallet is disabled because if mined with this wallet (solo) the first block that this wallet will find will be not before ten years.
I do not mined with the GUI wallet. GUI wallet I would use to synchronize with blockchain. For mining I would use ETH Miner.

As for me again will have problems. The synchronization of the wallet with blockchain ask that the time of your computer by perfectly synchronized in every moment with the internet time or other official times that can be found at synchronization option of windows. Otherwise the wallet don't work at all or don't work properly. So you need to have every minute (or even less) a sync of the time of your computer through this service of windows in order that be sure that this option work as it needed. To not tell that the wallet is yet on pre release (so yet not fully credible). See the link below. It is showed how to mine installing Geth and Eth miner. It is a simple and productive way of mining. I am having the max from my GPU and the computer have any kind of problem mining compared with the time in which I mined bitcoin.

https://www.cryptocompare.com/mining/guides/how-to-mine-ethereum/

Anyhow I suggest to not mine solo but in pool. There can find the link which explain even this option.
newbie
Activity: 46
Merit: 0
What's up with poloniex?Huh?

It is under DDOS attack Sad

Homestead release comes in a few hours, and somebody wants to keeps the price down.
No, they keep the price not downing. Look at the chart after ddos attacked polo, the price raised up with small vol before dumped and the bear trend continue
hero member
Activity: 1666
Merit: 701
legendary
Activity: 1456
Merit: 1000
ok, now that homestead is running, when will POS begin and pow stop ?
legendary
Activity: 1694
Merit: 1002
Go Big or Go Home.....
My current ETH rig is using Nvidia GT-970, mining with etherminer.exe - its hashing well to dwarfpool.
I have a new rig setup using AMD R9-390, any suggestions on best miner to use and syntax to dwarfpool or ethpool?

Stop mining to dwarfpool. They are over the 50% total hash rate limit.
hero member
Activity: 1666
Merit: 701
ethereum listed on https://vip.bitcoin.co.id/ethbtc

trade eth with 0% fee

thanks
legendary
Activity: 1834
Merit: 1080
---- winter*juvia -----
My current ETH rig is using Nvidia GT-970, mining with etherminer.exe - its hashing well to dwarfpool.
I have a new rig setup using AMD R9-390, any suggestions on best miner to use and syntax to dwarfpool or ethpool?
Jump to: