r/bitcoinismoney

BTC -- 33 Weeks
▲ 30 r/bitcoinismoney+16 crossposts

BTC -- 33 Weeks

Bitcoin / U.S. Dollar

Measuring from the all time high to May 24^(th) Pentecost/Feast of Weeks/Shavuot.

This is a 50-day count from Resurrection Sunday April 5^(th) and is a highly possible day of the Rapture.

With Biblical knowledge, we can unpack the chart to reveal the story.

The money knows before the event. Biblically, we know that Judas was paid to betray Jesus.

Luke 22:3-6 Then entered Satan into Judas surnamed Iscariot, being of the number of the twelve. And he went his way, and communed with the chief priests and captains, how he might betray Him unto them. And they were glad, and covenanted to give him money. And he promised, and sought opportunity to betray Him unto them in the absence of the multitude.

u/Then_Marionberry_259 — 15 hours ago

BIP-110 Was Designed To Fork Off From The Beginning

While not mentioned in the BIP proposal, BIP-110 nodes' networking code heavily prefers to connect to BIP-110 nodes exclusively:

  // BIP-110: Allow up to 2 non-BIP110 outbound peers.
        if (pfrom.ExpectServicesFromConn() && !(nServices & NODE_REDUCED_DATA)) {
            if (m_num_non_bip110_outbound >= 2) {
                LogDebug(BCLog::NET, "peer lacks NODE_REDUCED_DATA and already have 2 non-BIP110 outbound peers, %s\n",
                         pfrom.DisconnectMsg(fLogIPs));
                pfrom.fDisconnect = true;
                return;
            }
            ++m_num_non_bip110_outbound;
            pfrom.m_is_non_bip110_outbound = true;
            LogDebug(BCLog::NET, "connected to non-BIP110 outbound peer (%d/2), %s\n",
                     m_num_non_bip110_outbound.load(), pfrom.ConnectionTypeAsString());
        }

....

// Count the number of BIP110 full-relay peers we have (excludes non-BIP110 peers).
int GetBIP110FullOutboundConnCount() const;


....

// Non-BIP110 outbound peers are "additional" - don't count toward limits
if (pnode->IsFullOutboundConn() && !pnode->m_is_non_bip110_outbound) nOutboundFullRelay++;

BIP-110 nodes aggressively attempt to connect to 8 outbound BIP-110 nodes using normal Core rules, and only connect to 0-2 non-BIP-110 nodes as an optional "sidecar".

The net result is that BIP-110 nodes barely participate in the wider network; from the beginning they formed their own network that is sparsely connected to Core nodes.

The original networking code was even more aggressive; the outbound sidecar was added only after BIP-110 nodes were having trouble being connected at all, and inbound connections could not sustain them.

There's only one reason to do this: if you assume you're going to be the minority in a partition. This helps defend against eclipse attacks and stranded nodes in the event that a split/partition happens, and you are on the losing side.

This is actively harmful if you expect to be the winner though: partitioning off your nodes into a big ball doesn't do anything to pressure Core if you have majority support. And it's pointless before flag day.

The BIP-110 networking code gives away the author's true beliefs: BIP-110 would fail to attain a majority in hash or nodes, and would fork off.

u/babelphishy — 1 day ago

moving funds from ledger to cold card

Hi all,

I need some help. My ledger screen stopped working and i decided to move into cold card.

I had 95% of my crypto money in BTC but there is a bit in ETH too.

for the past couple hours I have been unable to see any of my funds in the sparrow wallet.

I had 4 BTC accounts showing on ledger live, which show the funds correctly. But I must be doign some kind of mistake with the Cold card / SD card or the seed phrase.

I have use the temporary seed phrase feature in the Cold card, put in the seed phrase i had from when i got my ledger, and i am exporting the wallet from cold card to the SD card and once I import into sparrow is doesnt show any funds..

on my ledger live when i click to receive funs it shows the accounts i have are Segwit and Native segwit, I have already tried to put non zero accounts all the way up to 7 in both segwit and native segwit.

any sugestion on what I migh be doing wrong?

Thanks a lot in advance

reddit.com
u/Unlucky_Giraffe7867 — 4 days ago