Upgrade & Migrate a node on Windows
Preparation
Stop the original node
Start a new node
starcoin.exe --net main ^
--disable-metrics true ^
--miner-thread 0 ^
--node-name starcoin-main ^
--data-dir C:\starcoin\data ^
--logger-disable-file true ^
--stratum-address 0.0.0.0 --stratum-port 9880Import the private key and set it as the default account
Last updated