Bitcoin Forum
April 27, 2024, 05:08:56 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: « 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 [41] 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 ... 837 »
801  Bitcoin / Bitcoin Technical Support / Re: Question about CPFP / RBF on: August 29, 2023, 07:36:52 AM
o_e_l_e_o, do you know any SPV wallet that allow doing so?
You can do it with Electrum. You might need to cycle through a couple of different servers until you find one which accepts full RBF replacements, but there are definitely a good number of such servers out there which you can connect to which will accept and broadcast your replacement. You'll just need to create the transaction manually since Electrum won't (yet) give you the GUI option to bump an opted out transaction.
802  Bitcoin / Electrum / Re: Electrum on: August 29, 2023, 07:05:49 AM
But if you are skeptical, you can use make_seed to generate an entropy of 256.
If Electrum was using Libbitcoin Explorer to generate its seed phrase (it isn't), then whether or not you generated a 12 word phrase via the GUI or a 24 word phrase via the console would be irrelevant. The nature of the vulnerability in Libbitcoin Explorer is such that it was always being seeded with a string of 32 bits with no additional entropy being added from elsewhere, and so any resulting seed phrase regardless of length would have entropy of 32 bits.

Also, as an aside, Electrum does not use BIP39 checksums, and so its seed phrases do not encode 128/256 bits of entropy, but rather 132/264 bits. If you use make_seed(264) instead, you will still get a 24 word seed phrase.
803  Bitcoin / Hardware wallets / Re: Ledger Stax (Ledger's latest hardware wallet) on: August 29, 2023, 06:38:37 AM
Ironically the curved e-ink is only there to show a wallet label on the side so you can "stack" multiple devices together. I don't understand why anyone would need more than one device?
I don't understand why anyone would need this device, at all:

My thoughts exactly. And not just harmless gimmicks, but gimmicks which actively compromise your security. Why on Earth would I want my hardware wallet to have my name displayed on it? So if I lose it an attacker knows who to $5 wrench attack to get the PIN? And why would I want it to display NFTs? So I can whip it out in public to show everyone my super expensive and rare NFT and make myself a target for attacks? And I really don't understand the stacking function. They want you to buy a separate device for each wallet? At $280? Lol. Or maybe you and your family members are meant to stack all your devices together in the same place to make it super easy for an attacker to steal them all at once?

Have Ledger forgotten that passphrases exist? Or derivation paths? Or even just resetting the device and entering a different seed phrase? Why would anyone need multiple devices?

And the latest gimmick is a protective case? I thought the whole point of this stupid wallet was to stack them together and show a picture on the front and text up the side? Now they are telling you to slap these cheap cases on them to stop them stacking together and to hide the picture and text?
804  Bitcoin / Bitcoin Technical Support / Re: Question about CPFP / RBF on: August 29, 2023, 06:24:44 AM
-snip-
Just to point out that a couple of those links are very much out of date. The Electrum one for example talks about checking the "Replaceable" box, where as Electrum has actually removed this option altogether now on the GUI and made all transactions opted in to RBF by default for some time now. achow101's post makes a distinction between making an opt-in and a full RBF transaction which is also fairly outdated since most good wallets have supported opt-in RBF for years and full RBF is now becoming the standard.

Given the number of nodes and the amount of hashrate now supporting full RBF, then you can essentially now replace any transaction whether or not it is flagged as RBF, and so stuck transactions should be a thing of the past. If your wallet software does not let you do this, then switch to a better wallet.
805  Economy / Service Discussion / Re: Tornado cash founders charged with money laundering/sanctions violations on: August 29, 2023, 06:06:36 AM
Stumbled across this post on Reddit, where the OP nicely expresses the same sentiments I expressed earlier in this thread:

The so-called "anti-money laundering" movement that pushed for this indictment is a fascist mass-surveillance ideology wrapped up in euphemisms. It's reminiscient of the surveillance state ideology espoused by the CCP in China.

This doesn't just apply to mixers, but to everything that is pushed in the name of "AML". They'll go after mixers, after peer to peer trades, after DEXs, after the stupidly named "self hosted" wallets (which just means holding your own keys), after any and all services which don't collect KYC data. They can't stand a form of money which they do not have absolute control over. It weakness their control, weakness their grip on your life. Their ultimate goal is that all bitcoin is bought and paid for only on regulated KYC platforms, and it never leaves those regulated KYC platforms. The only thing you will be allowed to do with it is send it from one regulated KYC platform to another, using a list which they will create of "approved" platforms. Owning your own keys won't be allowed. Making your own transactions won't be allowed.

Unless people stop acquiescing to the ever more intense and invasive demands of centralized exchanges, then this is the future we are sleep walking in to.
806  Bitcoin / Wallet software / Re: Does it make sense to have mobile wallet + desktop wallet from same brand? on: August 28, 2023, 08:16:43 PM
Okay. So, you'll need another storage device which will be used as encrypted partition, otherwise the OS cannot operate.
The OS will operate just fine, you just won't be able to save any data between sessions. Every time you boot from your DVD, it will be like a completely fresh install. But this is exactly how Tails is intended to be used. The "A" in Tails stands for amnesic - if you don't set up an encrypted persistent storage, then every time you boot Tails you'll be in a completely clean sessions with no memory of any previous sessions.
807  Bitcoin / Bitcoin Technical Support / Re: Consolidating UTXOs and maintaining privacy on: August 28, 2023, 01:05:12 PM
It's BIP85, right?
No, that's something a bit more complicated. This is just incrementing the "account" level of the derivation path as defined in BIP44.

But does it work with multisig?
It does. To ensure that all your public keys are completely different and you don't reuse any of them across both wallets, then you would need to perform whatever action you are taking to all three of your seed phrases. So you would either need to add a passphrase to each seed phrase (it can be the same passphrase for all three if you wanted), or generate at a new derivation path for each seed phrase, and then create a new 2-of-3 multi-sig from those three new wallets.
808  Bitcoin / Bitcoin Technical Support / Re: Consolidating UTXOs and maintaining privacy on: August 28, 2023, 11:30:35 AM
But in the end, I don't feel like being able to take care of multiple wallets and multiple backups.
Well, as long as you have considered the risks and taken steps to mitigate against them, which it sounds like you have.

Just a quick point though - if the stumbling block is multiple wallets or multiple backups, then you can always just use the same seed phrase with a passphrase like "KYC" to create a new wallet which you will know is for KYCed coins only. Alternatively, you don't even need to do that and can use the same seed phrase and just increment the account number of your derivation path. So your main wallet would be at m/84'/0'/0', and your KYCed wallet would be at m/84'/0'/1'.
809  Bitcoin / Bitcoin Technical Support / Re: Consolidating UTXOs and maintaining privacy on: August 28, 2023, 11:06:45 AM
Instead of freezing the KYCed UTXO, I will prefer to transfer only the KYCed UTXO to a newly created wallet on another device entirely and name it KYCed UTXO which will make me not to forget about it.
I would agree with Charles-Tim here. If it is vitally important to you to not mix your KYCed and non-KYCed coins, then storing them in the same wallet and relying on the wallet freezing certain UTXOs is pretty risky. What if a simple bug in the wallet means it freezes the wrong ones? What if you lose your wallet file, have to recover from your seed phrase, and lose all your UTXO labels and which ones are frozen? What if you simply misclick and unfreeze a UTXO without realizing it? And what if you accidentally sync your wallet via a third party server, therefore revealing that all your KYCed and non-KYCed are owned by the same wallet?

I also have various subsets of coins which I would not want to mingle with each other since each subset comes from a separate source, will be spent in a separate manner, has a different anonymity set, and so on, but I keep each subset in its own wallet.
810  Bitcoin / Wallet software / Re: Does it make sense to have mobile wallet + desktop wallet from same brand? on: August 28, 2023, 10:01:39 AM
I don't think you can encrypt the entire Tails USB stick. You mean it should ask for a password before it boots, right?
Correct.

Although I've not tried this with Tails specifically, there are multiple ways to encrypt an entire OS: https://wiki.archlinux.org/title/Dm-crypt/Encrypting_an_entire_system

You can even hide the encrypted OS inside a VeraCrypt hidden volume, allowing you to unlock a secondary decoy OS if forced to do so: https://veracrypt.eu/en/VeraCrypt%20Hidden%20Operating%20System.html

But my point was really this: Just sticking Tails on a USB drive and assuming that what you have is now completely safe or is comparable to a proper hardware wallet is a mistake. There are a lot more things which need to be considered which are far outside the scope of the average user. If you don't want to use a hardware wallet, then airgapping an old laptop will be the best option, rather than using Tails in this manner on a computer which is not airgapped.
811  Bitcoin / Wallet software / Re: Does it make sense to have mobile wallet + desktop wallet from same brand? on: August 28, 2023, 07:53:07 AM
Tail OS only supports the old version of Electrum 4.0.2 and it needs to be upgraded to the latest version by downloading from the official Electrum website.
It's not that Tails only supports version 4.0.2, but rather that's the version which is part of the Tails bundle. Tails is deliberately designed in such a way that you cannot upgrade individual components. You must download the appimage and run it as a standalone, as I said above.

Persistent storage on Tails OS is encrypted by default using LUKS (Linux Unified Key Setup) or Veracrypt.
Yes, but encrypting the persistent storage only is insufficient. The entire drive should be encrypted in a way so that if a malicious third party gains access to it, they can't hide malware on it alongside your installation of Tails which could alter the entropy your copy of Electrum generates, change addresses you copy and paste, or copy your private keys for transmission at a later time.

I am a bit over cautious, so this strategy works for me...  Wink
I don't think that's over cautious at all. It is simply good sense not to have all your coins in a single wallet, regardless of how secure you think that wallet is.
812  Other / Beginners & Help / Re: Can we choose our own seed words? on: August 28, 2023, 07:39:36 AM
The compromise solution is to generate seed words and try to link them to something you remember, such as trying to make them into the lyrics of a song or poem
It does not matter what method or process you use to memorize your seed phrase - you remain at the exact same risk of forgetting it due to accident, trauma, injury, and so on, as I've explained earlier in this thread.

If you are absolutely dead set on memorizing your seed phrase, at least make a paper back up as well.
813  Bitcoin / Bitcoin Technical Support / Re: Question about CPFP / RBF on: August 27, 2023, 01:58:03 PM
RBFing the transaction from A to B would still leave the transaction from B to C waiting if the B to C did not use enough of a fee.
RBFing from A to B would change the TXID and therefore invalidate B to C and any other unconfirmed children.
814  Bitcoin / Bitcoin Technical Support / Re: Question about CPFP / RBF on: August 27, 2023, 01:52:49 PM
If address A sends address C a transaction with a low fee, B can use CPFP to receive the funds quicker.
I assume you mean if address A sends coins to address B, then yes, B can use CPFP.

However, if address A sends address B a transaction with a low fee, and then B sends it to C, and then C uses CPFP to increase the fee, will the transaction actually confirm faster?
Yes, provided C has paid a high enough fee to bump the overall fee rate for both unconfirmed parents.

I thought not, because the CPFP would only apply to the B to C transaction, and not touch the A to B transaction. Is this correct?
No, not correct.

Miners will consider the transactions as a package. It doesn't matter too much if the package of transaction is a chain of two unconfirmed transactions as in your first example, or if it is a chain of three unconfirmed transactions in your second example. Miners will look at the total space taken up by all the unconfirmed transactions in the chain, the total fee paid by all the unconfirmed transactions in the chain, and then work out the effective fee rate and whether or not it is worth including the entire package of transactions.

So yes, C can use CPFP, but will need to pay a fee high enough not just to bump the B to C transaction, but also to bump the A to B transaction.
815  Other / Beginners & Help / Re: Can we choose our own seed words? on: August 27, 2023, 01:43:45 PM
You have the option to create a key, but you have to use words from a specific list of allowed words to make a valid key.
You don't. You can create a seed phrase out of any words you like. It is simply that the BIP39 standard which most wallets use has a fixed word list, but this is by no means the only way to create a seed phrase.

Each blockchain has its own set of words that are allowed.
I don't care at all for shitcoins, but BIP39 is used across the vast majority of coins and therefore they will all share the same wordlist.

If your good at crossword puzzles like scrabble, then you might come up with a word that with it you can get 23 words out of it
This is just manually creating a seed phrase but with extra steps. It is a poor source of entropy.
816  Bitcoin / Wallet software / Re: How long to crack 24 word phrase if you know all 24 words out of order? on: August 26, 2023, 03:21:23 PM
maybe i will find something...
A large electricity bill? Some burnt out hardware? Cheesy

Given somewhere around 50,000,000 addresses which have ever been used, checking 93,000,000 million in a week means you'll only have to keep going for another trillion trillion trillion trillion years to have a 0.000000000002% of stumbling across one of those addresses! Let's hope that address isn't one of the empty ones!
817  Other / Beginners & Help / Re: Wallet resp. Address Consolidation on: August 26, 2023, 07:34:19 AM
Actually I'm now asking myself where would this end? After having consolidated inputs < 0.0004 BTC what will come to my mind next - consolidating inputs < 0.004 BTC ? and then inputs < 0.04 BTC ? Completely disregarding privacy is not really appealing after all...
I keep a variety of input sizes.

There's no point having all your holdings in one or two large inputs of (say) >5 BTC. What happens when you want to buy something for 20 bucks? You have to use a big input, creating a big change output, and causing problems for the privacy of all that change. Similarly, there's no point having all your holdings in small outputs since you will have to pay higher fees when you want to make a larger purchase.

So keep a range of outputs. You say your outputs are in the range of $5-8 each. Might you use bitcoin to buy a coffee, some fastfood, a month of a VPN subscription, or something at a similar price range? It so, it's fine to keep those outputs as they are since you can spend them as they are. If not, then consolidate them. Now you've got an output of (say) $50. It's reasonable to think you might want to spend bitcoin on something around that price in the future, so it's reasonable to keep an output of that size.

And if you have a range of outputs, then it's easier to make transactions which create no change and therefore not run in to the problem of lots of small outputs needing consolidated in the future.
818  Bitcoin / Wallet software / Re: Does it make sense to have mobile wallet + desktop wallet from same brand? on: August 26, 2023, 07:10:58 AM
The goal is to make a portable hardware wallet from a USB Flashdisk, with good enough security and of course cheaper.
Yeah, as Loyce says, this is not a hardware wallet. This is a software wallet which may or may not be airgapped depending on how you use it. And if the USB drive isn't fully encrypted, then it's really only secure as storing your seed phrase in plain text electronically, which is not safe at all.

The Linux distro that is suitable for Electrum and has been integrated is Tail OS.
Any good Linux distro will work. Bear in mind that the version of Electrum which is prebundled with Tails is quite old - 4.0.2 which was released 3+ years ago. If you want to use the most recent version, you'll need to use the download (and verify) the relevant appimage as described here: https://electrum.readthedocs.io/en/latest/tails.html

And if you are using Tails, remember to set up persistent storage.
819  Bitcoin / Electrum / Re: Electrum Multi-Sig with Hardware Wallets - Problem on: August 25, 2023, 02:35:55 PM
I'm not sure what having one key on a hot Electrum wallet adds to this set up. Why not just have 2-of-2 with two hardware devices, and don't include a hot wallet cosigner at all?

I agree with dkbit98 and also wouldn't recommend either Ledger or Trezor devices though - the first for their terrible approach to security, and the second for the terrible approach to privacy.
820  Bitcoin / Development & Technical Discussion / Re: Do you think it's safe to use a private key hash from 12-characters on: August 25, 2023, 02:33:26 PM
And if you're curious how will that happen, here's a well-documented response: https://chat.openai.com/share/a186be91-93cf-4547-a95f-5d9cad337080
I put some evidence based numbers to this in a post about this last year: https://bitcointalk.org/index.php?topic=5402270.msg60342177#msg60342177

In short, that's 100 million new cases each year of pathology directly affecting the brain which can all result in memory loss. There are hundreds of millions more cases of pathology elsewhere in the body which can also lead to brain injury and memory loss.

And even if you don't suffer from pathology, we all forget stuff all the time. Can you remember a phone number you haven't used in 10 years? What about the address of a childhood friend? Hell, people even have memory blanks when it comes to things you use every day. How often have you had something "on the tip of your tongue" that you can't quite remember?

Relying on memory alone is a huge and unnecessary risk. If you want to store money in your head then I can't stop you, but why not have a paper back up somewhere safe as well, just in case?
Pages: « 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 [41] 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 ... 837 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!