Bitcoin Forum
May 04, 2024, 08:29:17 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: « 1 ... 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 274 275 276 277 ... 291 »
4521  Alternate cryptocurrencies / Altcoin Discussion / Re: How do you create an altcoin? on: April 13, 2013, 11:51:09 PM
I know there's an old post in this forum that explains clearly how to make that genesis block
4522  Bitcoin / Development & Technical Discussion / Re: where to import 10000 addresses?? on: April 13, 2013, 08:54:15 PM
Pywallet can import 10000 addresses but yeah you'll have to wait a bit
4523  Local / Discussions générales et utilisation du Bitcoin / Re: Meetup bitcoin sur Paris on: April 13, 2013, 06:14:19 PM
Je pourrai pas être là  Sad
Par ailleurs, j'enlèverai mon numéro à ta place, ou les bots de spam sms vont s'en régaler
4524  Bitcoin / Development & Technical Discussion / Re: Only 2 keys/sec added with importprivkey ? on: April 13, 2013, 02:01:58 PM
Parallel importing means parallel wallet.dat modifying
I think that is the problem
4525  Bitcoin / Bitcoin Technical Support / Re: How to extract private key of a wallet.dat on: April 13, 2013, 01:25:06 PM
Bitcoin-qt -> help -> about bitcoin -> console tab
4526  Bitcoin / Bitcoin Technical Support / Re: [10 btc reward] protocol, wallet and client version mismatch errors on: April 13, 2013, 10:36:01 AM
He meant 0.3.25
BTW pywallet now works with last wallet versions
4527  Bitcoin / Bitcoin Technical Support / Re: How to do wallet rescan? on: April 13, 2013, 10:14:02 AM
If it doesn't show up in blockchain.info you should delete it from your wallet (see pywallet.tk)
4528  Other / Off-topic / Re: Rise UP !!! on: April 12, 2013, 02:02:41 PM
Quote
This video contains content from UMG. This content is not available in your country.
4529  Economy / Service Discussion / Re: which exchange is the worst ? do we have a good exchange at all ? on: April 12, 2013, 01:44:24 PM
https://bitcointalk.org/index.php?topic=174388
Maybe the solution is an exchange made by trustable people that then create one
Not a 'trustable' exchange that then makes its creators known
4530  Economy / Speculation / Re: Guys, relax. This up down volatility is all 100% perfectly normal on: April 12, 2013, 12:42:44 PM
Oh wow
4531  Bitcoin / Development & Technical Discussion / Re: Pywallet: manage your wallets/addresses/keys/tx's on: April 12, 2013, 12:11:33 PM
Yeah of course! Grin
And I forgot I coded the update page that way... That's kinda stupid actually
I'll change that to the ajax way...
4532  Bitcoin / Development & Technical Discussion / Re: Pywallet: manage your wallets/addresses/keys/tx's on: April 12, 2013, 11:51:51 AM
Yup good idea I'll put that soon


Code:
<META HTTP-EQUIV="REFRESH" CONTENT="5;URL=http://127.0.0.1:8989/">
That would work too right?
Code:
<META HTTP-EQUIV="REFRESH" CONTENT="5">
4533  Local / Discussions générales et utilisation du Bitcoin / Re: Les montagnes russes du BTC on: April 12, 2013, 11:13:49 AM
Lol
4534  Bitcoin / Development & Technical Discussion / Re: Pywallet: manage your wallets/addresses/keys/tx's on: April 12, 2013, 11:09:28 AM
Great, so that works
It's true I should add a little message to say everything happened as expected
4535  Bitcoin / Development & Technical Discussion / Re: Pywallet: manage your wallets/addresses/keys/tx's on: April 12, 2013, 09:57:30 AM
Thanks!  Smiley


To everybody: I pushed the new version, can you check that pywallet tells you there's an update? and that auto-update works?
4536  Bitcoin / Project Development / Re: Seeking Programmer on: April 12, 2013, 09:32:26 AM
What language?
Why not BTC?
4537  Bitcoin / Bitcoin Technical Support / Re: Addresses are missing, cannot create new address in Bitcoin wallet on: April 12, 2013, 06:58:14 AM
Back up your wallet first
You can try to dump your wallet with pywallet to see if the addresses are still there
4538  Bitcoin / Project Development / Re: How about an invitation-only private bitcoin exchange? For trusted individuals on: April 12, 2013, 06:46:52 AM
I think this is a good idea
I'm a web+bitcoin developer if this idea takes off and help is needed
About invites black market, the identities could(should?) be linked to this forum username, thanks to signing with addresses in signatures for example
4539  Bitcoin / Development & Technical Discussion / Re: Pywallet: manage your wallets/addresses/keys/tx's on: April 11, 2013, 02:58:17 PM
It's true that you'll lose the transactions but a rescan is rather quick, isn't it?

Ah, I didn't know that a rescan repopulated the wallet with the transactions. I thought the client added each transaction at broadcast time and that was all.
Nope, during a rescan the client reads all the blockchain and repopulate the wallet.
The "issue" is that you lose your unbroadcasted transactions. But it can be used when you made a transaction that won't never be include in a block for example.
4540  Bitcoin / Development & Technical Discussion / Re: Pywallet: manage your wallets/addresses/keys/tx's on: April 11, 2013, 02:28:07 PM
Oh yeah I forgot to test that

I just looked at the code and... erm... before importing a private key in an encrypted wallet I don't check if it's the right one (-> todo list'd)
So it makes things easier to test:
  • create a dummy encrypted wallet
  • pywallet.py --importhex --importprivkey 0123456789012345678901234567890123456789012345678901234567890123 --passphrase anything_that_is_not_the_correct_passphrase
That should import the address corresponding to 01234... but with the bad encrypted private key
See what then happens (I can't test right now)
Pages: « 1 ... 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 274 275 276 277 ... 291 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!