dvandal / cryptonote-nodejs-pool

Mining pool for all CryptoNote based coins using Cryptonight, Cryptonight Light and Cryptonight Heavy algorithms
GNU General Public License v2.0
364 stars 610 forks source link

[daemon] monero error from daemon #662

Closed dodois closed 3 years ago

dodois commented 3 years ago

Awesome project, thank you for your dedication.

I installed the repository without any problem, but the following error occurs with node init.js.

I am a newbie, please give me help, thanks.

image

dvandal commented 3 years ago

try changing port from 18981 to 18081, pool is unable to communicate with your Monero RPC port

dvandal commented 3 years ago

You should try using the monero.json file in config_examples/ to set initial monero configuration.

dodois commented 3 years ago

Thank you for your reply, I have tried this solution image

dodois commented 3 years ago

node: v11.15.0 npm: 6.7.0 Run in docker

dvandal commented 3 years ago

Monero daemon is running ?

dodois commented 3 years ago

Where should I find out?