-
Notifications
You must be signed in to change notification settings - Fork 88
[Core] Some veild errors during init result in hangs #934
Copy link
Copy link
Closed
Description
2021-04-20T23:24:24Z ThreadStakeMiner: starting
2021-04-20T23:24:24Z Veil Miner started
2021-04-20T23:24:24Z Error: Invalid -miningaddress: 'bv1q7cmcjcazyxger9y9llnqpuhj33pmrn9hl0ny24' not owned by wallet
2021-04-20T23:24:24Z tor: Thread interrupt
2021-04-20T23:24:24Z torcontrol thread exit
2021-04-20T23:24:24Z opencon thread exit
2021-04-20T23:24:24Z dnsseed thread exit
2021-04-20T23:24:24Z Shutdown: In progress...
2021-04-20T23:24:24Z addcon thread exit
2021-04-20T23:24:24Z msghand thread exit
2021-04-20T23:24:24Z net thread exit
2021-04-20T23:24:24Z Imported mempool transactions from disk: 3 succeeded, 0 failed, 0 expired, 0 already there
2021-04-20T23:24:37Z ThreadStakeMiner: interrupted
2021-04-20T23:24:37Z Veil Miner started
./veil-cli stop
error: Could not connect to the server 127.0.0.1:58812
Make sure the veild server is running and that you are connecting to the correct RPC port.
Originally posted by @CaveSpectre11 in #923 (comment)
This appears to be an existing issue. I can reproduce it here:
Lines 1972 to 1974 in 02cc068
if (!addr.IsValidStealthAddress()) { return InitError(strprintf(_("Invalid stealth address with -autospendaddress: '%s'"), strAutoSpendAddress)); } Let me file a separate issue...
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels