| Trying to figure out a couple things (from pastebin link): 1. What protection against non-halting? contracts are "funded" upon creation, and by those who issue transactions to the contract. if there are specific fees required by the contract to perform an action, it must be enforced by the contract itself. the cost of computation will eventually exhaust the contract's funding it fails. 2. what are the long-term economics? (i.e. is coin supply unlimited or limited and at what rate of decay) line 90
- planned fundraising period with issuance of 10000 ether per BTC contributed- other coins will be issued so the initial money supply is 15000 times the contributed BTC amount, with 0.25x (i.e. 16.67%) to the founders, same amount to fund the Etherium organization. Division of BTC not specified. - the mining reward will be 1/3 of the initial supply, per year, perpetually (i.e. 1/2 the contributor's reward.) So the money supply increases linearly. 3. if a person's only goal was to use the blockchain to store data, what would be cost per byte, and is there a max rate? line 385 to 399
- A contract is "funded" when it is created, and the computation performed by the contract consumes the funds.- storage of a "data item" in contract memory costs 100x where x = floor(10^21 / floor(difficulty ^ 0.5)) - don't see the limit/cost of data items bound to transactions as per transaction definition on line 133 anyway it takes courage to name a currency after a drug like ether. |
From Thesaurus: "ether - the fifth and highest element after air and earth and fire and water; was believed to be the substance composing all heavenly bodies"