Bitcoin Forum
May 21, 2024, 05:47:20 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: « 1 ... 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 174 175 176 177 178 179 180 181 ... 463 »
2601  Other / Beginners & Help / Re: High transaction Fees in blockchain on: December 19, 2020, 01:05:08 PM
Yes. Blockchain.com's wallet is notorious for having poor fees estimate as well as poor support in general. I don't think they offer Segwit? I'm not too sure about that. Please stop using Blockchain's wallet.

Using a Segwit compatible wallet would decrease the fees needed substantially. You can try Bitcoin Core, or SPV wallets like Electrum and Wasabi wallet. Having no transaction fees is impossible. You could have some centralised services offering that but they usually have some catch as well.
2602  Bitcoin / Bitcoin Technical Support / Re: Very slow bitcoin core download on: December 19, 2020, 12:44:32 PM
How I can find out if my CPU is near 100%?
Using your task manager. Check your disk usage as well.


Have you by any chance shut down your computer before the (shutting down...) dialog disappears after closing Bitcoin Core? I think your debug.log will provide more insight. In your Bitcoin Core, go to Window>Information and click (Open) below the debug log file. After that, scroll to the bottom and see if there's any information indicating block corrupted or connection timeout. Anything that indicates an error of some sort.
2603  Bitcoin / Bitcoin Technical Support / Re: A question about transactions on: December 19, 2020, 12:40:23 PM
Bitcoin is a peer to peer system where nodes are connected to each other. The nodes which have your tansaction in their mempools will take care of rebroadcasting it to their peers, so you don't have to use any other service to do it for you.
Untrue. Reference client do not rebroadcast any transactions to their peers. Nodes tends to purge transactions after a specified amount of time of it being in their mempool. They will not attempt to rebroadcast the transaction. The responsibility of that lies with the client you're running.

It'll be useful to use a service which will rebroadcast it for you periodically if you want it to be confirmed and not dropped.
2604  Bitcoin / Bitcoin Technical Support / Re: Using Bitcoin Core over Tor still getting a incoming connection at real ip on: December 19, 2020, 09:40:39 AM
Using onlynet=onion flags ensures that the connections made to other nodes are onion nodes as well.

My understanding is that the flag cannot prevent non-onion nodes to be connecting to your clearnet address as the client will listen through both clearnet and Tor. Try specifying the address for the node to be listening to?
Code:
bind=127.0.0.1
2605  Bitcoin / Bitcoin Technical Support / Re: A question about transactions on: December 19, 2020, 06:28:44 AM
Ok so I checked my history and the accelerator used was:

https://btcnitro.com/

Actually my ledger nano says it's not confirmed yet but it has 16 confirmations (0 before using the accelerator).

It was included in: 00000000000000000000b759570202ce47834fe7fded1854f93e1d32b9be15f9
Ah, the explanation you need is here[1]. It helps you to propagate your transaction better so more nodes are aware of it. Not very helpful to help you confirm your transactions, just helps to let more nodes know, if your transaction was propagated poorly or a long time ago. Which shouldn't be the case of your transaction.

Since it's mined 2 hours ago (combined with the fact that the previous block was mined ~5mins before), the mempool was getting progressively less congested which means your transaction was most likely paying enough fee to be mined. Blockchain.com does not display the fees in vbyte so I can't determine the exact fees but yeah, that's most likely the case.

[1] https://bitcointalk.org/index.php?topic=5288307.0
2606  Bitcoin / Wallet software / Re: Green Wallet on: December 19, 2020, 06:22:50 AM
Because Blockstream Green uses multisig, with you having only 1 of the 2 keys, meaning that you can't simply just restore your wallet backup to other wallet software like Electrum. The backup pretty much only works on Blockstream Green. So when Blockstream Green closes down anytime soon for whatever reason(I completely doubt it, but still the possibility is there), you pretty much lose access to your funds completely.
It think it works similarly to a Greenaddress wallet. They will generate a transaction with a pre-signed nLocktime transction so you can use it to recover your funds.

