Bitcoin Forum
May 26, 2024, 08:56:38 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: « 1 ... 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 135 ... 837 »
1681  Other / Beginners & Help / Re: Coinjoin on Trezor Suite on: April 24, 2023, 08:33:24 PM
Let's be fair, they removed AOPP after community reaction
Exactly. They only removed it when it became clear it might hurt their profits. They should never have considered implementing it in the first place, for the moral reasons of not helping centralized exchanges spy on their users.

and I still didn't hear a single case of people complaining for mass censorship because of Coinjoin someone used, you painted unrealistic dark picture.
No one is going to come forward and say "Here is my UTXO which was censored". And even if they didn't censor a single UTXO, the fees they collect are still being used to directly fund blockchain analysis, which damages privacy for every single bitcoin user, advances the nonsense concept of taint, and works against fungibility.

And btw Trezor is in final stages of releasing their own secure element.
Doesn't matter to me in the slightest anymore. I don't care if Trezor release the greatest hardware wallet the world has ever seen (or you know, even fix the critical seed extraction vulnerability Tongue). I will never purchase another Trezor device as long as they fund blockchain analysis.
1682  Other / Beginners & Help / Re: To Trustwallet users. Vulnerability. Repayment. on: April 24, 2023, 02:28:28 PM
I see that iOS version really has a open code

https://github.com/TrustWallet/trust-wallet-ios
Last commit December 10, 2018.

Software which is almost 5 years out of date is meaningless. Trust wallet is closed source.

Therefore, we can understand how the wallet works.
Which is absolutely irrelevant. If there is no up to date source code then you have no idea what the wallet is actually doing, what bugs exist, what vulnerabilities could be exploited, or what malicious code might be there.

So tell which one is better, but not a Ledger and Trezor.
Hardware - Passport
Software - Electrum or Sparrow
1683  Bitcoin / Hardware wallets / Re: 15% Discount on the Trezor Model T on: April 24, 2023, 11:27:21 AM
And I am sure they are going to tweak the rules as time goes by depending on who the biggest enemies are at the moment.
Or depending on which government provides them with the most money.
1684  Bitcoin / Bitcoin Discussion / Re: Is trezor censorship real? and how does it work, and what impact would it have o on: April 24, 2023, 08:45:42 AM
I saw a post in the crypto newspaper that trezor is going to implement a censorship protocol called coinjoin
That's not quite right. Coinjoin is a protocol for mixing your coins. Trezor have decided to implement a version of coinjoin which censors its users.

I wanted to know the impact of this on us who use bitcoin
None at all provided you stay well away from it. If you use it, then you better be happy having blockchain analysis spy on you and censor you.

in my thinking it would be something contrary to what bitcoin is.
Correct. It is completely contrary to the whole ethos of bitcoin.
1685  Bitcoin / Bitcoin Discussion / Re: Web Hash/Nonce/X Y/pub.key calculator? on: April 24, 2023, 08:43:18 AM
This one?

https://rawcdn.githack.com/nlitsme/bitcoinexplainer/aa50e86e8c72c04a7986f5f7c43bc2f98df94107/ecdsacrack.html
1686  Bitcoin / Development & Technical Discussion / Re: update bitcoin core on: April 24, 2023, 08:39:19 AM
I really don't know github, working of open source, like if a software is opensource then anyone from the community can update the main software? or only some people can update the main one.
Just to answer this question specifically: Anyone can work on the code and propose changes, but there are (currently) only five people who have the permissions needed to merge any new changes or proposals in to the main codebase after these changes have been reviewed and agreed upon by the community. These people are known as Maintainers. The current list of Bitcoin Core Maintainers is as follows:

MarcoFalke
fanquake
hebasto
achow101
glozow
1687  Economy / Service Discussion / Re: Bitcoin mixing techniques on: April 24, 2023, 08:18:40 AM
My question is, is it theoretically possible to do bitcoin mixing without the use of third party coins?
No.

If you only want to move your own coins and your own coins only, then they can be endlessly tracked. It doesn't matter how many times you split them up and then recombine them or across how many transactions you do that - if there are no new coins coming in then a blockchain analysis company can endless track them.

Any kind of mixing or coinjoining will combine your inputs with the inputs of third parties to obfuscate which outputs are yours. That's the whole point.
1688  Bitcoin / Bitcoin Discussion / Re: Why does Bitcoiner still support the use of centralized exchanges? on: April 24, 2023, 08:10:35 AM
I think it is much more easier, convenient and even safer to use centralized exchanges for trades because we no longer have to pay for an external escrow and most times don't have to panic over the safety of our coins while indulging in trades.
What are you talking about? Centralized exchanges lock accounts, freeze coins, or just straight up scam/go bankrupt all the time. You are handing complete control of your coins over to a third party, who can (and often do) do anything they like with them. With a good decentralized exchange like Bisq, the coins stay under your control until the trade is complete. There is no possibility for them to steal your coins since they never have them in the first place. A good DEX is exponentially safer than a CEX.

By using a centralized exchange, you will not be doing anything against Bitcoin principles.

