Replies: 4 comments
-
It kills the API notifications |
Beta Was this translation helpful? Give feedback.
-
at System.Threading.Tasks.CompletionActionInvoker.System.Threading.IThreadPoolWorkItem.Execute() |
Beta Was this translation helpful? Give feedback.
-
at System.Threading.Tasks.CompletionActionInvoker.System.Threading.IThreadPoolWorkItem.Execute() |
Beta Was this translation helpful? Give feedback.
-
"shareMultiplier": 65536, |
Beta Was this translation helpful? Give feedback.
-
"id": "sugar",
"enabled": false,
"coin": "sugarchain",
"addressType": "BechSegwit",
"bechPrefix": "sugar",
"address": "",
"rewardRecipients": [
{
"address": "",
"percentage": 0.0
}
],
"blockRefreshInterval": 500,
"jobRebroadcastTimeout": 10,
"clientConnectionTimeout": 600,
"banning": {
"enabled": true,
"time": 600,
"invalidPercent": 50,
"checkThreshold": 50
},
"ports": {
"6815": {
"listenAddress": "192.168.1.60",
"name": "CPU Mining",
"difficulty": 0.2,
"tls": false,
"tlsPfxFile": null,
"varDiff": {
"minDiff": 0.2,
"maxDiff": null,
"targetTime": 15,
"retargetTime": 90,
"variancePercent": 30,
"maxDelta": null
}
}
},
"daemons": [
{
"host": "192.168.1.62",
"port": 4229,
"user": "mcorerpc",
"password": ""
}
],
"paymentProcessing": {
"enabled": true,
"minimumPayment": 0.001,
"payoutScheme": "PROP",
"payoutSchemeConfig": {
"factor": 2.0
"sugarchain": {
"name": "Sugarchain",
"canonicalName": "Sugarchain",
"symbol": "SUGAR",
"family": "bitcoin",
"website": "https://sugarchain.org/",
"market": "https://coinmarketcap.com/currencies/sugarchain/",
"twitter": "https://twitter.com/sugarchain_dev",
"telegram": "https://t.me/sugarchain",
"discord": "",
"coinbaseHasher": {
"hash": "sha256d"
},
"headerHasher": {
"hash": "yespowersugar"
},
"blockHasher": {
"hash": "reverse",
"args": [ { "hash": "sha256d" } ]
},
"shareMultiplier": 4194304,
"explorerBlockLink": "https://1explorer.sugarchain.org/block/$hash$",
"explorerTxLink": "https://1explorer.sugarchain.org/tx/{0}",
Beta Was this translation helpful? Give feedback.
All reactions