Bitcoin Forum
May 21, 2024, 08:01:42 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: « 1 ... 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 182 183 184 185 186 187 188 189 ... 463 »
2761  Bitcoin / Bitcoin Technical Support / Re: Bitcoin Core - fatal internal error on: November 30, 2020, 11:02:43 AM
Looks like some part of your blockchain files were corrupted. Check your disk and make backup of everything important. If disk is ok you can delete blockchain files and download it again, but it will take time.
You don't have to delete the blocks, doing so would just result in additional bandwidth and time wasted to download all the blocks again. You should run Bitcoin Core with a -reindex flag. It'll rebuild the blocks using the existing data again and will take quite a while.

OP, did the client prompt you to reindex or are you encountering any errors in the client other than the debug.log.
2762  Bitcoin / Bitcoin Technical Support / Re: Why is my Bitcoin Core downloading progressing so slowly at the end? on: November 30, 2020, 05:25:48 AM
So my two questions are why has it gotten this slow at the end and is there anything I can do to speed it up?
Other than the other two, you can actually improve the speed by making Core assume that blocks are valid up to a certain higher block height. I do not condone this as it means that you're validating your block less and that if whatever data source you're getting the block height from is malicious, you'll have very serious repercussions.

Else, whatever nc50lc said is correct. If you're synchronizing a Bitcoin Core instance for your own usage, you can only increase dbcache to improve the synchronization. In my case, I was synchronizing the testnet client so it wasn't of much risk for me to do so.
2763  Bitcoin / Bitcoin Technical Support / Re: Only got the old wallets address, possible to use it? on: November 30, 2020, 02:40:27 AM
Thank you, so whats the reason with synching when you can use it directly instead?
You can't get all your transaction information if you don't synchronize it. SPV wallet or not, you're still synchronizing your wallet. It's just that SPV wallets are way faster than Bitcoin Core due to the fact that SPV wallets only download the block headers. You can't use a wallet without synchronization because you'll likely get outdated information which wouldn't allow you to spend your coins.
2764  Bitcoin / Electrum / Re: Can electrum cold storage be attacked through transactions? on: November 29, 2020, 07:00:33 PM
I think the main one could be someone changing the change address you're sending too to another address without you recognising something's wrong until it's too late... They could also add another output if you don't click the advanced/preview tab and check it (not sure if it pops up by default at that point though).
That's a good point. Make sure that in the payment tab, the excess are sent to the change address which is highlighted in yellow.


Sidechannel attacks are troublesome to do and as long as you close the curtains and don't let anyone gain physical access to your cold storage, I think that's sufficient and the difficulty of executing a sidechannel attack is still fairly high.

If you do an analysis on the power consumption of the computer, you could see a tiny spike in the power consumption of the device. That could leak the keys to the attacker. EM wave radiation, cold boot attacks all could pose a problem. I don't think any computer is specifically designed against that and even so, it would be difficult/impossible to remove that as an attack vector. I would be much more concerned about who would have access to the device than a side channel attack. I cited that as an example of how devices that are not specifically designed for such usage could have lesser safeguards (duh).

Tldr; I think if you're not saving too much money in the cold storage, t'll be pretty sufficient. I've relied on my raspberry pi to store my funds for the past few years and it has never failed me. I'll be getting a coldcard though, not because I don't trust my raspberry pi set up but it's just that I'm intrigued by one.
2765  Bitcoin / Electrum / Re: Can electrum cold storage be attacked through transactions? on: November 29, 2020, 06:35:34 PM
Side channels through the analysis of time delays and CPU spikes when signing could present an issue if someone with plenty of resources is really really interested in your coins.

The main vulnerability would lie with how Electrum is designed, might somehow generate weak keys. It's a possibility but you bet that's one of the few areas (address generation process) we look at when inspecting the code. Besides with RFC6979, you don't have to worry about address reuse. And this could happen with hardware wallets with a faulty firmware as well.

Aside from the lack of physical protection, I think it's a decent set up for a moderate amount of coins. I have a similar set up to yours and I've felt pretty safe with it.
2766  Bitcoin / Bitcoin Technical Support / Re: Core balance 0, blockchain shows 1 btc, private key dump is empty on: November 29, 2020, 06:17:34 PM
Not that I really would recommend it but it does seem to be something out of the ordinary. Would you consider using coinb.in to script a transaction and sign it using your client to send it to another wallet that you know you control? You'll need a little technical knowledge to do that though, could be slightly risky so you could experiment spending a tiny amount first.

I don't think I have experienced/seen Bitcoin Core not showing the balance, especially when it sees the transaction. I consider that one of the last resort if you still can't access it after following Loyce's advice.
2767  Bitcoin / Bitcoin Technical Support / Re: Bitcoin Core - Unable to Send on: November 29, 2020, 02:45:56 PM
Go to Windows>Console and type the following, skip the first one if your wallet is unencrypted, replacing the password accordingly:
Code:
walletpassphrase PASSWORD 500

And

Code:
keypoolrefill

