-
Notifications
You must be signed in to change notification settings - Fork 494
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
MySQL - tables and colums #1084
Comments
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? |
I used that sql as base structure, however seems that some tables are missing .... 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... |
PM me on discord if youre looking for a pool software. username: ahmedbodi |
Up to date? I’m dm you regtable.
…On Tue, 25 Jun 2024 at 11:45, ahmedbodi ***@***.***> wrote:
PM me on discord if youre looking for a pool software. username: ahmedbodi
—
Reply to this email directly, view it on GitHub
<#1084 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AB2BKF7XNFXRIDMIOGL6CDTZJFC2ZAVCNFSM4ID5OM72U5DIOJSWCZC7NNSXTN2JONZXKZKDN5WW2ZLOOQ5TEMJYHA2TQMBTHE4A>
.
You are receiving this because you commented.Message ID:
***@***.***>
|
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+
The text was updated successfully, but these errors were encountered: