tsyuha77

Results 23 comments of tsyuha77

Thank you for your answer! It is a result of commands pooldaemon@85:~$ pm2 status ┌──────────────┬────┬──────┬───────┬────────┬─────────┬────────┬─────┬────────────┬────────────┬──────────┐ │ App name │ id │ mode │ pid │ status │ restart │ uptime...

- Is the wallet running? I think that it's not running. I make a manual rules step by step. - Are there no other errors in other modules? No -...

I see that url http://my_ip/api/pool/stats is working and show this - {"pool_list":["pplns","solo"],"pool_statistics":{"hashRate":0,"miners":0,"totalHashes":0,"lastBlockFoundTime":0,"lastBlockFound":0,"totalBlocksFound":0,"totalMinersPaid":0,"totalPayments":0,"roundHashes":0},"last_payment":0} As I understand something is working but no all. Please help me

Thank you very much!

I don't understand what must I do?

My config.json ia attached - { "pool_id": 0, "bind_ip": "0.0.0.0", "hostname": "real_ip_of_my_vps", "db_storage_path": "/home/pooldaemon/pool_db/", "coin": "xmr", "mysql": { "connectionLimit": 20, "host": "127.0.0.1", "database": "pool", "user": "pool", "password": "98erhfiuehw987fh23d" } }...

Try "bind_ip": "0.0.0.0", "hostname": "real_ip_of_my_vps", and "bind_ip": "real_ip_of_my_vps", "hostname": "real_ip_of_my_vps", I do not see any differencies(.. When I try to connect for mining and use port 3333 and 5555 I...

Thank you very much. Will try domain name , not an ip address.

Thank you for your answer. monerod status is pooldaemon@85:~$ ps ax|grep mone 340 ? Sl 1108:01 /usr/local/src/monero/build/release/bin/monerod --rpc-bind-ip 127.0.0.1 --detach --restricted-rpc my disk is Filesystem Size Used Avail Use% Mounted...

Now try to connect and see in logs - /home/pooldaemon/.pm2/logs/blockManager-error-1.log last 15 lines: 1|blockMan | 2018-03-02 01:55 -05:00: Upstream error from the block daemon. Resetting scanner due to: {"code":"ETIMEDOUT","errno":"ETIMEDOUT","syscall":"connect","address":"127.0.0.1","port":18081} 1|blockMan...