Replies: 2 comments 16 replies
-
It's the luck of the math. How many minutes/hours are you renting 20TH for from NH? Currently in order to solve a block the GPU needs to find a solution equivalent to D=2,882,421.42 or greater, 12.38 P at the time I'm posting this Have a look at this wallet - https://solo-eth.2miners.com/account/0x0e3918efec28549af51a80f7776d0a75783083ec#rewards. From what I can see, this person often sends 15TH - 20TH though out the day and if you look at the "personal luck" there are times when it is well over 200% ever 400%. Even though it takes longer than expected to find a block, the one thing to keep in mind is that over the long-term, say 365 days, you will average a 100% luck/probability factor. In my personal experience, my network will constantly solve 3 block (last on November 1st, 10th & 11th) but then will not solve another block for 60-80 days, then it does it again.. 2 or 3 blocks. I track the actual difficulty of each share that my pool receives so I can see the math. I can tell you that the last time I rented 6TH from NH from 1h 20m the largest share received was 5.04P. 6TH should, statically, solve 1.5 blocks per hour but, I just didn't have the luck that day. |
Beta Was this translation helpful? Give feedback.
-
Not a block was found at a hashrate of 40GH/s in the last 20 days. |
Beta Was this translation helpful? Give feedback.
-
We use nicehash for our miner, and we send 20TH hashpower to mine the block of Ethereum which should get a block every 5 min, but in reality, no block mined from our mining pool, what's going on? Here is the configuration file:
_{
"logging": {
"level": "info",
"enableConsoleLog": true,
"enableConsoleColors": true,
"logFile": "",
"logBaseDirectory": "",
"perPoolLogFile": false
},
"banning": {
"manager": "Integrated",
"banOnJunkReceive": true,
"banOnInvalidShares": false
},
"notifications": {
"enabled": false,
"email": {
"host": "smtp.example.com",
"port": 587,
"user": "user",
"password": "password",
"fromAddress": "[email protected]",
"fromName": "support"
},
"admin": {
"enabled": false,
"emailAddress": "[email protected]",
"notifyBlockFound": true
}
},
"persistence": {
"postgres": {
"host": "127.0.0.1",
"port": 5432,
"user": "miningcore",
"password": "some-secure-password",
"database": "miningcore"
}
},
"paymentProcessing": {
"enabled": true,
"interval": 100,
"shareRecoveryFile": "recovered-shares.txt"
},
"api": {
"enabled": true,
"listenAddress": "0.0.0.0",
"port": 4000,
"metricsIpWhitelist": [
"18.162.57.76"
],
"rateLimiting": {
"disabled": true
}
},
"pools": [
{
"id": "eth1",
"enabled": true,
"coin": "ethereum",
"address": "0x6486A3f7849734d0EA333eaf9244A4A34dCA17f6",
"rewardRecipients": [
{
"type": "op",
"address": "0x6486A3f7849734d0EA333eaf9244A4A34dCA17f6",
"percentage": 0
}
],
"enableDaemonWebsocketStreaming": false,
"blockRefreshInterval": 50,
"clientConnectionTimeout": 600,
"banning": {
"enabled": true,
"time": 600,
"invalidPercent": 50,
"checkThreshold": 50
},
"ports": {
"6161": {
"listenAddress": "*",
"difficulty": 3,
"varDiff": null
}
},
"daemons": [
{
"host": "127.0.0.1",
"port": 8545,
"portWs": 8546,
"notifyWorkUrl": "http://127.0.0.1:8107"
}
],
"paymentProcessing": {
"enabled": true,
"minimumPayment": 0.01,
"payoutScheme": "SOLO",
"payoutSchemeConfig": {
"factor": 0.5
},
"gas": 21000,
"maxFeePerGas": 50000000000,
"keepUncles": false,
"keepTransactionFees": false
}
}
]
}
_
Beta Was this translation helpful? Give feedback.
All reactions