Bitcoin Forum
July 06, 2024, 02:43:36 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: « 1 ... 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 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 ... 837 »
2441  Other / Beginners & Help / Re: Google Ads-delivered malware drains NFT influencer’s entire crypto wallet on: January 16, 2023, 12:47:35 PM
Google are malicious. Stop using them.

Lost track of how many times I've repeated this:
Stop using Google to find the website of exchanges, services, or wallets.

Stop following random links without checking the URL.

Start using uBlock Origin.

Never type your seed in anywhere.

How many times does this need repeated?

First of all, Google hosts scams. So many scams. On their search engine, on their app store, on their ad platforms, everywhere. As long as the scammers pay them, Google do not give a single fuck about hosting scams and regular people losing their money. Google is a truly terrible choice for literally anything. Stop using them.

You'll also notice that the scam links are promoted as ads. Use uBlock Origin. It is the only ad blocker you will ever need, and will filter out all these scam ads. (Note: uBlock is a different piece of software to uBlock Origin, and one you should avoid. It's uBlock Origin that you want.)

And stop clicking on random links and stop typing in your seed phrase. This is basic crypto security 101.
2442  Bitcoin / Development & Technical Discussion / Re: Address reuse is simpler than alternatives and not always bad - discussion on: January 16, 2023, 12:43:27 PM
Seed may make backup easier while it does not replace the need for protection of private keys. It is important distinction.
I have not backed up the vast majority of my private keys, only my seed phrases. I haven't even looked at the vast majority of my private keys. There is no need to, and indeed, exporting and handling raw private keys is an unnecessary risk for the vast majority of bitcoin users. If you are using a BIP39 or other HD wallet, then all you need to back up is your seed phrase.

I think it is not true. See the example of the extended private key: xprv9wTYmMFdV23N2TdNG573QoEsfRrWKQgWeibmLntzniatZvR9BmLnvSxqu53Kw1UmYPxLgboyZQa XwTCg8MSY3H2EU4pWcQDnRnrVA1xe8fs Can't anybody determine what the next private key in the chain is?
You are confusing individual private keys with extended private keys. Individual private keys are used to generate addresses. Extended private keys are used to generate child private keys.

If someone compromises an individual private key, then they compromise that address only.
If someone compromises an extended private key, then they compromise that address and all child addresses. They cannot compromise sibling or parent addresses without additional information.
2443  Bitcoin / Development & Technical Discussion / Re: Bitcoin transaction format and byte sizes on: January 16, 2023, 12:31:57 PM
Is there any better website/image that shows the elements of a bitcoin transaction in a byte level?
Here is a site which you will find useful:

https://nioctib.tech/

Take the TXID of any transaction you are interested in, paste it in to the top and click "Search", and then click on the symbol of the piece of paper which says "Raw". It will give you a color coded breakdown of all the parts of the transaction data. Hover your mouse over each part to see what it is.

If you are not sure about how to understand the locking scripts, then look the same transaction up at https://mempool.space/ and click the "Details" button to see the locking scripts decoded with relevant bytes replaced with OP codes.
2444  Bitcoin / Wallet software / Re: Lost access to coins Bitcoin Core on: January 16, 2023, 12:17:20 PM
Thanks I looked. The thing is, I only know 1 character. There are backups.
You only know 1 character of a 30+ character password? In that case, there is no point even trying to brute force it, since 29 unknown characters is far beyond the scope of what is realistic.

I would also use btcrecover as suggested above to do this, but you need more information to go on. What did the password look like? Was it completely random or did include names, words, dates, etc? What character set did it use? Uppercase, lowercase, numbers, symbols, etc?
2445  Bitcoin / Bitcoin Technical Support / Re: Multi-Sig BTC Wallet Recovery on: January 16, 2023, 12:11:15 PM
As nc50lc says, if you have the seed phrase for the second of those two master public keys you can simply recover it as normal and retrieve the funds on it.

