Bitcoin Forum
May 05, 2024, 05:54:13 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: « 1 ... 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 274 275 276 277 278 279 280 ... 291 »
4581  Bitcoin / Bitcoin Technical Support / Re: How to add large number of private keys to Bitcoin-qt on: April 08, 2013, 01:49:55 PM
Wow that's odd
Are you sure you put the right wallet file?
Is the wallet encrypted?
4582  Bitcoin / Bitcoin Discussion / Re: The deflation is becomming a problem on: April 08, 2013, 11:59:51 AM
Discussed for years
Short answer: no
4583  Other / Archival / Re: Please save this SHA256 or timestamp it! on: April 08, 2013, 10:43:30 AM
aedd6c30a81f53c301a2862901c32719f40e4b891c47a27039093b2c539e7f95

Please save this here or timestamp/sign it. GPG or Namecoin.
Is this what you're looking for?

Code:
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

On 2013-04-07 I saw MysteryMiner post the following hash:

aedd6c30a81f53c301a2862901c32719f40e4b891c47a27039093b2c539e7f95
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2.0.19 (GNU/Linux)

iQEcBAEBAgAGBQJRYfHeAAoJECoisBQbQ4v01AAH/1ugpXKuHQMJ/DLTpMSpXdXc
G0IOvofgUC5O0d1aBw6PvrJJTvnv8aEm3RmZp7vIwyfiYCttbG3/RYXAKqdZB2sl
vnTvDVg0FEcdDrAVyL+Riq+TuXpVJ3Hn/HFTPB9gpR00PWAFgmc1nVhsXJANxMXh
xKjgJ4s/dQugE51szKKm1rz3I/ibZN4EgBD7cANCt6Pt7fJ6OOTIfjpgBUXNDhRR
UtJYVnuRZRlZlMAt6F7AStJDp5dOwpblIvYvr0VMx3Ko7EWv+KlCX6zcNTdo4lfG
8No1jgAQJxleoNOwDSDRVPqoJ6XXV7EuPNOpXz2SSsFHjQrX2aSY+Bi1pIxdI2U=
=IpFk
-----END PGP SIGNATURE-----

And... Quoted!
Inb4 nothing happens
4584  Bitcoin / Bitcoin Technical Support / Re: Please help! My wallets are trapped on a corrupt HDD! on: April 08, 2013, 06:52:46 AM
You can use pywallet to try to recover your coins, it has an option to read bytes of a partition and find key headers inside it
4585  Bitcoin / Development & Technical Discussion / Re: Pywallet: manage your wallets/addresses/keys/tx's on: April 07, 2013, 08:30:45 PM
Ah ah yeah it should be but I felt that there were more needs for the wui so I focused on it

Yes you can compile a python program, look at py2exe
I'm not sure about how it will deal with dependencies though...
4586  Bitcoin / Bitcoin Technical Support / Re: How to add large number of private keys to Bitcoin-qt on: April 07, 2013, 05:43:25 PM
What does pywallet say when you try to import the file?
4587  Bitcoin / Bitcoin Technical Support / Re: How to add large number of private keys to Bitcoin-qt on: April 07, 2013, 12:28:43 PM
Yup pywallet will do the trick
Download and install the last version
Create a file like this :
Code:
7207abc64b79d4f46;label1
520f54a6bc89e40e5;label2
With 7207... and 520f... being hexadecimal private keys
Open pywallet and use "import priv keys from file (csv)"

Instructions at http://pywallet.tk
4588  Bitcoin / Development & Technical Discussion / Re: Pywallet: manage your wallets/addresses/keys/tx's on: April 07, 2013, 08:46:06 AM
With the command line you can't do that yet.
I know it's ridiculous that WUI and command line don't have the same utilities... That will change soon (in v2.1, note that v2.0 will be released on Monday)

