
Creation of currency should be something done by everyone, and possible for anyone. Not through the wealth of a few.
This would be the ultimate fairness in monetary distribution.
The same is true for moving funds you own to where you want them; This should be a right, not a privilege you pay for. All of us working in the ecosystem together can acheive great things.
Donating can be a very sensitive subject which is where memes come to the rescue!
Who said that a currency couldn't be fun AND serious?
CatEther introduces a new mechanic: "Proof of Use"
Each time you successfully make a transaction it will create 1 token, sending 0.5 to your address and the other 0.5 to an address of your choice.
If the Donation Address is not set it will be burnt by default.
Free donations, or free CATE transfers: It's up to you.
You can also override the default donation address by calling a specific function : "transferAndDonateTo".
0xCATE is a mineable token on ethereum. You can discover more on Bitcointalk or here Medium
Please make /r/CatetherNetworks/ your home
You can buy 0xCATE on
Enclaves.io
ForkDelta
function getMiningReward() public constant returns (uint) { bytes32 digest = solutionForChallenge[challengeNumber]; if(epochCount > 160000) return (50000 * 10**uint(decimals) );// 14.4 M/day if(epochCount > 140000) return (75000 * 10**uint(decimals) ); // 21.6 M/day if(epochCount > 120000) return (125000 * 10**uint(decimals) ); // 36.0 M/day if(epochCount > 100000) return (250000 * 10**uint(decimals) ); // 72.0 M/day if(epochCount > 80000) return (500000 * 10**uint(decimals) ); // 144.0 M/day if(epochCount > 60000) return (1000000 * 10**uint(decimals) ); // 288.0 M/day if(epochCount > 40000) return ((uint256(keccak256(digest)) % 2500000) * 10**uint(decimals) ); // 360.0 M/day if(epochCount > 20000) return ((uint256(keccak256(digest)) % 3500000) * 10**uint(decimals) ); // 504.0 M/day return ((uint256(keccak256(digest)) % 5000000) * 10**uint(decimals) ); // 720.0 M/day
You can find all the pawsome memes the community has made here! Check back often, we'll continue adding more over time.
Come to our Discord server and participate in the contest. You may win some CATE if your meme is chosen!