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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Ask HN: Using Ropsten Testnet for production?

2 点作者 sullof将近 7 年前
Yesterday I launched Tweedentity, a self-claiming identity system for Ethereum and, for now, Twitter and Reddit. Just yesterday, though, the gas price spiked (for BingoCoin distribution) and setting an identity didn't make sense. In fact, while you can set it with 25¢ in normal cases, yesterday, with the gas at 80 Gwei, you'd have spent $15. This makes me thinking that Ethereum is not really usable by dapps that don't have a strong financial incentive. Since Tweedentity works on both Ropsten and Mainnet, I am thinking that it would be better to just support the testnet, and think of it as the production environment. This generates some ethical thoughts. Despite this, I wonder what other people think about it.

1 comment

CryptoPunk将近 7 年前
You could look into creating a DappChain using the Loom framework. DappChains are Ethereum sidechains, that allow near-zero-fee transactions.<p><a href="https:&#x2F;&#x2F;loomx.io" rel="nofollow">https:&#x2F;&#x2F;loomx.io</a><p>This is the application form for their beta program: <a href="https:&#x2F;&#x2F;docs.google.com&#x2F;forms&#x2F;d&#x2F;e&#x2F;1FAIpQLSdlnBsw1iRAks1F2pD64K7JybsSIck38GoXl-iXrEzf-MF4Aw&#x2F;viewform" rel="nofollow">https:&#x2F;&#x2F;docs.google.com&#x2F;forms&#x2F;d&#x2F;e&#x2F;1FAIpQLSdlnBsw1iRAks1F2pD6...</a><p>Another option is to use the POA Network: <a href="https:&#x2F;&#x2F;poa.network&#x2F;" rel="nofollow">https:&#x2F;&#x2F;poa.network&#x2F;</a><p>It&#x27;s an Ethereum sidechain that uses POA consensus, like Rinkeby.<p>One advantage with Loom is that they&#x27;re working on integrating Plasma into their DappChains, which will reduce the reliance of users on trusting a particular DappChain&#x27;s consensus nodes, by allowing a user&#x27;s client to automatically call on the Ethereum mainnet to rescue their funds&#x2F;digital-assets in case the DappChain&#x27;s consensus nodes violate the protocol or otherwise misbehave.