bonesoul / CoiniumServ

Next-gen crypto currency mining pool software

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MySQL - tables and colums

alpha330 opened this issue · comments

i have problem with my db
coiniumserv connected and initialized with mysql
but when miners want to connects pool get stratum athounthication error on server side
it says no pool_worker table on db
i create pool worker but another error on username and pass column
coiniumserv it must be create table and colums automaticaly or not??
what version do i use for mysql server on windows?
i use 8+

Use tables from MPOS.

i had this issue so i tried using the default from mpos and i cannot authenticate error is given key 19278 was not present. any ideas?
https://github.com/MPOS/php-mpos/blob/master/sql/000_base_structure.sql

I used that sql as base structure, however seems that some tables are missing ....
I got the following error:

An exception occured while getting pending blocks: Table 'CoiniumServ.Block' doesn't exist

Where is the complete DB structure?

Thanks!!

Because of inconsistencies between table structure offered by migration system and what is really referenced during sql queries. Difference is between "block" and blocks". Maybe renaming table in database would help or if you can - in code.

ok, is this project still usable? I got too many errors... I think I'll chnage to another ,more mantained, pool software...