Bitcoin Forum
May 25, 2024, 03:46:39 PM *
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 92 93 94 95 96 ... 837 »
901  Bitcoin / Electrum / Re: Electrum Wallet RBF Feature on: August 12, 2023, 03:27:22 PM
the old transaction is invalid, and the new transaction is the one that will be confirmed, but its fees will definitely be higher than the previous one.
This is not correct. The old transaction remains perfectly valid. The new higher paying transaction is far more likely to be confirmed in a block, but there is nothing stopping a miner from including the old one if they choose or if they don't learn about the new one for some reason.

I can see that OP has bumped his fee again, this time to 7 sats/vbyte, and his transaction has now confirmed. I would also suggest to OP that I don't know where he is getting his bitcoin from, but receiving >40 outputs to the same address, some of only a few thousand sats, is a very inefficient way to use bitcoin. You should try to receive larger amounts less frequently if you can. And given that almost all of those outputs predate the current surge in fees, I don't know why you've chosen to consolidate them now when you could have consolidated them at 1 sat/vbyte almost any time over the past year.
902  Economy / Service Discussion / Re: Any Bitrefill experts here? privacy questions on: August 12, 2023, 03:09:47 PM
and Bisq doesn't solve anything as far as fiat transactions, you are risking it the moment you do a bank wire.
Of course it does. The coins are in escrow before any fiat transaction is made. If Bisq solved nothing as you claim, it would have collapsed due to endless scams years ago.

If you have never had BTC in KYC exchanges, the gov does not have you as a "bitcoin person" on their records, so you don't want to be found using BTC to pay for stuff
If I go to a merchant in person and pay with my non-KYCed bitcoin, or if I use my non-KYCed bitcoin to buy a non-KYCed giftcard which I then spend in person, how are the government going to track that?

As a best practice I would avoid any problems, and by that I mean not showing up with these coins on either KYC exchanges or building using services that go along with your dox on each payment.
Correct. When faced with some centralized service which is actively attacking bitcoin by proclaiming some coins as "tainted", the rational response is not to let them attach your KYC to all your coins and submit to their endless surveillance and invasion in to your life. The rational response is to not use such a service and instead use an alternative which does not do any of this nonsense.
903  Bitcoin / Electrum / Re: Multisig wallet on: August 12, 2023, 02:23:48 PM
I don't really get that. There are two devices and when I spend I need to sign the transaction both with ledger and trezor. Am I missing something here?
Sorry - as nc50lc explained, I assumed you were importing two seed phrases in to the same copy of Electrum, rather than connecting two hardware devices. Using two hardware devices with the same copy of Electrum is perfectly fine - the two hardware wallets will only share their respective extended public keys with Electrum, with the seed phrases and private keys remaining secured within the hardware devices themselves.

So I still don't understand how would that be possible to import both seed phrases in one device.
Because you can import seed phrases directly in to Electrum itself. If you did this, then you would be completely negating the point of the hardware wallets.

As for the seed phrase I have so many backups that it is almost impossible to lose it and if somebody gets his dirty hands on it good luck getting the words out of something like this *sd67HqwΓχ9>11!äqQ7/&.0ψAξ.
What do you mean by that? Are you back ups encrypted? I hope you've also securely backed up you decryption key if that's the case.
904  Bitcoin / Electrum / Re: Multisig wallet on: August 11, 2023, 06:48:03 PM
The thing is that when I created the wallet i didn't need the first master public key for the second cosigner although in the instructions it was clear that I would need that.
This means you have imported both seed phrases in to the same wallet. While this will certainly let you spend your coins, it is a bad idea since it removes all the benefits you gain from a multi-sig wallet. Importing both seed phrases in to a the same wallet means that you now have a single point of failure, and compromise of that one wallet will lead to your coins being stolen. You should only import a single seed phrase and use the master public keys from the other cosigners. That wallet will then only be able to provide one signature, and not both. You would then move your partially signed transaction to a wallet on a different device which can provide the second signature.
905  Bitcoin / Wallet software / Re: How long to crack 24 word phrase if you know all 24 words out of order? on: August 11, 2023, 06:22:23 PM
however to brute force we would still need to go for the full 2^264 route since we cannot know if a phrase would result in a valid checksum, correct?
You would still have to calculate the checksum for all 2264 combinations, which simply involves a single SHA256. After checking the checksum you will be able to immediately exclude 255 out of every 256 seed phrases (on average).

For the one seed phrase which does pass the checksum, you must then perform 2048 rounds of HMAC-SHA512 to calculate the root seed number, then various more rounds of HMAC-SHA512 alongside elliptic curve multiplications and additions to work down the derivation path, then three SHA256s, one RIPEMD160, and a Base58 conversion to turn that final public key in to an address to check to see if it matches the one you are looking for.

