Skip to content
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

Open
AndreyNag opened this issue Jan 31, 2017 · 6 comments
Open

Need some HowTo documentation #1

AndreyNag opened this issue Jan 31, 2017 · 6 comments

Comments

@AndreyNag
Copy link

AndreyNag commented Jan 31, 2017

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'

@ahmedbodi
Copy link
Owner

just the MySQL details

@AndreyNag
Copy link
Author

I now. That`s all what i can did.
I need source of information about ckpool as an pool or the sequence of actions to create own pool.
What database i have to create on postgresql? What parameters i have to start ckdb and ckpool. Etc.
Excuse me. I have a bit of experience to make an unomp+mpos sha256 pool. I have used ckpool as proxy, but my knowledge was not enough.
In addition i have to ask you is the PyCKDB can work with official peercoind as stratum pool?
Thank you very much for your attention.

@ahmedbodi
Copy link
Owner

PyCKDB is only database server for ckpool. ckpool does not support peercoin. PyCKDB works with MPOS db on mysql

@AndreyNag
Copy link
Author

Thanks. Correct me if i have mistake.
First of all i need configure PyCKDB. Then in second step configure ckpool.
If you can`t answer for this question here i will ask it on the forum ckpool.
Mane people have many question about creation of full fitures ckpool. And you full answer can help them.
Good luck.

@scorpio18
Copy link

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

@cornac
Copy link
Contributor

cornac commented Nov 23, 2018

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants