Post
Topic
Board Announcements (Altcoins)
Re: [ANN] 🌀 Blur Network (BLUR) 🌀 - PoW Cryptonight-Adaptive || Solo-Mine/CPU-Only
by
pomartin
on 30/11/2018, 14:39:01 UTC
Why each time i try to open wallet-cli with my wallet and i put my password it closes inmmediately?

If i try this:

Open Windows Powershell (Windows Key + X, then click powershell (non-admin) and type cd Downloads/blur-v0.1.8.1-win-x86_64 to switch to the directory you extracted the binaries into. Launch the daemon executable with the following options:

blurd.exe --add-priority-node=178.128.191.245:13894 --seed-node=178.128.180.136:13894 --add-priority-node=178.128.186.101:13894 --p2p-bind-port 13894 --rpc-bind-port 13895 --rpc-bind-ip 127.0.0.1


I get this error:

2018-11-30 04:33:16.947 20680   INFO    global  src/daemon/main.cpp:292 BLUR 'Shift' (v0.1.8-8230253)
2018-11-30 04:33:16.947 20680   INFO    global  src/daemon/protocol.h:53        Initializing cryptonote protocol...
2018-11-30 04:33:16.947 20680   INFO    global  src/daemon/protocol.h:58        Cryptonote protocol initialized OK
2018-11-30 04:33:16.948 20680   INFO    global  src/daemon/p2p.h:63     Initializing p2p server...
2018-11-30 04:33:16.949 20680   INFO    global  src/daemon/core.h:103   Deinitializing core...
2018-11-30 04:33:16.950 20680   ERROR   daemon  src/daemon/core.h:108   Failed to deinitialize core...
2018-11-30 04:33:16.950 20680   INFO    global  src/daemon/protocol.h:75        Stopping cryptonote protocol...
2018-11-30 04:33:16.950 20680   INFO    global  src/daemon/protocol.h:79        Cryptonote protocol stopped successfully
2018-11-30 04:33:16.951 20680   ERROR   daemon  src/daemon/main.cpp:300 Exception in main! Failed to initialize p2p server.

I have seen P2P initialization error before. Turned out it was due to permissions set in system. Try running itas administrator and you should be fine.

Try executing wallet in already opened cmd/powershell, perhaps this way you'll get some error output.