Bitcoin Forum
June 22, 2024, 03:49:53 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: [1]
1  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] Iridium - People are Power - PoW - No Premine - Community Built on: January 05, 2018, 12:41:42 PM
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
Pages: [1]
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!