Bitcoin Forum
June 07, 2024, 07:06:47 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: « 1 ... 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 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 ... 463 »
3581  Bitcoin / Development & Technical Discussion / Re: wallet.dat file need periodical backup? or just one time? on: June 21, 2018, 07:58:22 AM
One backup is not always enough. The first time you start your qt wallet it will create about 100 addresses with private keys for you, but only one of it will be visible.
The keypool has been increased to 1000. The wallet maintains the keypool at 1000 as long as your backup is from a recent version of Bitcoin Core. It's generated every time the wallet has been unlocked. You can back it up whenever you want and that backup will be valid for 1000 transactions. The general consensus is to back it up every 100/1000 transaction since your addresses will definitely be used up by then.
3582  Bitcoin / Development & Technical Discussion / Re: Need an explanation over 51% attack. on: June 21, 2018, 06:09:58 AM
They cannot steal BTC because, in order to do that, they need to rework the previous POW blocks which are impossible.
No. No matter what you do, you cannot steal BTC. Spending BTC requires the correct signature to spend it. If the signature doesn't tally with the conditions for the inputs to be spent, then it isn't possible for anyone to spend any BTC. You can steal money in a sense that you can "re-spend" coins that were in another blockchain that is recognised by the merchant by essentially replacing that blockchain.
Actually, this censorship could be damaging. Let's say xxxwallet has 51% hash-power behind it and thus only include transaction from xxxwallet and discard all transaction from other wallets. This way xxxwallet can monopolize BTC and set high transaction fees for their own benefit.
Bitcoin would be dead already before they start to censor transactions. No one would use a coin for which someone obviously has the say to which transactions they like.
3583  Bitcoin / Development & Technical Discussion / Re: wallet.dat file need periodical backup? or just one time? on: June 21, 2018, 03:21:09 AM
Depends on when you've created the wallet. If you've created the wallet (not restore) recently, then you probably just need one. If it says HD at the bottom right, one backup is enough, unless you change or set a password.

If you've created the wallet a long time ago and the bottom right doesn't have the HD symbol, you need to backup per 1000 or 100 transactions, depending on your configuration.
3584  Bitcoin / Electrum / Re: Need HELP on: June 21, 2018, 01:51:37 AM
How would I get the TXID for you?
Go to your Electrum client > History and find your unconfirmed transaction. Right click the transaction, press detail and copy the Transaction ID line in the popup window. Paste it here for us, if you don't mind a slight loss of privacy.
3585  Bitcoin / Bitcoin Technical Support / Re: Every wallet address has just one private key which can be generated again? on: June 16, 2018, 03:33:39 PM
Now I understand this suggestion more deeply. Actually brain wallets have low randomness and should be avoided for security reasons.
Which address generation tool do you recommend? It should not a brain-wallet and should use hardware random generator of the computer.
Bitaddress.org, bip38.org or Electrum. Generating anything with only a passphrase to access it is incredibly insecure. If you really do want to use something like Brainwallet but more secure, try going to keybase.io/warp/. You are to select your own secure passphrase and add an email with your salt. I wouldn't say that its super secure but its definitely more secure than typical brainwallet since the attack has to be specific at you.
3586  Economy / Web Wallets / Re: How safe is my wallet at blockchain.info on: June 15, 2018, 03:55:41 PM
Not safe at all. Blockchain.info is notorious for messing up the funds of their user and they shouldn't be trusted with any Bitcoins.

Did you receive the backup seed? AFAIK, the backup seed is compliant with BIP39. If you want to extract it, go to https://iancoleman.io/bip39/ and key in your seed. You can find the account number (ie derivation path) from settings>addresses.
3587  Bitcoin / Bitcoin Technical Support / Re: Bitcoin wallet help on: June 15, 2018, 06:46:44 AM
Your wallet is no longer safe. Please do not use any addresses with that seed again.

I've taken the initiative to look at the keys first and it doesn't seem like you have any significant amount of Bitcoins after fees so I didn't try to secure them.

Download Electrum from Electrum.org. Install Electrum and open it, select Standard Wallet> I already Have a seed and key in your seed. Next, go to option and press BIP39.
3588  Bitcoin / Bitcoin Technical Support / Re: Every wallet address has just one private key which can be generated again? on: June 14, 2018, 10:58:13 AM
There are bitcoin wallet addresses which are actually public keys, right?
The addresses are the hash of the public key.
Every public key has one private key.
There is actually 2^96 private key that corresponds to an address.
There is very little possibility to generate a public and private key of an already used wallet, correct?
Yes. Of an address that is generated by someone else already.
When a user wants to create a bitcoin address, the same addres generator generates a pair of public & private keys. If another user wants to create a random bitcoin addres, the same generator algorithm can generate previous public & private keys once more.

