Bitcoin Forum
April 30, 2024, 06:26:36 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: « 1 ... 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 97 98 99 100 101 102 103 104 105 106 107 108 109 110 ... 461 »
1181  Bitcoin / Electrum / Re: ELECTRUM USERS/ANYONE w/ any KNOWHOW/electrum transaction not going through on: June 12, 2021, 05:34:56 AM
In your Electrum transaction details (right click>View Transaction), the two outputs should be colour coded. One of them is Yellow in colour and that should be your change address.

If that is the case, then there is nothing to worry about. Electrum sends the transaction to a different address for the change.
1182  Bitcoin / Hardware wallets / Re: Why do people say hardware wallets are unhackable? on: June 11, 2021, 11:05:20 AM
Yes, I'm not aware that there's a feature that it would check itself for a hardware modifications, though it's still better to buy from official store than buy it cheaply from third party. Investing to security is much better than losing all your money.
Correct. The device actually cannot check for hardware modifications by itself. The most that it can do is to verify that the firmware is authentic and there is nothing done to it. With the PCB, you can embed certain stuff and trick the user into thinking that the device is unmodified. That is why hardware wallets also have tamper-proof mechanism and people are strongly discouraged from purchasing used HW wallets.

With regards to OP's question, the MCU and the firmware is designed to not leak sensitive information via the USB and the bootloader should validate for the authenticity of the firmware as well. There is nothing against exploitation of vulnerabilities though, Trezor does have quite a serious vulnerability with their devices which allows seeds to be readily extracted. Hardware wallets are far more hardened than your regular computer but that doesn't mean it is immutable to exploits.

1183  Bitcoin / Wallet software / Re: How can tainted coins becomes hard to be recognized by centralized services on: June 11, 2021, 10:50:53 AM
Are they really? I don't think so. I believe most people never use mixers which makes most coins "untainted" according to this weird definition of "taint". In fact I believe that this is the only reason why exchanges and some other centralized services can afford to ban tainted coins because they are the minority and banning them won't lose them that much business.
They aren't really considered taint, or at least the known transactions that exchanges has openly restricted so far. Exchanges only ban them as a result of a direct link between the deposit transaction and something against their ToS. Definition of taint is generally recognized as something that can be linked to certain illicit transactions but that is not what (most) exchanges actually ban. CoinJoin and gambling sites are not illegal per se, but it is against their ToS. You have a strong case against the exchange denying you service if you're able to prove that you're not involved in any activities against their ToS. Their definition of taint is different from how we define it.

The best way to remove taint is to cooperate with a miner and launder it through the transaction fees. Most blockchain analysis don't follow that trail for their taint.
1184  Bitcoin / Wallet software / Re: Wasabi coinjoin unconfirmed forever.. on: June 10, 2021, 11:29:46 PM
Yeah, that is going to be quite a long wait. There are at least 17vMB of transactions paying a higher fee rate than you and would take 17 blocks to clear them alone.

Problem with CoinJoin is that once the transaction appears on the blockchain, it is difficult to do anything to it. Using RBF requires the agreement of all the users for which I don't think Wasabi provides. You can do a CPFP on that transaction which also means that you're paying a much higher fee as you're in effect making a fee increment for everyone for which you won't get any compensation for.
1185  Bitcoin / Bitcoin Discussion / Re: Has Bitcoin been hacked?? Are your BTC safe??? on: June 10, 2021, 11:22:28 PM
Question of whether Bitcoin is hackable is quite difficult to answer. Yes, there are ways to reduce the complexity to crack an address but it is mathematically still implausible currently due to the amount of resources required.