I mean, literally the first page of the Whitepaper:
Quote
What is needed is an electronic payment system based on cryptographic proof instead of trust, allowing any two willing parties to transact directly with each other without the need for a trusted third party.

A centralized exchange is a "trusted" third party. I use quotation marks here because I wouldn't trust any centralized exchange with a single satoshi of my money.
1689  Bitcoin / Wallet software / Re: 2-of-3 vault: Can I spare myself passphrases, words seeds and PIN? on: April 24, 2023, 07:59:30 AM
You could back-up a simple singlesig wallet with a passphrase and maintain 3 vaults and split the backup as follows:
It's possible, but there are two big weaknesses to your proposal over a multi-sig one.

Firstly, you are accepting far reduced security. If someone steals one share of your multi-sig, then they would still have a hurdle of 2128 to overcome to brute force another share. In your system, if someone finds Vault 1 your security is reduced to 262 bits, and if they find Vault 2 your security is reduced to 266 bits (the difference being that 4 bits from word 12 are checksum). If someone steals Vault 3, then your security could be anything at all, depending on your passphrase. Unfortunately, few people choose strong and random passphrases, and instead pick passphrases like they pick passwords - short, predictable, and easily brute forced. You could potentially be down to a very low amount of security.

Secondly, you introduce a single point of failure. To spend from such a wallet, you need to bring the seed phrase and a passphrase together on a single device. If that device is compromised, then you lose everything. With multi-sig, your seed phrases can stay on separate devices, therefore protecting you against this vulnerability.

Obviously most people use single sig wallets perfectly safely, but if you are looking for the best security for long term cold storage or similar, then multi-sig remains the better choice here.
1690  Economy / Exchanges / Re: What could make an exchange to seize users assets on: April 24, 2023, 07:50:08 AM
and fortunately you don't attract customers with nasty commercial behaviours, bad reputation or scammy practices.
FTX literally scammed millions of users. Their behavior cannot be called anything other than nasty and scammy - giving users' funds to their friends and family, directly stealing users' funds to buy personal items and even property, keeping zero accounts, and so on. And yet, millions of customers.

BlockFi, Celsius, Voyager, all the same. Millions of users, billions in funds, handing it out to random third parties with no due diligence, no safety controls, no collateral, and no protection. Utterly awful behavior, and yet, millions of customers.

As John Abraham has pointed out above, Binance literally scam their users. And never mind their failed proof of reserves, their printing coins out of thin air, their stablecoin which has been shutdown by the government, all the lawsuits they are currently being targeted with, their scamming newbies in to using their centralized shitcoins instead of bitcoin, buying ranking sites and putting themselves top, the list is endless. Their reputation is atrocious. And yet, millions of customers.

Reputation and previous scammy behavior account for nothing in this space. There is an endless stream of newbies who will sign up to literally any old shit platform and hand their data and their coins to literal scammers on the promise of 10 bucks of shitcoins or some obviously unsustainable ROI.
1691  Other / Beginners & Help / Re: To Trustwallet users. Vulnerability. Repayment. on: April 24, 2023, 07:32:41 AM
But in Trust Wallet code it is open.
No it isn't. Trust Wallet is closed source, and ran by a company (Binance) which makes money from gathering data on its users and selling that data to blockchain analysis. It is one of the worst possible wallets you can use.

Are they blatantly lying to us?
Yes. This really shouldn't be a surprise to anyone given that CZ is quite happy to lie about literally anything in order to promote Binance and make more profit.

See my previous post that un_rank linked to above. You can also see the Wallet Scrutiny report here: https://walletscrutiny.com/android/com.wallet.crypto.trustapp/. "No source for current release found".
1692  Bitcoin / Bitcoin Technical Support / Re: the beauty of multi sig wallet [help needed] on: April 23, 2023, 06:59:31 PM
I was given one file to share, but at a time I couldn't see the file to share. I had to alternatively type in the seed phrase from my mobile to the laptop and that served as the master key.
So by doing this, you have lost all the security of the multi-sig.

By typing the seed phrase from your phone in to your laptop, the wallet on your laptop now contains two seed phrases - the one the laptop generated, and the one you entered from your phone. This means it has all the information needed to spend your coins on its own, without requiring any input from the wallet on your phone. Although you still have a multi-sig wallet, the compromise of a single wallet (the one on your laptop) will let an attacker steal your coins.

You'll need to start again from scratch and make sure the seeds phrases stay completely isolated to the devices which generated them. The only thing you should be transferring between devices are your master public keys.
1693  Other / Beginners & Help / Re: Coinjoin on Trezor Suite on: April 23, 2023, 01:21:30 PM
I wonder what was going on on the head of the person who wrote this Terms
Probably something along the lines of "I don't care about morals, as long as I get paid."

I don't know how anyone is able to read the pure definition on how the system blocks UTXO's and not feel like this is against the very notion of privacy, in any degree.
You know it is anti-privacy, I know it is anti-privacy, anyone who can read knows it is anti-privacy. The Wasabi guys are also fully aware it is anti-privacy, but they have decided that sacrificing their morals, selling out their users, implementing censorship, handing your UTXOs directly to blockchain analysis companies, and generally being anti-bitcoin is an acceptable price to pay as long as they get to keep make profits for themselves.

