Intmax の Privacy Mining をやってみる
Intmax の Privacy Mining をやってみるよ! ref.
Privacy Mining 用のソフトウェアをダウンロード
M1 以降の Mac を使っているのであれば mining-cli-aarch64-apple-darwin.zip をダウンロードする
zip を解凍
Ctrl を押しながらクリックして「このアプリケーションで開く」を選択
「ターミナル」を選択
セキュリティに関するリスクの意味がわからないひとはこの先の操作をすべきではないです
開くことができない場合は、Mac の環境設定の「プライバシーとセキュリティ」から開く
code:zsh
Please read and accept the terms of use
Do you accept the terms of use? y/N y を押下
code:zsh
Choose network:
base
base-sepolia (testnet)
mainnet (legacy)
holesky (legacy-testnet)
base を選択して Enter
code:zsh
No existing indices found. Please create a new config.
Choose RPC provider:
Alchemy
Infura
Other
Alchemy または Infura のキーを取得して入力
code:zsh
Use default settings for max gas price (10 gwei), mining unit (0.1 ETH) and mining times (10)? Y/n これで Y を押すと 1 ETH 入れる必要があるので、0.1 ETH で試したい場合は n を押して、希望の設定を選ぶ
code:zsh
Withdrawal private key of base:
Withdrawal 用の wallet を作って private key を入力
Mining を始める
code:zsh
Select mode (press ctrl+c to abort):
Mining: performs mining by repeatedly executing deposits and withdrawals
Claim: claims available ITX tokens
Exit: withdraws all balances currently and cancels pending deposits
Export: export deposit private keys
Check Update: check for updates of this CLI
Deposit 用の Wallet アドレスが表示されるのでデポジットする
ここで注意するのは、 0.1 ETH だろうと 1 ETH だろうと、ガス代のためにちょっと多めに入れる必要があること