It is the kind of questions that you won't really know the answer to. Has Bitcoin been hacked? Perhaps, there is no way to prove a negative and arguably difficult to prove a positive in practice. Of course, the theoretical aspect of this puts this at a ridiculously miniscule chances if you use Bitcoin correctly. If you did put your keys on a server that can be accessible by a third party, then it is perfectly possible to get compromised.
1186  Bitcoin / Development & Technical Discussion / Re: Broadcasting the raw transaction encrypted? on: June 10, 2021, 03:45:39 PM
Have you tried filling the user agent with a bogus browser value like the ones for Google Chrome or Firefox, in order to trick the hidden service into not giving you a captcha by making it think that your connection is not from a command-line fetcher, but from one of those browsers?
Won't work. The site restricts connections from Tor exit nodes or through its onion address, no matter what UA it is using. It would be quite bad for the site if they're restricting you based on your UA instead of your IP. API calls don't consume more bandwidth or resources to pose a problem.
1187  Bitcoin / Wallet software / Re: Combine multiple OLD wallets? on: June 10, 2021, 01:28:18 PM
The best way is to synchronize your Bitcoin Core fully and cycle through your various wallet.dat. This is extremely time consuming but is practically the only way for you to ascertain the balance in each of your wallet.dat.

You can of course, export your data using dumpwallet command but you'll receive thousands of addresses and it would be even more time consuming to filter through them. The addresses are organized in rows so you can have a script to call some blockexplorers for their balance but that can only be fast if your block explorer doesn't rate limit you.
1188  Bitcoin / Bitcoin Technical Support / Re: bitcoin core watch only wallet support new address on: June 10, 2021, 01:25:47 PM
hi, my purpose is: I have a cold wallet as a watch-only wallet, and generate a new address from it, for users' deposits.
for security issues, I want the cold wallet to be a watch-only wallet without any private keys
Your cold wallet should contain the private keys, or else you won't be able to generate any addresses in the first place.

Generate your cold storage wallet as per usual, with createwallet. Afterwards;

Code:
bitcoin-cli getdescriptorinfo

You'll get a string and that is your descriptor.

If you want a watch-only wallet, it has to be online, there is no point keeping it offline. You have to generate a descriptorwallet first;
Code:
bitcoin-cli createwallet -named createwallet wallet_name="mywallet" descriptors=true

Afterwards, import your descriptor through this, check the syntax here[1].

[1] https://bitcoincore.org/en/doc/0.21.0/rpc/wallet/importdescriptors/
1189  Bitcoin / Bitcoin Technical Support / Re: Safe to restart Core after out of space crash? on: June 10, 2021, 05:28:00 AM
BTW, I never understood how chainstate is stored, but it seems every run touches practically all chainstate files, based on file modification times.
Looks alright to me. During startup, Core checks the last X blocks for inconsistencies. Specifically, the debug.log prints that they've checked the last X blocks for coin database inconsistencies.

I don't think it does a full check of the entire chainstate, as it'll take too much time. Do CMIIW.
1190  Bitcoin / Bitcoin Technical Support / Re: Safe to restart Core after out of space crash? on: June 09, 2021, 03:55:00 PM
The space issue affected only the chainstate, not the blocks (it runs in pruned mode).

But I do wonder if there may be some inconsistency in the chainstate or block data, despite the fact that it doesn't complain and everything seems to work fine.


By the way, I've had it crash twice due to disk space. The second time the GUI's error message complained about something else, maybe a block hash mismatch, but the log only mentioned LevelDB running out of space.
The last time I checked, Bitcoin Core shuts down gracefully upon running out of disk space so not really a lot of concern for any corruption there. Even if there is, it wouldn't be a big issue, just replace your data.

The leveldb should have CRC32 checksum for the records and would throw an error upon a mismatch.
1191  Bitcoin / Bitcoin Technical Support / Re: Bitcoin transaction fees (in sats/kb). Sunday, Saturday are best to move BTC on: June 09, 2021, 03:25:58 PM
When choosing the non-default BTC mempool on Johoe's site, the hover table strangely shows a wrong "total".
Though not a big deal. Just need to mind instead the "1+" line above it.


Non-default mempool doesn't strictly enforce standardness in terms of the minimum mempool fees, the disparity arises with the fact that the graph doesn't show transactions that pays a fee of 0 - 1 satoshi. Since default implementation enforces 1+sat/vbyte, there is no disparity in the total. It doesn't matter because the default puts it at 1 sat/vbyte and is also what most miners enforce as well.