That being said, I would never touch anything like this. This feature essentially turns it into a custodial wallet if they ever refuse to issue you the pre-signed nlocktime transaction and even if they do, they can refuse to sign the transactions that you can and force you to wait the pre-determined time before you can recover your funds.
2607  Bitcoin / Bitcoin Technical Support / Re: Bitcoin transaction fees (in sats/kb). Sunday, Saturday are best to move BTC on: December 19, 2020, 06:12:22 AM
Thanks for detailed response. Now the size for my fee rate is 24 MB. Is there a chance it would be confirmed this weekend?
It has decreased to about 15MB right now. If the mempool continues to clear at this rate [1], your transaction has a fairly decent chance of confirming within a few days. That is, unless the price of Bitcoin changes drastically and more people starts to sell again.


[1] https://jochen-hoenicke.de/queue/#0,24h
2608  Bitcoin / Bitcoin Technical Support / Re: A question about transactions on: December 19, 2020, 06:09:21 AM
I was thinking that precisely. I tried the ViaBTC one but it said it could't accelerate or there was some kind of error, so I just googled "transaction accelerator free" or something similar and I tried one of the first ones. So, when I saw the confirmation I wondered if it was just a coincidence.

I see it is 47.3 sat/vB, low priority according to mempool current stats, so maybe the accelerator actually did something?
It's quite hard to tell whether the accelerator did something but generally the only working ones are from BTC.com and ViaBTC, both of which are paid and are related to mining pools. It might've been a stroke of luck, which block was your transaction included in?

The way I see it, the only thing you'll really sacrifice is the privacy when you use a free accelerator, assuming that the site doesn't contain any malicious content. I always signal RBF so I'll be able to increase the fee as needed.
2609  Bitcoin / Bitcoin Discussion / Re: New KYC rules for crypto wallets on: December 19, 2020, 05:47:14 AM
The very basis of Bitcoin is to provide a peer-to-peer system where centralised system are out of reach of the government and this just proves that. If such regulations ever comes a reality, the only thing it'll probably affect are US exchanges. Does it harm Bitcoin? Definitely not. Plenty of P2P exchanges and those based overseas as well.

For those who care less about privacy, they probably won't care. For those that want to steer away from government surveillance, there are plenty of easy and accessible ways to transact.
2610  Bitcoin / Bitcoin Technical Support / Re: Automatically transfer btc to another address, possible? on: December 19, 2020, 04:32:25 AM
Do you roughly know how much you will get per transactions? Or when roughly the transactions will come in?

If so, you could create some simple logic to estimate the "perfect" fee for your current situation depending on the amount you received and the mempool.

This shouldn't be too tricky if you can roughly estimate how much you will receive.
I would think using a floating fee would be more appropriate for OP for which that can be specified in sendtoaddress, together with how conservative the fee rates should be. If it's a fixed fee rate, consolidating all the UTXOs would be better. The fees can also be deducted from the send amount, AFAIK so no math has to be done.
2611  Other / Beginners & Help / Re: Ok...how does a bitcoin wallet work? on: December 19, 2020, 04:19:36 AM
So I’ve been perplexed a little. I created a bitcoin wallet from bitaddress.org offline by downloading the website. What I’m confused about is how this wallet even exists when I’ve made it offline. How is a wallet generated? If someone could explain, it would be much appreciated.
Most people have the misconception that the wallet has to be online for the addresses to be generated. This is untrue as the address doesn't interact with anything online during the generation process. Addresses are a representation of your ECDSA public key for which it's corresponding private key is just a random 256bit integer.

