Bitcoin Forum
May 04, 2024, 10:17:32 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: « 1 ... 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 278 279 ... 291 »
4561  Bitcoin / Project Development / Re: Cryptographic rock/paper/scissors on: April 09, 2013, 08:12:49 PM
I made the payment module but as the tools I use don't work on testnet, a small (but the more useful) part of it is still untested
I'd like 2 people to play a game to see if everything works
It's safe because:
  • The transaction will not be broadcasted before I validate it
  • I own the private keys
  • I'm not a thief ; being pywallet's main developer many people trusted me with their full wallets
  • Last but not least: I would only want the minimum bets, which is 0.0005 BTC

Why didn't I test with my own coins, you will ask? Well, because my broadband connection is a real pain, which makes me update the blockchain really rarely
4562  Bitcoin / Project Development / Re: Project idea: a better Bets of Bitcoin on: April 09, 2013, 07:08:43 PM
I can (want to) do it but I'm really bad at eye-candiness (my rock-paper-scissors game as a proof)
Are people interested or should I leave others do it?
4563  Bitcoin / Development & Technical Discussion / Re: Pywallet: manage your wallets/addresses/keys/tx's on: April 09, 2013, 07:05:00 PM
Oh I see, Google was actually helpful then
Well, not many people uses pywallet on mac and I don't have one

It's a valid suggestion though, it's put on the list
4564  Bitcoin / Development & Technical Discussion / Re: Pywallet: manage your wallets/addresses/keys/tx's on: April 09, 2013, 06:48:58 PM
What is a brew formula?
Even Google doesn't say much about that
4565  Bitcoin / Development & Technical Discussion / Re: Pywallet: manage your wallets/addresses/keys/tx's on: April 09, 2013, 05:56:07 PM
Many thanks for reporting this!
It's edited and must be ok now

Also I think I made PWI use the github's install.bat so it should automatically work for future installs
4566  Other / Off-topic / Re: Look at what I saw today (18+ only) on: April 09, 2013, 05:32:42 PM
Is it your goal to post the nsfw pics even when we have the links?
I don't get the point
4567  Bitcoin / Development & Technical Discussion / Re: Proposed solution to "lost coins" on: April 09, 2013, 04:11:59 PM
1. Propose a terrible idea and ask people to tell you why it's terrible
2. Be told why it's terrible
3. Get pissed
4. ? ? ?
5. Profit
4568  Bitcoin / Bitcoin Technical Support / Re: notroll.in missing LTC?! on: April 09, 2013, 03:19:05 PM
Where 1 LTC?
Who was phone?
4569  Other / Off-topic / Re: Panic, the real reason for it. on: April 09, 2013, 01:24:37 PM
Oh wow
4570  Bitcoin / Bitcoin Technical Support / Re: Manually generate keys like paper wallet generators do on: April 09, 2013, 11:20:44 AM
No
4571  Local / Discussions générales et utilisation du Bitcoin / Re: La hausse de ce début d'année on: April 09, 2013, 10:15:50 AM
Puisses-tu avoir raison
4572  Bitcoin / Bitcoin Technical Support / Re: Manually generate keys like paper wallet generators do on: April 09, 2013, 07:42:23 AM
I don't know how Litecoin handles addresses but I think it's the same way, so yeah I think so
4573  Bitcoin / Bitcoin Technical Support / Re: Manually generate keys like paper wallet generators do on: April 09, 2013, 07:34:48 AM
If hexadecimal private key is ok for you: tr -dc a-f0-9 < /dev/urandom | head -c 64
Otherwise: tr -dc a-f0-9 < /dev/urandom | head -c 64 | xargs ./pywallet.py --info --importhex --importprivkey
4574  Bitcoin / Development & Technical Discussion / Re: In search of specification of signmessage and verifymessage on: April 08, 2013, 05:50:18 PM
I'm sure the satoshi client uses the DER format because it uses it for transactions
DER is "\x30\x02"+len(r)+r+"\x02"+len(s)+s

Also, I don't use the sign and verify fonctions that are in KEY class, it's sign_digest and verify_digest
4575  Bitcoin / Bitcoin Technical Support / Re: Need help on transferring money from cold wallet on: April 08, 2013, 04:40:08 PM
I never used Armory yet so I can't say
And yes for the three questions
4576  Bitcoin / Development & Technical Discussion / Re: In search of specification of signmessage and verifymessage on: April 08, 2013, 04:23:26 PM
I'm in the train so it's not really practical to write something, but you can look at pywallet's way to sign/verify
I'm not sure about how compressed public keys are handled though
4577  Bitcoin / Bitcoin Technical Support / Re: Need help on transferring money from cold wallet on: April 08, 2013, 04:05:25 PM
Yes
Both :
- your hot one will display the transactions you can spend
- you'll have to choose which ones you want to use and the outputs
- it will return a string you'll give to the pywallet on your cold computer (by hand or qr reader)
- the latter will display the inputs/outputs and ask you if you're sure to sign that transaction
- it will then give you the raw transaction you can broadcast through bitcoind, pywallet or blockchain.info/pushtx
4578  Other / Off-topic / Re: Meanwhile at BFL on: April 08, 2013, 02:10:23 PM
Lol
4579  Bitcoin / Bitcoin Technical Support / Re: Need help on transferring money from cold wallet on: April 08, 2013, 02:00:21 PM
New version of pywallet is coming in around 6 hours and will include easy transaction creation
That option will be specifically developped for that use
4580  Bitcoin / Bitcoin Technical Support / Re: How to add large number of private keys to Bitcoin-qt on: April 08, 2013, 01:59:13 PM
Sorry I didn't see your edit
Those may be pool addresses, thus not shown
Pages: « 1 ... 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 278 279 ... 291 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!