Bitcoin Forum
May 26, 2024, 04:24:08 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: « 1 ... 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 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 ... 837 »
1661  Bitcoin / Bitcoin Technical Support / Re: 12-word seed vs 24-word seed? This seems pretty interesting on: April 28, 2023, 08:10:01 AM
A 24 word seed is better than a 12 words. The highest the words the better the security.
Well, it's not quite as straightforward as that.

A 12 word seed phrase provides 128 bits of entropy. A 24 word seed phrase provides 256 bits of entropy. This much is true. However, all bitcoin private keys provide, at most, 128 bits of security. So the security of the private keys generated by a 24 word seed phrase are identical to the security of the private keys generated by a 12 word seed phrase (provided, of course, that the seed phrases were not generated insecurely).

12! It is safe for most GPUs to bruteforce, so whoever wants to try bruteforce should pay more to buy more advanced hardware ASCI and thus more time for you to transfer your money.
12! is very easy for most home hardware to bruteforce, as I explained above. Also, ASICs are useless when it comes to brute forcing seed phrases.

So, If you want to guess 12 words out of the 2048 and try to arrange them in the correct order gives you 5,271,537,971,301,488,476,000,309,317,528,177,868,800 possible combinations.
Not quite sure how you arrived at your number there, but it's incorrect.

Picking 12 words out of 2048 gives 204812 = 5.444*1039
But if you consider the checksum, then the number of valid combinations is 2128 = 3.403*1038
1662  Bitcoin / Electrum / Re: [Newbie question] How to keep my Electrum wallet and BTC safe (given scenario) on: April 27, 2023, 08:12:53 PM
I've 1 computer so is possible to use multisig on it. I already have a Standard wallet and coins are in it.
There is no point having a multi-sig if all the wallets are on the same device - you don't achieve any additional security. You could set up a multi-sig between your computer and your phone, however.

If you want to use an airgapped wallet, then you will need a second device which can be permanently airgapped (i.e. never connected to the internet at any time). If you can't have a second device, then a somewhat less good alternative (but still better than nothing) would be to use your current computer via a live OS while disconnected from the internet.

1. seed phrase
2. seed or private key [both are same thing right!]
3. Also take backup of Electrum wallet via backup option
Just write down the 12 word seed phrase Electrum gives you. That is all you need to completely restore your private keys and access to your coins. There is no need to back up or even look at your individual private keys. Similarly, you do not need to back up the wallet file, and indeed, doing so adds more risk since it is harder to secure a digital file than it is to secure a piece of paper with 12 words written on it. The only reason you would need to back up the file itself would be if you had added labels to a bunch of addresses or transactions and you wanted to back those up.
1663  Bitcoin / Bitcoin Technical Support / Re: 12-word seed vs 24-word seed? This seems pretty interesting on: April 27, 2023, 08:07:36 PM
with definitely looks like a clickbait title:
Spammy, trash "news" site posts clickbait!? I'm shocked! Tongue

12 word seed phrases, when properly secured, are perfectly safe. If you reveal all the words, then of course it becomes unsafe. A scrambled 12 word seed phrase has only 12! = 479,001,600 possibilities. Add in the fact that on average 93.75% of the possibilities can be discarded for having an incorrect checksum, that only leaves 29,937,600 possibilities which require you to derive an address and check for funds. This is an easy task on even fairly modest home hardware.

The moral of the story is don't scramble (or do any other weird "tricks") to your seed phrase. The chances are either you will achieve nothing useful, or you will go too far the other way and lock yourself out of your wallets. Just write them down and store them safely.
1664  Bitcoin / Bitcoin Discussion / Re: Why does Bitcoiner still support the use of centralized exchanges? on: April 27, 2023, 07:44:05 PM
The probability of an attack or something like that are so low, that I would not think it is way higher than the probability to have some issue at a DEX.
And how many of those people would probably fall in some kind of scam and lose all their money?
Don't take this the wrong way, but have either of you actually used a real DEX before? I often see people on these forums talk about how DEXs are complicated, DEXs are high risk, newbies can't use DEXs, etc., but they have never actually tried one themselves.

DEXs are not any more complicated than CEXs. Different, yes. But that doesn't mean more difficult, it just means different to what you are used to. I would argue that having to create an account on a CEX, and then send off all my documents and a selfie while holding today's newspaper with the name of the CEX written on it, and then wait 5 days for approval, and then have to do a video confirmation, and then wait another 5 days, and then link a bank account, and then wait 3 days for my transfer to clear, etc., etc., is significantly more complicated than opening a DEX and being ready to trade in 5 minutes.

