This repository has been archived by the owner on Oct 20, 2023. It is now read-only.
Reduce Ergo confirmations #1487
hjonathan2019
started this conversation in
General
Replies: 1 comment 23 replies
-
Hi, @hjonathan2019 I'm using "minimunConfimations": 720 |
Beta Was this translation helpful? Give feedback.
23 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
hello... I found an answer from @oliverw that said the following:
"pools": [
{
"id": "ergo",
"paymentprocessing": {
"minimumConfirmations": 70
}
}
]
so... should my json stay like this? (check if the { } placed are correct)
"pools": [
// Repeat the following section for multiple coins
{
// DON'T change the id after a production pool has begun collecting shares!
"id": "MYIDHERE",
"paymentprocessing": {
"minimumConfirmations": 70
}
"enabled": true,
"coin": "ergo",
// Address to where block rewards are given (pool wallet)
"address": "MY WALLET",
// Max Active Jobs
"maxActiveJobs": 20,
// Block rewards go to the configured pool wallet address to later be paid out
// to miners, except for a percentage that can go to, for examples,
// pool operator(s) as pool fees or or to donations address. Addresses or hashed
// public keys can be used. Here is an example of rewards going to the main pool
// "op"
"rewardRecipients": [
Beta Was this translation helpful? Give feedback.
All reactions