別のノードアドレスとして振る舞う

Smartnodeバージョンv1.15.7以降、ユーザーは任意のアドレスの動作を模倣できるようになりました。別のアドレスとして振る舞っている間、 ノードはノードアドレスを使用してノードとwatchtowerタスクループを継続し、バリデーターキーを使用してアテステーションなどの職務を実行します。 なりすましアドレスとしてトランザクションを送信したり、メッセージに署名したりすることはできません。この機能は、特にサポートとデバッグに役立ちます。

別のノードアドレスのレンズを通してSmartnodeとやり取りしたい場合は、次のコマンドを使用してください: rocketpool wallet masquerade

rp@user:~$ rocketpool wallet masquerade

Masquerading allows you to set your node address to any address you want. All commands will
act as though your node wallet is for that address. Since you don't have the private key for
that address, you can't submit transactions or sign messages though; commands will be read-only
until you end the masquerade with `rocketpool wallet end-masquerade`.

Please enter an address to masquerade as:
0xcaB549EdE082592D10FE6a238e7e8914aD3a074d

Are you sure you want to masquerade as 0xcaB549EdE082592D10FE6a238e7e8914aD3a074d? [y/n]
y

Your node is now masquerading as address 0xcaB549EdE082592D10FE6a238e7e8914aD3a074d.

masqueradeモードが終了したら、rocketpool wallet end-masqueradeを実行してプロンプトに従うだけです。

rp@user:~$ rocketpool wallet end-masquerade

The node wallet is 0xE8325F5f4486c2FF2AC7B522Fbc9eB249d46C936. You will no longer be masquerading as 0xcaB549EdE082592D10FE6a238e7e8914aD3a074d.

Are you sure you want to end masquerade mode? [y/n]
y

Successfully ended masquerade mode.

さらに、rocketpool wallet statusを実行して、ノードウォレットのステータスを確認できます。

rp@node:~$ rocketpool wallet status

Your Smart Node is currently using the Hoodi Test Network.

The node wallet is initialized, but you are currently masquerading as 0xcaB549EdE082592D10FE6a238e7e8914aD3a074d
Wallet Address: 0xE8325F5f4486c2FF2AC7B522Fbc9eB249d46C936
Due to this mismatch, the node cannot submit transactions. Use the command 'rocketpool wallet end-masquerade' to end masquerading and restore your wallet address.