If there are other funds in a 2-of-3 multi-sig as you suggest, then at a minimum you need two different seed phrases and the third master public key. Based on the Github link you provided, you will need the seed phrase for your "Primary Key", the seed phrase for your "Backup Key", and the master public key from the "Blocktrail Key".
2446  Bitcoin / Bitcoin Discussion / Re: Breaking RSA Encryption with Quantum Computer on: January 16, 2023, 11:43:44 AM
how fast will this quantum computer be able to factorize the public key into it's private key? it has to be faster than a miner can mine transactions transferring to a quantum resistant keypair.
That is something which is suspiciously missing from the paper linked to by OP as well. It's all well and good saying "We have a xxx qubit computer which can solve the ECDLP for 256 bit private keys", but if you have to run your xxx qubit computer for ten years to find a single private key, then it isn't going to pose much of a risk to bitcoin.

well neither does IBM's 4000 qubit computer (and some kind of quantum resistant keypair cryptography does exist, although I have no idea how good it is, nor whether it's at all suitable for Bitcoin addresses/tx's)
There are quite a few in development: https://en.wikipedia.org/wiki/Post-quantum_cryptography

The last discussion regarding quantum computers on the mailing list I am aware of is from April last year: https://lists.linuxfoundation.org/pipermail/bitcoin-dev/2022-April/020209.html
This discussion focuses on NTRU, which is a lattice-based algorithm: https://en.wikipedia.org/wiki/NTRU

Picking one now, when the threat from quantum computers is very likely still decades away, seems very premature though. There is a good chance that whatever we picked today would be at best outdated and at worst insecure by the time it actually mattered.
2447  Bitcoin / Bitcoin Technical Support / Re: Question about the secret exponent. Fresh out of can on: January 16, 2023, 11:21:37 AM
also if you put the hash260 in the seed place and it do derive much more adresess
The BIP39 seed is simply the number generated from PBKDF2 using your seed phrase and any optional passphrase. It is in no way related to the RIPEMD160 of the address you are trying to recover access to. All you are doing by feeding the BIP39 seed box with your RIPEMD160 is essentially generating completely random addresses and hoping for a match. As I've explained above, there is literally no point whatsoever in doing this. It is impossible to find a match with any address, let alone a specific address.

starting with same prefix most of the time
There is absolutely no correlation in the distribution of address prefixes here. You are simply seeing what you want to see.

no idea what else can man try
You can stop driving yourself insane and completely wasting your time by generating random addresses, and instead focus on trying to recreate the brain wallet.
2448  Other / Meta / Re: How many forum members do you know by real name? on: January 16, 2023, 11:12:38 AM
I voted "0" because even though I am familiar with some members' real names, either because they made it public or used it in their nick, I cannot verify the truth of their claims, thus I believe my vote was correct. Perhaps a more accurate question should be: "How many forum members do you know in real life?".
Yeah, this. I also get called Leo by people who know me on the forum, but no one can confirm whether or not that is a pseudonym too. Even if you have a name in your username, I can't say if that's real. Is jackg called Jack? Is DaveF called Dave? I have no idea, and I also have no desire to invade their privacy and find out.

I sometimes wish I could meet people or order items, but I like my privacy too much for that. The annoying thing with privacy is you can't get it back once it's gone.
Also this. There are more than a few people on here I would love to grab a drink with, but unfortunately that will never happen for privacy reasons.

2449  Economy / Service Discussion / Re: More platforms will bite the dust? on: January 16, 2023, 10:59:36 AM
Whales use centralized exchanges because the markets in them have more liquidity. Give me an example of a decentralized exchange where a trader who trades millions of dollars per trade can buy or sell everyday without moving the market.
If someone is making trades of that size, then they aren't going to Coinbase and just dropping an order for 500 BTC on their order books. They will be trading OTC, and will have much more in the way of legal protections and guarantees than the 99.9% of regular centralized exchange users.