It is even more shocking knowing that Trezor, as a company, fully aware of how the coordinator works, still decides to associate themselves (and their users) with such shady practices...
This tweet pretty much sums it up: https://nitter.it/dammkewl/status/1648575580927930371
1694  Bitcoin / Wallet software / Re: 2-of-3 vault: Can I spare myself passphrases, words seeds and PIN? on: April 23, 2023, 12:08:29 PM
In case someone gets one of my packets, they wouldn't be able to steal my money, but they would be able to monitor my transactions. I know that's not the best approach, but I can live with it!
There is a simple way around this. For any m-of-n multi-sig, then you only need to back up n minus m number of xpubs alongside each seed phrase (provided you pick the correct ones) and still have full redundancy and yet also protect your privacy.

For example, using your 2-of-3 system, then you back up 3-2 = 1 xpub alongside each seed phrase, and your 3 back ups would look like this:

Back up 1: Seed A, xpub B
Back up 2: Seed B, xpub C
Back up 3: Seed C, xpub A

As you can see, the compromise of any one back up is insufficient for an attacker to spy on your wallet, while you still only need to recover any 2 back ups to have all the information needed to restore your wallet.

1695  Bitcoin / Hardware wallets / Re: 15% Discount on the Trezor Model T on: April 23, 2023, 10:16:11 AM
-snip-
If their ultimate goal was actually providing privacy, then they could have partnered with a coinjoin implementation which A) actually works and B) doesn't directly fund mass surveillance. Their ultimate goal is profit, and they don't give a crap about selling out their morals and their users to get there.

And don't believe the lie about "serious criminal activities". The Wasabi Terms of Service clearly state that you can be censored for any reason whatsoever and Wasabi won't tell you why.
1696  Economy / Exchanges / Re: What could make an exchange to seize users assets on: April 23, 2023, 10:02:47 AM
Guess what? Very few people read that, and I don't think people are interested to know what is hiding behind their TOS.
Goes right back to my point about: Laziness and greed.

When the likes of Voyager and Celsius were offering 80% interest or whatever ridiculous, obviously unsustainable percent they were offering, people signed up and threw their bitcoin at them without a second thought. Even when I posted repeatedly about how these platforms' Terms of Service clearly said that they would be lending and spending your coins without any kind of protection, collateral, safety nets, etc., people in those threads didn't care. And then when these platforms went bankrupt, almost everyone who used them was surprised to learn what was going on behind the scenes, despite it being clearly spelt out in their Terms right from day one.

People don't care until it is too late.
1697  Other / Beginners & Help / Re: Coinjoin on Trezor Suite on: April 23, 2023, 09:56:23 AM
If a centralized service such a CEX is discriminating against your coins for any reason, least of all simply because you used a mixer or a coinjoin in order to protect your privacy, then I would suggest never using that CEX. I would actually suggest never using any CEX, and instead buy and sell your bitcoin peer to peer using a high quality DEX: https://kycnot.me/

If Wasabi have censored your coins because they violate one of their secret criteria, there is a good chance that any centralized exchange will take similar issue with the same coins. But of course there are plenty of other privacy tools out there which don't spy on their users and enforce blacklists which you can use to bypass any such "taint" nonsense.
1698  Other / Beginners & Help / Re: Coinjoin on Trezor Suite on: April 23, 2023, 07:57:44 AM
OK, so if we want to buy a HW, what's left?
Passport is currently the best on the market in my opinion.

I haven't had any problems moving them so far.
Have you tried coinjoining them?

What about people that have Trezor before or people that still like it because it is open source wallet but not going for the coinjoin but instead just use the legacy or segwit normal part of it?
If you already have a Trezor, then you are safe to keep using it provided you don't go anywhere near the coinjoin function. But when the time comes to replace or upgrade your hardware wallet, don't buy another Trezor.
1699  Bitcoin / Bitcoin Discussion / Re: Why does Bitcoiner still support the use of centralized exchanges? on: April 22, 2023, 05:38:57 PM
Centralized exchanges gives an extra stratum of security and safety when it comes to affairs and trading.
Centralized exchanges are, by far, the least safe and the most risky place to send your coins.

Does it mean you are  not in support of those using it for trading in other to remain anonymous?
You cannot be anonymous when using a centralized exchange. Even if you don't complete KYC, they log absolutely everything you do, everything about your computer, device, IP, location, etc., and use blockchain analysis to look in to the history of your deposits and withdrawals.

In essence, they can move any amount of btc to a centralized exchange for trading and after which they make profits they pull it out and store in secure place.
There exist non-custodial exchanges which allow day trading via smart contracts and atomic swaps.
1700  Other / Meta / Re: The J.A.R.V.I.S AutoReply Protocol Initiative (JARPI) - Powered by ChatGPT on: April 22, 2023, 02:57:18 PM
You would undoubtedly have 5+ posts saying "Reserved" show up immediately on every single topic posted in the technical boards.
Pages: « 1 ... 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 135 ... 837 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!