Impersonare un Altro Indirizzo Nodo

A partire dalla versione Smartnode v1.15.7, gli utenti saranno in grado di simulare il comportamento di un indirizzo arbitrario. Mentre impersoni un altro indirizzo, il tuo nodo continuerà il ciclo di task del nodo e della watchtower usando il tuo indirizzo nodo e svolgerà compiti come attestare usando le tue chiavi validatore. Non sarai in grado di inviare transazioni o firmare messaggi come indirizzo impersonato. Questa funzionalità è particolarmente utile per supporto e debugging.

Se desideri interagire con lo Smartnode attraverso la lente di un altro indirizzo nodo, utilizza il seguente comando: 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.

Quando hai finito con la modalità masquerade, esegui semplicemente rocketpool wallet end-masquerade e segui i prompt:

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.

Inoltre, puoi controllare lo stato del tuo wallet nodo eseguendo 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.