Resources and forum for the Chinese community, maintained and moderated by CoinSummer & PL.

Awesome Filecoin

请注意:本文中的链接并非全部是官方链接,部分链接是第三方链接,有些甚至是收费链接,请大家注意区分。

1. Website

1.1 浏览器

  • FilFox - 6Block 团队开发的 Filecoin 浏览器
  • Filscan - IPFS原力团队开发的 Filecoin 浏览器
  • Filscout - 星际联盟团队开发的 Filecoin 浏览器
  • 1475ipfs - 1475 团队开发 Filecoin 浏览器【已关闭】
  • Stats - 官方 Filecoin 浏览器(按 ESC 可查看不同的网络)
  • Spacegap - 官方 Filecoin 浏览器(总览视图)
  • Atpool - 雅典娜浏览器-Filecoin专业矿工数据服务

1.2 代码仓库

1.3 Filecoin其他实现

  • Venus - Filecoin Go语言的实现,基于以前的go-filecoin
  • Fuhon - Filecoin C++语言的实现
  • Forest - Rust语言的实现

2. Network

  • 网络概览 - 包括主网和测试网等各个网络的详细信息
  • MainNet - Filecoin主网
  • Calibration - Calibration 校准网
  • Nerpa - Nerpa测试网,已经不再维护

3. Documentation

Filecoin文档

Filecoin经济模型

硬件配置

挖矿集群搭建

Daemon操作

Miner操作

Deal 操作

部署运维

常用环境变量

常见软件问题

常见硬件问题

Benchmarks

资源消耗统计

技术文章分享

基础教程

真实数据文档

高级教程

- [Poseidon 哈希算法 C 语言实现](./ref_src/poseidon/PoseidonHashOriginal/Readme.md) - 基础版(所使用的参数和 lotus 有所不同)
- [Poseidon 哈希算法 C 语言实现](./ref_src/poseidon/PoseidonHashNeptune/Readme.md) - 高级版(所使用的参数和 lotus 完全相同)

4. Optimized Lotus

5. Ecosystem Tools

6. Community

  • 微信交流群Filecoin 技术交流群 是目前国内最友好,也是全球最大、最活跃的 Filecoin 技术交流社区,欢迎广大 Filecoin 矿工、开发者和爱好者加入我们的技术交流群。

    • Filecoin 技术交流-1群(目前已满)
    • Filecoin 技术交流-2群(目前已满)
    • Filecoin 技术交流-3群(目前已满)
    • Filecoin 技术交流-4群(目前已满)
    • Filecoin 技术交流-5群(目前已满)
    • Filecoin 技术交流-6群(目前已满)
    • Filecoin 技术交流-7群(目前还有空位)
    • Filecoin 技术交流群(唯一与微信群同步的 Telegram 群)
    • 入群请联系群主【TEARS】,并做好备注,否则可能会被拒绝。
    • TEARS
  • Telegram交流群

  • Discord交流群

7. 杂项

7.1 旧版资源大全

目前,该文档是从早期版本中改造过来的,早期维护的一个资源大全,信息依然非常丰富,有些资料在这个文档中没有的,可以去旧版中找找,或许就能找到很多有用的信息,特别是一些基本操作,环境变量等等。

【旧版资源入口地址】 -- 已迁移到本项目当中

