AntPool turning off some machines is very good for #Bitcoin.
We don't need more hashrate, we need more pools OR more pools that allow miners to create custom templates like #ocean_mining does.
A funny challenge for devs, can you optimize this merkle root calculation?
No chat gpt lol
```
const { createHash } = require('crypto');
const sha = (v) => createHash('sha256').update(v).digest('hex');
const computeMerkleRoot = (txs) => {
let i = 0;
let next = [];
while (true) {
if (i >= txs.length) {
txs = next;
next = [];
i = 0;
} else {
if (!!txs[i + 1]) {
next.push(sha(txs[i] + txs[i + 1]));
} else {
next.push(sha(txs[i] + txs[i]));
}
i += 2;
}
if (!txs.length || txs.length == 1) {
break;
}
}
console.log('Merkle root:', txs.join(''));
};
const txs = ['A', 'B', 'C', 'D'];
computeMerkleRoot(txs);
```
Saylor not buying this weekend is amazing news. He has too many bitcoins and is too much under the spotlight.
Ah, MSTR is a scam anyway.
These 2 are not just scammers, they are also monsters lmao 🤣 🤣 🤣

1 sats/sbyte is great.
Hope FPPS pools will slowly become unprofitable and die.
Coming to you live from #bitcoin's capital.
https://video.nostr.build/28819cc7ca725e6b0f936b74db9b00dff4bdddb44ce08af5a99cff2069558680.mp4
Cool AF
@Jor, how does it feel seeing your beloved president being a scammer?
nostr:nprofile1qyghwumn8ghj7mn0wd68ytnhd9hx2tcpz4mhxue69uhhyetvv9ujuerpd46hxtnfduhsqg8c6ssjffewmzvfvfr6myf0glwhdtrtdnw3plsh3a0qft8745x55gpvx32y great video dude.
#bitcoin
Giacomo Zucco and Andreas Antonopulos are the only two people really worth listening.
If you hold BTC, running a node means you are defending the 21m cap.
If you spend BTC, running a node allows your transactions to be more private and less easily censored.
Whatever you use the #Bitcoin network for, you should run a node.
At 1 sat/vbyte, the chain is easy prey for spammers.
The public sector does not exist when you have big corp lobbying and corrupting "politicians" for their own interest.
Ordinary people lack the power to "buy" politicians, leaving the public sector sacrificed to appease billionaire elites.

Reject imperialist, fascist, communist and, more in general,
extremists.
Think with your brain, learn and be kind.
Billionaires are not your friends, and there is no such thing as “good power”
My neighbors don't want my country to become part of theirs, and they don't impose taxes on me if I don't comply.
Nah, they don't deserve any kindness
GM #NOSTR ❤️