There have been literally billions of dollars worth of crypto stolen via CEXs, and millions of users have had their private information leaked, hacked, shared, or sold, via CEXs. With a DEX, not only have such attacks not happened, but such attacks are largely not even possible since you don't hand over your data or your coins in the first place.

1665  Bitcoin / Bitcoin Technical Support / Re: I feel ashamed asking this but it's better to know than not knowing on: April 27, 2023, 01:10:21 PM
A full blockchain node verifies a transaction by checking the entire chain of thousands of blocks behind it in order to guarantee that funds is not spent
Full nodes do not scan the entire blockchain for every transaction they receive - doing so would be computationally infeasible in a reasonable time frame and the whole network would grind to a halt. Rather, each node checks each new transaction it receives against its UTXO set. This allows the existence of pruned nodes, which download each block from the genesis block in order to verify them and build their UTXO set, but do not need to store them to be able to verify future transactions.
1666  Bitcoin / Bitcoin Discussion / Re: Why does Bitcoiner still support the use of centralized exchanges? on: April 27, 2023, 10:33:32 AM
Did it create serious problems? No.
Which was almost entirely luck. This vulnerability could very easily have resulted in millions in losses.

Is it better the exchange that looks unbreachable or the one that has shown how solves that situation?
Neither. It's better to keep your coins under your own control by using your own wallet and DEXs, and not have to trust a third party at all.

Well, I didn't know that. Trust Wallet claims they are open-source wallet software. I don't know how to verify it. I should stop using Trust Wallet.
Have a read of my post here: https://bitcointalk.org/index.php?topic=5415683.msg61049268#msg61049268
1667  Bitcoin / Hardware wallets / Re: 15% Discount on the Trezor Model T on: April 27, 2023, 10:26:15 AM
Sorry but I have to say this is straight up crazy statement to say.
I can be toxic sometimes with my posts, but you are going super toxic right now  Cheesy
I consider any entity which actively works against the privacy of all bitcoin users by funding blockchain analysis, and actively works against bitcoin itself by enforcing government sanctioned blacklists, to be malicious. I do not think such a stance is in any way crazy.
1668  Bitcoin / Bitcoin Discussion / Re: Why does Bitcoiner still support the use of centralized exchanges? on: April 26, 2023, 07:55:32 PM
So, as I see it, it's just a lot of unnecessary FUD, business as usual.
I wouldn't say it is fud. There was a legitimate vulnerability, which thankfully (this time) was picked up when only minimal damage was done. What if the bug went unnoticed for months, and resulted in losses of hundreds of millions which Binance were unable to cover?

This is part of the risk you take when using closed source software like Trust wallet. It can be filled with all kinds of bugs and vulnerabilities, and no one would be any the wiser until it is too late.
1669  Bitcoin / Development & Technical Discussion / Re: Bitcoin Improvement Proposal on: April 26, 2023, 11:39:00 AM
Wow in bitcoin everything is possible, but one concern is that most of these things are technical such that an average man that is not a computer geek may not be able to understand and implement these things.
When bitcoin was first launched, if you wanted to use it you had to run your own node, which was interacted with via the command line. Far too technical for the average user. Now you can simply download an app on your phone and you are good to go.

Using various scripts manually is perhaps too technical for the average use, but that doesn't mean there is no solution to that problem. In fact, the average user can create timelocked transactions right now using Electrum and by simply typing in a block number they don't want the transaction to be spent before in the relevant box in the GUI.

It's block size is very small, 1MB.
It's actually 4MB.
1670  Other / Beginners & Help / Re: save seed phrase in song. on: April 26, 2023, 09:09:44 AM
If you observe very well, the added words does not re-arrange the seed phrase and neither do they interfere.
The point he is making is that the red words also all appear on the BIP39 word list. And actually Cantsay has missed out "like" and "sound". So in that line of text, you have 23 words which could be part of your seed phrase. There are 1,352,078 ways to pick 12 words out of 23 if you assume you have the correct order. If your order is incorrect, then that becomes up to ~648 trillion possibilities, which is clearly an impossible task.
1671  Bitcoin / Bitcoin Discussion / Re: Why does Bitcoiner still support the use of centralized exchanges? on: April 26, 2023, 08:37:20 AM
Your financial freedom with Bitcoin is still guarantee because the exchanges do not or can not have access to your wallet.
This isn't true at all. Once you send your coins to a centralized exchange, they have full control over them and you have no freedom whatsoever. You have absolutely no guarantee you will get your coins back and you have no guarantee that the centralized exchange will allow you to use them or spend them in the way that you want.

