Bitcoin Forum
May 09, 2024, 03:42:22 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: « 1 2 3 4 5 6 7 8 9 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 ... 100 »
221  Bitcoin / Bitcoin Technical Support / Re: possible to decode bitcoin address from 'scriptSig' in a raw transaction? on: May 19, 2014, 04:55:55 AM
Yes, there are many utilities to do that, or you can write your own.  For example:

Code:
$ echo 0406b7bb1663fc7b6a8a5630038a393581fe24c4fa6da64d94fd76de758885809f40ba54c40b95040294defc84d255079b4a13d1f784c1cf271dbc0d4e864a1696 | sx addr
$ 1F1kaJLcYMFGK8Fzx5HD1gBjciGJ6U3a1e
222  Bitcoin / Development & Technical Discussion / Re: Cold storage questions on: May 19, 2014, 02:15:33 AM
Me living to be one billion years old?
223  Economy / Services / Re: PyWallet Help - Need to recover Private Key from wallet.dat on: May 19, 2014, 01:43:19 AM
You'll at least need to install twisted, I'm not sure about others.  When you run pywallet it should tell you what you're missing.  Just install pip (python-pip?) and then install the missing dependencies.
224  Economy / Services / Re: PyWallet Help - Need to recover Private Key from wallet.dat on: May 19, 2014, 01:15:58 AM
Yeah you haven't given my information.  Obviously the first step is to install python and pip.  Install all the required dependencies.  Download pywallet and run it with the correct options.  Which are you having a problem with?
225  Bitcoin / Bitcoin Technical Support / Re: How Does Key Sweeping Work? on: May 19, 2014, 01:08:21 AM
Yes, each private key contains within it the ability to know the address associated with it.  So for example if you gave me one of your private keys then I could immediately steal the coins on that address, even if you didn't give me the address.  Because it's easy to find the address from a private key.  However if you gave me the address I can't do anything with it but look at how many coins it has because it's impossible to get the private key from the address.

226  Bitcoin / Bitcoin Discussion / Re: Multiple wallets mathematically more prone to loss? on: May 19, 2014, 01:05:53 AM
You are 4x as likely to lose 1/4 of the wedding photos if you use 4 SD cards.  But you're 10000000x more likely to not get paid if you lose 100% of the wedding photos by using only 1 SD card.

Brain wallets are easily guessable, you should move your funds into something else immediately.
227  Bitcoin / Bitcoin Technical Support / Re: How Does Key Sweeping Work? on: May 19, 2014, 01:01:33 AM