This is a reason why there is an argument that ordinary people in the community should try Defi. We can trade in Defi without giving up the custody of our coins.
I think the vast majority of people should use decentralized peer to peer exchanges, in order to benefit from the security and privacy they provide, and not lose their coins in the next centralized exchange which goes bankrupt. But I would never recommend a project which styles itself as "DeFi". As with every other fad in this space, the vast majority of DeFi projects are not decentralized in the slightest, and many of them turn out to be outright scams.
2450  Bitcoin / Electrum / Re: Do and Don't for Electrum Wallet on: January 16, 2023, 10:51:17 AM
Binance is not safe because of two reasons;

1) They can anytime scam or deny your withdrawals and you cannot do nothing
2) They can be hacked and again you will not get back your funds.
Plenty more reasons you can add to that list, looking at all the reasons that other exchanges have collapsed over the last few months. They can be insolvent because they were gambling your money away or handing out incredibly risky under- or non-collateralized loans. Another exchange or bank which they use can shut down, be insolvent, deny them service, etc., and they can end up insolvent because of that. Your government could stop them operating in your jurisdiction, freezing your account and meaning you can no longer access your coins. You can end up a piece of malware on your device which steals your account details or session and empties your accounts. The list is endless.

If possible on the 2FA, the gadget that would receive the combination must be offline or has nothing in common with the gadget from which you operate the wallet.
This is the bare minimum for good 2FA. Having your 2FA authentication using the same device which you use to log in to the account in the first place means compromise of that one device will compromise both of your factors.
2451  Bitcoin / Bitcoin Technical Support / Re: Invalid private key error on: January 15, 2023, 04:46:02 PM
Hence, in FinderOuter, I have last six unknown characters and one unknown character in the middle of the key as basic search. I am replacing ‘F’ with H,J,K. This search will take a very very long time for completion.
This search is trivial to do if you set up btcrecover properly. You have three unknowns for the first character, and 58 unknowns for the character in the middle. Even assuming the worst case scenario of the checksum only being 5 characters, giving you another unknown character in the 6th from last position, then there are only 3*58*58 possibilities, since the last 5 characters don't need to be brute forced since they will be calculated from the rest of the key. This is only 10,092 possibilities, which can be searched in under a second.
2452  Bitcoin / Bitcoin Technical Support / Re: Invalid private key error on: January 15, 2023, 04:01:45 PM
I did know about the web site which you have mentioned but since it’s online, I am not comfortable checking out the checksum of the private key which I have in order to gather info of the corresponding pubkey address.
You won't be able to calculate a valid checksum for your private key since it contains invalid characters. That website will simply throw an "Invalid Base58 encoding" error if you try.

I am currently using FinderOuter offline but I have not come across checksum of pub address or private key, since the private key I have has been showing checksum errors on several occasions.
As I covered above, this does not mean your checksum is incorrect. A checksum error simply means the checksum does not match the rest of the key. Given that the rest of the key is invalid as it contains invalid characters, there is no checksum in existence which will be valid. Every possible checksum will return the same error. You are focusing on the wrong things here.

As I mentioned earlier on my posts, my key starts with 5 but is followed by ‘F’ and has ‘I’ included as one of the characters and ‘l’ on one of the last seven characters (which I presume as checksum) of the key.Please correct me if I am wrong.
The checksum encodes 8 hex characters in to base58 characters, meaning it will be either the last 5 or 6 characters which are the checksum.

My current position is that I am unable to share this key with any recovery/investigation due to unknown public address key and their total number of bitcoins.
I am happy to attempt to brute force it for free, at least for all the straightforward character replacements and similar we discussed earlier. Completely understand if you don't want to risk it though.
2453  Other / Off-topic / Re: My Journey with Type-2 Diabetes on: January 15, 2023, 02:45:08 PM
The real message of this thread is don't take health advice from the internet. Like 90% of the things being said in this thread are wrong.