I think these exchanges have leveled up and wouldn't just vanish with users money
Have you not been paying attention to the news? FTX, BlockFi, Celsius, Voyager, 3AC, the list goes on. Literally dozens of exchanges in even just the last few months which have collapsed and taken all users' funds with them.

so why did you make a post publicizing this "new scam going on with Trust Wallet" like it's something Trust Wallet related?
There was a vulnerability in Trust wallet in which it generated key pairs and addresses in a insecure manner, allowing funds to be stolen. It wasn't via social engineering.

It is fascinating how you and some other Bitcointalk members relentlessly repeat the problems that come with the usage of CEXs. KYC, no KYC, privacy, no privacy, those aspects seem to be too superficial for some users to actually grasp the far-reaching consequences that the usage of CEXs can bring about later down the road.
People simply don't care until it affects them personally. We see small centralized exchanges collapse or scam all the time. But lots of people on here, Reddit, Twitter, etc., were sure that the likes of Celsius and Voyager were too big to fail and were perfectly safe, right before they lost everything. Then everyone was definitely sure that FTX was too big to fail, right before they lost everything. Now everyone is definitely sure (for real this time!) that Binance is too big to fail.

The same applies to your data. Everyone is happy to send all the documents needed to steal their identity off to literally any random internet stranger that can set up a website or copy the code for some shitcoin. Nobody cares until suddenly their identity is for sale on the dark net and they are now on the hook for $100,000 in debt someone else took out in their name.
1672  Other / Beginners & Help / Re: save seed phrase in song. on: April 25, 2023, 07:03:36 PM
No offense, but that's an awful idea.

You shouldn't trust your own memory to remember a seed phrase; you definitely shouldn't trust the memory of a child. Easy for them to mix up a few words and then you've lost access. Also, what will you do when the children stop visiting?

Secondly, you have no idea just how many people will hear them repeat the song. They might go around singing it in public, on a bus, on the street, etc. Simply hoping that no one realizes it is a seed phrase is a recipe for disaster.

You should write them down and find three different secure places to hide them. Even if you hide all three together, this will still be significantly more secure than teaching your seed phrases to a bunch of children.
1673  Bitcoin / Bitcoin Discussion / Re: Why does Bitcoiner still support the use of centralized exchanges? on: April 25, 2023, 06:52:30 PM
Come to talk of bitcoin peer to peer transaction, I believe a peer to peer transaction definitely would require two parties meeting to do transfer one on one which do not also guarantee ones safety of the account holder
You don't need to meet at all and the bitcoin being traded can be placed in escrow prior to the trade for safety. There are plenty of platforms such as Bisq and Robosats which have such a system in operation.

Although CEX are not  pseudo or anonymous and they demand for kyc before depositing with them but the peer to peer with the CEX are anonymous and ok to go with just as the DEX is.
Not correct. Trading peer to peer on a CEX is not in the least bit private or secure, since the CEX watches everything you do, reports it all to blockchain analysis companies, and has complete control over your bitcoin while the trade is taking place. You cannot trade peer to peer on a CEX - it is always peer to CEX to peer, with the CEX being a centralized third party. All CEXs which offer "peer to peer" are simply using the term as a marketing gimmick - it isn't actually peer to peer at all.
1674  Other / Beginners & Help / Re: To Trustwallet users. Vulnerability. Repayment. on: April 25, 2023, 01:49:25 PM
"Best stocks to invest" and "cars and bids" are pretty much frequently searched.
Absolutely, but my point is you might Google "Which stock to buy" and then read a few articles about a bunch of different stocks. You don't just Google "stocks" and see $WTF pop up and immediately put all your money in to it.

