Filecoin測試網【翻譯】

Filecoin測試網【翻譯】

測試網 官方文檔 https://docs.lotu.sh/
Filecoin區塊瀏覽器,查看鏈上消息和爆塊消息等消息
區塊瀏覽器 https://filscan.io/#/

關於Lotus

Lotus is an implementation of the Filecoin Distributed Storage Network. You can run the Lotus software client to join the Filecoin Testnet.
Lotus是Filecoin分佈式存儲網絡的一個實現。您可以運行Lotus軟件客戶端加入Filecoin Testnet。

For more details about Filecoin, check out the Filecoin Docs and Filecoin Spec.
有關Filecoin的更多詳細信息,請查看Filecoin文檔和Filecoin規範。

How is Lotus designed?
蓮花是如何設計的?

Lotus is architected modularly to keep clean API boundaries while using the same process. Installing Lotus will include two separate programs:
Lotus採用模塊化架構,在使用同一進程時保持API邊界的乾淨。安裝Lotus將包括兩個獨立的程序:

  • The Lotus Node
  • The Lotus Storage Miner

The Lotus Storage Miner is intended to be run on the machine that manages a single storage miner instance, and is meant to communicate with the Lotus Node via the websocket JSON-RPC API for all of the chain interaction needs.
Lotus Storage Miner管理單個storage miner實例的計算機上運行,並通過websocket JSON-RPC API與Lotus節點通信,以滿足所有鏈式交互需求。

This way, a mining operation may easily run a Lotus Storage Miner or many of them, connected to one or many Lotus Node instances.
這樣,一個採礦作業可以很容易地運行一個或多個連接到一個或多個Lotus Node實例的Lotus Storage Miner實例。

總結: 一個系統可以運行多個The Lotus Storage Miner、The Lotus Node實例。

Join Testnet
加入測試網

Anyone can set up a Lotus Node and connect to the Lotus Testnet. This is the best way to explore the current CLI and the Filecoin Decentralized Storage Market.
任何人都可以設置一個Lotus節點並連接到Lotus Testnet。這是探索當前CLI和Filecoin分散存儲市場的最佳方法。

創建你的地址
初始化一個新的錢包

lotus wallet new
  • Visit the faucet to add funds. 訪問網址https://faucet.testnet.filecoin.io/ 添加資金
  • Paste the address you created. 粘貼您創建的地址。
  • Press the send button. 點擊發送按鈕

Check wallet address balance
檢查錢包餘額

Wallet balances in the Lotus Testnet are in FIL, the smallest denomination of FIL is an attoFil, where 1 attoFil = 10^-18 FIL.
Lotus Testnet中的錢包餘額是FIL,FIL的最小面額是attoFil,其中1 attoFil=10^-18 FIL。

lotus wallet balance <YOUR_NEW_ADDRESS>

You will not see any attoFIL in your wallet if your chain is not fully synced.
如果你的鏈沒有完全同步,你的錢包裏就不會有attoFIL。

Send FIL to another wallet
發送fil到其他錢包

lotus send <target> <amount>

Monitor the dashboard
監視儀表板

To see the latest network activity, including chain block height, block height, blocktime, total network power, largest block producer miner, check out the monitoring dashboard.
要查看最新的網絡活動,包括鏈塊高度、塊高度、塊時間、總網絡功率、最大塊生產商miner,請查看監控儀表板。https://stats.testnet.filecoin.io/

存儲挖礦

Here are instructions to learn how to perform storage mining. For hardware specifications please read this.
以下是學習如何執行存儲挖掘的說明。有關硬件規格,請閱讀此。

It is useful to join the Testnet prior to attempting storage mining for the first time.
在第一次嘗試存儲挖掘之前加入Testnet是很有用的。

Remote API Support

You may want to delegate the work Lotus Storage Miner or Lotus Node performs to other machines. Here is how to setup the necessary authorization and environment variables.
您可能希望將Lotus Storage Miner或Lotus節點執行的工作委託給其他計算機。下面是如何設置必要的授權和環境變量。

Lotus的組件是什麼?

Lotus節點可以同步區塊鏈,驗證沿途的所有區塊、傳輸和交易。它還可以幫助創建新的存儲交易。如果您對向網絡提供自己的存儲不感興趣,並且不想自己生成塊,那麼Lotus節點就是您所需要的全部!

Lotus Storage Miner完成了註冊存儲和生成新塊所需的所有工作。Lotus Storage Miner通過JSON-RPC API與Lotus節點通信。

How can I communicate with a Lotus Node?

Lotus Nodes have a command-line interface, as well as a JSON-RPC API.

存儲挖礦

參考:mining.md

開始挖礦

lotus-storage-miner run

The Lotus Seal Worker is an extra process that can offload heavy processing tasks from your Lotus Storage Miner. It can be run on the same machine as your lotus-storage-miner, or on another machine communicating over a fast network.
Lotus Seal Worker是一個額外的進程,可以從Lotus Storage Miner卸載繁重的處理任務。它可以與您的“lotus storage miner”在同一臺計算機上運行,也可以在另一臺通過快速網絡通信的計算機上運行。

錯誤提醒定位

mining-troubleshooting.md
翻譯參考URL:https://www.wanbizu.com/news/20191217126969.html

發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章