pull down to refresh
0 sats \ 0 replies \ @bordalix 20 Dec \ on: Fun Fact Friday - Best Fun Fact Gets 10,000 Sats meta
Every base is base 10
You don't consolidate addresses, you consolidate UTXOs.
Your assumption is correct, you get 1 new UTXO every month, and at the end of the year you consolidate 12 UTXOs into 1.
The above is true if you use 13 different addresses, the same address for every UTXO or even a mix: it doesn't matter.
This site is excellent explaining Bitcoin:
https://learnmeabitcoin.com/technical/transaction/utxo/
Those are not related:
-
Every time you receive a payment, you get a new UTXO regardless of the address you gave to receive the payment
-
Every time you pay you could get a new UTXO (your change, if any) regardless of the address you use to receive the change
Re-using addresses does not reduce (or increment) the number of UTXOs
Satoshi's coins are locked to his pubkey (P2PK), not to the pubkey hash, because P2PKH was "invented" later. This means an attacker will first go for Satoshi coins, where he has all the time in the world (instead of 10 minutes) to try to steal the coins.
So, if someday some of the Satoshi's coins move, we should start worrying. Until then is business as usual.
pub key is literally PUBLIC so is already revealed
Not true.
When receiving a P2PKH payment, what is revealed is the pubkey hash, the pubkey stays hidden. The pubkey is only revealed when the unlocking script gets to the mempool and stays revealed on the blockchain when the transaction is confirmed.
So, if for some remote chance QC is able to break ECDSA (i.e. find the private key from the pubkey), your UTXO could be "hijacked" only when the attacker finds your pubkey, which is only when you try to spend it and the spending transaction arrives to the mempool.
This means the attacker has around 10 minutes to do it (could be longer), or else the transaction would be confirmed and the UTXO is no longer "hijackable" since it's already spent.
This is another reason to not re-use addresses (remember, a P2PKH address has the pubkey hash in it).
IMHO QC will never break ECDSA, but I could be wrong.
SoBrief makes a good job summarising books:
For me, the best hack is having no alarm clock and waking up naturally (ie a the end of sleep cycle). This simple rule changed my life.
Solution:
At first glance this puzzle seems unsolvable. But it has something weird, and this is the fact of âthe last digit of the product of their agesâ being a clue. How can something so vague be a clue? Unless itâs not that vague. Letâs explore it a little bit.
We make a table with all possible ages for each daughter and calculate the last digit of their product - i.e. (a*b).mod(10)
We can get rid of half the table (since 6x4 = 4x6) and since the problem says they are not twins, we can also get rid of the main diagonal, the one with the square numbers.
Now let's evaluate each digit on the table, and see what we get.
Letâs start with digit 1: it appears once (on 7x3) and the sum of the factors is 10.
Digit 2 on the other hand, appears 6 times (on 2x1, 4x3, 6x2, 7x6, 8x4 and 9x8) and the sum of factors is 3, 7, 8, 13, 12 and 17
Here is the final table
So, in order for the final digit to be a clue, it must tell us something unique. Looking at this table, we realize only 2 digits fulfill this, the digits 1 and 9. So, if the last digit of the product of their ages is 1, that means they are 7 and 3 years old. And if the final digit is 9, that means they are 9 and 1 years old.
Now we have two possible answers, how to proceed? Well, the problem is not to guess their daughters age, but the sum of it. And since in both cases the answer is 10, thatâs your answer.
If you wanna know more about Ark, for real, you can start with my (a bit old) ark explainer and keep a look at arkdev's blog
Yes, helm-wallet.com.
It's there, black on white, not trying to fool anyone:
"Helm is a Liquid wallet that uses Boltz submarine swaps to disguise itself as a Lightning wallet that even your grandma can use."
Hi. I have some shell scripts that fetch articles from a RSS feed (from pinboard.in) and post them daily into nostr, see if it helps:
Example note published:
I have one for you:
A friend of mine has 2 daughters (not twins) under 10 years old and wants you to guess the sum of their ages, but the only clue he gives is that the last digit of the product of their ages is the number of their house's door.
Definitely Ark: you can aggregate thousands of transactions into one single onchain transaction while users never loose control of their funds.
Try https://helm-wallet.com/, the Lightning wallet even your grandma can use.
Your grandma doesn't need to manage any liquidity, it just works.
If you have any issue, reply to this post and I will try to help you.
Sort of.
Unlike Muun, it's a PWA (so no app store censorship) that uses Boltz to perform submarine swaps between Lightning and Liquid (for lower fees). You fully own your funds on Liquid and you send and receive Lightning payments via Boltz.
Give it a try, you can use testnet: https://helm-wallet.pages.dev/
Also, https://helm-wallet.com/ the Lightning wallet even your grandma can use.