-
Notifications
You must be signed in to change notification settings - Fork 3
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
Need some HowTo documentation #1
Comments
just the MySQL details |
I now. That`s all what i can did. |
PyCKDB is only database server for ckpool. ckpool does not support peercoin. PyCKDB works with MPOS db on mysql |
Thanks. Correct me if i have mistake. |
You just need to compile ckpool with ckdb support then change the Config.py from PyCKDB with your mysql db , start PyCKDB and then configure ckpool and start it, the only problem is ckdb doesn't have a multiplier so on mpos the hash rate will not be right |
How to make right hashrate on mpos? |
Hi. Please write any small tutorial for PyCKDB.
Thank you for attention.
class Config(object): DATABASE_USER = 'ckdb' DATABASE_PASSWORD = 'pass' DATABASE_HOST = 'localhost' DATABASE_PORT = 3306 DATABASE_NAME = 'ckdb'
The text was updated successfully, but these errors were encountered: