Post
Topic
Board Announcements (Altcoins)
Re: [ANN] Iridium - People are Power - PoW - No Premine - Community Built
by
iridiumking
on 06/01/2018, 05:35:37 UTC
Hi guys.

I setup a IRD pool using cryptonote-universal-pool v1.1.4, but i stucked in some issues.

1 - Cant connec to wallet
In admin tab, under monitoring, wallet status is fail
{"code":"ECONNREFUSED","errno":"ECONNREFUSED","syscall":"connect"}

My config.json looks OK
    "daemon": {
        "host": "127.0.0.1",
        "port": 13007
    },

    "wallet": {
        "host": "127.0.0.1",
        "port": 12007
    },

iridiumd start normally with ./iridiumd
2018-Jan-05 10:31:53.333208 INFO    Binding on 0.0.0.0:12007
2018-Jan-05 10:31:53.333332 INFO    Net service binded on 0.0.0.0:12007
2018-Jan-05 10:31:53.333405 INFO    Attempting to add IGD port mapping.
2018-Jan-05 10:31:57.337678 INFO    No IGD was found.
2018-Jan-05 10:31:57.337876 INFO    P2p server initialized OK
2018-Jan-05 10:31:57.338555 INFO    Starting core rpc server on address 127.0.0.1:13007


2 - After find a block, I got the following messages
2018-01-05 10:40:04 [master] Block unlocker died, spawning replacement...
2018-01-05 10:40:06 [unlocker] Started

TypeError: Object true has no method 'map'
    at async.waterfall.orphanCommands (/root/pool/lib/blockUnlocker.js:82:40)
    at nextTask (/root/pool/node_modules/async/dist/async.js:5310:14)
    at next (/root/pool/node_modules/async/dist/async.js:5317:9)
    at /root/pool/node_modules/async/dist/async.js:958:16
    at /root/pool/lib/blockUnlocker.js:75:17
    at /root/pool/node_modules/async/dist/async.js:3358:25
    at /root/pool/node_modules/async/dist/async.js:473:16
    at iteratorCallback (/root/pool/node_modules/async/dist/async.js:1048:13)
    at /root/pool/node_modules/async/dist/async.js:958:16
    at /root/pool/node_modules/async/dist/async.js:3355:13


I kindly ask for some help


Use nvm to switch to node 0.10 then run npm update.