ahmedbodi / PyCKDB

2 stars 3 forks source link

Need some HowTo documentation #1

Open AndreyNag opened 7 years ago

AndreyNag commented 7 years ago

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 commented 7 years ago

just the MySQL details

AndreyNag commented 7 years ago

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 commented 7 years ago

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

AndreyNag commented 7 years ago

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 commented 7 years ago

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 commented 5 years ago

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?