noobtrader
Legendary
Offline
Activity: 1456
Merit: 1000
|
|
March 15, 2016, 04:47:52 AM |
|
ok, now that homestead is running, when will POS begin and pow stop ?
|
"...I suspect we need a better incentive for users to run nodes instead of relying solely on altruism...", satoshi@vistomail.com
|
|
|
nara1892
|
|
March 15, 2016, 05:26:16 AM |
|
|
| Duelbits | ██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██ | | TRY OUR UNIQUE GAMES! ◥ DICE ◥ MINES ◥ PLINKO ◥ DUEL POKER ◥ DICE DUELS | | | | █▀▀ █ █ █ █ █ █ █ █ █ █ █ █▄▄ | ███ ▀▀▀ ███ ▀▀▀ ███ ▀▀▀ ███ ▀▀▀ ███ ▀▀▀ ███ ▀▀▀ | ███ ▀▀▀ ███ ▀▀▀ ███ ▀▀▀ ███ ▀▀▀ ███ ▀▀▀ ███ ▀▀▀ | ███ ▀▀▀ ███ ▀▀▀ ███ ▀▀▀ ███ ▀▀▀ ███ ▀▀▀ ███ ▀▀▀ | ███ ▀▀▀ ███ ▀▀▀ ███ ▀▀▀ ███ ▀▀▀ ███ ▀▀▀ ███ ▀▀▀ | ███ ▀▀▀ ███ ▀▀▀ ███ ▀▀▀ ███ ▀▀▀ ███ ▀▀▀ ███ ▀▀▀ | | ▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀ KENONEW ▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄ | ▀▀█ █ █ █ █ █ █ █ █ █ █ █ ▄▄█ | | 10,000x MULTIPLIER | | ██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██ | | ██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██ |
[/tabl
|
|
|
polokiost
Newbie
Offline
Activity: 46
Merit: 0
|
|
March 15, 2016, 05:46:28 AM |
|
What's up with poloniex? ? It is under DDOS attack 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
|
|
|
|
n2004al
Legendary
Offline
Activity: 1134
Merit: 1000
|
|
March 15, 2016, 06:40:15 AM |
|
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.
|
|
|
|
Ayers
Legendary
Offline
Activity: 2800
Merit: 1024
Vave.com - Crypto Casino
|
|
March 15, 2016, 07:36:30 AM |
|
i'm trying to understand what those dapp are, are they some sort of contract that you can purchase on the ethereum platform?
|
|
|
|
n2004al
Legendary
Offline
Activity: 1134
Merit: 1000
|
|
March 15, 2016, 08:11:46 AM |
|
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)?
|
|
|
|
RenegadeMan
|
|
March 15, 2016, 08:21:49 AM |
|
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: 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.
|
BTC: 1KjAPEa3WvhmDGT4jmT9i5P3UPFdFH629e DASH: Xdr6U5qcAdbuKRrr3xKBb1ySoPq7MKERnB
|
|
|
ether2rich
Newbie
Offline
Activity: 10
Merit: 0
|
|
March 15, 2016, 08:29:44 AM |
|
Pumper did your traps catch any 'bears'?
|
|
|
|
revelacaogr
Legendary
Offline
Activity: 1316
Merit: 1021
2009 Alea iacta est
|
|
March 15, 2016, 08:55:04 AM |
|
|
|
|
|
|
n2004al
Legendary
Offline
Activity: 1134
Merit: 1000
|
|
March 15, 2016, 09:21:16 AM |
|
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: 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.
|
|
|
|
RenegadeMan
|
|
March 15, 2016, 09:28:02 AM |
|
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: 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. 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.
|
BTC: 1KjAPEa3WvhmDGT4jmT9i5P3UPFdFH629e DASH: Xdr6U5qcAdbuKRrr3xKBb1ySoPq7MKERnB
|
|
|
umatej
Newbie
Offline
Activity: 48
Merit: 0
|
|
March 15, 2016, 09:49:07 AM |
|
|
|
|
|
becoin
Legendary
Offline
Activity: 3431
Merit: 1233
|
|
March 15, 2016, 09:57:36 AM |
|
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?
|
|
|
|
bitbitch
|
|
March 15, 2016, 10:09:53 AM |
|
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.
|
|
|
|
ether2rich
Newbie
Offline
Activity: 10
Merit: 0
|
|
March 15, 2016, 10:31:02 AM |
|
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?
|
|
|
|
danandanderson
|
|
March 15, 2016, 10:32:36 AM |
|
I guess close to 100.000.000 will be the final number. So arround 60$ to pass bitcoins market cap..
|
|
|
|
bitbitch
|
|
March 15, 2016, 10:48:24 AM |
|
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? the original cap was to be 100 Bn. then came this bubble, and then 'coincidentally' word came out of Zug of the possibility that the hard cap *may* (or may not) be adjusted down to 100 million in a year from now. you may need 10,000 ether to retire early, or you may need 100,000 to retire early.
|
|
|
|
realchlorum
|
|
March 15, 2016, 10:52:51 AM |
|
The calculator says i can earn up to 7$ a day with my 280x.
Should i solo mine or in a pool? Are there even any pools?
|
##www.comicunivers.com##
Daily new HQ Adult Comics for free
|
|
|
becoin
Legendary
Offline
Activity: 3431
Merit: 1233
|
|
March 15, 2016, 10:54:36 AM |
|
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? Ether is a corporate coin. Everything depends on Vitalik & Co.
|
|
|
|
|