-
Notifications
You must be signed in to change notification settings - Fork 14
Description
Is your feature request related to a problem? Please describe.
In order to allow users to operate their own mining process more fine-grained and obtain more comprehensive mining-related information. We are considering the development of the following features.
Priority:
-
Adjust the amount of bitcoin burned in each PoB cycle in stacks-blockchain dynamically Dynamic control burn_fee in stacks-blockchain #15
-
A rpc method that allows others to get miner selection info after each block mined
currently the block info API only returns some info of transaction, doesn't contain info of consensus.
- A rpc method that allows others to get info of other miners Fetch miner info from stack-blockchain #14
Describe the solution you'd like
Right now, because of the missing APIs of stacks-blockchain stacks-network/stacks-core#1969 (comment). Left time is not enough for us to implement these features which are proposed in stacks-network/stacks-core#1969 (comment) before Mining Competition. In order to allow users to use the Mining Bot we constructed before the Mining Competition, we choose to modify stacks-node(https://github.com/blockstack/stacks-blockchain/tree/master/testnet/stacks-node) first to implement mining features of stacks-blockchain.
Describe alternatives you've considered
Additional context
Later, based on user feedback and stacks-blockchian development progress, we will follow up and modify Mining Module as a separate program. #18