找到settings.json文件,把里面的- "rpc-authentication-required": true,
- "rpc-bind-address": "0.0.0.0",
- "rpc-enabled": true,
- "rpc-password": "{52de2081ff91751595a2dda41a162c401c11e513SmjtmHPX",
复制代码 改为false
"rpc-authentication-required": false,
"rpc-bind-address": "0.0.0.0",
"rpc-enabled": true,
"rpc-password": "{52de2081ff91751595a2dda41a162c401c11e513SmjtmHPX",
或者把password改为自己的密码
"rpc-authentication-required": false,
"rpc-bind-address": "0.0.0.0",
"rpc-enabled": true,
"rpc-password": "mima", |