fancoder / cryptonote-universal-pool

Mining pool for all CryptoNote based coins such as Bytecoin, duckNote, Monero, and Fantomcoin.
http://cryptonotemining.org
GNU General Public License v2.0
335 stars 308 forks source link

TypeError: Cannot read property 'pool' of undefined #125

Open deathrace37 opened 4 years ago

deathrace37 commented 4 years ago

Hello, when I do node init.js, I have the following error:

TypeError: Cannot read property 'pool' of undefined at /opt/pool/lib/charts.js:149:30 at IncomingMessage. (/opt/pool/lib/apiInterfaces.js:31:17) at IncomingMessage.emit (events.js:117:20) at _stream_readable.js:944:16 at process._tickCallback (node.js:458:13)

Could you please help me to solve the problem.