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
Starting version 2.1, a higher than previous burn rate satoshis_per_byte is required to mine blocks. While this is not an urgent matter current, it is not sustainable rate. tBTC is becoming more and more difficult to mine and Hiro has only a finite amount on hand. We don't want to eventually be in a position where we have to spend real money to obtain tBTC from somewhere else. There are at most only 2 testnet miners on the network at any given time and I don't believe there to be any contention.
Steps To Reproduce
The burn rate is currently set to satoshis_per_byte = 20, pre-2.1 was set to only 5. If we reduce it back down, the miner would not mine any blocks.
Expected behavior
I expect the required satoshis_per_byte should be able to mine blocks with the old rate of 5, or even as low as 1.
The text was updated successfully, but these errors were encountered:
Not sure this qualifies as a blockchain bug? 🤔 Ultimately block commits have to be included by miners on the Bitcoin testnet. Looking at https://mempool.space/testnet, 1 sat/vbyte should be usually fine.
I think a more robust solution is to explore a signet based testnet instead (something @lgalabru has suggested before too).
Sir, i cant faucet signet sbtc to do the testnet cause it down, can you send me 0.1 sbtc to test pls. It took me 3 days and still cant faucet anything. Many thanks for your help. tb1qhz65f7gnxy6582w6gy7vhfh5ec3scy5uduf888
Describe the bug
Starting version 2.1, a higher than previous burn rate
satoshis_per_byte
is required to mine blocks. While this is not an urgent matter current, it is not sustainable rate. tBTC is becoming more and more difficult to mine and Hiro has only a finite amount on hand. We don't want to eventually be in a position where we have to spend real money to obtain tBTC from somewhere else. There are at most only 2 testnet miners on the network at any given time and I don't believe there to be any contention.Steps To Reproduce
The burn rate is currently set to
satoshis_per_byte = 20
, pre-2.1 was set to only5
. If we reduce it back down, the miner would not mine any blocks.Expected behavior
I expect the required
satoshis_per_byte
should be able to mine blocks with the old rate of5
, or even as low as1
.The text was updated successfully, but these errors were encountered: