Unstake PLI Tokens from Plugin 1.0 Node

STEPS TO UNSTAKE PLI FROM PLUGIN 1.0 NODES

  1. Unstake your Plugin 1.0 Node.

    • Members who have completed one year of staking and haven’t activated restaking can find a button to request the unstaking of the node in the Oracles platform.

    • The other option for members who have enabled restaking would need to raise a Ticket to unstake your Plugin1.0 Node. While raising the ticket, in “Issue Description:” please provide the below-mentioned details. a) IP address: <IP address of your node on which you want to unstake> b) Stake ID: <Staking ID> c) Node Address:<Node_Address> d) Restake ID:<Restake_ID>

The IP address of your node can be found in your https://oracles.goplugin.co dashboard as mentioned in the image below.

Your node's stake ID and node Address can be found in your https://oracles.goplugin.co dashboard as mentioned in the image below.

Your node's ReStake ID and node Address can be found in your https://oracles.goplugin.co dashboard as mentioned in the image below. Note :- Cumulative tokens must reach 500 to get paid and this will get auto-calculated when the node is in the staking pool. Once the node is in un-staked status, the cumulative tokens will not be incurred further.

NOTE: In Plugin2.0 we do not support the Docker Method of node installation, we do support only script-based node installation. To refresh the Docker-based Plugin1.0 node to Plugin2.0, refreshing the node with your VPS service provider is the better option.

  1. Once the node is unstaked, withdraw the PLIs to your registered wallet account.

  2. Now you can reset your node with the help of your VPS provider or else you can use the script ‘reset_pli.sh’ which will be found in your “plugin_deployment” directory (If you installed Plugin1.0 using “Modular Method”).

  3. If you are selecting the 'reset_pli.sh' option to refresh your node, then remove the following lines from your "~/.profile". export GOROOT=............... export GOPATH=................ export FEATURE_EXTERNAL_INITIATORS=true And for "export PATH" entry, remove "$GOROOT/bin", "$GOPATH/bin" alone from PATH variable. Now run "source ~/.profile" in the cli of your node.

Last updated