Post
Topic
Board Announcements (Altcoins)
Re: BipCoin, CryptoNote with Fast, Solid Transactions + profitable to mine
by
acec
on 02/02/2017, 14:50:19 UTC
Hi,

I am getting an error when starting the daemon on Linux. It had benn working fine until now:

Code:
2017-Feb-02 15:45:16.563476 INFO    bipcoin v0.0.0.4 ()
2017-Feb-02 15:45:16.578848 INFO    Module folder: ./bipcoind
2017-Feb-02 15:45:16.563476 INFO    [daemon] bipcoin v0.0.0.4 ()
2017-Feb-02 15:45:16.578848 INFO    [daemon] Module folder: ./bipcoind
2017-Feb-02 15:45:16.638101 INFO    [daemon] Initializing p2p server...
2017-Feb-02 15:45:16.638101 INFO    Initializing p2p server...
2017-Feb-02 15:45:16.646733 INFO    [node_server] Binding on 0.0.0.0:18870
2017-Feb-02 15:45:16.646733 INFO    Binding on 0.0.0.0:18870
2017-Feb-02 15:45:16.646942 INFO    [node_server] Net service binded on 0.0.0.0:18870
2017-Feb-02 15:45:16.646942 INFO    Net service binded on 0.0.0.0:18870
2017-Feb-02 15:45:16.647302 INFO    [node_server] Attempting to add IGD port mapping.
2017-Feb-02 15:45:16.647302 INFO    Attempting to add IGD port mapping.
2017-Feb-02 15:45:20.651343 INFO    [node_server] No IGD was found.
2017-Feb-02 15:45:20.651343 INFO    No IGD was found.
2017-Feb-02 15:45:20.651643 INFO    P2p server initialized OK
2017-Feb-02 15:45:20.651643 INFO    [daemon] P2p server initialized OK
2017-Feb-02 15:45:20.651790 INFO    [daemon] Initializing core...
2017-Feb-02 15:45:20.651790 INFO    Initializing core...
2017-Feb-02 15:45:20.661696 INFO    [Blockchain] Loading blockchain...
2017-Feb-02 15:45:20.661696 INFO    Loading blockchain...
2017-Feb-02 15:45:20.684579 INFO    [miner] Mining has been stopped, 0 finished
2017-Feb-02 15:45:20.684579 INFO    Mining has been stopped, 0 finished
SwappedVector cache hits: 0, misses: 0 (-nan%)
2017-Feb-02 15:45:20.685271 ERROR   [daemon] Exception: Wrong major version
2017-Feb-02 15:45:20.685271 ERROR   Exception: Wrong major version

Any ideas on how to fix it?