TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

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

9 点作者 masterspy7超过 7 年前

4 条评论

FearNotDaniel超过 7 年前
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.
justinalanbass超过 7 年前
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.
RepressedEmu超过 7 年前
Could this be used as an oracle for a Smart Contract to get random numbers?
jonathan-kosgei超过 7 年前
I thought this was a troll on every cryptocurrency ever