Bitcoin Forum
August 21, 2024, 06:33:35 AM *
News: Latest Bitcoin Core release: 27.1 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: « 1 ... 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 281 282 283 284 285 286 287 288 289 ... 291 »
4761  Bitcoin / Development & Technical Discussion / Opcodes and transactions on: March 24, 2013, 05:22:35 PM
Hi all
I know the answer is somewhere but I can't find it, and the search function didn't really help
I had to leave for about a year and I remember that back then only standard transactions were spread through the nodes
The question is simple, did it changed?
4762  Local / Discussions générales et utilisation du Bitcoin / Re: Bot d'échange en ligne avec Bitcoin-bot.com on: March 24, 2013, 05:13:13 PM
En fait c'est le problème de tout bot, par définition...
C'est dommage d'ailleurs, il faudrait trouver un moyen de sécuriser ça.

Genre une validation de la part de MtGox par SMS tous les 20BTC/1000€ dépensés par le bot.
4763  Bitcoin / Development & Technical Discussion / Re: Vanitygen: Vanity bitcoin address generator/miner [v0.22] on: March 24, 2013, 04:44:29 PM
Is it correct that it is virtually impossible to create an address that consists of only upper case letters and numbers?
No

When you restrain ONE character to be a precise letter, the odds are (1/62)
When you restrain TWO characters to be a precise letter, the odds are (1/62)^2
etc...
When you restrain ONE character to be an upper case letter or number, the odds are (26upper case+10digits)/(62)=36/62
When you restrain TWO characters to be an upper case letter or number, the odds are [ (26upper case+10digits)/(62) ] ^ 2 = (36/62)^2

