Bitcoin Forum
June 07, 2024, 12:37:05 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: « 1 ... 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 231 232 233 234 235 236 237 ... 463 »
3721  Bitcoin / Bitcoin Technical Support / Re: Any other Operating systems with a built-in Crypto wallet? on: April 14, 2018, 05:03:17 PM
Honestly, not everyone wants to use cryptocurrency. There is no point of putting a wallet into an OS which normal users use. They won't be interested in opening it and would probably be treated as a bloatware.

Putting programs that isn't necessary just opens up possible attack vectors and complicate things.
3722  Bitcoin / Development & Technical Discussion / Re: Dormant Bitcoin Address Mining Homemade Way on: April 14, 2018, 05:00:39 PM
If you go deeply on this you will start to lose your faith on bitcoin's math challenge, recently I found this interesting post of a guy that have found some addresses with balances that were generated on sha-256 by using a block hash or tx id, in fact this still exists and happen every day. So we have some things that aren't soooo random as they appears.
If you're talking about these addresses, its totally possible. Addresses are not meant to be generated using methods which has low entropy. There are still some people who generate these addresses, mostly as a joke. The possibility of finding one of these that is being used as an address to transact is fairly low.

You would be better off testing brainwallet out. The possibility of finding coins there is way higher.
3723  Bitcoin / Development & Technical Discussion / Re: Dormant Bitcoin Address Mining Homemade Way on: April 14, 2018, 04:13:27 PM
The total keys that can be generated (2^256) i'ts diferent of total keys that will (maybe) exist on bitcoin enviroment (2^160) assuming the fact that exists only private key for a public address we have 2^96 possible addresses. It's a soooo huge number, this is why I didn't turned it on a serious project, just a type of "weekend brainstorm"  Tongue
The total number of addresses that can be generated is 2^160. There are 2^256 possible private keys. The total number of private keys that could potentially correspond to an address is 2^96.

Do you mean seed ? Ins't random, it's sequential.

The point is that I imagine to find a collision using some strategies (rather than processing power) that I'm thinking about, like paralel tasks and ocl string comparisson. cheers.

what's the bigger: the universe or the human imagination ?
Neither seeds nor addresses are sequential. If seeds or addresses are sequential, we would have cracked every single addresses used by now.

The human imagination. However, practically the universe would be. If we reach the time where we can bruteforce addresses, we don't really need any imagination (or much) effort to expand the keyspace.
3724  Bitcoin / Development & Technical Discussion / Re: Dormant Bitcoin Address Mining Homemade Way on: April 14, 2018, 03:42:16 PM
Vanitygen for example tests something like 30Mh/s (depend on your hardware), but realize that this speed is just to test "vanity addresses" against a match. when you try to generate random addresses, the speed falls to something like 200kh/s (Already tested the variants like Vanity Plus or Super Vanity Gen).
While the addresses technically has the SHA256 hashing during the generation, the speed isn't measured by the hash but rather by the number of keys it generates.

I started today and left it on a (free) online server to run 24/7/365.  Cool
Another point is that I don't generate random keys, I'm generating sequential from one to 2^96.
At the time of this post I've generated and tested out of 2.071.000.000 key pairs.

My question is what the chances to find one match ? (Yes, I know that exists 2^160 possible addresses), I just want to know the probality, and maybe turns it an online project to use more powerfull processing power (pool).
Zero. By the logic of birthday paradox, the least number of addresses you have to generate is 3.65x10^47 out of 1.46x10^48. Even if you can generate 7.92x10^28 of the keys, you are unlikely to find any keys that has actually been used before. No matter how powerful your computer(s) is, you are unlikely to even generate 1% of the total keys that can be generated (2^256).

Assuming that the keys were generated with sufficient randomness.
3725  Economy / Lending / Re: ranochigo's MINI loans [Optional Collateral] [No Interest] on: April 14, 2018, 01:59:22 AM
Hey do you accept exchange account as a collateral?
Nope.
3726  Bitcoin / Bitcoin Technical Support / Re: Anyone have the full database of bitcoin core upload on cloud servers ? on: April 12, 2018, 01:36:47 PM
Pre-validated blockchains aren't particularly safe since it opens you up to attacks if an attacker tricks you to be on a fork of theirs.

You can copy the blocks to your data directory but I wouldn't recommend copying the block index nor the chainstate if you are paranoid. If you have a fast computer, rebuilding it wouldn't take a long time.

If you have an okay internet speed and enough ram, consider increasing your dbcache and you should experience a considerable improvement.
3727  Bitcoin / Development & Technical Discussion / Re: double spending questions on: April 11, 2018, 04:24:03 PM
from the white paper
https://bitcoin.org/bitcoin.pdf
A coin is  (previous coin + my public key) -> hash, then signed by previous owner.

