Bitcoin Forum
June 20, 2024, 11:03:15 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: « 1 ... 163 164 165 166 167 168 169 170 171 172 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 ... 291 »
4241  Bitcoin / Development & Technical Discussion / Re: Automatic personalized wallet generation - any limits? on: May 17, 2013, 10:21:24 AM
Have some fun with this:

http://www.wolframalpha.com/input/?i=1000000*7000000000*365*24*60*60*14000000000*1000000

If 7 billion people were to generate 1 million addresses every second for a million times the age of the universe we would not run out of addresses.

(compare to http://www.wolframalpha.com/input/?i=2%5E160)
What's your last 1000000 for?
4242  Bitcoin / Project Development / Re: Blockchain.info Development Bounties on: May 17, 2013, 09:38:01 AM
The French version is not finished, do you need a French translator?

Also, there's a typo at the end of https://blockchain.info/wallet/paypal-vs-bitcoin : 'A new tecnology'
4243  Other / Meta / Re: Annoying "reputation" threads in off topic.... on: May 17, 2013, 09:09:59 AM
The thing is it's no more off-topic as all these topics have the same purpose
Hence a new (sub-)board
4244  Other / Meta / Re: Email adress visible? How can i hide it? on: May 17, 2013, 09:09:01 AM
Ah, ok. Shocked
The forum software does filter the mail for everyone, and filter the filter for just me, so i can send me an email...
Veeeeery reasonable.... Roll Eyes

But thanks for the answer.

It can be kinda useful. It reminds me of which honeypot adress I used to register here because I sure as hell didn't use my real one.
This
4245  Bitcoin / Legal / Re: Bitcoin ASCII character proposal on: May 17, 2013, 08:57:48 AM
To be more specific, i would like to put in my signature (as an example) the bitcoin sign. Is it possible and if it is, how?
Write
Code:
[btc]
That will print BTC
OK this is a bbcode used in this forum. I mean that i want to have this sign to my keyboard as euro, dollar or pound sign.
I would like to write an article and put the bitcoin sign into it as i do for all other symbols.

I don't care if it would be ascii, utf, iso or what

I know i ask to much but it can be a start.
As I said it's been years people want UTF-8 to include a Bitcoin symbol, just do a search in the forum
4246  Bitcoin / Legal / Re: Bitcoin ASCII character proposal on: May 17, 2013, 08:19:32 AM
To be more specific, i would like to put in my signature (as an example) the bitcoin sign. Is it possible and if it is, how?
Write
Code:
[btc]
That will print BTC
4247  Bitcoin / Legal / Re: Bitcoin ASCII character proposal on: May 17, 2013, 08:17:39 AM
What you're looking for is ISO 4217 (unicode, not "ascii") and here is a short list of people before you:
WTF are you talking about?
ISO 4217 is about currency codes
Unicode and ASCII are charsets
4248  Bitcoin / Legal / Re: Bitcoin ASCII character proposal on: May 17, 2013, 08:08:12 AM
Maybe your talking about one of the extended ASCII sets, like ISO 8859-15 where € is 0xA4
I think the number of people using this kind of tricks is really low. And anyway, except if you want to create your own ASCII-extended charset (good luck to make it used by anybody), you can't modify an existing one to put another symbol: all the 256 characters are used!

Where we can add characters is UTF-8
And adding a Bitcoin character in UTF-8 is discussed for years
4249  Local / Petites annonces / Re: Cash --> BTC Paris, Reims, la poste, ..... on: May 17, 2013, 07:15:59 AM
Des personnes sur ce forum?
4250  Bitcoin / Development & Technical Discussion / Re: Pywallet: manage your wallets/addresses/keys/tx's on: May 17, 2013, 06:49:25 AM
Doesn't work. I did the install.bat and hit yes/next/i agree on everything. i run pywallet.bat and I get an error.

C:\Users\Ssateneth>D:\pywallet\pywallet.py --web --port=8989
A mandatory option is missing

Usage: pywallet.py [options]
(it spams all the options after)

what am i doing wrong?
There is install.bat in the same directory, run it
If it doesn't work, try running update.bat then install.bat
Then report results
4251  Bitcoin / Armory / Re: [BOUNTY: 2.0 BTC] [CLAIMED] Message Signing in Armory on: May 16, 2013, 09:25:11 PM
As etotheipi asked me I just pushed a new version, which doesn't need any dependency
4252  Alternate cryptocurrencies / Altcoin Discussion / Re: Bitcoin testnet Saviour for Alt-coins on: May 16, 2013, 09:19:33 PM
Sickos
4253  Local / Petites annonces / Re: VEND 6BTC via paypal ( URGENT BESOIN DE SOUS VITE ) on: May 16, 2013, 08:17:28 PM
si t'es sur paris on peut faire un echange contre cash avec escrow pour les btc sur les 2 restants.
Quote
babacool69
Bizarrement j'en doute  Grin
4254  Other / Off-topic / Re: 1 BTC if you ask me the RIGHT question. on: May 16, 2013, 08:03:19 PM
https://bitcointalk.org/index.php?action=profile;u=26333
Quote
Last active 15:17:41 le 14/05/2013
Which is less than 30 minutes after OP
4255  Other / Off-topic / Re: I can't stop gambling what do I do on: May 16, 2013, 07:38:43 PM
Use some ECC math and send coins to ( your public key * private key only known by trusted guy )
When you want to use your coins, multiply both private keys and it gives the final private key to use

How to
Here, A is OP and B is trusted guy

Sending:
  • A sends his public key(Apk) to B
  • B computes Apk * Bpvk (Bpvk is a private key) and the result is the vault public key
  • B computes the corresponding address and makes it public
  • A sends coins to that address

Redeeming:
  • B sends Bpvk to A (can be done securely: https://bitcointalk.org/index.php?topic=196378.0)
  • A computes Apvk * Bpvk (Apvk is the private key corresponding to Apk) and the results is the vault private key: Vpvk
  • A imports Vpvk in a wallet
  • A uses his coins

4256  Alternate cryptocurrencies / Altcoin Discussion / Re: This YAK FUD it's a proof, that people has real interest on this coin on: May 16, 2013, 07:24:04 PM
This North Korea FUD it's a proof, that people has real interest on this country


What is fucking wrong with you? Does the need to be an early adopter burn your brain and destroy every bit of logic inside you?
4257  Alternate cryptocurrencies / Altcoin Discussion / Re: Bitcoin testnet Saviour for Alt-coins on: May 16, 2013, 07:20:15 PM
Yeah... Sure...
WTS Testnet Bitcoins at 1BTC/1k
4258  Local / Discussions générales et utilisation du Bitcoin / Re: Projet DIY Avalon, votre avis? on: May 16, 2013, 05:55:12 PM
Je n'en suis pas l'auteur, j'ai en fait un fork plus avancé et surtout plus suivi
Du coup c'est peut-être le code de Joric qui t'a aidé à comprendre (comme moi Grin), mais si je l'ai assez démocratisé pour que t'en entendes parler et que ça t'aide c'est déjà pas mal!

Ah et désolé pour les parties horriblement codées... J'ai appris le Python avec pywallet donc les codes datant de mes premières modifications doivent être assez moches...
4259  Other / Beginners & Help / Re: A $15m computer that uses "quantum physics" effects to boost its speed on: May 16, 2013, 04:01:54 PM
I read ultra quickly and I understood it's not what is called a "quantum computer". It just uses a processor that uses quantum effects in its transistors.
4260  Other / Off-topic / Re: I can't stop gambling what do I do on: May 16, 2013, 03:46:12 PM
Another alternative is to find someone in the bitcoin community that you trust and get them to hold to them until your withdraw for something worthwile.
If OP really wants that, chose carefully the guy and read his posts/feedbacks
If needed I can be this guy (I mean seriously this time, I know how addiction is a bitch)

Whatever you do, follow bigmerve's advice
Pages: « 1 ... 163 164 165 166 167 168 169 170 171 172 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 ... 291 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!