Comments
  • 文件存储:lotus clientStartDeal的wallet参数只能传lotus节点的wallet里账号?

    文件存储:lotus clientStartDeal的wallet参数只能传lotus节点的wallet里账号?

    lotus clientStartDeal的wallet参数只能传lotus节点的wallet里账号?做dapp,如果用户是移动端,通过调用lotus的json rpc,这时候存储文件时,需要扣款的账号应该是移动端的用户的账号,此时,rpc对应的lotus里的wallet list又没有这个账号就会报错:provided address doesn't exist in wallet 这个情况要怎么解决?

  • 我们在招募做filecoin挖矿的技术,懂硬件懂系统挖矿优化和有经验的技术 欢迎联系 1021979490@qq.com

    我们在招募做filecoin挖矿的技术,懂硬件懂系统挖矿优化和有经验的技术 欢迎联系 [email protected]

    我们在招募做filecoin挖矿的技术,懂硬件懂系统挖矿优化和有经验的技术 欢迎联系 wechat :ITea1005

    Originally posted by @icedtea6 in https://github.com/filecoin-project/community-china/discussions/27

  • 启动创世节点报错

    启动创世节点报错

    init set f3ur3pvhohzi5c4nf7shaix5ygwcxhwvlc6gotbl5zrf364cjbwj6uuparmo6x7htnuozoih7rhjj4bn455lpa t0100 init set f1ceb34gnsc6qk5dt6n7xg6ycwzasjhbxm3iylkiy t0101 2021-03-30T20:43:30.146+0800 WARN vm vm/runtime.go:332 Abortf: Allowance 4096 below MinVerifiedDealSize for add verifier f081 2021-03-30T20:43:30.146+0800 WARN vm vm/runtime.go:145 VM.Call failure: Allowance 4096 below MinVerifiedDealSize for add verifier f081 (RetCode=16): github.com/filecoin-project/specs-actors/actors/builtin/verifreg.Actor.AddVerifier /root/go/pkg/mod/github.com/filecoin-project/[email protected]/actors/builtin/verifreg/verified_registry_actor.go:70 ERROR: initializing node: starting node: could not build arguments for function "github.com/filecoin-project/lotus/node/modules/lp2p".StartListening.func1 (/data/filecoin/lotus/node/modules/lp2p/addrs.go:98): failed to build host.Host: could not build arguments for function "reflect".makeFuncStub (/usr/local/go/src/reflect/asm_amd64.s:12): failed to build lp2p.BaseIpfsRouting: could not build arguments for function "reflect".makeFuncStub (/usr/local/go/src/reflect/asm_amd64.s:12): failed to build dtypes.NetworkName: could not build arguments for function "reflect".makeFuncStub (/usr/local/go/src/reflect/asm_amd64.s:12): failed to build dtypes.AfterGenesisSet: received non-nil error from function "reflect".makeFuncStub (/usr/local/go/src/reflect/asm_amd64.s:12): genesis func failed: make genesis block: failed to verify presealed data: failed to create verifier: doExec apply message failed: Allowance 4096 below MinVerifiedDealSize for add verifier f081 (RetCode=16)

  • 11

    11

    成都招filecoin运维15k+开发20k+,管中午饭,租房补贴一半。欢迎联系@qq.com

    Originally posted by @changlizhi in https://github.com/filecoin-project/community-china/discussions/27#discussioncomment-482324

  • make install 错误!

    make install 错误!

    (re)installing /root/gowork/bin/govvv-v0.3.0 CGO_ENABLED=0 go install -ldflags="-X github.com/textileio/bidbot/buildinfo.Version=git -X github.com/textileio/bidbot/buildinfo.BuildDate=2022-11-12T13:39:49Z -X github.com/textileio/bidbot/buildinfo.GitCommit=e68a7ee -X github.com/textileio/bidbot/buildinfo.GitBranch=main -X github.com/textileio/bidbot/buildinfo.GitState=dirty -X github.com/textileio/bidbot/buildinfo.GitSummary=v0.1.14-7-ge68a7ee" .

    github.com/lucas-clemente/quic-go/internal/qtls

    /root/gowork/pkg/mod/github.com/lucas-clemente/[email protected]/internal/qtls/go119.go:6:13: cannot use "quic-go doesn't build on Go 1.19 yet." (untyped string constant) as int value in variable declaration make: *** [Makefile:21:install] 错误 2

Unofficial upload of ChinesePython, a translation of the Python programming language in Chinese [Provided by UrduPython engineers]

# Downloaded from SourceForge: https://sourceforge.net/projects/chinesepython/ # (Uploaded as is) ---------------------------------------------------

Feb 12, 2022
Read file to console, automatically recognize file encoding, include ansi, utf16le, utf16be, utf8. Currently output ansi as gbk for chinese text search.

rgpre A tool for rg --pre. Read file to console, automatically recognize file encoding, include ansi, utf16le, utf16be, utf8. Currently output ansi as

Mar 18, 2022
This is the Arduino® compatible port of the AIfES machine learning framework, developed and maintained by Fraunhofer Institute for Microelectronic Circuits and Systems.

