nodejs-pool
nodejs-pool copied to clipboard
Do not connect to pool
Hello! I have installed the pool and all logs show that all is ok. But when I try to connect to it from application I receive an error
SOCKET ERROR - No active block template
Try to connect to ports 3333, 5555, 7777
Please help me.
Reinstall it from new server Ubuntu 16.04 + disk storage > 100 Gb
@tsyuha77 @bobbieltd Agreed, I just used up my 60 GB of disk space.
60 Gb is not whole picture. Snipa bash downloads whole Monero blockchain for faster synchronization and then deletes it. Of course, people can disable that download part to make lesser disk usage but the sychnorization will need much more long time.
@bobbieltd So, are you saying that 60 GB is now not enough space?
Thanks,
For newbie & quick installation by bash, 60 Gb is not enough. XMR blockchain size now is ~ 43Gb. If you synchronize by daemon without downloading blockchain, 60Gb is just enough for a fresh pool but the pool can crash in the future when blockchain size and pool database grows. 100 Gb is recommended not only for fresh installation but also long term pools.
I forgot to tell in detail why 43Gb blockchain need 100Gb disk storage. Snipa’s bash download 43Gb blockchain to disk and then synchronize it. So it’ll take ~ 86 Gb (43 Gb blockchain download file + 43 Gb blockchain databse synchronization). After that, it deletes 43Gb blockchain download file to release free disk.
I have reinstall all on vps with 120 Gb disk space. I do not see any differencies.( My client doesn't connect to pool.
Please help.
Do you know how to check if monerod is fully synced ?
- By log, searcb for /.bitmonero/bitmonero.log
- By using wallet and check bc_height or status
No active block template means the miners connected to the pool.
From where you have this log “Try to connect to ports 3333, 5555, 7777”, xmrig ? Because I’ve never seen it.
It's not log.
I try to connect to my pool in config "my_ip:3333" or "my_ip:5555" or "my_ip:7777"
not connect any variant(
I have the same issue and resolve it by the below change. Check your config on table config. Then update the item_value to your wallet address.
sql: update config set item_value='your_monero_address' where module='pool' and item='address';