Mainnet Node Management
Exit Vacuum NetworkTry API
POST
chain_queryInfo
(Exit Vacuum Network)
After exiting the vacuum network, the mainnet node can be remotely maintained through SSH.
Parameters
pass: password
devid: node device tmac connection ID
Example Code
{
"jsonrpc": "3.0",
"method": "chain_queryInfo",
"params": [
"updateTmac",
"op=stop&pass=123&devid=qwdqwq58e.....b3ad92ad64aa6cbc77c0f09e8f4a@1.1.1.1",
"encryp=none"
],
"id": "1"
}{
"jsonrpc": "3.0",
"id": "1",
"result": {
"ret": "0",
"err": "",
"content": "StopMac Successful! and Maintain through SSH connection"
}
}