Try again if it works. If not, what does the console say?
2768  Bitcoin / Development & Technical Discussion / Re: Will there ever be any monetary incentives to run a full node? on: November 29, 2020, 01:39:56 PM
This is not a constructive or engineering approach. Any system has optimal parameter values, or an optimal range. An unlimited increase in a parameter is usually never required, and often leads to unnecessary costs, and the effect of the increase is close to zero.
 
Therefore, it is more correct to set the goal in a different way: for Bitcoin to work reliably, the number of full nodes should not be less than a minimum level of N. Next, we need to find out the value of N, and ensure that the number of full nodes does not decrease below this level.

Now we have ~10 thousand full nodes. It may well turn out that this is already above the minimum level and further increase does not give any profit for the entire system.

You think that the number of full nodes should be increased. You could use the numbers to show what will improve in the system, and how much.
Hmm good point, marginal utility usually decreases. Unfortunately I don't have a computer science degree so I won't be an expert in that area. I would love to see what's the optimum amount.

But the crux is that if you're not running a full node, you can't validate the info that you received and that is thus not ideal. I don't think that there would be an optimum number of nodes to have, having more nodes on the network doesn't decrease the experience for everyone else but it'll improve redundancy. You can have 100 nodes for the network to work but the degree of redundancy would be low. Since they aren't compensated, there shouldn't be any cost borne by anyone else?
2769  Bitcoin / Development & Technical Discussion / Re: Will there ever be any monetary incentives to run a full node? on: November 29, 2020, 10:50:49 AM
These BIPs are definitely improves privacy for light nodes, but if user's unencrypted transaction goes through third party full node then I think there is still an issue with privacy.
Transactions are never encrypted but yes, Electrum does have some privacy concerns. If you do want to protect your privacy, you'll probably be looking at Wasabi Wallet, Samourai Wallet etc. Their built in privacy functions is probably more useful for a user who wants impenetrable privacy.

I think you missed my 1 CPU 1 Vote argument. In the older days, mining requires a full node due to the pools being practically non-existent then and the profitability of a CPU was fairly decent. People are compelled to run a full node to mine because SPV wallets aren't really suitable for mining. Proliferation of ASICs and pools has also resulted in miners joining pools to have less earning varience as well as a higher reliability; they don't have to run full nodes to mine anymore. (Joining a pool would probably distort the 1 CPU 1 Vote ideology anyways, probably would have to run their own nodes)

Ideally, as many nodes as possible is the main goal. I haven't really found many businesses actually running their own full node. It's way easier to have a ready-made integration than to have to build the backend to handle transactions yourself. I'm not talking about those who are primarily dealing with Bitcoin transactions, but those merchants who see Bitcoin as an alternative form of payment and are likely not concerned about the disproportionate cost-benefit that having a full node would bring.

I understand that running a full node isn't all that bad but for a newbie who wants to use Bitcoin immediately and businesses who just wants to accept Bitcoin, is a getting a full node really their first choice?
2770  Bitcoin / Bitcoin Discussion / Re: BTC keys...what format? on: November 29, 2020, 10:38:50 AM
Just had a read, the only section that speaks of the android wallet is about spending pins...!?
Nope. I just tested it out myself. If you don't specify --android-pin, it'll automatically try to bruteforce using the passwords. Of course, if you have even the slightest idea of the passwords, you can try using tokenlist or passwordlist argument to greatly speed up the process. You'll have to test it out yourself though, I couldn't find my old android backup so I had to create a new one myself.
2771  Bitcoin / Bitcoin Discussion / Re: BTC keys...what format? on: November 29, 2020, 08:36:41 AM
Why didn't I use bitcoin core wallet back then...around this time 08-2011 they only just introduced encryption on 0.3.24 and apparently it at vulnerabilities, which would have made brute force much more likely.

So I can use btcrecover on the file, I have ran the software before in Linux so have some experience, I can also create a dictionary of Lilley keywords I guess.

Btcrecover has obviously grown over the years to cover many kinds of wallets, do you know what kind of file this is that I'm trying to decrypt? B39/44??
HD wallet didn't exist that far back and it was only adopted in the (relatively) more recent versions of Bitcoin Core. You'll want to try to see this [1]. There's a section specific to the Bitcoin Android wallet.


[1] https://github.com/3rdIteration/btcrecover/blob/master/TUTORIAL.md#btcrecover-tutorial
2772  Bitcoin / Development & Technical Discussion / Re: Will there ever be any monetary incentives to run a full node? on: November 29, 2020, 08:27:27 AM
I think we talk about hundreds and maybe even thousands. There are 372 exchanges listed on coinmarketcap right now and I believe most of them running their own node.
I definitely hope they are. Is 372 nodes enough? In the theoretical scenario of 1 CPU 1 Vote, the number of nodes would've be in the tens of thousands. Businesses don't usually run their own node, at least from what I've observed, most are using either coinpayments.net and bitpay. It's way easier to have a service do the payment for you.
 
