Closed b2d2dbone closed 1 year ago
I will try to increase it till I get more accurate result and post shareMultiplier values here
try change to 256
Great the after using 256 the hashrate seems to be more accurate Thanks dear
could you tell me your opinion about the following :
so
I created datebase miningcore with user minincore etc and imported "createdb.sql
from
/miningcore/src/Miningcore/Persistence/Postgres/Scripts
I see
add_minereffort.sql cleandb.sql createdb.sql createdb_postgresql_11_appendix.sql legacy_timestamp_migration.sql
I only imported createdb.sql
and according to the repository requirements if I wanna use multi cluster I should make the shares table list-partitioned table
so I just // the cluster from my config.json
also in the config.json there is " "shareRecoveryFile": "/app/ "shareRecoveryFile":
how to access this path and how to use this file "shareRecoveryFile" incase if anything goes wrong ?
The only thing I find in the repository is to pg_backup should I just dumb the whole db and reimport it then !!
Finally I wanna install postgres on remote server not locally so I just have to insert the server ip + port on config.json and
create miningcore db on the remote server and allow the remote secure access between both the two servers
what else is needed have you tried this ?
Thank you very much you really bringing life to this project .
add_minereffort.sql It may not be necessary for a new pool. because it has been added to createdb.sql createdb_postgresql_11_appendix.sql legacy_timestamp_migration.sql should be used.
Ok Done good luck adding new algo + coins >> you can close this issue
Have a nice day/night ))
Hi Xiaolin ))
What is the optimal difficulty for groestlcoin ?
This is my configs
"difficulty": 8000,
I used many values and the Hashrate is never accurate very low I rented 10GH/s and 20GH/s rigs and the Hashrate reported
is below 1GH/s
any ideas ?