-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Implement "mining" blocks in regtest mode #37
Comments
What's your opinion on the idea brought up in this discussion in the protos repo? LayerTwo-Labs/cusf_sidechain_proto#5 (comment) I've implemented functionality for adding coinbase messages to the signet miner here: LayerTwo-Labs/bitcoin-patched#6 Doing this approach in regtest as well could be a good way of testing that it works properly. And it would let us omit the |
It would be easier to copy over the block construction from |
I'm pretty sure that won't work on signet, though? |
Yes, but we need to get it to work with regtest first. We can worry about signet later. Because all the other things we need to integrate Thunder and Enforcer depend on this working. |
There is already an implementation of this in the
bip300301_wallet
repository, just move it here.The text was updated successfully, but these errors were encountered: