Bitcoin Forum
June 22, 2024, 06:29:18 PM *
News: Voting for pizza day contest
 
  Home Help Search Login Register More  
  Show Posts
Pages: « 1 ... 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 190 191 192 »
3101  Local / Other languages/locations / Re: Pakistan on: December 10, 2013, 07:34:54 PM
hello Abdussamad I need some you suggestion I have one problem I start downloading of Bitcoin qt and and its working ok I give this address to one persona for my payment and he send now this address has 0.15 btc but bad luck my windows corrupt and now I am doing this download on other computer how I recover my old coins I have wallet.dat please must reply waiting for this 

hello Abdussamad can you help me about this I am waiting for your reply

Didn't get email notification.

Ok so as long as you have the wallet.dat file you are ok. Just place a copy of that in the bitcoin data directory on your new PC i.e. the same place it was on the previous PC. If you are confused you can find the data directory location by referring to this page:

https://en.bitcoin.it/wiki/Data_directory

Personally I recommend switching to electrum. That way you won't have to worry about the massive blockchain download.

3102  Bitcoin / Project Development / Re: [ANN] Yet another PHP blockchain parser on: December 10, 2013, 03:42:02 PM
You can also check out our own REST API and use it in your library as well:
https://www.biteasy.com/developers

It's pretty fast, you might like it Smiley

What kind of sorcery is this?? Your site is quite fast for browsing. Did you just start hosting a block explorer?
3103  Bitcoin / Bitcoin Technical Support / Re: Understand the basics, help me understand deeper on: December 10, 2013, 03:34:44 PM
I get that my public address is simply the public part of a key pair.

No, a bitcoin address is a hash with checksum of your public key. It is not the public key itself.

Quote
So each private key is a string which I sign with my wallet address to send from. Is that correct?

No. A private key is basically a really, really large number. You sign transactions using your private key not your address.

Quote
What format is this .dat file?

leveldb I think. More info: https://en.bitcoin.it/wiki/Wallet

Quote
What is the length of each key? Is it fixed?

See more about private keys: https://en.bitcoin.it/wiki/Private_key

Quote
Like presumably you could hash the raw bytes of a favourite photo or something? Wildly insecure probably, but anyway, off-topic...

Yes it's possible. You do an sha256sum of any file to get a private key. There is more to it than that but it's possible. Search the forums for more info. There are a few scripts that people have shared that can generate private keys using a file as input.

Quote
Until I encrypt the wallet using the function in bitcoin-qt - is the wallet essentially wide open for anyone with access to the file to read my private keys?

Yes.

The wiki is probably the best place for technical details: https://en.bitcoin.it/wiki/Main_Page
3104  Bitcoin / Electrum / Re: Using a restore from seed wallet on: December 09, 2013, 04:38:17 PM
I've read that in Electrum's version 2.0, the generated seed will change from the current 12 words long to a longer one. Will this conflict in any way with my ability to restore a 12-word seeded wallet? I intended to save multiple copies of the electrum version used to generate the cold wallet, to be able to restore the wallet independently of the project's future developments. But since electrum depends on the online servers it's not a fully stand-alone program, and I am a bit worried of what would happen in the case of divergent developments or in case the project gets abandoned.

Thanks!

You need the private keys of your bitcoin addresses to spend your coins. To get the private keys you need at the very least two things:

1. The seed
2. The algorithm to generate addresses and private keys from a seed.

1 you already have.

2 is out "there" on the Internet in many, many forms. For example electrum has its own github repo that has all versions of electrum since they started using github. It's just a matter of finding the right version. There are also a bunch of other projects that can generate private keys using an electrum seed. sx and vbuterin's pybitcointools come to mind.

If you are really worried about 2 you can create your own backup of electrum. Just copy the download file onto a USB stick or DVD. Then you won't have to depend on anyone else.
3105  Other / MultiBit / Re: How to send Multibit wallet balance in entirety? on: December 09, 2013, 01:00:08 PM
Thanks but isn't there a way to precisely calculate it? I want the end balance to be precisely zero.

