TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Show HN: RandoCoin- a cryptocurrency that randomly changes price every 5 minutes

9 pointsby masterspy7over 7 years ago

4 comments

FearNotDanielover 7 years ago
Note to contract author: you&#x27;re not using SafeMath if you just include the library at the top of your code. You have to replace all the +, -, * and &#x2F; operators with the equivalent functions .add(), .sub() etc.<p>Also, contract appears to be throwing exceptions when trying to sell coins. This might be because it&#x27;s failing one of the &#x27;require&#x27; statements imposed in the contract code, but there&#x27;s no way to tell from the UI that it&#x27;s not just broken.<p>Really, there&#x27;s no reason why this &#x27;experiment&#x27; needs to be on the main (real currency) blockchain. If you honestly don&#x27;t want people to gamble real money on this, you should have deployed it to the testnet, which anyone smart enough to install metamask would be able to figure out how to switch to just to play along.
justinalanbassover 7 years ago
In theory, RandoCoin will necessarily develop a black market based on traits other than the random generation in the long-run. If random generation were used, anyone could theoretically wait some period of time to buy at a low price, and wait more to sell at a high price for a gain, which is clearly unsustainable. The black market would include those who bought RandoCoin at, say, 4 standard-deviations below the mean (all purchases would only be made at the lowest price possible over a year-long window).<p>This is fairly obvious, and the &quot;experiment&quot; couldn&#x27;t hope to turn up anything useful, so my main guess is this is nothing more than a cleverly-disguised pyramid scheme or scam. I would recommend not purchasing any, even for novelty, in order to discourage this nonsense. This could have easily just been a hypothetical post and would have been more interesting than a crappy FAQ.
RepressedEmuover 7 years ago
Could this be used as an oracle for a Smart Contract to get random numbers?
jonathan-kosgeiover 7 years ago
I thought this was a troll on every cryptocurrency ever