Any Bitcoin Core wallet is a full node actually. I have one. And also run bitcoind on one of my servers. It uses about 300Gb of disk space, but I'm ok with that. It's affordable. TRON full node consumes much more resources for example.
IMO, disk space and internet bandwidth is scarce for the average joe. When alternatives like Electrum and other SPV wallets exists with little to no synchronization needed, most would choose them over a full node.

When alternatives that are better than running a full node exists, the average user won't run a full node. The tangible benefits is just too little.
2773  Bitcoin / Development & Technical Discussion / Re: Will there ever be any monetary incentives to run a full node? on: November 29, 2020, 06:13:10 AM
As a matter of fact, investigating pooling pressure and mining centralization threats in bitcoin I've become convinced that an affirmative approach to the above question is inevitable in the framework of any solid solution to the core problem of mining centralization.
I don't see how paying full nodes some sort of reward for running could have any effects on mining and mining pools. That just adds an additional reason to centralized another aspect of bitcoin (running a full node) and if we assume there were any centralization in mining the same entities would also run full nodes and take the control in that area also.
I didn't suggest that, paying rewards to full-nodes. I'm just reminding the fact that the main incentive behind running a full node was designed to be a strict requirement for participating in mining which is absolutely omitted with the current situation in the scene. If instead of tens of pools we had thousands of miners actively generating their own blocks, i.e. in a truly decentralized mining scene the actual value of running a full node would have been discovered already. Decentralization of mining is the key to this problem.

Many businesses need full node, not only miners. Payment providers, exchanges, etc. And it's not so expensive to have one.
How many businesses uses their own full node and not a third party payment processor? How many exchanges are there? I don't think the count would be anywhere near the thousands.

If you're talking about the cost of having a full node, you can't simply estimate it based on the cost of the computer alone. You need to be able to have a interface that can be used to connect to your full node.

SPV clients and pooled mining has diminished the need for a full node.
2774  Bitcoin / Bitcoin Technical Support / Re: Bitcoin Core - fatal internal error on: November 29, 2020, 03:27:31 AM
You've given us too little information. What version are you using, did you modify your Bitcoin Core in any way?

It's usually due to a corrupted block file and would require a reindex. I assume you're asking as the next line says failed to read block?
2775  Economy / Collectibles / Re: [AUCTION] Denarium Red Gold Special Edition |&| Bitcoin Suisse Certificate on: November 28, 2020, 05:21:35 PM
Lot #1 - 0.001BTC
2776  Economy / Collectibles / Re: [Auction] Satori Chips, Pre & Post Fork on: November 28, 2020, 03:53:31 PM
0.01BTC
2777  Bitcoin / Bitcoin Discussion / Re: Chinese Police Seize 1% of Bitcoin’s Total Supply on: November 28, 2020, 06:55:22 AM
Of course it's good news. The scheme is stopped and the funds aren't going to the scammers anymore.

I guess this implies that the government control 1% of the Bitcoin's total supply. But remember, the amount that they potentially seized is just a tiny fraction of their GDP. It is honestly just pocket change for them and they're probably going to just auction it off or hold onto it, which is great no matter how you look at it.
2778  Bitcoin / Bitcoin Discussion / Re: Is bitcoin anonymous? on: November 28, 2020, 06:51:48 AM
Like you said bitcoin is pseudo anonymous.  I personally fear the lightning network making bitcoin anonymous.  I've still yet to get a concrete answer whether the Lightning Network actually makes bitcoin truly anonymous or not, but if it does, I worry.  Man countries don't allow their women to drive, vote, or hold many career positions that men do..why on earth are they going to allow an anonymous currency to operate in their country? Of course OTC will always live, but shutting down exchanges could be detrimental to bitcoins future.
Is that an issue with the government or is that an issue with Bitcoin? Anonymity doesn't present any issues that would interfere with the basic human rights. It's their own rights to their privacy and governments shouldn't have the liberty to track the activities of their citizens. Using methods to conceal their identity shouldn't be illegal or cause any concerns at all. If governments starts to ban Bitcoin on the grounds of anonymity, then I think Bitcoin is fulfilling it's primary purpose.

Shutting down the exchanges will hinder the adoption of Bitcoin but isn't the main reason why Bitcoin is created specifically to promote freedom and circumvent the flaws of the fiat system?
2779  Economy / Computer hardware / [WTB] GPU on: November 28, 2020, 04:16:55 AM
I'm looking for 1x GPU in the ball park of 300USD or so. I can definitely go higher depending on the model, condition of the GPU etc. PM me your offers.
2780  Bitcoin / Bitcoin Technical Support / Re: Fail of transaction because of fee on: November 27, 2020, 08:30:23 AM
it's currently saying : "consider choosing your fee manually or wait until you've validates the complete chain"

Is 0.00001000 BTC as a fee ok ? What would you recommend ?

thanks
So you haven't synchronized your client yet? The error usually only appears when you're out of sync.

You shouldn't send transactions till the Core synchronizes completely due to the potential lack of information. Just wait till it synchronizes and your fee estimation will work.
Pages: « 1 ... 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 182 183 184 185 186 187 188 189 ... 463 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!