Serpent6877
Serpent6877
Pools don't connect to other pools like that.
@chenhonghe I have not found a fix yet. I have been doing manual payouts as needed. Which hasn't been much.
Still an issue with this: ` get block header on height pending failed ` It can run days, then just gives this error from the daemon. It's so random I...
This is broken in Parity as well which I use for my pool. I reported the bug here: [https://github.com/paritytech/parity-ethereum/issues/10242](url) I tried adjusting the minGasLimit on the musicoin.json to 4712387 but...
Adding to the request for Jammy support.
Same issue here. Have a 5GB dump.rdb file but my appendonly.aof is quickly up to 205GB. Using the default aof settings: auto-aof-rewrite-percentage 100 auto-aof-rewrite-min-size 64mb
exchange/exchange.go: Line 40: ``` type ExchangeReply []map[string]interface{} ``` storage/redis.go: Line 1315: ``` func (r *RedisClient) StoreExchangeData(ExchangeData []map[string]interface{}) { tx := r.client.Multi() defer tx.Close() log.Printf("ExchangeData: %s", ExchangeData) for _, coindata :=...
Go into redis. Then do a "hgetall eth:exchange:eth" you should get all the data. Look for: 15) "current_price" 16) "5.18" 25) "symbol" 26) "eth" And other data you will want...
Additionally you need to have lowercase coin-name in your api config file. This name must match the coin in the "symbol" variable as listed above.