This is obviously far more resource intensive and time consuming that performing a single SHA256 in order to calculate the checksum.
906  Bitcoin / Project Development / Re: kycnot.me bitcointalk version on: August 11, 2023, 06:12:32 PM
Hello everyone, I'm pluja, the user behind kycnot.me, and I happened to come across this post.
First of all - thank you! I've lost track of how many times I've recommended your site to other users looking to reclaim their privacy and avoid the huge security risk of centralized exchanges.

Secondly, I love the redesign. The only small bug I've found is that if I try to visit the Audits page I get the error "Could not get audit logs, please try again later". I assume this is simply because there have been no updates yet since the new site launched?

Keep up the great work. Your site is a real asset for the community.
907  Bitcoin / Bitcoin Technical Support / Re: Using a constant difficulty, is it possible to create the longest chain? on: August 11, 2023, 04:02:51 PM
Well, a difficulty increase by 300% for those who mined 2016 blocks before two weeks and 75% decrease for miners who spent more than two weeks may not be reasonable but has a huge difference, that can pose as an advantage.
Sure, that's a big difference, but how are you proposing that the network forks in two, with one subset managing to suddenly mine two weeks worth of blocks in ~3.5 days in order to cause their difficulty to increase 4x, and with the other subset taking >2 months to mine the same number of blocks?

A change which resulted in a minority of the network talking more than 2 months to mine the next 2016 blocks would simply result in that minority chain eventually being abandoned. And no change can suddenly cause the hashrate to quadruple and make the rest of the network mine four times faster.
908  Bitcoin / Wallet software / Re: How long to crack 24 word phrase if you know all 24 words out of order? on: August 11, 2023, 06:58:48 AM
That's 2,96^79 combinations, a number 79 digits long!
The number you are looking for there is 2.96*1079, rather than 2.9679.

That number is not quite right, however. It is the same number as 204824 or 2264. However, not all 24 word combinations are valid seed phrases due to the checksum. With the checksum being 8 bits long, it means only one out of every 256 seed phrases on average is valid. This means the total number of valid 24 word seed phrases is 2256, which is 1.16*1077.

So my thoughts were right.  Wink
It's the same as anything else. My password for this forum might be Y}tz3Wd[^DkxY\2>5p$6. While it is theoretically possible someone could guess that on the first guess, in reality no one would ever be able to brute force that password.
909  Bitcoin / Bitcoin Technical Support / Re: Two non-consecutive blocks with the same coinbase tx. How is this possible? on: August 10, 2023, 08:42:52 PM
Before implementation of BIP34, two coinbase transactions could be completely same as each other and could have the same transaction hash.
Minor addition: Prior to the implementation of BIP34, we already had BIP30. BIP30 already prevented two coinbase transactions from having identical transaction hashes unless the first one had been fully spent, which would have prevented the issue here of 100 BTC being destroyed.
910  Bitcoin / Development & Technical Discussion / Re: Are you running Bitcoin Core through Tor? Should it be a requirement? on: August 10, 2023, 07:29:09 PM
I wonder why you are so persistent in convincing me to use thing that I don't need? What is your interest here?
I'm not trying to convince you to use anything - I'm pointing out that your VPN is almost certainly not providing the protection you think it is.

And my interest is that everyone deserves privacy from any and all third parties they want privacy from, but a VPN is unlikely to achieve that in isolation.

On one hand we want the fastest mass adoption of this cryptocurrency but on other hand  we afraid  publicity and use TOR which is traditionally  associated with  illicit activities in the eye of Joe and Maggy.
The day I have to give up all my privacy to use bitcoin is the day I sell it all for monero.
911  Bitcoin / Bitcoin Technical Support / Re: Connection issue between Sparrow and Bitcoin Core on: August 10, 2023, 04:42:28 PM
Do I have to move the cormorant folder to the main drive before adjusting the wallet path?
I wouldn't. I would just change the walletdir path, relaunch Bitcoin Core, and then relaunch Sparrow, and let Sparrow create a new cormorant wallet on your main drive.

I assume you have managed to locate the bitcoin.conf file and figured out how to path to your main drive?
912  Bitcoin / Wallet software / Re: How long to crack 24 word phrase if you know all 24 words out of order? on: August 10, 2023, 04:39:01 PM
when you say "For 18 words, 1500 years", you mean to just generate ALL possible combinations, right??
Based on the benchmark provided by btcrecover, that would be to exhaust 50% of the search space, which is the average amount of the space you would need to search to reach the desired combination.

and my script generate that exact sequence as the 4th result, is it not the same ??
have i found it in some seconds?
Yes. But it is equally likely that you find it in the 4th result or that you find it in the 4th last result after searching 99.9999....% of combinations.

and what about the "last" word, you call CHECKSUM, in my case "cat17".
it is not just a word "cat17" ??
That word encodes 11 bits of data. Of those bits of data, some of them represent a checksum. For a 12 word seed phrase, 4 bits are a checksum. For a 24 word seed phrase, it is 8 bits.

