内存和硬盘都在涨价之际,分享一个去中心化的永久数据存储方案

3 月 17 日
 chaxus

核心非常简单,基于 arweave 和 irys 的 sdk ,做了一层封装,同时 vibe 出一个数据管理的网页,方便查看,预览,下载和管理数据。

总的来说,无手续费,无服务器。如果 V 友想永久存一些在其他地方因为某些原因不能存的数据或者存起来不放心怕平台跑路和不喜欢订阅和续费的支付方式的,提供了另一种方案:支付一次,去中心化永久存储。

尝试上传了一个不重要的文件到 arweave 网络。上传完成后还不能立刻访问,会有同步节点的时间,过个几分钟,就可以下载和预览了。

AR 网络用起来基本没有什么问题,SOL 和 ETH 的没有试过。有问题直接提 issue 和 PR 。

但其中注意的是

  1. 没有服务器交互,所以一切数据私钥都在本地,需要自己保存好,不然一旦丢失,谁都找不回来。
  2. 链上是任何人都可以访问的,一旦上传数据到链上,任何人都可以下载。虽然看到网站支持数据加密,但加密逻辑待考证。
  3. 虽然说是数据永久存储,具体能存多久,得看 arweave 和 irys 网络能活多久。

总的来说,有一定的应用场景和实际需求,但不多,尤其是现在有了 AI 实现起来也不难。

随便使用的地址,反正没有看到任何手续费或者有盈利方式:

https://aryxn.com/

随便使用和查阅的完整代码地址:

https://github.com/alixex/aryxn

3372 次点击
所在节点    分享创造
13 条回复
langhuishan
3 月 17 日
这是用区块链的技术存数据?矿机不提供算力,改提供存储了?
labubu
3 月 17 日
不知道的还以为你开源 skills 呢
.adal/skills
feat: Add documentation for testing skills with subagents using TDD p…
2 days ago
.agent/skills
feat: Add documentation for testing skills with subagents using TDD p…
2 days ago
.agents/skills
refactor: optimize component styles and interactions across the vault…
2 days ago
.augment/skills
feat: Add documentation for testing skills with subagents using TDD p…
2 days ago
.claude/skills
feat: Add documentation for testing skills with subagents using TDD p…
2 days ago
.codebuddy/skills
feat: Add documentation for testing skills with subagents using TDD p…
2 days ago
.commandcode/skills
feat: Add documentation for testing skills with subagents using TDD p…
2 days ago
.continue/skills
feat: Add documentation for testing skills with subagents using TDD p…
2 days ago
.cortex/skills
feat: Add documentation for testing skills with subagents using TDD p…
2 days ago
.crush/skills
feat: Add documentation for testing skills with subagents using TDD p…
2 days ago
.factory/skills
feat: Add documentation for testing skills with subagents using TDD p…
2 days ago
.github
feat: Refactor code structure for improved readability and maintainab…
2 days ago
.goose/skills
feat: Add documentation for testing skills with subagents using TDD p…
2 days ago
.iflow/skills
feat: Add documentation for testing skills with subagents using TDD p…
2 days ago
.junie/skills
feat: Add documentation for testing skills with subagents using TDD p…
2 days ago
.kilocode/skills
feat: Add documentation for testing skills with subagents using TDD p…
2 days ago
.kiro/skills
feat: Add documentation for testing skills with subagents using TDD p…
2 days ago
.kode/skills
feat: Add documentation for testing skills with subagents using TDD p…
2 days ago
.mcpjam/skills
feat: Add documentation for testing skills with subagents using TDD p…
2 days ago
.mux/skills
feat: Add documentation for testing skills with subagents using TDD p…
2 days ago
.neovate/skills
feat: Add documentation for testing skills with subagents using TDD p…
2 days ago
.openhands/skills
feat: Add documentation for testing skills with subagents using TDD p…
2 days ago
.pi/skills
feat: Add documentation for testing skills with subagents using TDD p…
2 days ago
.pochi/skills
feat: Add documentation for testing skills with subagents using TDD p…
2 days ago
.qoder/skills
feat: Add documentation for testing skills with subagents using TDD p…
2 days ago
.qwen/skills
feat: Add documentation for testing skills with subagents using TDD p…
2 days ago
.roo/skills
feat: Add documentation for testing skills with subagents using TDD p…
2 days ago
.trae/skills
feat: Add documentation for testing skills with subagents using TDD p…
2 days ago
.vibe/skills
feat: Add documentation for testing skills with subagents using TDD p…
2 days ago
.vscode
feat: enhance UI components with new styles and gradients
last month
.windsurf/skills
feat: Add documentation for testing skills with subagents using TDD p…
2 days ago
.zencoder/skills
liushui
3 月 17 日
FIL 怎么样,存储目前他不是市值第一么,为什么选择 arweave 和 irys 了呢
JoeJoeJoe
3 月 17 日
如果是 Mac 用户的话, 可以考虑一下 planet: https://v2ex.ih06.com/go/planet
loading
3 月 17 日
矿场被炸的话,数据仍然会丢,以前觉得是分布式,但其实还是矿场的相对分布而已。
worker201
3 月 17 日
这和 ipfs 有什么区别? ipfs 也是分布式存储,一样会丢数据
doraemonki
3 月 17 日
别追求永久,区块链不是为了永久存储
chaxus
3 月 17 日
@liushui FIL 原生不提供永久存储,主要后续不想持续花费,也不想怎么管就采用了 Arweave 的方案。不过 FIL 用来短期存储的话,比 Arweave 便宜的多,更划算。
chaxus
3 月 17 日
@worker201 IPFS 丢数据比 Arweave 更容易发生。Arweave 要丢数据,就像 @loading 说的一样,除非大部分矿场被炸了。不过 IPFS 日常使用够了还免费。
chaxus
3 月 17 日
@loading 不好意思,回复错楼了 @worker201
chaxus
3 月 17 日
@JoeJoeJoe 有没有置顶功能
JoeJoeJoe
3 月 17 日
@chaxus #11 没得吧
FFM
3 月 17 日
币圈少碰

这是一个专为移动设备优化的页面(即为了让你能够在 Google 搜索结果里秒开这个页面),如果你希望参与 V2EX 社区的讨论,你可以继续到 V2EX 上打开本讨论主题的完整版本。

https://v2ex.ih06.com/t/1198817

V2EX 是创意工作者们的社区,是一个分享自己正在做的有趣事物、交流想法,可以遇见新朋友甚至新机会的地方。

V2EX is a community of developers, designers and creative people.

© 2021 V2EX