asa-Q / lotus

Implementation of the Filecoin protocol, written in Go

Home Page:https://docs.lotu.sh

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

go env -w GOPROXY=https://goproxy.cn,direct sudo ln -s /usr/lib/x86_64-linux-gnu/libOpenCL.so.1.0.0 /usr/lib/libOpenCL.so

Project Lotus Logo

Project Lotus - 莲


Lotus is an implementation of the Filecoin Distributed Storage Network. For more details about Filecoin, check out the Filecoin Spec.

Building & Documentation

sudo apt-get remove golang-1.13

然后安装最新版的

sudo apt-get install golang-1.14

For instructions on how to build, install and setup lotus, please visit https://docs.filecoin.io/get-started/lotus.

Reporting a Vulnerability

Please send an email to security@filecoin.org. See our security policy for more details.

Development

The main branches under development at the moment are:

  • master: current testnet.
  • next: working branch with chain-breaking changes.
  • ntwk-calibration: devnet running one of next commits.

Tracker

All work is tracked via issues. An attempt at keeping an up-to-date view on remaining work towards Mainnet launch can be seen at the lotus github project board. The issues labeled with incentives are there to identify the issues needed for Space Race launch.

Packages

The lotus Filecoin implementation unfolds into the following packages:

License

Dual-licensed under MIT + Apache 2.0

About

Implementation of the Filecoin protocol, written in Go

https://docs.lotu.sh

License:Other


Languages

Language:Go 96.4%Language:JavaScript 2.2%Language:Shell 0.8%Language:Makefile 0.3%Language:CSS 0.2%Language:Dockerfile 0.1%Language:HTML 0.1%