I was under the impression, though, that I could have (I'm shortening addresses for brevity):

One wallet with its private key. 5 Addresses with the following balances:

1jAdjflsjkfsdf32423lk - 0.01 BTC
1jAdjflsjkfsdf23j44lkl - 0.03 BTC
1jAdjflsjkfsdf234234 - 0.03 BTC
1jAdjflsjkfsdf23j423l - 0.03 BTC
1jAdjflsjkfsdf2342l3l - 0.05 BTC

Now, my understanding is that you could use a "sweeper" (or import, maybe?) to take just the private key and automatically know that there are 0.15 BTC associated with it (by taking all of the possible addresses and pulling in their balances). Is this where my understanding was wrong?

Those 5 addresses each have their own private keys associated with them.  If you want to sweep those funds you'll need to use each of the 5 keys.  Just think of sweep as spend, take, or steal.
228  Bitcoin / Bitcoin Technical Support / Re: How Does Key Sweeping Work? on: May 19, 2014, 12:52:57 AM
I added a corrected question. It was addresses I was thinking of, not public keys. That's my fault (I'm still new to HOW Bitcoin and others work, which is also why I'm asking the question, :p).

So address-wise... how are you able to sweep all possible addresses when they are generated randomly to begin with?

As Foxpup said, the private key really only corresponds to one address.  All sweeping means is that you spend whatever is in that address and send it to a new one.

Imagine having an online wallet with address A
And a cold offline wallet with address B, where I've written the private key on a piece of paper.

If I open my online wallet and sweep that offline private key that corresponds to address B then it'll send whatever is in B to address A.  My online wallet still only has address A, but it has all the coins from B in that address A as well.

That's different than importing a private key.  If I imported the private B key into my online wallet then it would have both addresses A and B.

You can read how to get the bitcoin address from the corresponding private key here:  https://en.bitcoin.it/wiki/Technical_background_of_Bitcoin_addresses
The key to bitcoin is that you can go from step 0 to step 9 easily, but going backwards from 9 to 0 is impossible.
229  Bitcoin / Bitcoin Technical Support / Re: How Does Key Sweeping Work? on: May 19, 2014, 12:39:55 AM
There are many private keys for each bitcoin address, not the other way around.  But don't worry about that.

Perhaps you're thinking of a deterministic seed?  Those generate a private key / public key pair by incrementing a counter, so you just need to keep incrementing the counter until you stop finding addresses with activity on them.
230  Economy / Economics / Re: Best investment at this time? on: May 19, 2014, 12:37:00 AM
Buy $100 worth of bitcoins and see if you can keep it from getting stolen or losing the password for 2 months.  If you can then you can buy more.  Don't buy anything but bitcoin.
231  Bitcoin / Development & Technical Discussion / Re: Cold storage questions on: May 19, 2014, 12:31:39 AM
As long as the total entropy of the universe doesn't decrease, an egg can re-assemble itself all it wants and the 2nd law won't be violated.
232  Bitcoin / Bitcoin Technical Support / Re: Lost smartphone with bitcoin wallet on: May 19, 2014, 12:27:30 AM
Are there any security measures to take when  you use your wallet on a smartphone ? Also, is it possible to use your smartphone has an added security layer for your wallet ? Like 2FA or something. If so, does your wallet need 3G or 4G ? Does it need to be with a ISP like AT&T ?

If your wallet is on your smartphone then having 2FA is kind of pointless (with regards to security if you lose your smartphone) if that uses the same smartphone.
233  Bitcoin / Bitcoin Technical Support / Re: Lost smartphone with bitcoin wallet on: May 18, 2014, 09:01:21 PM
Any wallet but bitcoin-qt will have a sweep key function.  Don't import them because whoever found your phone may have them.  Of course, make sure to backup your new keys.  I'd recommend electrum instead of multibit.
234  Bitcoin / Development & Technical Discussion / Re: Cold storage questions on: May 18, 2014, 08:55:37 PM
Is there anything that is actually impossible (P=0)?

If you don't count abstract math and logic (e.g., 1+1 != 2) then I think everything is possible.  Physics would say that moving through time in a way that violates causality is impossible, but I think you could argue that that breaks abstract logic at the same time so it doesn't count.  Some physicists would say that it is impossible to get from Point A to Point B faster than the speed of light, but even this is debatable with convincing evidence of quantum non-locality.  

I think it would make sense for anything to be possible because I think it makes sense that the universe itself is universal (i.e., Turing complete).

It's impossible to violate the laws of thermodynamics.
235  Bitcoin / Hardware / Re: can I use two PSU in 1 Antminer S1? on: May 18, 2014, 08:47:15 PM
What? Overheating?! Hmm, so I guess it is not a good idea?

Are you running it overclocked?  The above poster says it draws 360 W, that's 94% of its 12V capacity according to its specs on Newegg.
236  Other / Beginners & Help / Re: HashMerkleRoot Help!! on: May 18, 2014, 04:35:48 PM
Did you get a debug.log file output?
237  Bitcoin / Hardware / Re: can I use two PSU in 1 Antminer S1? on: May 18, 2014, 04:24:18 PM
Can't you just make or buy an adapter?  There's a bunch of pci-e converters on newegg for a few bucks.  Something like this? http://www.newegg.com/Product/Product.aspx?Item=N82E16812198032  I assume your power supply can handle the total load?
238  Economy / Trading Discussion / Re: An example of how NOT to trade on: May 18, 2014, 02:42:07 AM
The only way to trade in my opinion is to buy and hold no matter what the price fluctuates to.

That's investing, not trading, depends what your goals are ultimately.

Well technically you did one trade Smiley  And I suppose you'll do another trade to cash out.
239  Bitcoin / Development & Technical Discussion / Re: downloading blocks is too slow on: May 18, 2014, 02:41:18 AM
You'll have to install a torrent client, like transmission.
240  Economy / Gambling discussion / Re: Does martingale really works? on: May 16, 2014, 04:00:05 AM
martingale works 100% if you have infinite money


Martingale doesn't work at all.  It doesn't matter how much you start with or how small your base bet is.  The odds are with the house no matter how much you bet.  And it's even worse because you're doubling your bet when you lose.  Doubling your bet in a game where the house has an edge can never be a winning strategy.

Not to mention even with infinite funds, at some point it would hit billions of failures in a row. So the idea that it works "100%," regardless of the number, is false.

Also the idea of adding money to your infinite bankroll is silly
Pages: « 1 2 3 4 5 6 7 8 9 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 ... 100 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!