Generating it offline does not completely mitigate all the risks and the benefits that an offline airgapped cold storage should provide. It will only protect you if a malware is present after the generation and that the funds within the address is used on a separate computer. It is fairly hard to secure a paper wallet to the level of a cold storage without some technical knowledge. Try exploring desktop wallets like Electrum and Bitcoin Core instead.
2612  Other / Beginners & Help / Re: How do I make a cold wallet securely? on: December 19, 2020, 04:03:58 AM
It's simpler to just remove your hard drive and use a live OS, especially Tails, since Tails will automatically delete all session data. And I would never print a private key, who knows what sorts of backdoors and security vulnerabilities a printer might have?
Perhaps just unnecessary paranoia but there is a way to mitigate this. Some pretty cheap printers has no capabilities to connect to the internet and would thus not be able to transmit any information other than through the cable. Printers do store cache so I imagine that'll be an issue. If you really are that paranoid, you can destroy the printer after use/use it exclusively for paper wallets.
2613  Bitcoin / Hardware wallets / Re: Ledger Live added full node support on: December 18, 2020, 01:33:05 PM
I'm not a fan of Ledger Live. I prefer using Electrum. Easier and has more useful features. Adding a full node bridge could make some difference but I wouldn't use it.

I know the 6 hours of uptime is from bitcoin.org but what's the point of them including that? The point of Bitcoin.org's article is centered on how full nodes can contribute to the network, which wouldn't be relevant for most users. Isn't the whole point of this allowing the Ledger user to use their own Bitcoin Core as a data source? Why do they need to include that? You can just spin it up whenever you want and it wouldn't make a difference. Definitely not a "Minimum requirements".
2614  Bitcoin / Bitcoin Discussion / Re: ‘Bitcoin never gets hacked’ — crypto players respond to US Treasury breach on: December 18, 2020, 01:07:26 PM
In other words, idiots always gets hacked.

It's the most skewed comparison I've seen. Of course crypto doesn't gets hacked, it can't get hacked per se but it's obviously susceptible to other forms of attacks. It's completely transparent so there's no reason why anyone needs to "hack" Bitcoin to get any information.

It's pretty important to note that it's easier to lose your funds if you don't take proper security precautions like what is happening in the article.
2615  Bitcoin / Development & Technical Discussion / Re: Won't Bitcoin block size be resolved through simple market economics? on: December 18, 2020, 11:51:45 AM
The thing is we have no idea how large the blockchain will be 5 years from now, or 10 or 20 years. That means we cannot know in advance the storage requirements for running a full node. We can only estimate the future size in the short term by extrapolating historical data of the blockchain size like this chart: https://www.statista.com/statistics/647523/worldwide-bitcoin-blockchain-size/
I would estimate with the worst case scenario which is the blocks being filled completely, ie. roughly ~2.3MB per block.

And these disk size breakthroughs are important because a lot of nodes run on cloud dedicated servers which have a 500GB/1TB/2TB/4TB drive. Nobody makes a consumer 8TB or 16TB drive, so at that point bitcoiners would have to know how to set up RAID or LVM to combine multiple disks to run a full node. This can't easily be done on Windows or macOS and maybe even some Linux users will struggle setting it up.
I think storage density has the potential to become bigger and flash based storage would become exponentially cheaper with improvement in technology. I think it'll come with the risk of centralisation but it'll happen sooner or later. It'll depend on how fast we can improve on the technology.

I don't think using a prediction is pragmatic nor realistic. Unfortunately, certain miners could be driven by an agenda that would motivate them to stagnant the capacity and thus preventing any improvement in the scalability. It was what happened with Segwit and there was a bunch of drama but I don't like drama and shall not be elaborating too much on it, and also because it has been discussed again and again.

I wouldn't say that miners won't do what you described but it's hard to tell. Instead of trying to predict what's coming, I would instead argue in the point that there are solutions to scalability and huge progress has been made in that area. LN would enable a larger capacity and a smaller fees for the transaction and it's pretty useful right now already. I have no doubt that optimizations would come with Bitcoin, MAST, Taproot etc etc. But the part with miners reaching a consensus on scalability approach can be quite a stretch. There is no telling what that optimization can be or whether it'll benefit the miners, if at all and that will definitely come with some resistance.
2616  Bitcoin / Development & Technical Discussion / Re: Is setting up a bitcoin lighting node profitable on: December 18, 2020, 11:39:52 AM
I actually meant to write bitlaunch.io, in place of bitnodes. Must have slipped through my head. But that provider turns out to be a bad idea since only SSDs are offered and so for 1TB you pay much more per month than $322.