1192  Bitcoin / Bitcoin Technical Support / Re: bitcoin core watch only wallet support new address on: June 09, 2021, 02:22:39 PM
By putting the argument for disable private keys as true, the wallet cannot create any private keys as a seed is not generated for that wallet. If you need a wallet that is able to generate a wallet, you should generate a wallet without specifying true for either of the options, ie. Just the wallet name will do.

If you generate a blank wallet, you can import your own seeds for Bitcoin Core to generate or import your addresses individually.
1193  Bitcoin / Bitcoin Technical Support / Re: Coin control, what addresses can and can`t be used for change on: June 09, 2021, 12:15:51 PM
I'd recommend not sending the change to an address that you're going to reuse for better security (just in case) but it's not yet a problem if you do - with larger amounts though I'd support changing the address. Essentially if it's worth it, change it. [extra explanation if you want it] Essentially not reusing addresses or reusing them minimally ensures that if the encryption/signature algorithm is broken, you've got another layer to rely on.
Security is a non-issue as of now. There is no evidence that something like this is possible today nor would it be cost effective even if it is.

The argument against user's specified change address or address reuse is primarily about the privacy.
1194  Bitcoin / Bitcoin Technical Support / Re: Coin control, what addresses can and can`t be used for change on: June 09, 2021, 12:10:35 PM
Yes correct. The remainder after subtracting both your sending amount and the fees will be sent to the change address.

AFAIK, Core doesn't limit the use of change address, specifically with user specified ones. It's fine to be using your own if desired. Core checks if the addresses are from your current wallet but it would just throw a warning, nothing much.
1195  Bitcoin / Development & Technical Discussion / Re: About exchange address on: June 08, 2021, 03:48:27 PM
Years ago some exchanges published their cold wallet address as part of proof of funds. No idea if any still do that.
But having those addresses it was simple to see where the funds were coming from.

Some people had privacy concerns about it, others liked the proof of them having the BTC.
In the end it still did not matter as you could run with a cold wallet just as easy as the hot one.
Binance did publish their cold storage address (both on Bitcoin and Ethereum) and are still actively using it. It is just too easy to deduce which addresses belongs to which exchange; create a few accounts and send a few deposits. Check the transaction paths of each deposit and watch for intersections, and those are the main addresses being used by the exchange. No difference if they declare it or not. Services can still directly send user's deposit for another user's withdrawals which can be slightly more complicated.
Using the 'we got hacked' excuse just was not as simple.
It's a proof of solvency, which is just avoiding another Mt Gox.

I forgot to mention, BitMex has a vanity multisig. Which gives you some indication that they're from Bitmex. Not 100% accurate as with any analysis out there.
1196  Bitcoin / Bitcoin Discussion / Re: Bitcoin --- new ship of Theseus on: June 08, 2021, 03:34:00 PM
Now, the vast majority of people regard Bitcoin as an investment asset rather than a means of day-to-day transactions. Bitcoin's white paper is written like this, Bitcoin: A Peer-to-Peer Electronic Cash System. Satoshi Nakamoto's original intention was to create an electronic cash system for transactions. But as we know, the total amount of Bitcoin is limited and will be all mined sooner or later. There are already many Bitcoins that cannot be circulated in the market due to hash errors or hardware loss. When Bitcoin is in deflation, the number of Bitcoins in circulation on the market will decrease, and its price will increase, and people will be more inclined to hold their own Bitcoins, which will lead to a further decrease in the number of circulations. People gradually define it as an investment product or an anchor like gold, rather than electronic cash for trading. Is the Bitcoin at this time still the original Bitcoin?
Fundamentally, Bitcoin is still a form of currency and that can't be disputed and it hasn't lost its primary purpose. The current price is derived from the institutional investors which are quite speculative in nature, like Tesla. In the case of people starting to HODL Bitcoin without wanting to sell it, they're in fact creating a bubble and it would pop sooner or later. It is simply not sustainable for the majority to be refusing to sell their Bitcoins and there has to be a limit where people stops demanding for Bitcoins, the cycle cannot be perpetual.

