You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Starcoin 挖矿的 stratum 协议以及到矿池相关的 API 使用
POW
Starcoin pow hash 算法为 cryptonight-rs
计算 hash
源码实现
minting_blob 为76字节的数组。 (35..39] 4个字节为可修改的扩展字段, (39..43] 4个字节为 nonce 。
难度校验
源码实现
获取出块任务
Pubsub json rpc
支持 websocket or tcp
JSON rpc
支持 tcp/websocket/http/ipc
提交 Seal
params 中的三个参数分别为 minting_blob, nonce, extra
stratum 协议
starcoin stratum protocol
注意:
区块奖励
实现参考:
get_block_reward
转账,查询余额
Beta Was this translation helpful? Give feedback.
All reactions