Maskierung als eine andere Node-Adresse

Ab Smartnode-Version v1.15.7 können Benutzer das Verhalten einer beliebigen Adresse simulieren. Während Sie sich als eine andere Adresse maskieren, wird Ihr Node die Node- und Watchtower-Task-Schleife mit Ihrer Node-Adresse fortsetzen und Aufgaben wie das Attestieren mit Ihren Validator-Schlüsseln ausführen. Sie können Transaktionen nicht senden oder Nachrichten als die maskierte Adresse signieren. Diese Funktion ist besonders nützlich für Support und Debugging.

Wenn Sie mit dem Smartnode aus der Perspektive einer anderen Node-Adresse interagieren möchten, verwenden Sie bitte folgenden Befehl: 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.

Wenn Sie mit dem Masquerade-Modus fertig sind, führen Sie einfach rocketpool wallet end-masquerade aus und folgen Sie den Anweisungen:

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.

Zusätzlich können Sie den Status Ihrer Node-Wallet überprüfen, indem Sie rocketpool wallet status ausführen:

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.