when we do transaction, I pass my wallet address only to previous owner. how the previous owner know my public key?

A transaction is a lot more complex than that, I just stated the main components of a transaction.

Let me rephrase that for you. For a transaction, it consist of a reference to UTXO + your public key and a signature that can be validated against your public key. I'm confused over what you meant by the previous owner. The transaction is signed by whoever that is control of the UTXO.

The UTXO consist of the information needed to redeem it. You're right in a sense that the creator of the transaction cannot know the public key as the address is just the hash of it. Most of the people currently uses P2PKH in their transaction and the UTXO contains the information about the hash. Nodes can easily get the address using the public key. If the signature matches the public key and the public key matches the address, the transaction will be valid.
3728  Bitcoin / Electrum / Re: Electrum Transaction on: April 11, 2018, 01:12:32 PM
Your coin was probably not stolen. If you're using 2FA in Electrum, extra charges could be incurred. Electrum relies on a third party TrustedCoin for them to provide the 2FA for them. Costs are incurred for every transaction to cover their server costs. See: https://api.trustedcoin.com/#/electrum-help.

As long as you're getting the codes from them, your transactions would cost extra to make. If you want to remove the fee completely, you can restore from seed. IMO, the 2FA isn't worth it, considering that it is paid.
3729  Bitcoin / Development & Technical Discussion / Re: Understanding Bitcoin's Hashing Function in Simple Terms on: April 11, 2018, 10:51:21 AM
AFAIK bitcoin using SHA 256 as their security but why it still can be hack ?

Let say if they are using brute force attempt but they can do it less than 1 year, not billions of years
First of all, the Bitcoin hacks that you've seen in the news and around the forum has absolutely nothing to do with the protocol itself. So the strength of your SHA256 has nothing to do with them.

