HackerLangs
热门最新趋势评论往期问答秀出招聘

invar1ant

3 声望加入于 5个月前
https://www.alphanumeric.blue/

提交

[untitled]

1 分·作者 invar1ant·12小时前·0 评论

[untitled]

1 分·作者 invar1ant·前天·0 评论

[untitled]

1 分·作者 invar1ant·前天·0 评论

[untitled]

1 分·作者 invar1ant·3天前·0 评论

[untitled]

1 分·作者 invar1ant·3天前·0 评论

[untitled]

1 分·作者 invar1ant·4天前·0 评论

[untitled]

1 分·作者 invar1ant·5天前·0 评论

[untitled]

1 分·作者 invar1ant·6天前·0 评论

[untitled]

1 分·作者 invar1ant·上个月·0 评论

[untitled]

1 分·作者 invar1ant·上个月·0 评论

[untitled]

1 分·作者 invar1ant·5个月前·0 评论

Show HN: Rust blockchain with sharded propagation and post-quantum signatures

alphanumeric.blue
3 分·作者 invar1ant·5个月前·0 评论

[untitled]

1 分·作者 invar1ant·5个月前·0 评论

Show HN: Compare Prices with SupplyFLare AI

supplyflare.com
1 分·作者 invar1ant·5个月前·0 评论

[untitled]

1 分·作者 invar1ant·5个月前·0 评论

[untitled]

1 分·作者 invar1ant·5个月前·0 评论

[untitled]

1 分·作者 invar1ant·5个月前·0 评论

[untitled]

1 分·作者 invar1ant·5个月前·0 评论

Quantum Resistant Blockchain (Built in Rust)

github.com
1 分·作者 invar1ant·5个月前·4 评论

[untitled]

1 分·作者 invar1ant·5个月前·0 评论

评论

invar1ant
·5个月前·讨论
Okay, now 35% of fees are clipped/burned. That directly addresses the concern because self‑fee recycling becomes clearly loss‑making, while miners still keep 65% of fees so fee incentives remain meaningful during demand spikes with 10‑second blocks and a 10–50 base reward range. ty for feedback btw
invar1ant
·5个月前·讨论
I agree with this so switching to a fee‑weighted bonus so only economically meaningful activity increases reward.

>let base_reward = MIN_BLOCK_REWARD + ((current_max - MIN_BLOCK_REWARD) * (total_fees / fee_target).clamp(0.0, 1.0));