YihaoPeng
YihaoPeng
There is another problem here, xattr `+i` will prevent the file from moving, thus interrupting the conversion. Like this: ``` 09:32:18 fsmove: progress: 1.9% done, 110.6 gigabytes still to move...
My friends and I have done the conversion from `ext4` to `btrfs` several times, and it successfully completed every time. The only problem is the file with the prohibiting modification...
在 https://github.com/btccom/btcpool/commit/7936ce3a56dd9e192164354f872cf4cc204ae033 中给 modifyHoursFlag_ 赋了初始值0.
This is very similar to the `lightgbt` we introduced into Bitcoin ABC (currently only in our own branch). https://github.com/btccom/bitcoin-abc-1/commit/e87774c8ee724a0e9ecbc289236920ea1aa04a83 This branch of BTCPool contains the support of `lightgbt`. It may...
BTCPool's `slparser` is a PPS based reward statistics program. `bpool_local_stats_db.stats_users_day` have users' daily PPS rewards (field `earn`, the unit is `Satoshi` of BTC, `Wei` of Ethereum, ...), you can multiply...
And we have no plan to add DGB-SHA as a suppoerted coin. But because DigiCoin's code is forked from DASH, maybe you can refer to another developer's DASH implementation: https://github.com/btccom/btcpool/files/3077084/btc-pool-dash-service.tar.gz...
I made a mistake and it seems that the Digibyte is forked from Bitcoin instead of Dash. This way you can try to link it directly to BTCPool (assuming its...
NiceHash的难度`1`等于我们的`4294967296`。 NiceHash推荐难度为`2`,则应该在密码中填写:`md=8589934592`
Nicehash 对我们矿池使用了旧版 ETH Stratum 或者 ETHProxy 协议,不知何故没有协商到新协议,所以出现这种提示。具体情况需要看。
似乎是因为线上没有人创建数据库,所以就没有插入😅 考虑为联合挖矿币种创建一个统一的数据库,并且加上币种字段来区分。