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
Is your feature request related to a problem? Please describe.
stack-blockstack use a fixed amount of burn-fee for each block mined. The default burn-fee is 10000(satoshi)
Describe the solution you'd like
Mining-Bot needs a Dynamic, Controlled rpc for burn-fee.
The inner_generate_block_commit_op function implements the miner commit the leader hash to burn-chain. We should change the burn-fee before it is called.
Additional context
RPC should change a member variable in configuration of BurnChainConfig Class.
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
stack-blockstack use a fixed amount of burn-fee for each block mined. The default burn-fee is 10000(satoshi)
Describe the solution you'd like
Mining-Bot needs a Dynamic, Controlled rpc for burn-fee.
The inner_generate_block_commit_op function implements the miner commit the leader hash to burn-chain. We should change the burn-fee before it is called.
Additional context
RPC should change a member variable in configuration of BurnChainConfig Class.
The text was updated successfully, but these errors were encountered: