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?

XMRSigner備忘録

Posted at

Monero専用のハードウェア・ウォレットの作り方

ここにやり方書いてあります。
わからなければこのURLをGPT先生に貼り付けて質問すれば解決するはずです。

実践

必要なライブラリをダウンロードします。

brew install make
brew install signify-osx

XMRSignerのデータを署名ごとダウンロードします。

curl -L -o Makefile https://github.com/DiosDelRayo/MoneroSigner/releases/download/v0.9/Makefile

ビルド(実行ファイルの作成)します。

make image

署名が正しいか確認します。

signify -C -p xmrsigner.pub -x SHA256.sig xmrsigner-dev-buster-16gb.img.xz
cat SHA256.sig

ファイルを解凍します。

xz -d xmrsigner-dev-buster-16gb.img.xz

あとはBalena Etcherでフラッシュ!

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?