Filecoinテストネット【翻訳】


文書ディレクトリ

  • Filecoin試験網【翻訳】
  • Lotus
  • について
  • 貯蔵掘削
  • Remote API Support
  • Lotusのコンポーネントは何ですか?
  • How can I communicate with a Lotus Node?
  • 貯蔵掘削
  • エラーアラーム位置
  • 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のインストールには、2つの独立したプログラムが含まれます.
  • 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-RPAPIを介して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. これにより、1つまたは複数のLotus Nodeインスタンスに接続された1つまたは複数のLotus Storage Minerインスタンスを容易に実行することができる.
    まとめ:1つのシステムは、複数の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. Webサイトへのアクセス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 
    

    You will not see any attoFIL in your wallet if your chain is not fully synced. チェーンが完全に同期していないと、財布の中にattoFILはありません.
    Send FIL to another wallet他の財布にファイルを送信
    lotus send  
    

    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-RPAPIを介して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