Başka Bir Node Adresi Olarak Maskeleme

Smartnode sürüm v1.15.7'den başlayarak, kullanıcılar rastgele bir adresin davranışını taklit edebilecektir. Başka bir adres olarak maskelenirken, node'unuz node adresinizi kullanarak node ve watchtower görev döngüsüne devam edecek ve validator anahtarlarınızı kullanarak attestation gibi görevleri yerine getirecektir. Maskelenmiş adres olarak işlem gönderemez veya mesaj imzalayamazsınız. Bu özellik özellikle destek ve hata ayıklama için kullanışlıdır.

Smartnode ile başka bir node adresi üzerinden etkileşimde bulunmak istiyorsanız, lütfen şu komutu kullanın: 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.

Maskeleme modunu bitirdiğinizde, basitçe rocketpool wallet end-masquerade komutunu çalıştırın ve yönergeleri izleyin:

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.

Ek olarak, rocketpool wallet status komutunu çalıştırarak node cüzdanınızın durumunu kontrol edebilirsiniz:

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.