Crypto-Expert / stratum-mining

AIO Stratum mining server for various coins
Other
365 stars 348 forks source link

When twisted is executed with stratum, an error occurs that the index of the tuple becomes out of range. #400

Closed nihonmatsu closed 6 years ago

nihonmatsu commented 6 years ago

A similar problem seems to be occurring at https://github.com/Crypto-Expert/stratum-mining/issues/164, but it seems to be a typo mistake. If there are any good ideas, I will be waiting!

wrong port in config + missing COINDAEMON_ values

So I started investigating to find a typo mistake.

~/stratum-mining/conf# ufw status Status: active

To Action From

22 ALLOW Anywhere 80 ALLOW Anywhere 443 ALLOW Anywhere 19666 ALLOW Anywhere

587 ALLOW OUT Anywhere 25 ALLOW OUT Anywhere

global.inc.php $config[‘db’][‘port’] = 3306; $config[‘wallet’][‘host’] = ‘localhost:9252’;

/conf/config.py COINDAEMON_TRUSTED_PORT = 9252 LISTEN_SOCKET_TRANSPORT = 19666 DB_MYSQL_PORT = 3306

COINDAEMON_ values COINDAEMON_TRUSTED_HOST = 'localhost' COINDAEMON_TRUSTED_PORT = 9252 COINDAEMON_TRUSTED_USER = 'zenyuser' COINDAEMON_TRUSTED_PASSWORD =

ahmedbodi commented 6 years ago

Error from coindaemon

nihonmatsu commented 6 years ago

Dear Mr.ahmedbodi, I understand with thanks.