Yes obviously you should have a healthy diet, keep your weight under control, and exercise regularly, and yes doing all these things can help to improve your diabetic control. However, I can't stress enough how much anybody shouldn't just stop taking their prescribed medications (for any condition) without first consulting with their doctor. Suddenly stopping certain medications can be life threatening.
2454  Bitcoin / Project Development / Re: Transfer bitcoins without internet on: January 15, 2023, 01:44:17 PM
If there would be a service that receives transactions that are signed and ready to send. Would it be possible for the owner of this service to change something in the transaction to betray the sending person, or can a signed transaction not be changed/abused in any way?
Transaction malleability refers to the ability of a third party to change an already signed transaction. In this case you are referring to a service for broadcasting transactions, but this could also refer to any node which could change the transaction prior to relaying it to other nodes, or any miner which could change the transaction prior to including it in a block.

Transaction malleability does not allow the third party to change anything about the important parts of the transaction. They cannot change which coins are spent, which addresses these coins came from, which addresses they are going to, how much is going to each address, and how much is being spent as a fee. All of this information is covered by the transaction signature, and so if someone tries to change any of it, the signature would no longer be valid and the entire transaction would be rejected.

There are some parts of a transaction which are not covered by the signature, though, and so can be changed by a third party. While the core parts of the transaction stay the same as above, the outcome of any such change means the transaction has a different TXID. For most cases this is completely irrelevant. However, as we know, when you spend a bitcoin UTXO, the network identifies the UTXO you are spending based on the TXID of the transaction which created that UTXO. So if someone was to spend a UTXO from an unconfirmed transaction, and then that unconfirmed transaction was altered to have a different TXID before it was mined, the transaction spending those unconfirmed UTXOs would now be invalid, since it is referring to a TXID which no longer exists.

The whole point of segwit was to fix transaction malleability. The smaller transaction virtual size (which most people think was the real reason behind segwit) was a byproduct of fixing transaction malleability. While transaction malleability doesn't affect the vast majority of people, fixing it allows safely generating chains of unconfirmed transactions, which is core to how things like Lightning work.

So in summary the answer is no, a service for broadcasting transactions can't do any real harm to anyone who uses it (apart from invading their privacy, obviously). And if you want to avoid the possibility of transaction malleability altogether, just use segwit.
2455  Bitcoin / Bitcoin Technical Support / Re: Invalid private key error on: January 15, 2023, 01:20:50 PM
Thanks for your response. I sincerely appreciate your efforts. Please let me know which website or tool is the best for checking the checksum and correcting the public address. Thanks.
To fix that address I simply decoded it to hex, calculated the correct checksum, and then re-encoded it in Base58. You could probably use a site like https://gobittest.appspot.com to do this online if you wanted.

I really don't know why you want to, though. None of this is in any way relevant whatsoever to your private key with the incorrect characters. Have you tried brute forcing it with btcrecover yet as I suggested above? Do you want me to try for you?
2456  Bitcoin / Bitcoin Technical Support / Re: Question about the secret exponent. Fresh out of can on: January 15, 2023, 11:35:32 AM
I agree with everything you said, but im not checking every adress available, i derive only the ones who are similar to mine idk how many adresses start with 16 or 13 for example
This changes nothing. You cannot know what an address starts with until you derive it, by which point you have already done all the computationally expensive parts. It doesn't matter if you set up a vanity generator to only search for an address which exactly matches yours. Even with all the computing power in the world, the human race would be extinct before it even came close to finding a match.

For sure i know the feds have this knowledge and can do it with ease, they did drained all my funds in a day max two, but this is no option.
Your other coins weren't stolen by someone reverse engineering the private key from the address. This is impossible. They would have been stolen by someone finding a back up, or finding the string you used to generate the brain wallet, or from an insecure brain wallet generator.