Second of all, yes SHA256 is indeed very strong. The main areas for which it is used is in the final step of the transaction (for which we can do without), addresses (we also don't need it), assembling of transactions for merkle root (everyone can do this; they have the transaction list) and the block header. Being able to bruteforce anything faster would only give you a larger hashrate and really no advantage over the other blackhat hacker.
3730  Bitcoin / Development & Technical Discussion / Re: Is the network under attack in some way? on: April 11, 2018, 03:18:10 AM
Blockchain.info has been notorious for providing inaccurate information. You have to get your information from other sources.

The network hashrate can't be calculated accurately. The calculation is mainly done by referencing the block interval and also the difficulty. As a result, if varience is such that the network isn't producing block so frequently, the network hashrate would appear to be lower.
3731  Bitcoin / Development & Technical Discussion / Re: Can there ever be no transactions to put in a block? on: April 11, 2018, 03:14:28 AM
It seems that it is unable to decode the output address of the coinbase transaction. As a result, 12.5 BTC has become unspendable. Why was this block containing such transaction accepted by other Bitcoin nodes as valid?
The 12.5BTC isn't unspendable, its lost forever. The block reward doesn't have to be claimed. The reason why its lost isn't just because the address isn't a valid address, the value of the output is zero.
3732  Bitcoin / Electrum / Re: Electrum Privacy on: April 11, 2018, 12:26:31 AM
I did not understand. If I use Electrum (sent coins) without connecting to the Tor network and the proxy, what IP address will be visible in the blockchain? My current IP address or the address of the Electrum server? Huh
Address of the Electrum server if you're talking about blockchain.info.


Electrum works differently from a lot of other SPV clients. With Electrum, users are required to connect to Electrum servers. The way blockchain.info track the IP transactions is to see who relayed the transaction to them first. If you're using Electrum, the only possible IP address you would see there is the server's. This does not mean that your privacy is preserved; Electrum servers can see all the addresses in your wallet.
3733  Bitcoin / Development & Technical Discussion / Re: double spending questions on: April 10, 2018, 11:56:49 PM
A transaction contains the inputs, together with its public key, a signature and the requirements to spend its output.

The wallet address are the public key hash, public keys are a lot longer than that.

Double spending cannot be prevented, no one said it could be. The network functions on the fact that anyone with a longer proof of work is the correct person. As a result, block reorgs could essentially 'remove' a transaction from the blockchain while adding another transaction with the same inputs but spent elsewhere. Double spending would get harder and harder with the number of confirmations. Number of confirmations would not be affected if the attacker owns 51% of the network's hashrate.
3734  Bitcoin / Development & Technical Discussion / Re: Can there ever be no transactions to put in a block? on: April 10, 2018, 11:27:13 PM
Can you ever get a scenario where you have zero transactions to process for a block? So this is a scenario where there is no movement in the coins on the network.

The way I understand things is that there will always be at least one transaction in a block and that would be the transaction rewarding the miner for finding the block?
That's correct. The protocol rules stipulates that the coinbase transaction must always be present in the block.

In some earlier blocks, the miner had used a bad mining software which didn't claim the full amount. Reference nodes do not enforce a minimum sum of Bitcoins to be paid out, only the maximum. See: https://www.blocktrail.com/BTC/block/0000000000000000004b27f9ee7ba33d6f048f684aaeb0eea4befd80f1701126.
3735  Bitcoin / Bitcoin Discussion / Re: How to kill Bitcoin? on: April 10, 2018, 05:12:40 PM
Break the internet. Bitcoin is decentralised and the network is basically its community of users. Any other forms of attacks would most likely be ineffective at shutting the network down completely. Unless you disrupt the primary way for Bitcoin nodes to communicate, you can't kill Bitcoin.

You could consider the scenario of a 51% attack. That isn't as valid since it won't kill Bitcoin, merely discourage people from using it.
3736  Bitcoin / Bitcoin Discussion / Re: Cryptocurrency was created to be decentralized on: April 10, 2018, 03:38:02 PM
Cryptocurrency is created to be decentralised. Does that mean that everything associated with it has to be?

It's simply too hard for an exchange to work decentralised, mainly due to the problem with the AML/KYC policies of the country. Exchange works as an intermediary between the users. While you can remove the barrier by trading OTC, there has to be someone moderating the transactions and make sure that any disputes can be resolved.
3737  Bitcoin / Bitcoin Technical Support / Re: Verify old wallet on: April 10, 2018, 03:02:49 PM
So if I make a copy of my old wallet and mess around with that (import convert etc.) my old copy will still hold my bitcoins right? I mean as long as I dont spend any bitcoins it doesn't matter what I do with the copy right? (I can delete the copy after I verify the bitcoins?)
Yes. The copy of your wallet.dat will always have the same private key as the other wallet.dat. Your wallet files would never get invalidated, strictly speaking. If you don't touch it, your Bitcoins will not be moved.
3738  Bitcoin / Bitcoin Discussion / Re: Is it better to mine or buy Bitcoin? on: April 10, 2018, 01:43:54 PM
Buying Bitcoins would be the far better choice. With mining, you would need at least some space and electricity. Mining Bitcoins would probably not be worth it unless you have quite sometime on your hand and isn't really interested in getting the coins immediately. The most important point to note is that the ASICs can take up to weeks or months to ship and the ROI for your ASIC would grow exponentially. The only reason why some people are mining is due to their relatively cheap electrical cost.
3739  Bitcoin / Development & Technical Discussion / Re: Bitcoin Blockchain on: April 10, 2018, 11:04:18 AM
If I may just ask one more thing. When a transaction happens, how's the entry point to the bitcoin network figured out? Suppose, I make a transaction on my machine. This transaction is turned into a data packet, and sent to my machines default gateway. Where does it go to from there? Where are the packets from my machine routed to? Because Bitcoin is a decentralized network, there's no central point of entry( or is there? ) I'm just confused with how this part works
They are routed to your peers. With Bitcoin, there are loads of nodes that form the backbone of the network. They are basically the fundemental aspect of Bitcoin and without them Bitcoin wouldn't exist.

Once you send the transaction to your peers/nodes, they will verify the validity of your transaction and relay your transaction across the network. Same goes for miners who has mined a block. Every node is technically an 'entry-point' where you can send information to them for it to be broadcasted onto the network.
3740  Bitcoin / Bitcoin Technical Support / Re: HACKED PLS HELP on: April 09, 2018, 03:59:22 PM
There's still a chance that he used his real IP.. there's dumb people out there. He should ask cryptopia for the details and see if he can catch the thief.
IP isn't the easiest way to find someone. Getting the information about the user often requires a court order from whichever jurisdiction the IP is located in and I'm not sure if they would consider it if its just a relatively small case. The easiest way out is to just say that you weren't the one that did it and they can't pursue it anymore. IP addresses aren't concrete evidence that someone is guilty.
If cryptopia see that when i withdraw, i wasnt on the same ip or even the same region, can they get back my money. you guys told me that with my wallet maybe i could have done something, is their a way if cryptopia acept to help me ? Noob question incoming, if i send 0.00001 to his wallet, can i track the transaction ?
No and no. They can't do anything and you can't track the funds if they've used a mixer.
Well i offer 7 btc to the person who get back my 14 btc, is that enought ?
No. You can offer all the Bitcoins you have in the world. No one can reverse Bitcoin transactions and your Bitcoins are lost.
Pages: « 1 ... 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 231 232 233 234 235 236 237 ... 463 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!