Konstantin
Konstantin
Just use mine https://github.com/twozopw/open-ethereum-pool
You don't read the documentation https://github.com/sammy007/open-ethereum-pool#configuration
https://github.com/sammy007/open-ethereum-pool/pull/473
Proportional (PROP)
> > > pls ensure the data folder /ethash exists I want to change the folder location `/ethash`, does not work `--ethash.dagdir`
What network are you using for testing
I think this is not a problem everyone can change the time for themselves https://github.com/oliverw/miningcore/blob/master/src/Miningcore/Api/Controllers/PoolApiController.cs#L73 example: 10 minutes `var from = clock.Now.AddMinutes(-10);` 5 minutes `var from = clock.Now.AddMinutes(-5);`
why 24 hours, I suggested changing the update time
Nice requires mandatory presence `error` JsonRpcRequest.cs, JsonRpcResponse.cs add ``` [JsonProperty("error")] public JsonRpcError Error { get; set; } ``` you also need to change this line https://github.com/oliverw/miningcore/blob/master/src/Miningcore/JsonRpc/JsonRpcResponse.cs#L53 otherwise if the error...
The problem is not in the pool, please note here https://github.com/EthereumCommonwealth/go-callisto/issues/34#issue-1537063180