Post
Topic
Board Hardware
Re: Official FutureBit Apollo BTC Software/Image and Support thread
by
johnstewart
on 30/04/2024, 12:33:26 UTC
Hello,

Is that possible to create an highdiff port on the solo pool ? ( i lurked on the ckpool github doesn't find it )

We will add options to solo UI for this in future updates, but for now you would need to edit the ckpool.conf file (opt/apolloapi/backend/ckpool/ckpool.conf) and add the following line to change the start diff

 "startdiff": 8000,






So after multiples tries :

It seems that when you modify the ckpool.conf the pool won't start and i saw that the pool set a diff to 1 but it stay to 42 when it works..
It seems that the diff is set by the miner or there is a bug between the two settings ...

So i find the way:

- Stop the miner in the apollo-miner folder with miner_stop.sh
then -go to the ckpool folder stop the pool  with ckpool_stop.sh  modify the ckpool.conf with the "startdiff": disired and then start the pool with ckpool_start.sh
and now it will set the disired  diff !!!!