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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Ask HN: Does Bitcoin solve the micropayment problem?

4 点作者 Capira将近 9 年前
Is it possible to do micropayments with Bitcoin? There are many contradictory information about this. I am interested in payments like at a grocery store. Say, $0.5 to $20.<p>You can&#x27;t do this directly on the blockchain because it is too much overhead, too slow and too expensive, right?<p>There are &quot;micropayment channels&quot; for repeated micro-payments (i.e. pay for API calls), but they are not intended to be used for one-time payments, right?<p>Though you can build one-time payments on top of payment channels, by involving a third-party middleman, right?<p>This breaks most of the decentralized awesomeness of bitcoin, right?<p>Are there any altcoins that actually solve the micropayment problem?

1 comment

struct将近 9 年前
It seems hard to do it directly, but I&#x27;ve been analysing [1] for an upcoming project, and they do some clever tricks to amortize the cost. If you get to try it out, let me know what you think!<p>[1] <a href="http:&#x2F;&#x2F;dev.blockcypher.com&#x2F;#microtransaction-api" rel="nofollow">http:&#x2F;&#x2F;dev.blockcypher.com&#x2F;#microtransaction-api</a>
评论 #11803734 未加载