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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Blockstore: A Key-Value Store on Bitcoin

95 点作者 muneeb超过 10 年前

8 条评论

kushti超过 10 年前
Namecoin is around for years, and it's true key-value blockchain database, not DHT with values hashes stored in chain within financial transactions(why?). Another cryptocurrency, Nxt, has messaging ability giving possibility to write up to 1K chars within message, up to 10K in messages chain, enough for many kinds of documents.
评论 #9062483 未加载
huntaub超过 10 年前
I&#x27;ve been working on a Namecoin light-resolving client lately, and this looks really intriguing. However, like with Namecoin (but more urgent because of the need for Bitcoin blocks), how &quot;fast&quot; can a node come online to this system (and how much data is needed to be downloaded)?<p>Are you aiming for the &quot;light-resolver&quot; marketplace, or is this solution really for people who are already running full Bitcoin nodes?
评论 #9063188 未加载
cplease超过 10 年前
Seriously, this BUZZWORD meets BUZZWORD linkbait is getting old, especially the blockchain variety. Bitcoin is not the hammer to every nail. This is not a good idea and there is not even an attempt here to rationalize why this is a good idea.
评论 #9065931 未加载
llSourcell超过 10 年前
What incentive do blockstore nodes have to store data? Bittorrent nodes have the tit-for-tat mechanism for faster downloads. IPFS nodes get monetary compensation via &#x27;filecoin&#x27; (in the works).
geofft超过 10 年前
Isn&#x27;t Bitcoin already a key-value store? One private key can store millions of dollars of value.... :)
评论 #9064026 未加载
asciimo超过 10 年前
They&#x27;re currently using Namecoin, and it works perfectly. The argument to use Bitcoin seems to be that it&#x27;s sexier. Is it harder to get funding for Namecoin applications?
borisjabes超过 10 年前
Neat! So if I understand correctly, first you retrieve the &quot;value&quot; from the blockchain, which acts as the index into the DHT you&#x27;re running separately?<p>Are you seeding the DHT with your own machines right now? At web scale, wouldn&#x27;t the number of machines participating in the storage network (as opposed to the blockchain) need to be huge?
TruthSHIFT超过 10 年前
Can anyone ELI5? Honestly, I&#x27;d settle for an ELI12 on this one.