If you absolutely have to use the command line, you can dump then use grep (I'm sure there's a port of grep on windows)
Or wait for v2.1
4589  Bitcoin / Bitcoin Technical Support / Re: My wallet is corrupted - where can I find someone to help fix it? on: April 07, 2013, 08:29:33 AM
Are you on windows?
If so:
- go to https://github.com/jackjack-jj/pywallet-win-files/raw/master/update.bat
- in your browser, go to File, Save, then save the file where you installed pywallet on your disk
- run that file (bat file, so it's executable)
- 'pywallet.bat' must have appeared in the same directory : run it
4590  Economy / Digital goods / Re: [WTS] Testnet Coins 1000 coins for 5 LTC OR 0.1 BTC on: April 06, 2013, 06:06:32 PM
Oh wow
What a douche!
4591  Bitcoin / Bitcoin Discussion / Re: Searching "bitcoin" on Amazon every time we visit it on: April 06, 2013, 05:04:52 PM
I am pretty convinced the also want to implement it.
Lol
4592  Bitcoin / Bitcoin Technical Support / Re: How to extract private key of a wallet.dat on: April 06, 2013, 05:02:36 PM
Indeed, no need to download the blockchain for this
4593  Bitcoin / Development & Technical Discussion / Re: Bitcoind sendrawtransaction / blockchain.info/pushtx (testnet3) on: April 06, 2013, 01:11:47 PM
Yeah thanks, great idea!

The result is quite clear:
Quote
ERROR: CScriptCheck() : f853d2c31e VerifySignature failed
ERROR: CTxMemPool::accept() : ConnectInputs failed f853d2c31e
4594  Bitcoin / Development & Technical Discussion / Re: Bitcoind sendrawtransaction / blockchain.info/pushtx on: April 06, 2013, 12:57:42 PM
Edit: I just realized that (without the header) bitcoind returns "TX rejected (code -22)"
So it seems that the format is correct, but something is not ok

Maybe it's something to do with the signature like you said...
The outpoint you're trying to spend is from a non-existent transaction
8f36f8c77add38f2fa0365fb134cca553ebf4d6ec607b225cdee9e13d9d7ebda
Sorry, I thought I said that it's in testnet
http://blockexplorer.com/testnet/tx/8f36f8c77add38f2fa0365fb134cca553ebf4d6ec607b225cdee9e13d9d7ebda
4595  Bitcoin / Development & Technical Discussion / Re: Bitcoind sendrawtransaction / blockchain.info/pushtx on: April 06, 2013, 12:43:29 PM
But this is for messages, whereas I'm just creating transactions here
I should not have to deal with the messaging protocol

Maybe I misunderstand the purpose of the tools but the blockchain.info/pushtx page seems to claim exactly what I understand:
Quote
Broadcast Transaction

This page allows you to paste a raw transaction in hex (i.e. characters 0-9, a-f) this will then be checked it is valid and transmitted over the network.


And yeah I found the hex transactions on the wiki, and mine is similar. That's why I don't get what happen

Edit: I just realized that (without the header) bitcoind returns "TX rejected (code -22)"
So it seems that the format is correct, but something is not ok

Maybe it's something to do with the signature like you said...
4596  Bitcoin / Development & Technical Discussion / Re: Bitcoind sendrawtransaction / blockchain.info/pushtx on: April 06, 2013, 12:17:28 PM
I'm transmitting over the wire, to both bitcoind and blockchain.info
And I create the tx by hand, so I don't use [create/sign]rawtransaction

I tried with the header but then bitcoind returns "TX decode failed (code -22)" and blockchain.info returns "Parse: Error Parsing Transaction", so I think I shouldn't put it

Here is the raw tx:
Code:
0b110907747800000000000000000000df000000c1e1483e (header)
0100000001daebd7d9139eeecd25b207c66e4dbf3e55ca4c13fb6503faf238dd7ac7f8368f010000008a473045022004d1f3c972d65c660400496f49ef85933b4562da1cce110b853fd482b946f02d022100d7b822866a9a426e6a9c8e16f7a8fb8faf592dbf7baecc326696a03382c3243e410479be667ef9dcbbac55a06295ce870b07029bfcdb2dce28d959f2815b16f81798483ada7726a3c4655da4fbfc0e1108a8fd17b448a68554199c47d08ffb10d4b8ffffffff01804a5d05000000001976a91491b24bf9f5288532960ac687abb035127b1d28a588ac00000000

Btw why did you give me that private key? To see if bitcoind works well? If so yes it did import it
4597  Bitcoin / Development & Technical Discussion / Bitcoind sendrawtransaction / blockchain.info/pushtx (testnet) on: April 06, 2013, 11:03:16 AM
I never managed to make a correct transaction whereas they have the correct format, even though decoderawtransaction understands it
But I just realized that I don't put the header (magic bytes, "tx", payload size, checksum)

Is it why it doesn't work?
(I'm asking instead or trying because I can't test right now)
4598  Bitcoin / Development & Technical Discussion / Re: Pywallet: manage your wallets/addresses/keys/tx's on: April 05, 2013, 02:57:07 PM
Short question, can the tool work on an offline wallet?  Does it modify the wallet in any way, I only want to dump all addresses/privkeys and acount names, not more.

Offline: yes!
Modifying: it does what you ask it. If you just ask to dump, it will only dump and won't modify anything
Depending on whether you want to import the file later, use 'dump wallet' or 'dump keys'. Instructions here: http://pywallet.tk
You can still ask in this thread if something is unclear
4599  Bitcoin / Project Development / Re: easy offline transactions - 1 BTC bounty on: April 05, 2013, 02:48:53 PM
 I'll try to see what I can do with JavaScript but I'm already working on 3 projects so I'm not sure I'll find some time
4600  Bitcoin / Development & Technical Discussion / Re: Only 2 keys/sec added with importprivkey ? on: April 05, 2013, 12:03:51 PM
Somebody can tweak pywallet in the merge wallet function and put timers to locate the slow line(s)
Pages: « 1 ... 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 274 275 276 277 278 279 280 ... 291 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!