I'm really wondering if an under $100 LN node is doable. Maybe by using second-hand Pis and a 500GB HDD?

I never thought of hosted servers as a worthwhile investment, their price to performance ratio is much more skewed than RPis and related equipment.

I think we have to break it down in terms of the cost of individual components:
RPi 4, 4GB - 57.99
Power supply - It's a bit iffy, I'll just grab my spare phone charger but for the sake of comparison, $10
SD card - $10, if you don't have one lying around
1TB WD Blue HDD - $39.99

I consider that the bare minimum needed for any LN nodes, considering that it actually doesn't output much heat and heat sinks are $5, max where I'm from. I think the price that OP listed can be slightly conservative and if you don't need so many features, it's possible to build one for relatively cheap. I salvaged loads of mine from old parts/laptops that I'm no longer using.
2617  Bitcoin / Development & Technical Discussion / Re: Is setting up a bitcoin lighting node profitable on: December 18, 2020, 10:15:03 AM
With the cost of the equipment you are buying, you're definitely going to be at a net loss. Not to mention this setup doesn't cover the cost of network equipment, and data plans that bill monthly. Why not just rent a cheap Linux server on bitnodes and set up LN on that? It only costs a few bucks per month.
To be fair, a Raspberry Pi isn't particularly expensive considering it's sufficient computing power as compared to most VPSes. You can probably sell the RPi off for a decent amount if the $35/$45 really matters to you. Renting a cheap server just to run LN or a node is definitely a net loss and after awhile, the cost of it would definitely surpass RPi.

I don't think network/data is that big of an issue? You can easily limit it and I don't think it would consume that much bandwidth either.
2618  Bitcoin / Development & Technical Discussion / Re: Is setting up a bitcoin lighting node profitable on: December 18, 2020, 09:07:22 AM
Not profitable. IIRC, I read somewhere that one of the lightning node has a huge capacity (think 10s of Bitcoins) but merely earned cents or a few thousand satoshis only.

Lightning nodes are not profitable but I regard the expenses of setting one up as negligible and I would gain more insight into lightning network as a result. I'm setting one up alongside my primary RPi BTC node, when I get my RPi4 next week.

An alternative is RaspiBolt.
2619  Economy / Scam Accusations / Re: Trezor users are being attacked via malicious emails and SMS. Be careful! on: December 18, 2020, 05:57:28 AM
Hardware wallets are actually designed to protect users from phishing attacks. These are offline devices, never connect to the Internet, and can be used with air-gapped computers just for signing your transactions. In the case of hardware wallets, your seed phrase, private keys, passphrases are never exposed, so they cannot be intercepted by a potential malicious actor.
I think most hardware wallets needs a connection using a USB of some sorts to an online computer to generate and sign transactions, there are exceptions of course. They are designed specifically so that the security will not be compromised even if the computer itself has malware, so it makes airgapped computers redundant when used together.

Generally, phishing attacks are social engineering attack. Hardware wallets does protect against those non-physical attacks but it does nothing if the weakest link (which is the user) decides to leak their own seeds voluntarily after seeing and believing a seemingly [authentic] message from Trezor or other HW wallets. I wouldn't describe HW wallets as something that protects the users against phishing attack. Quite the contrary, phishing attacks are more believable if it is more personalised which is in the case of the database of Ledger being leaked. Nothing would be able to completely eliminate social engineering attacks as a threat.
2620  Economy / Service Announcements / Re: [ANN] ChipMixer.com - Bitcoin mixer / Bitcoin tumbler - mixing reinvented on: December 18, 2020, 05:41:08 AM
Segwit addresses are still a minority:
Code:
33,075,249 funded Bitcoin addresses on December 17, 2020
  24,519,978 of those start with 1
  6,447,377 of those start with 3
  2,107,877 of those start with bc1q
(source)
That's disappointing. Would've loved to get an option to get Segwit on ChipMixer. The fees aren't helping with the added cost of mixing.
Pages: « 1 ... 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 174 175 176 177 178 179 180 181 ... 463 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!