It is called a calculator: 2.01958333 - 0.0001 = 2.01948333
3106  Bitcoin / Bitcoin Technical Support / Re: Is it possible to brute-force a private key missing 1 number or letter? on: December 08, 2013, 09:04:00 PM
Wow he found it quick!

Thanks, that's a relief.


This is bad advice. You said it yourself there are 50 characters and any one of them could be wrong. There is no way to bruteforce that.

I seriously suggest you give up on paper wallets for now. The way you are going about it you will loose your coins because you made a mistake and not because somebody stole them from you.
3107  Bitcoin / Bitcoin Technical Support / Re: Bitcoind Turning Off? on: December 08, 2013, 08:41:39 PM
I think Bitcoind is turning off due to inactivity, any way to prevent that from happening?

What do you mean with that? Window is closing immediately after run? Try to describe your problem more, because I don't know where to search solution Wink

I run bitcoind -daemon on a server.

It will turn off after a random period of time, normally. I check back a while later (like 12 hours or something), and its off.
But if I turn in a cronjob, like just bitcoind getbalance or something, it doesn't seem to turn off ever. Been running like that fine for almost a week now.

Just wondering if there's any way other than a cronjob, that seems like an odd solution.

Which version are you using? bitcoind used to have a memory leak and when the system ran out of memory bitcoind would be shut down by the kernel. You can probably find messages pertaining to OOM problems in the log files.
3108  Bitcoin / Electrum / Re: Need help - confused on: December 08, 2013, 08:37:19 PM
You can/should double check if it's really yours on receive tab under 'change'

Yes double check before broadcasting the transaction. Remember there is no undo button in bitcoin!
3109  Bitcoin / Bitcoin Technical Support / Re: BIP38 good to use for paper wallet? on: December 08, 2013, 05:06:37 PM
I'm not sure I agree with this advice. You can encrypt and decrypt your private key using bitaddress.org right now. You can also save a copy of that site for offline use and in case it disappears in the future. So I really don't see why you need development skills to be able to do this.
3110  Bitcoin / Bitcoin Discussion / Re: GUIDE: Securely storing large amounts of bitcoin (brain wallet/paper wallet) on: December 07, 2013, 01:25:04 PM
Brainwallets with human generated passphrases are a bad idea. Doesn't matter if it's offline or online they are just a bad idea period.
3111  Bitcoin / Electrum / Re: Electrum won't start on: December 07, 2013, 01:03:11 PM
master public key (MPK) creates a watch only wallet meaning you won't be able to spend the coins. You will need a working backup of the seeded wallet or a copy of the seed to be able to restore a full wallet.

Correct, that is the way I had it configured anyway.  The primary reason I use Electrum is because of the watch only wallet and offline wallet concept.  The lack of necessity to download the blockchain is a close second.

Thanks for your reply though.

Yeah definitely one of the best features of electrum. Glad everything is ok Smiley
3112  Bitcoin / Electrum / Re: Electrum won't start on: December 07, 2013, 12:12:33 PM
master public key (MPK) creates a watch only wallet meaning you won't be able to spend the coins. You will need a working backup of the seeded wallet or a copy of the seed to be able to restore a full wallet.
3113  Bitcoin / Bitcoin Technical Support / Re: Any wallets available on the iphone? on: December 07, 2013, 11:03:55 AM
You can upload your wallet to blockchain.info and use their app at https://blockchain.info/wallet/iphone-app

This is the only wallet app in the App Store (I think!).

Try it and let us know if that worked for you. Also, it's a good idea to avoid using your laptop if it's not updated.

Thanks guys!! I'll try it out and let you know...

