Kudaraidee / yiimp

Crypto mining pool
61 stars 116 forks source link

Stratum issues after last update #88

Closed papagruz closed 1 year ago

papagruz commented 1 year ago

Hello. I try add last update to my pool. Bat have problem with stratum. In stratum add mine_port, i add column mine_port in my db, but stratum giver error: SQL ERROR: 1054, Unknown column 'mine_port' in 'field list'. How fix this error?

xiaolin1579 commented 1 year ago

ALTER TABLE coins ADD mine_port INT NULL AFTER specifications;

papagruz commented 1 year ago

Thanks it`s help. I added tables in stratum and not add to coins. Now all work!

MonkeyD-Core commented 1 year ago

ERROR Port number ended with 'P'

Beanservers commented 1 year ago

Thanks it`s help. I added tables in stratum and not add to coins. Now all work!

how do you do this please ive been trying for days :( thank you