0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

WIZnet W5100S-PICO-Mining RigでDuinoコインをマイニングする方法

Posted at

WIZnet W5100SとRP2040を使用して、10台のスレーブと20コアを持つマイニングリグを構築し、Duinoコインのマイニングを始めましょう。

必要なもの
Duinoコインウォレット: https://wallet.duinocoin.com/
W5100S-PICO-Miningリグまたは同等のハードウェア
Micro USBケーブル
インターネットルーター
イーサネットケーブル
手順

  1. コードのダウンロード

git clone https://github.com/Wiznet/RP2040-HAT-MINING-C.git

  1. Duino情報の入力 examples/minerMaster/minerMaster.cppファイルを開き、ユーザー名とマイナーキーを入力します。

  2. ビルド
    cd RP2040-HAT-MINING-C
    mkdir build
    cd build
    cmake ..
    make -j8

  3. プログラムのフラッシュ BOOTSELボタンを押しながらMicro USBケーブルをPCに接続し、外部ストレージデバイスとして認識させます。ビルド後に生成されたバイナリファイルをコピーします。

  4. テスト すべてのスレーブをスロットに挿入し、マイニングリグをイーサネットケーブルでインターネットルーターに接続します。USBケーブルまたはPOEで電源を供給します。数分後、TFT LCDにマイニングステータスが表示されます。

詳細な手順とコードは、以下のURLをご参照ください。

ぜひ挑戦してみてください!

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?