This means, if there is a software (I know actually this exists) which generates random addresses and checks their balance, there is little possibility to find a wallet with balance in it.

This can be another bitcoin stealing algorithm, right?
That's like finding a needle in an ocean of haysack. You can generate the same addresses again if your RNG is flawed and it isn't random. There are easier ways to steal coins than this.
I don't understand how we can sure that our bitcoins are safe in our wallets in such situation?
The probability is really small but there is a chance.

Am I correct?
Yes. Most people don't get the concept of the possibility. If something is possible, it doesn't mean that its remotely likely to happen. Its more likely for me to get struck by a lightning multiple times in consecutive years while sitting on a toilet bowl than anyone ever generating a collision of an address that is generated securely.
Is there any prevention method agains random address generation?
Make sure your address is truly generated randomly. /thread.
3589  Bitcoin / Development & Technical Discussion / Re: How should I configure a full node at a very low bandwidth? on: June 14, 2018, 10:32:04 AM
Bitcoin Core never slowed down my Internet when I surf and I have a similar bandwith as you.
I usually have between 20 and 80 incoming connections, so I assume peers don't find too many problems when they connect to me.
Since your peers would only have 8 outgoing connections max, you would be hogging their connection if you have a relatively slow connection. Depending on what you do with your computer, the connection would become significantly worst. Its okay to run a full node with port 8333 but it wouldn't be all that good to have a slow bandwidth.
Full nodes really need to send and receive data when there are new blocks (4 MB max every 10 minutes) and the relaying of transactions is probably not as important. I don't know how a client optimizes all of this, but I can just tell you that I don't have any issues and I doubt that I would still be getting connections from many peers if the node was too slow.
The relaying of transaction would probably be okay for your bandwidth. Your latency would matter more in that case.

Peers would only disconnect if you're unresponsive/misbehave. I doubt they really care about your bandwidth but their download would be a lot slower if everyone who has a slow internet runs a node.
3590  Bitcoin / Bitcoin Technical Support / Re: My transactions and Balance Missing after upgrading my wallet on: June 13, 2018, 05:56:35 PM
Have you changed the data directory of the wallet? Your wallet.dat might be incorrect which would explain why the transaction isn't showing.

Go to Help>Debug window>console and key in this
Code:
validateaddress 149HsqLrxn2u55623zs3PsuNz4mo3g6NMn
.

If the ismine returns true, then you don't have to be too afraid.
3591  Bitcoin / Bitcoin Technical Support / Re: *HELP* I need to ''sign btc address'' with coinb.in (will give btc for help) on: June 13, 2018, 03:14:06 PM
I'm using P2SH address.. I will try your suggestion..

Can I import this whole address to Electrum??
Yeah. Go to Keys and copy the private key out. Go to Electrum and create a new wallet. Select "Import Bitcoin private keys or addresses" and key in this:
Code:
p2wpkh-p2sh:L5TxvEy6YyC
.

You must replace the L5T... with your own private key.
3592  Bitcoin / Bitcoin Technical Support / Re: *HELP* I need to ''sign btc address'' with coinb.in (will give btc for help) on: June 13, 2018, 02:24:04 PM
Coinb.in wallet offers bech32 addresses (addresses starting with bc1), P2SH addresses (addresses starting with 3) and legacy addresses. Which one are you using?

If you're using an address starting with bc1 or P2SH, you're out of luck. I don't think there is any standard of signing messages with them. If you're using legacy, go to Keys and press Show beside the private key. Copy the whole key out and go to the sign tab and paste your private key in the corresponding space and type your message.
3593  Bitcoin / Development & Technical Discussion / Re: Is it possible to brute force bitcoin address creation in order to steal money? on: June 13, 2018, 01:11:21 PM
How many times do we have to tell you? http://lmgtfy.com/?q=is+it+possible+for+a+bitcoin+address+collision+to+happen%3F