On average, to crack a key, you should assume that you need to exhaust the search space. If you average out every cracking attempt, then you will find that you should only find them when you're nearing the end of the search space and it should follow an exponential distribution.
That's not right, On average you need to exhaust half the search space. There is a 50% chance you find it in the first half, and a 50% chance you find it in the second half.
913  Bitcoin / Wallet software / Re: WARNING when using mobile device wallets (Android, iOS) on: August 10, 2023, 04:33:20 PM
But why is Opera included in the mix? I'm curious, since they just have a browser AFAIK (and might track you through that, rather than through a keyboard).
Somewhat off topic, but Opera have a built in free VPN which is absolute trash (just like every other free VPN), not to mention being owned by a Chinese consortium with links to the CCP. I wouldn't trust it for a second.

Browsers always collect user data regardless of what keyboard apps you are using.
Some browsers like Chrome and Opera spy on you constantly, sure, but not all browsers. Just use Tor or Firefox instead.
914  Bitcoin / Bitcoin Technical Support / Re: Connection issue between Sparrow and Bitcoin Core on: August 09, 2023, 08:01:31 PM
-snip-
That GitHub seems to confirm it's an issue with the wallet being on a different drive. Hopefully moving it to the main drive as I suggested will work.

Thanks, but I'm not sure how to use the walletdir option. How do I do that?
Either add walletdir=PATH to your bitcoin.conf file, or launch bitcoin with the added command line or shortcut option -walletdir=PATH, with PATH changed to a path to a directory on your main drive. If you say what OS you are using I can be more specific.
915  Bitcoin / Development & Technical Discussion / Re: Are you running Bitcoin Core through Tor? Should it be a requirement? on: August 09, 2023, 07:39:19 PM
I can't force myself to believe that you think that packets relevant to personal VPN differ from those ones pertaining to corporate VPN.
A government could easily create a whitelist for certain VPN providers or servers used by corporations and a separate blacklist for VPN providers or servers accessible by individuals.

Wrong assumption from your part, sorry.
Not wrong at all. You have absolutely no way to verify your VPN provider is not keeping logs, sharing data with your government, or indeed a honeypot.
916  Bitcoin / Bitcoin Technical Support / Re: Using a constant difficulty, is it possible to create the longest chain? on: August 09, 2023, 05:13:58 PM
Delaying the timestamp to take longer time is more effective.
This attack is not possible without the cooperation of a majority of nodes. Block timestamps have an upper bound of two hours in the future based on network adjusted time, which is never going to be enough to result in any meaningful reduction in the difficulty. Only with a majority of nodes altering their local time to days in the future in order to accept the blocks with artificially delayed timestamps could this attack be successful.
917  Other / Beginners & Help / Re: Bitcoin open source wallets that support replace-by-fee (RBF) on: August 09, 2023, 05:05:42 PM
What can this type of web wallet be called? Is it not HD brain wallet?
Essentially yes. The wallet is generated based on two human created and memorized strings - an email address and a password.

Or is this how other web wallets are generating their seed phrase as I can see them all requiring username and password?
Some will use cryptographic PRNGs of varying security, but if the wallet can still be accessed using a username/email and a password via a website then it remains highly insecure.
918  Bitcoin / Bitcoin Technical Support / Re: Connection issue between Sparrow and Bitcoin Core on: August 09, 2023, 03:45:29 PM
In the first instance, I would try using the -walletdir option within Bitcoin Core to change the location of your wallet directory to your main drive , but leave the blockchain data on your external drive, and then try again.

Failing that, check both Bitcoin Core's and Sparrow's log files to see if there is any useful information in them.
919  Other / Beginners & Help / Re: Bitcoin open source wallets that support replace-by-fee (RBF) on: August 09, 2023, 03:36:20 PM
I would concur with hosseinimr93. coinb.in should be viewed as a tool for advanced users to construct transactions or addresses with particular unlocking scripts, and to broadcast transactions if necessary. It can also be used by advanced users on an airgapped device as a tool for signing transactions. It should never be used as a wallet because web wallets are not secure, even if they generate entropy properly and not via an email and password which is a terrible idea.

I wouldn't put coinb.in on any list of recommended wallets, especially not one targeted at beginners.
920  Bitcoin / Wallet software / Re: Wasabi wallet data privacy questions on: August 09, 2023, 03:24:21 PM
It's important info they shouldn't be hiding from users.
They also shouldn't be surveilling or censoring their users, but here we are.

Didn't Kruw says it's Coinfirm?
No one from Wasabi has ever confirmed nor denied it is Coinfirm. We are assuming as much because of this code in the Wasabi codebase: https://bitcointalk.org/index.php?topic=5457078.msg62438954#msg62438954

so I'm asking about Wasabi Wallet because I'm interested learning about wallets, mixers, TXID, blockchains
You've learnt enough about Wasabi to know they are an enemy of bitcoin and no one should ever use them. You can move on to learning about other topics now.
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 92 93 94 95 96 ... 837 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!