But for some reason people Google "bitcoin wallet", click on the first thing they see, and end up with some trash like blockchain.com or Trust wallet, and do no further research until they run in to problems.
1675  Bitcoin / Bitcoin Technical Support / Re: the beauty of multi sig wallet [help needed] on: April 25, 2023, 12:07:26 PM
If you have not funded it and haven't copied any of the addresses out of it (so there is no risk that you or someone else send coins to it in the future), then you can delete it. On Electrum for mobile, open the wallet, tap the wallet name at the top left, tap "Wallet details", and then "Delete Wallet" at the bottom. On desktop just open the wallets folder and delete the specific wallet file.
1676  Economy / Service Announcements / Re: [ANN] Whirlwind.money | ⚡No Fee⚡ | Ultimate Privacy | Bitcoin Mixer on: April 25, 2023, 11:40:34 AM
I am really looking forward to you fixing the clearnet site as I haven't been able to visit for the past 1-2 week due to the website being down whenever I tried.
Why not just use Tor? It is very easy to download and install (https://www.torproject.org/download/), is ready to use with zero additional set up, avoids all the problems with clearnet, and most importantly provides you with better privacy.
1677  Other / Beginners & Help / Re: To Trustwallet users. Vulnerability. Repayment. on: April 25, 2023, 11:27:03 AM
You would not open a bank account by Googling "bank account" and clicking on a random result.
You would not buy a car by Googling "car for sale" and clicking on a random result.
You would not choose a stock or ETF to invest in by Googling "buy a stock" and clicking on a random result.

Why then would you pick a bitcoin wallet by Googling "bitcoin wallet" and clicking on a random result?

A simple search of this forum would quickly reveal many topics about Trust wallet where people point out it is closed source and a poor choice of wallet.

While Trust Wallet is not open source, it has an open-source component called "Wallet Core," which is used in the Trust Wallet Browser Extension.
Meaningless. You have no idea what is happening in the closed source portions of the code. Perhaps they are sending your seed phrase in plain text to Google, as other closed source wallets have done in the past.

Binance, in reality, has a dedicated team and resources committed to investigating and preventing fraud and security breaches.
So dedicated that Binance have been hacked multiple times and now Trust wallet has a critical vulnerability as well. Roll Eyes
1678  Bitcoin / Bitcoin Discussion / Re: Why does Bitcoiner still support the use of centralized exchanges? on: April 25, 2023, 11:19:32 AM
I would love to know the risk of associated with using private exchanges apart from not being a sole holder of your coins.
I mean, millions of users have lost everything from centralized exchanges scamming, going bankrupt, or simply locking accounts, so not holding your own coins is the biggest risk. There is also the risk to your privacy of course. Not only do you have zero financial privacy with the CEX monitoring everything you do and where your coins come from and go to, but you also have to hand over all the information and documents necessary to steal your identity and ruin your life.

That depends on the exchange that you are using. If you are using Binance then I would say that it is as safe as it gets, most probably it is safer than using any type of wallet yourself, because binance can do security better than any of us can do.
This is just factually incorrect. Binance have been hacked multiple times, both for coins and for data, not to mention the possibility of a bank run or other external event they can't control. Coins on any CEX, Binance included, are never safe.
1679  Other / Beginners & Help / Re: Coinjoin on Trezor Suite on: April 25, 2023, 10:37:49 AM
Dude c'mon they are business, not a charity
They are a business which should be focused on self custody and security, and therefore not support protocols or ideas which compromise their users' privacy or aid blockchain analysis companies. We have both agreed in the past how ridiculous it was for Ledger to integrate a KYC credit card - this is the exact same principle.

That looks like double standards to me.
We know that some VPNs harvest data - that doesn't make all VPNs useless.

Once again, I'm all for developing/evolving your business and adapting to the environment where you are, but from my perspective one has to always stay true to their roots - after all, if they go against them, what will they stand for?
Worth remembering that there is no legislation forcing Wasabi to implement blacklists - they are doing it voluntarily. And if you want some real hypocrisy, go and check out some of the documentation on their website. For example:

If Bitcoin fungibility is too weak in practice, then it cannot be decentralized: if someone important announces a list of stolen coins they won't accept coins derived from, you must carefully check coins you receive against that list and return the ones that fail. Everyone gets stuck checking blacklists issued by various authorities because in that world we'd all not like to get stuck with bad coins. This adds friction and transactional costs and makes Bitcoin less valuable as money.

Yes, imagine checking blacklists and making bitcoin less valuable as money! Roll Eyes
1680  Bitcoin / Bitcoin Technical Support / Re: the beauty of multi sig wallet [help needed] on: April 25, 2023, 09:58:10 AM
Oops! Even when I thought I got it right. Thanks for the follow up, I will do it again the right way. It is better I didn't do it than do it wrongly.
That's OK. It's not the most straightforward process.

So yeah, the only thing which you should share between your wallets is your master public keys. These will be long strings of characters which begin with "Zpub". You can either transfer these via QR code, via a file, or typing them by hand (but make sure to triple check you didn't make a mistake).

Once you've successfully set it up the wallet, you should fund it with a very small amount of bitcoin. Ensure you can spend it using your phone and laptop together, and also ensure you cannot spend it using just one device.
Pages: « 1 ... 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 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 ... 837 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!