If you was on my place would you give up, because i assume you're more in depth with these kind of hacking things
Maybe not give up entirely, but I would give up going down the path of blindly generating addresses or trying to reverse engineer my private key from my address. Again, these things are impossible. The only way you will be successful is by either finding a back up of your private key or by remembering the string used to generate the brain wallet in the first place.
2457  Bitcoin / Hardware wallets / Re: Hardware wallets vs paper wallets on: January 15, 2023, 11:29:34 AM
This is a very good but complicated way. If you really just want to give 10 USD with of bitcoin to a friend, you can also create on with this website: https://www.bitaddress.org The website should be used in an offline mode and the computer should be a fresh install that was never connected to the internet.
Which is a far riskier way of doing things.

The complicated part of generating a paper wallet is setting up an airgapped computer with a clean install of a reputable open source Linux distro. Once you've done that, you still need to download, verify, and transfer to this computer the software you are going to use. This is the same for either Bitcoin Core or bitaddress. Then the only difference after that is whether you load a piece of software or whether you load an HTML file. It really is not that much more complicated to use Bitcoin Core than it is to use bitaddress.

Further, given the huge number of people who have lost coins from websites generating insecure paper wallets (even when offline), and that bitaddresses uses javascript which is a very poor choice when it comes to generating entropy, I would strongly suggest not using any website to generate a paper wallet.
2458  Bitcoin / Bitcoin Technical Support / Re: Invalid private key error on: January 15, 2023, 09:43:11 AM
Can anybody advise me where am I going wrong and if possible please let me know any reference to gain some information.
The problem is that the strings provided by lionheart78 are not valid.

I don't know where he got them from, or is he just made them up himself, but the WIF key he provided is the wrong length and contains invalid characters, and is not a valid private key. The address he provided is similarly invalid, with an invalid checksum. The correct checksum for that string would give the following (valid) address: 1cDwMSxYstvetZTFn54X5m4GFgztvxDw4
2459  Bitcoin / Bitcoin Technical Support / Re: Question about the secret exponent. Fresh out of can on: January 15, 2023, 09:30:16 AM
Yes i fully understand this, i have converted the pubkey with the prefix, that's why it shows mine adress but, can show the wif.
A WIF is just a different way of encoding the private key. You cannot convert from the public key to the private key in any format. All you can do is convert back and forth between the address and the pubkeyhash, but that doesn't help you whatsoever.

And im not looking for similar to mine adresses, im looking exactly for mine, because its there, somewhere, it just matter of time to find it, even if it take monthss, years, i really don't mind
The earth will be consumed by the dying sun before you find it. That's not an exaggeration. There are 2160 possible addresses. Even if you could somehow check a trillion addresses every second without ever stopping, then by the time the earth is consumed by the sun in 5 billion years, you will have checked approximately 0.00000000000000001% of all addresses.

As I said above, the only way you can recover it is by remember the brain wallet. If you have a rough idea as to what it might be, then you might be able to attempt to brute force it, but you'll need something to go on.
2460  Bitcoin / Electrum / Re: Do and Don't for Electrum Wallet on: January 15, 2023, 09:21:52 AM
So far, Binance is safe and there have not been any cases of asset hacks like the case of julerz12 has encountered but I've also seen a few cases where users were unexpectedly locked out of their accounts by Binance.
Binance have suffered multiple hacks in the past. They were hacked in 2019 for $40 million worth of bitcoin. They were hacked in 2022 for $570 million worth of various altcoins and tokens. They were hacked in 2019 for the KYC data of thousands of users. Binance is not safe.

Binance still handles those cases and users almost always get their accounts back, but it took us a long time.
"Almost always", which means that some users just lose everything and there is nothing they can do about it.

Keeping your coins on any centralized exchange means they are not yours and you could lose them all at any time. It doesn't matter if the exchange in question is Binance. It is not safe.
Pages: « 1 ... 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 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 ... 837 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!