As you've mentioned, the original purpose of Bitcoin is for P2P transactions. So far, the changes to Bitcoin is to gear it up for mass adoption someday, through capacity increases. 

Using Bitcoin as an investment product is currently what most institutions do. Investors like Elon Musk did not buy Bitcoin because they believed that decentralization could change the world. At the just-concluded Miami conference, many people believed that Bitcoin is an investment asset and anchor. This is not a guess, maybe the wording of the vast majority is wrong, and I am willing to change it to some people.
Correct. The most influential people appears to treat Bitcoin as a speculative asset as compared to something that can replace fiat.
1197  Bitcoin / Bitcoin Discussion / Re: Would a Carbon Tax Help Bitcoin? on: June 08, 2021, 10:47:26 AM
Would a universally imposed carbon tax (on all Green House Gas generating activities) be good for Bitcoin?
Depends. In the first place, you're going to levy a pigovian tax on the electrical production. That eliminates the negative externality as Bitcoin doesn't necessarily affect the environment directly. The cause of the negative externality is primarily the production of the electricity.

Now, it could be great for Bitcoin as you're going to have lesser people arguing that Bitcoin produces too much environmental pollution as the negative externality is accounted for. This doesn't necessarily means that the act of mining doesn't affect electrical production but it is bound to drop given an increase in the cost, -ve externality being internalized. Same can be said for any other activities that requires electrical consumption.

It could be bad for Bitcoin as there are now lesser miners, which affects the security. Forcing miners to certain kinds of energy can be potentially detrimental to the community; if the government doesn't regulate the electricity, then miners would be using far too much electricity from a certain source (which doesn't have carbon tax) and thus negatively affect the community around them. I doubt this would happen, electricity market is often regulated with the local government.
1198  Bitcoin / Development & Technical Discussion / Re: About exchange address on: June 08, 2021, 02:20:24 AM
Exchanges often consolidates their funds in several addresses and they are easily identified as they're either publicly known or if most of the funds that are sent to the address flows through a certain specific address.

By analysing the pattern of certain addresses (or rather transactions associated with the address) ;(whether they're consolidated together with other deposits, being sent to certain addresses down the line, etc), we can deduce with a relatively high degree of certainty that a specific address is a deposit address of a certain service.
1199  Economy / Scam Accusations / Re: A phishing website of blockchain wallet exists in the first result of Google.. on: June 07, 2021, 10:17:48 PM
It exists for every Bitcoin type of website on Google. It has been quite prevalent for Electrum at least. Those sites don't achieve a high enough SEO and is often just displayed as an ad. Most of them involves several redirections which I'm assume is what helps them to evade detection. Don't think it's particularly useful but it would be better to just report it first.

There are quite a few variants of this and we don't need to help with their SEO.
1200  Bitcoin / Bitcoin Discussion / Re: 51% Attack on: June 06, 2021, 10:58:32 PM
To be able to hold a 51% attack for long, the attacker would spend more energy than many countries combined. This kind of attack is almost impossible to have any success with the current bitcoin network hashrate.
You don't have to hold the attack for very long. You can at most execute only one attack, if you are out for the profit. The network will react accordingly to the attack to minimize the impact after the attack happen.

Rather than electrical consumption, the main factor limiting something like this is actually the costs of executing such an attack. Purchasing the ASICs for something like this is ridiculously expensive, keeping in mind that it's only good for one attack and they are rendered useless afterwards. Even if you were able to double spend and get your Bitcoins back, what is the use when the price crashes right after? You're still left to deal with ASICs that probably won't be used after as the community explores another algorithm.
Pages: « 1 ... 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 97 98 99 100 101 102 103 104 105 106 107 108 109 110 ... 461 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!