Addresses with 6 fixed characters are pretty common (K1773R owns 1K1773RbXRZVRQSSXe9N6N2MUFERvrdu6y), the odds are ~1/57billions
The odds of having an address with only upper case letters and digits is (36/62)^34 ~ 1/17billions
It's about 4 times quicker to find such an address than an address with 6 fixed characters. Far from impossible.
4764  Local / Discussions générales et utilisation du Bitcoin / Re: Bot d'échange en ligne avec Bitcoin-bot.com on: March 24, 2013, 04:18:55 PM
Personnellement je ne pense pas utiliser ce genre de services, au moins à court-terme
Mais par curiosité, c'est nouveau? Le prix en BTC va-t-il changer suivant le taux de change?
4765  Other / Beginners & Help / Re: Where's the wallet.dat file? Can't find it :( on: March 24, 2013, 04:12:34 PM
I may be a hidden file
4766  Bitcoin / Development & Technical Discussion / Re: Question about shy & simple pull requests on: March 24, 2013, 04:02:15 PM
About your specific problem, if it's enough tested yeah I find it useful. I spent several hours to implement transactions support in pywallet because back in the days there was no way to delete those famous 0/unconfirmed transactions

I'm also wondering about the case of simple pull requests... What are the requirements to send some and it being accepted?
Make a successful thread about it in dev/tech discussion? Make theymos/Gavin/etc agreeing with you? Nothing? Luck? Prayers to Satoshi?
4767  Other / Beginners & Help / Re: Where's the wallet.dat file? Can't find it :( on: March 24, 2013, 03:47:04 PM
Linux, OSX, Windows?
Btw I'm sure the answer is on the wiki
4768  Other / Beginners & Help / Re: Transactions and Wallets question on: March 24, 2013, 02:52:31 PM
I don't know if you know about asymetric cryptography, I'll assume not

It's all about 2 keys: one public P (everybody knows it) and one private V (only you know it)
When you crypt something (like a text) with one key, you can only decrypt the result with the other one (by construction of the keys)

So there are two cases:
1. Somebody crypt a text (like "hello") with P (he can because everybody knows P), then you are the only one to be able to decrypt the message (because only V can decrypt it)
2. You crypt a text with V, then anybody can check (with P) that it is V (hence you) that crypted the message

A transaction uses this system, you put in a message all of these:
1. I can use the money that has been sent to 1xxxxxx (your public address, and an address is equivalent to a public key, P), I prove it by sending a text crypted by V (which is the private key corresponding to the address, being in your wallet)
2. I send money to address 1yyyyyy

In the Bitcoin system there are no such thing as a wallet, just money sent to public keys which is redeemed later
4769  Other / Beginners & Help / Re: How to transfer large some of money using bitcoin on: March 24, 2013, 02:30:34 PM
The guy may want to manipulate Bitcoin exchange too by saying that kind of things
4770  Bitcoin / Development & Technical Discussion / Re: How does wallet encryption disable old wallet? on: March 24, 2013, 02:23:25 PM
Afaik, yes, a unencrypted backed up wallet will still work
But I may have missed an update that made it otherwise
4771  Bitcoin / Development & Technical Discussion / Re: How does wallet encryption disable old wallet? on: March 24, 2013, 01:55:19 PM
I didn't really understand what happened to you, but I sure can tell you how encryption works

Unencrypted wallets store addresses like this:
Code:
        {
            "address": "1Cuzj8Js52vsbh2lCuzj8Js52vsbh2l",
            "private key": "63abd94482dc7bd63abd94482dc7bd63abd94482dc7bd"
        },

When you ask Bitcoin to crypt, it takes your wallet and change the form of addresses like that:
Code:
        {
            "address": "1Cuzj8Js52vsbh2lCuzj8Js52vsbh2l",
            "encrypted private key": "baf730248de6ac78037bd27afd217dbaf730248de6ac78037bd27afd217dbaf730248de6ac78037bd27afd217d"
        },
and add encryption info inside the wallet so that Bitcoin knows if the passphrase you provide is correct

The passphrase + the encryption info are the only way to goes from "encrypted private key" to "private key" and "private key" is the only way to redeem your coins
4772  Other / Beginners & Help / Re: How to transfer large some of money using bitcoin on: March 24, 2013, 11:13:34 AM
Will there be no problem with taxes when BTC is converted to fiat and withdrawn?

Are u kidding? The guy is obviously a drug baron or a terrorist leader. He doesn't care about taxes for sure.
Thé cyber police should backtrace him!
4773  Bitcoin / Bitcoin Technical Support / Re: Blockchain taking ages to be downloaded on: March 23, 2013, 04:10:37 PM
I have 217000, so no use for bootstrap...
And my bandwidth is fully used. I guess I just have to wait
4774  Bitcoin / Bitcoin Discussion / Re: If Satoshi returns on: March 23, 2013, 03:38:39 PM
What do you think would happen if Satoshi popped on the forum one day and said hi?

What if he started to contribute again?

Or even if he revealed his true identity and traveled the world doing TV interviews and such? (unlikely)

WE WOULD SAY:
Satoshi - THANK YOU!!!

And BTW. please don't do it Smiley Do not reveal your identity. People love mysteries Smiley
Actually I don't care about mysteries, but I do care about his safety...
I'm sure he would commit suicide with 3 bullets in the head
4775  Bitcoin / Bitcoin Technical Support / Re: Blockchain taking ages to be downloaded on: March 23, 2013, 01:22:04 AM
Still downloading the blockchain? Try Electrum
I'm using bitcoin-qt to test pywallet so I need an environment I know
For personal use, I planned to try it later anyway, along with Armory

Not new but I didn't touch Bitcoin for about a year so yeah I didn't think the blockchain would have grown so much
15000 blocks remaining so it shouldn't be too long now

Thanks for the info about blockchain.info btw

What version of Bitcoin-Qt/bitcoind are you using? latest 0.8.1 is much faster than 0.7 or lower.
0.8.1...


Instead of downloading the whole blockchain through the node I advise you to:

1. download the bootstrap.dat file through a torrent client
2. place the bootstrap.dat file into the Bitcoin directory on your PC
3. launch the full node

The node will take most of the blockchain data form the bootstrap.dat file and download the rest from the internet. It'll take much less then downloading the whole blockchain from the internet.

Torrent file you can find here and read about it here.


I'm already in bed right now, but if it's not done when I wake up I think that's what I'll do
Thanks for the idea
4776  Bitcoin / Bitcoin Technical Support / Re: Blockchain taking ages to be downloaded on: March 22, 2013, 05:21:33 PM
Not new but I didn't touch Bitcoin for about a year so yeah I didn't think the blockchain would have grown so much
15000 blocks remaining so it shouldn't be too long now

Thanks for the info about blockchain.info btw
4777  Bitcoin / Bitcoin Technical Support / Re: Incorporating an old wallet.dat.... on: March 22, 2013, 05:02:33 PM
The new version of pywallet will allow you to do that
If that interests you, you can either try the beta (already working) or wait for the release

Info on pywallet
Thread: https://bitcointalk.org/index.php?topic=34028.0
Features: http://www.devtome.com/doku.php?id=pywallet
4778  Bitcoin / Bitcoin Technical Support / Blockchain taking ages to be downloaded on: March 22, 2013, 04:57:36 PM
Hi,
It's been 2 days that Bitcoin is downloading the blockchain (from block 1)
I don't think it's normal... Any idea?

4779  Bitcoin / Development & Technical Discussion / Re: Pywallet: manage your wallets/addresses/keys/tx's on: March 22, 2013, 03:03:20 PM
Great, thank you guys. I sent you the beta version. Please post in this thread any comment about it.
If other people want to test it just tell me.

I reserved the http://pywallet.tk domain name. It's the updated instructions, you may want to take a look at it.
As you may have noticed (I'm sure you did!), I'm not a native English speaker, so feel free to correct any spelling/grammar/vocabulary mistake may it be in pywallet, pywallet.tk or even in my posts

Edit: Sent to uuidman too
4780  Local / Discussions générales et utilisation du Bitcoin / Re: La nouvelle version 0.8.0 on: March 22, 2013, 01:28:12 PM
En bonne noob ignorante, je l'ai téléchargée, ça a mis trois plombes à charger je sais pas quoi, puis j'ai pas bien pigé l'intérêt par rapport à un wallet en ligne (et sur smartphone) pour un simple utilisateur. Donc j'ai viré Qt de mon Mac. J'ai peut-être eu tort, mais si on peut m'expliquer pourquoi, je finirai moins bête !  Wink
Fake, there are no girls on the internet!

Ça dépend des usages qu'on en a et de la confiance qu'on accord aux sites tiers : pour un usage simple et si tu fais confiance à un site de wallet (vivement que l'Académie française nous trouve un mot pour ça... Roll Eyes ) en ligne, autant l'utiliser
Avoir Bitcoin sur ton ordi permet une extrême personnalisation (surtout avec pywallet Grin ), c'est pour les développeurs/"geeks"/parano


Quant à la version 0.8.0 spécifiquement, apparemment les changements sont juste internes, et ces changements ne sont pas précisés dans le changelog : "This is a major release designed to improve performance and handle the increasing volume of transactions on the network."
Pages: « 1 ... 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 281 282 283 284 285 286 287 288 289 ... 291 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!