Title: Using bitcoin-qt for a pool instead of bitcoind Post by: Laviathon on December 24, 2015, 04:40:32 AM I have a self modified stratum and mops set up as a front end right now. When connecting miners everything seems to work as far as getting work. Just wanted to make sure it will still post blocks with only Bitcoin-qt as well as perform the payouts. It shows no errors just saw a couple post where people said they thought you could not mine against Bitcoin-qt.
Title: Re: Using bitcoin-qt for a pool instead of bitcoind Post by: achow101 on December 24, 2015, 04:54:19 AM It will still work, you just need to have the daemon enabled in the config file. Just add
Code: daemon=1 Title: Re: Using bitcoin-qt for a pool instead of bitcoind Post by: Laviathon on December 24, 2015, 04:42:09 PM It will still work, you just need to have the daemon enabled in the config file. Just add Code: daemon=1 It's working well was just making sure. |