No. It is not impossible but the chances are way too low. Its widely known that there is a higher number of addresses (2^160) that could be generated than the grains of sand on earth and you're more likely to be struck by a lightning 10 times while sitting in a toilet bowl for 10+ years in a row, IIRC. You would have better chance winning the lottery a few times for consecutive years than to generate a single collision.
3594  Bitcoin / Development & Technical Discussion / Re: How should I configure a full node at a very low bandwidth? on: June 13, 2018, 12:03:34 PM
The upload bandwidth is extremely low and it doesn't really make sense for you to run a full node since it doesn't necessarily help the network. Peers would have your node as a bottleneck when they download their blocks when they can connect to better peers. You would have to netlimiter to try to limit the bandwidth Bitcoin Core can use. Bitcoin Core only has the parameters to limit total network usage.

If you aren't too concerned about security and privacy, you can always use a SPV client as your wallet.
3595  Bitcoin / Development & Technical Discussion / Re: Need an explanation over 51% attack. on: June 13, 2018, 06:11:24 AM
But I guess the probability of attacking the chain with 49% is least compared to 51% as it crosses more than half of the stakes for the upcoming blocks, right?
Depends on how many consecutive blocks you want to mine. You have a good chance to mine 2 consecutive block with say 30% of the hashrate but mining 3 consecutive blocks would be significantly harder, hence the formula.
One more thing, why is only 51% a number that is considered so attackable? Is it like anyone can even go for a 95% or even a 100% attack (by trying to collect the biggest number of miners) and doing a hash of more than 100 times the current hashrate? Wouldn't that just end up getting all the remaining amount of Bitcoins mined in least time?
Possible. Is it worth the effort though? As long as they have 51% of the network, they can outpace the entire network by themselves. The attack is somewhat covert since the attack is not known until it actually happens. Their main goal isn't to get the most amount of Bitcoin but it is to attack Bitcoin. Bitcoin wouldn't have much value after the attack anyways.

Difficulty changes every 2016 blocks and the time to mine the remaining of the total coins would still take about the same amount of time.
3596  Bitcoin / Bitcoin Technical Support / Re: Bitcoin Mixing on: June 12, 2018, 03:59:55 PM
Is the -1 confirmation showing on Electrum or on your mixer website?

If its on Electrum, try upgrading it or change a server by going to the bottom right dot> Server> Uncheck connect automatically and right click on any server to choose it. It should be able to synchronize; for the latest version.

If its showing on the mixer website, contact them. It's likely that your transaction has been dropped and the mixer is glitching out.
3597  Bitcoin / Bitcoin Discussion / Re: Bitcoin become an asset on: June 08, 2018, 11:38:58 PM
A currency is used for trading and purchasing goods. Bitcoin can be considered as an asset. How many people actually uses Bitcoin to purchase goods? Bitcoin has mostly just become an investment option and it isn't wrong to classify it as an asset. I doubt South Korea's adoption is all that high to classify it as a currency anyways.
3598  Bitcoin / Electrum / Re: "unconfirmed"=pending in mempool or Added to Block+waiting for 3 more blocks? on: June 08, 2018, 11:30:25 PM
At some point it becomes too hard for any attacker to reverse the transaction. 6 confirmations is that mark.
6 confirmation prevents any attackers without 51% of the hashrate from trying to reverse the transaction. If you have more than 51% of the hashrate, you can reverse any transactions, no matter how old it is.

Using irreversible for 6 confirmations doesn't seem right.
3599  Bitcoin / Electrum / Re: "unconfirmed"=pending in mempool or Added to Block+waiting for 3 more blocks? on: June 08, 2018, 06:12:16 PM
Thanks for the feedback. I will look into explaining what exactly confirmations mean either in this FAQ entry or a linked article.
Confirmations basically shows the number of blocks that has been mined ontop of the block that has included the transaction. Confirmations will never be enough for a transaction to be considered irreversible. The higher the number of confirmations simply mean that it would be harder for any attacker to reverse the transaction.

The clock icon simply denotes the number of confirmations and when its full, it would be green and it would have 6 confirmations which is relatively safe (other than in 51% attack).
3600  Bitcoin / Bitcoin Technical Support / Re: Missing bitcoins but blockchain says i sent the right amount on: June 08, 2018, 06:09:00 PM
Did you check the denomination of the BTC you've sent?

Certain wallets uses mBTC (milibitcoins) as opposed to Bitcoin as a denomination. 1mBTC =0.001BTC and your wallet might have displayed the dialog as mBTC and you keyed in 0.014mBTC instead of 1.4mBTC. At any rate, put your TXID either privately to a trusted user or publicly and we will know what went wrong.
Pages: « 1 ... 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 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 ... 463 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!