Post
Topic
Board Announcements (Altcoins)
Re: [ANN][ICO] ⚡ Electroneum ⚡ Token Sale Sept 14th Mobile Mining Crypto Coin
by
edward0181
on 02/11/2017, 15:25:33 UTC
Sources of Pool GIT should be updated as well as sources of wallet.

Still can't compile Wallet on Linux (Ubuntu 16), but did some fooling around and managed to get wallet to work.

Can compile Pool, but isn't working as it should.
What are RCP port and wallet port?
Code:
"daemon": {
        "host": "127.0.0.1",
        "port": 18081
    },
    "wallet": {
        "host": "127.0.0.1",
        "port": 8082
Would assume they are
Code:
P2P_DEFAULT_PORT = 26967;
  RPC_DEFAULT_PORT = 26968;