Don't want to trade it yourself?
Our desk runs DEX portfolios on profit share.
Image
var isDesktop = window.innerWidth > 1050;
var cardOrTerminal = isDesktop
? `TerminalEvery BTC signal – one screen›`
: `ExchangesView top BTC exchanges (USA)›`;
var toppickThirdHeader = `
Top Tools & Picks
Bitbo ProUnlock 70+ private charts›WalletsView top BTC hardware wallets›
${cardOrTerminal}
`;
var postContent = document.querySelector(‘.post__content’);
if (postContent) {
var h2s = postContent.querySelectorAll(‘h2’);
if (h2s.length > 0) {
// Insert the main Top Picks above first h2
h2s[0].insertAdjacentHTML(‘beforebegin’, toppicksHTML);
}
if (h2s.length > 2) {
// Insert the Credit Card Top Pick above third h2
h2s[2].insertAdjacentHTML(‘beforebegin’, toppickThirdHeader);
}
}
// Event tracking for both Top Picks sections
setTimeout(function() {
var picks = document.querySelectorAll(‘.top-picks .pick-row’);
picks.forEach(function(pick) {
pick.addEventListener(‘click’, function() {
var pickName = pick.getAttribute(‘data-pick’);
if (typeof window.plausible === ‘function’) {
window.plausible(‘Click Top Pick’, { property: pickName || ‘Top Pick’ });
}
});
});
}, 0);
});
<a href="https://xpertsstudio.com/the-us-dollar-has-lost-97-of-its-value-since-1913-is-bitcoin-the-way-out/” title=”The US Dollar Has Lost 97% of Its Value Since 1913: Is Bitcoin the Way Out?”>Bitcoin mined in March 2010 has moved for the first time in more than 16 years, briefly reviving speculation about a link to Satoshi Nakamoto.
Twelve mining rewards on the move
Twelve addresses holding a combined 600 BTC, worth about $48 million, sent the coins on Saturday after leaving them untouched since the day they were mined.
Whale Alert, which tracks large onchain transfers, said all 12 rewards came from blocks mined in March 2010, when each block still paid a 50 BTC block subsidy.
That reward has been cut in half four times since then, most recently in April 2024, when it fell from 6.25 BTC to 3.125 BTC.
No link to Satoshi
Whale Alert said its research ruled out Bitcoin’s pseudonymous creator as the
A spokesperson for the platform told Cointelegraph:
“None of the blocks can be connected to Satoshi based on our research.”
The findings build on the platform’s earlier look at seven of the rewards, which it said in a Sunday X post also came from blocks Nakamoto did not mine.
Lookonchain had flagged those seven wallets first, noting they moved 350 BTC after 16.5 years of inactivity.
Satoshi-era, not Satoshi’s
The transfers drew attention because they date to a stretch when Nakamoto was still working on Bitcoin day to day.
Nakamoto stayed involved in development and public communication through 2010 before gradually stepping back, and the last known message attributed to the creator dates to April 2011.
Whale Alert also noted that one of the rewards moved several blocks ahead of the rest, a pattern it read as a test transaction sent before the larger batch of transfers.
Source: bitbo.io
