|
|
|
|
|
by nonbel
2881 days ago
|
|
>"banks could become more energy efficient. Bitcoin, however, cannot do this, by definition...there's more power being used than several entire small countries to perform something like 100 transactions a second." I don't see how bitcoin cannot become more efficient "by definition". In fact it is a very straightforward process. All you have to do is add more zeros onto here and get people to use it. /** The maximum allowed weight for a block, see BIP 141 (network rule) */
static const unsigned int MAX_BLOCK_WEIGHT = 4000000;
https://github.com/bitcoin/bitcoin/blob/master/src/consensus...The actual limitation is storage, bandwidth, and memory costs. If those become cheaper then there is no reason not to increase that value. |
|