Bitcoin Forum
June 20, 2024, 09:07:29 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: « 1 ... 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 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 ... 291 »
4441  Bitcoin / Development & Technical Discussion / Re: Generating key pairs in Linux from a passphrase? on: April 24, 2013, 05:37:39 AM
I'm not aware of any utilities currently available that will allow you to present a private key and receive a public key in response..
Pywallet
4442  Bitcoin / Bitcoin Technical Support / Re: Restoring a deleted wallet file on: April 23, 2013, 09:49:06 PM
Sorry, by "compile" I meant "restore the private keys to a format usable by a Bitcoin client", i.e. make private keys usable. I will try to avoid using technical terms I don't understand.

I am still trying to figure out the best way to go about a recovery step-by-step. Is pywallet able by itself to find the deleted wallet/keys or would I have to run a separate utility beforehand?
Pywallet does tends to be practical: you run it (no separate utility, and no depency for recovery mode I believe), it finds the keys, then it create a usable wallet.dat

 

OP might give it a try

Which is why I recommended it. 

And I put "compile" in quotes because this was the term the OP used, apparently in reference to creating a new wallet.dat file based on the output read from an old one ("compile them into a wallet.dat using pywallet").  I knew that creating a new wallet.dat using the data read using pywallet hasn't traditionally been possible, but since I knew you were working on it recently, I didn't want to rule out a new feature categorically, however unlikely.  I'm not unfamiliar with Python, pywallet,  berkeleydb, or the wallet.dat format.
It's possible now
I know it works on Linux but I don't remember anyone testing it on windows
4443  Bitcoin / Development & Technical Discussion / Re: Generating key pairs in Linux from a passphrase? on: April 23, 2013, 07:32:59 PM
The wiki explains everything
Also, writing a space before your command doesn't keep it in bash history
4444  Bitcoin / Bitcoin Technical Support / Re: Restoring a deleted wallet file on: April 23, 2013, 05:07:23 PM
Note that pywallet cannot "compile" wallet.dat files (unless it's recently added this functionality). 
I'm not sure what you mean by 'compile', but Pywallet can import csv files full of private keys for a few weeks
More on topic, it can also read the partitions to find deleted keys/wallets, for more than a year
OP might give it a try
4445  Bitcoin / Bitcoin Technical Support / Re: Please Help! Blockchain.info says "Unconfirmed Transaction" !!?? on: April 23, 2013, 05:00:38 PM
Patience is a virtue.
RTFM too
4446  Bitcoin / Bitcoin Technical Support / Re: blockchain.infon - There was an error decrypting your wallet file.... on: April 23, 2013, 04:59:21 PM
off-topic, blockchain.info really should have forums, these days this forum is just full of these types of threads
+1
4447  Bitcoin / Development & Technical Discussion / Re: Generating key pairs in Linux from a passphrase? on: April 23, 2013, 04:48:38 PM
Pretty much anything that transforms your passphrase into 256 bits
sha256, first half of sha512, last half of sha512, sha1+sha1, ridemd256, etc
4448  Local / Discussions générales et utilisation du Bitcoin / Re: question : Bitcoin fees on: April 23, 2013, 06:24:34 AM
En fait celui qui mine un bloc fait ce qu'il veut
Si c'est un pool, il peut garder les frais ou les partager
Si c'est un mineur solo il n'a pas de raison de ne pas les prendre
Mais il ne faut pas oublier que coinbase+frais n'est que le maximum qu'un mineur peut tirer d'un block, rien n'empêche de se payer moins
4449  Bitcoin / Development & Technical Discussion / Re: Need Test-Net Bitcoins on: April 22, 2013, 08:14:01 PM
Again...?

I meant "do they change".  So, I can take that as a yes?
They did this once (or twice), that's not that often

This is why I use Terracoins. Confirmations are way faster which makes things much easier. When you are done just switch terracoind with bitcoind.
But you must buy them
4450  Alternate cryptocurrencies / Altcoin Discussion / Re: Devcoin on: April 22, 2013, 06:28:31 PM
Are there some fallback nodes?
4451  Bitcoin / Bitcoin Technical Support / Re: [QQQ] PYWALLET BLACK SCREEN OF BLACK on: April 22, 2013, 06:48:32 AM
Yes I think a screenshot is better because I don't see what you're getting

What browser are you using? Is it old?
4452  Bitcoin / Development & Technical Discussion / Re: Address generation on: April 21, 2013, 10:24:54 PM
Now I just need to figure out how to actually store the hex in c++.
I'd say vector<char>
You can also use strings I believe... But pay attention to '\x00', it may end strings unexpectedly. I am no specialist with string + binary + c++ though, so wait until someone confirms and always try and learn before trusting your code
4453  Bitcoin / Development & Technical Discussion / Re: Address generation on: April 21, 2013, 09:39:26 PM
The public key, and further more all the hexadecimal data must not be used as strings, they are binary data
For example the string "0123afz" is "3031323361667a" in hexadecimal (see ascii), aka "\x30\x31\x32\x33\x61\x66\x7a"

Doing it wrong
Doing it right

ps: look at "Original bytes" too and notice how "045086..." as a string corresponds to "303435303836..." in binary
4454  Bitcoin / Bitcoin Technical Support / Re: can't use my wallet? error -30974 on: April 21, 2013, 08:07:22 PM
So Hex is not checked but pywallet says "Hexadecimal private keys must be 64 or 66 characters long (specified one is 34 characters long)" ?
4455  Bitcoin / Bitcoin Technical Support / Re: [QQQ] PYWALLET BLACK SCREEN OF BLACK on: April 21, 2013, 07:55:50 PM
Which pywallet do you use? Mine or Joric's one?

Assuming mine:
What do you mean by black screen?
This?


If so, you need to go to 127.0.0.1:8989 on your browser
Instructions are there: pywallet.tk
4456  Bitcoin / Development & Technical Discussion / Re: Need Test-Net Bitcoins on: April 21, 2013, 07:36:43 PM
There is a mention of resetting TestNet.  Does they change the root or something?
Again...?
4457  Bitcoin / Development & Technical Discussion / Re: Advanced users on: April 21, 2013, 07:35:24 PM
It's PHP
4458  Alternate cryptocurrencies / Altcoin Discussion / Re: How do you create an altcoin? on: April 21, 2013, 10:31:35 AM

Here it is:
1) read bitcoin wiki
2) install compiler
3) start notepad
4) have a ball
5) compile newcoin


Very, very far from being enough  Roll Eyes
4459  Bitcoin / Development & Technical Discussion / Re: Probable Dead Bitcoins on: April 20, 2013, 07:41:50 PM
How can you know whether a coin is lost or kept for the long term?
4460  Bitcoin / Development & Technical Discussion / Re: Pywallet: manage your wallets/addresses/keys/tx's on: April 20, 2013, 01:41:42 PM
Yeah, the real problem is when the tx is broadcasted to the network
In this case, kjj's suggestion is the only thing to do
Pages: « 1 ... 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 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 ... 291 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!