VeriBlock / nodecore

Other
12 stars 16 forks source link

exit does a restart #242

Closed Leonardiae closed 3 years ago

Leonardiae commented 3 years ago

the exit command in the APM does not perform an exit but a restart:

 > exit
exit
200 success (1.910 ms)
2020-12-10 19:44:43 main       INFO  AltchainPoPMiner          - Application exit
Copyright 2017-2020 Xenios SEZC
All rights reserved.
Distributed under the MIT software license, see the accompanying
file LICENSE or http://www.opensource.org/licenses/mit-license.php.

===[ VeriBlock Altchain PoP Miner v0.4.11-rc.2 ]===
                https://www.veriblock.org/
                VeriBlock Explorer: https://explore.veriblock.org

See https://wiki.veriblock.org/index.php/Altchain_PoP_Miner for more details.

Type "help" to display a list of available commands

2020-12-10 19:44:44 main       INFO  ClockUtils                - Checking the system clock...
2020-12-10 19:44:45 main       INFO  ClockUtils                - The system clock is synchronized
2020-12-10 19:44:46 main       INFO  PluginService             - Loading plugins...
2020-12-10 19:44:54 main       INFO  PluginService             - Loaded plugin implementations: test, nxt, btc
2020-12-10 19:44:55 main       INFO  PluginService             - Loaded plugin phl (btc impl) from config
2020-12-10 19:44:55 main       INFO  AltchainPopMinerService   - Initializing SPV...
2020-12-10 19:44:55 main       INFO  SpvContext                - Using DNS=[seedtestnet.veriblock.org] discovery
2020-12-10 19:44:55 main       INFO  Blockchain                - Reading testnet blocks...
BernatCarbo commented 3 years ago

Should be solved with https://github.com/VeriBlock/nodecore/commit/cf576a9b57bdad28d3ff61c45c6ef5329a8b1799