AIfES for Arduino® AIfES (Artificial Intelligence for Embedded Systems) is a platform-independent and standalone AI software framework optimized for e

Jan 4, 2023
Additional components for ESP-IDF, maintained by Espressif

Espressif IDF Extra Components This repository aims to store ESP-IDF extra components which have been seperated and uploaded into IDF Component Manage

Jan 4, 2023
This is the git repository for the FFTW library for computing Fourier transforms (version 3.x), maintained by the FFTW authors.

This is the git repository for the FFTW library for computing Fourier transforms (version 3.x), maintained by the FFTW authors.

Dec 27, 2022
🗺️ OMAPS.APP — Offline OpenStreetMap maps for iOS and Android. A community-driven fork of MAPS.ME.
🗺️ OMAPS.APP — Offline OpenStreetMap maps for iOS and Android. A community-driven fork of MAPS.ME.

OMaps is an open source cross-platform offline maps application, built on top of crowd-sourced OpenStreetMap data. It was publicly released for iOS and Android.

Jan 7, 2023
Contains platform and API specific code written by Primal community members.

PrimalPlus Contains platform and API specific code written by Primal community members. How to use The general idea is to simply copy the files from t

Nov 7, 2022
This repository is to share the EdgeAI Lab with Microcontrollers Series material to the entire community

This repository is to share the EdgeAI Lab with Microcontrollers Series material to the entire community. We will share documents, presentations and source code of two demo applications.

Oct 23, 2021
Best Method to get Globally Banned from the cfx.re community

Lua-Executor Best Method to get Globally Banned from the cfx.re community Since cheaters have been going crazy selling 'their' hacks, and often gets d

Dec 5, 2022
Arduino core for GD32 devices, community developed, based on original GigaDevice's core
Arduino core for GD32 devices, community developed, based on original GigaDevice's core

GD32 Arduino Core (New) This is a Arduino core is based off of the original GigaDevice core that was provided by the company in early June 2021 (see h

Dec 24, 2022
KeePassXC is a cross-platform community-driven port of the Windows application “Keepass Password Safe”.

KeePassXC KeePassXC is a modern, secure, and open-source password manager that stores and manages your most sensitive information. You can run KeePass

Jan 2, 2023
PyWinRT is a community-supported fork of the pywinrt tool from the Microsoft xlang project.

PyWinRT is a community-supported fork of the pywinrt tool from the Microsoft xlang project.

Dec 1, 2022
Current and past resources for the UNSW courses I have tutored.

James' tutoring resources The home for the code/solutions/etc. from my tutorials, as well as any other resources as I see fit. Table of contents Cours

Oct 4, 2022
Competitive Programming Implementations, Resources, Solutions, and Tools

In competitive programming contests, one must write computer programs capable of solving clear-cut problems under the given contraints and limits. Most competitive programmers use C++, Java, or Python.

Sep 23, 2021
A list of excellent resources for anyone to deepen their understanding with regards to Windows Kernel Exploitation and general low level security.

WinKernel-Resources A list of excellent resources for anyone trying to deepen their understanding with regards to Windows Kernel Exploitation and gene

Nov 12, 2022
Design files and resources for building a wireless N64 controller
Design files and resources for building a wireless N64 controller

wireless-n64-controller This project and its documentation is a Work-In-Progress. I'm still working on writing everything down and working out kinks i

Dec 23, 2022
Resources gathered for reverse engineering the FNIRSI-1013D scope

# FNIRSI-1013D-Hack Resources gathered for reverse engineering the FNIRSI-1013D scope As part of what is on EEVBLOG, resources for the reverse engine

Dec 25, 2022
Resources for DFIR Professionals Responding to the REvil Ransomware Kaseya Supply Chain Attack

Resources for DFIR Professionals Responding to the REvil Ransomware Kaseya Supply Chain Attack Yesterday Sophos and Huntress Labs identified that Kase

Nov 18, 2022
Resources for JUCE-based audio development on the Raspberry Pi

JUCE4Pi Resources for JUCE-based audio development on the Raspberry Pi Raspberry Pi / Linux git clone https://github.com/juce-framework/JUCE.git sudo

Dec 6, 2022