bci is not safe. Don't use it for large amounts.
3114  Bitcoin / Bitcoin Technical Support / Re: Is it possible to crack a private key missing 1 number or letter? on: December 07, 2013, 10:58:09 AM
Yeah but you understand I'm not talking about missing one letter or number at the end right?. I'm talking about a 30ish numbers/letters private key, missing a number or letter anywhere in it, or maybe not missing, but the wrong number/letter somewhere in the private key. That is a shitload of combinations to guess by yourself lol.

But is there is some program to crack those type of things if you know almost all of it? Trying different things until it matches your public key? I hope it does so I would get the relief that even if I screwed up one element, I will be able to recover my private key, and at the same time my savings.

Just need a convincing answer about such programs before I transfer them into that wallet.

Thanks

No! Don't rely on brute forcing when just generating a new key pair will do. I don't know whether you realize this or not but you can run ubuntu straight from the DVD i.e. you don't have to install it on your hard drive.

Maybe it would be better if you stopped this whole thing? You are liable to loose your coins because you made a mistake.
3115  Bitcoin / Bitcoin Discussion / Re: Comprehensive Bitcoin Introduction on: December 06, 2013, 10:47:37 PM
Labour-intensive means something that requires a lot of human workers. So I don't see how it can be used when talking about mining because that is all automated. Resource intensive might be a better fit. Maybe computationally intensive?
3116  Bitcoin / Project Development / Re: [BOUNTY] 0.15 BTC per transcript of LetsTalkBitcoin on: December 06, 2013, 08:47:53 PM

Thank you. Could you please consider my request above?
3117  Economy / Trading Discussion / Re: Be careful folks. Just got hacked, lost some BTC today. on: December 06, 2013, 04:24:37 PM
Little confused

Why not tell people which exchange you are referring to?
And why should I feel bad when you apparently have 124 bitcoins, ~~ $120,000 in your wallet when you said .025 was all you had?

It's not his wallet. It's the site's wallet i.e. a shared wallet. Who knows who's bitcoins are in which address?
3118  Economy / Trading Discussion / Re: I try to sell btc , am I getting ripped off or is this how it is. on: December 06, 2013, 04:20:46 PM
Mt. Gox is no longer the benchmark because they have banking problems and are no longer able to pay their customers on time. For USD bitstamp is the benchmark price now. I don't know about CAD.

If you are going to trade locally then people will keep significant margins. If you don't like that you can always risk it with an exchange.
3119  Economy / Economics / Re: Medium of Exchange vs Store of Value - and effect on BTC worth on: December 06, 2013, 01:29:19 PM
Is Bitcoin primarily a medium of exchange or a store of value? No financial instrument can be both things equally well. Despite what some Bitcoin proponents believe, specialization in one direction is inevitable (many people who seem to think it can somehow be both are the same ones advocating 'buy and hold forever'...).

I disagree with your premise. Bitcoin makes a fantastic medium of exchange (best in human history), and due to the predictability and certainty of mining new Bitcoins (at predetermined rates), and the lack of monetary inflation, it will also make a great store of value.

Please explain why one cannot both save and spend in Bitcoin?

Price is too volatile for it to be used as a medium of exchange. In my experience ordinary people only use bitcoin as a medium of exchange when they have no other alternative. For example because other payment systems are not as well developed in that part of the planet.

Bitcoin's deflationary nature discourages spending and encourages saving making it more suitable as a store of value.

So, yes, it can be used as both and some people will use it as both but it will primarily be used as a store of value.
3120  Bitcoin / Electrum / Re: How to safely split mnemonic seed on: December 06, 2013, 12:25:47 PM
Hobbes you should see this:

On a related question, will seeds that are more than 12 words (and multiples of 3) always be supported? It came up in this thread where hobbes talks about concatenating 2 wallet seeds to create a 24 word seed:

https://bitcointalk.org/index.php?topic=354261.0

in version 2.0, the seed phrase will be hashed in order to generate the master public key.
thus, any phrase length will be supported.

However, in order to recognize seeds from version < 2, I plan to check if the number of words is 12.
so it's probably not a good idea to create 24 words seeds now.

Pages: « 1 ... 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 190 191 192 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!