Bitcoin Forum
June 08, 2024, 02:39:40 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: « 1 ... 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 »
5261  Bitcoin / Bitcoin Discussion / Re: FirstBits.com - remember and share Bitcoin addresses on: July 10, 2011, 09:25:39 AM
Two addresses of mine, which have already 7 confirmations, still don't appear in the chain according to firstbits. Maybe the bitcoin instance running there was offline during the downtime period and isn't up to date?

Edit: It's working. Seems I needed to post something here Smiley.
5262  Economy / Speculation / Re: $/BTC Time Series Analysis on: July 10, 2011, 08:19:07 AM
Sorry for the dumb question but, what are the two coming from the left? Is green line actual price and red line some sort of moving average?
5263  Bitcoin / Bitcoin Discussion / Re: How does one increase one's odds in the speculation game? on: July 08, 2011, 08:34:54 PM
A good place to start is by not selling lower than you bought them.

Some people on here don't seem to get that one right.

I find that to be a particularly bad piece of advice.


Quote
Yes, that is exactly what I mean. I am pretty sure that at *some* point in time, the exchange rate will come above $30

You're ignoring the fact that I may be long dead before that happens. The price *may* return to $30 at *some* point in time, but my life span is finite, and I'd rather earn some money before my 60s-70s so I can enjoy it from then on.
5264  Economy / Speculation / Re: Bitcoin Technical Analysis on: July 08, 2011, 06:50:40 PM
I voted "same as now", meaning "between 10 and 17". I think the $10 level needs to be tested again to either lose it or form a double low.

I think the $10 level has proven to have some strong support. It's already made a double low, June 12th and July 5th (ignoring the whole hacking incident/flash crash which I don't think we can call a real price). I was really glad to see $10 tested again on the 5th and hold. Since the rally up from $10 has lost steam, I tend to agree that we'll probably see fluctuations in the "10 to17" range.

I half agree with you. While it may already have tested the $10 twice, I personally believe that the crash has substantially changed the rules of the game, and would love to see that level being checked again, for the second second (sic) time.
5265  Bitcoin / Bitcoin Discussion / Re: btc.to QR code and Block Explorer shortcuts on: July 08, 2011, 04:07:35 PM
Google can be used for this too:

https://chart.googleapis.com/chart?chs=150x150&cht=qr&chl=19GgbRa54uQKkuvpWtajV86BurRuubvk12
5266  Bitcoin / Project Development / Re: [ANN] API for Instawallet on: July 08, 2011, 09:18:28 AM
Any chance to have firstbits (currently down due to a bug hunt) integrated? Whenever a given address is shorter than N characters (I think firstbits uses 22 but can't remember right now), a query to the firstbits API is made to discover the full address, and the process continues from that point on.

Thus, we could do: payment 12345 0.01. Sweet, isn't it?
5267  Economy / Speculation / Re: Bitcoin Technical Analysis on: July 07, 2011, 09:38:25 PM
I voted "same as now", meaning "between 10 and 17". I think the $10 level needs to be tested again to either lose it or form a double low.
5268  Bitcoin / Development & Technical Discussion / Re: Vanitygen: Vanity bitcoin addresses FAST! on: July 07, 2011, 06:15:04 PM
Can results be logged to a text file?

Add '> file' to the command line. The greater-than character means "redirect output to file".


It can.  The -r switch was the trick.

I assumed you were using it Smiley.
5269  Bitcoin / Development & Technical Discussion / Re: Vanitygen: Vanity bitcoin addresses FAST! on: July 07, 2011, 12:12:14 PM
I have the targets stored in a text file.  [...] It seemed that the command window changed the double quotes to an o with two dots over it

Hmm, that's probably due to some encoding issue. Why don't you try generating things step by step? First a plain "1", which should always succeed, then "1a", then "1a" inside a file (no quotes needed), then "1[Aa]" in the command line (unquoted, single and double), then the same in a file... until it bombs.
5270  Bitcoin / Development & Technical Discussion / Re: Vanitygen: Vanity bitcoin addresses FAST! on: July 07, 2011, 07:04:21 AM
EDIT:  Hmmm, didn't work.  "Invalid character '[' in prefix 1[p|P]etc..."

You don't need the pipe: 1[Aa][Bb][Cc]. In some shells you may have to escape/quote the square brackets. Safest is to enclose the whole regex in single quotes (double quotes in windows' cmd).
5271  Bitcoin / Development & Technical Discussion / Re: Vanitygen: Vanity bitcoin addresses FAST! on: July 07, 2011, 05:18:00 AM
Sorry for my noobness... how does one import keys?

You need to use a modified bitcoin client (read the OP) and run:

Code:
bitcoind importprivkey 5KhUstDBWc...

The string to use is the "Privkey" as returned from vanitygen.


Adding * allows repeating the character.
G[e|E]*n  matches GeeeeEEEeeeen, Gen and Gn. If you want to have at least 1 occurence of the character, use + instead of *.

That's how I know regexps. Not sure if it is actually the pcre-style regexp syntax used in vanitygen.

What you describe, particularly the '+' bit, applies to both GNU extended and Perl compatible regexen.
5272  Economy / Speculation / Re: Bitcoin Technical Analysis on: July 06, 2011, 06:34:09 PM
cant vote
anyone else?

Me neither.


+1
5273  Bitcoin / Bitcoin Discussion / Re: FirstBits.com - remember and share Bitcoin addresses on: July 06, 2011, 04:44:32 PM
Firstbits seems to be down for maintenance right now. No problem with that, but /api/?a=foo still works Wink. /api/foo and /foo don't.
5274  Bitcoin / Project Development / Re: [IDEA] bitcoin supported distributed file store on: July 06, 2011, 04:37:02 PM
Could it be Tahoe?
5275  Bitcoin / Development & Technical Discussion / Re: Vanitygen: Vanity bitcoin addresses FAST! on: July 06, 2011, 02:03:47 PM
btw. to run on multiple cores I just use this.. it's not nice, but it works (for me Wink):

I do:

Code:
$ for I in {1..4}; do (./vanitygen -r foo; killall vanitygen) & done

The first to finish kills the others Smiley.
5276  Economy / Speculation / Re: Will we reach at 12$? on: July 06, 2011, 05:32:41 AM
There are about 20k worth of coins in the bid orders down to and including the $10 ones (Mt Gox), so are there people out there willing to unload that many ?

I was going to say something like that, but realized that 10 of those 20k were/are at exactly 10.00000BTC, and could potentially be a single order which could be cancelled when deemed appropriate.
5277  Local / Español (Spanish) / Re: Sin una liberalización total del mercado laboral, BitCoin destruiría España. on: July 06, 2011, 05:27:03 AM
Después de mearte bien agusto fuera del tiesto y mojarte del todos los piés

Qué quieres que te diga... "pies" se escribe sin tilde. No leo más.
5278  Economy / Trading Discussion / Re: MtGox Websocket finally open! on: July 05, 2011, 07:21:29 PM
MtGoxLive.com is also running fine.

Not here. When the websocket is down, mtgoxlive doesn't update the green line or the last price, although market depth is updated.
5279  Economy / Trading Discussion / Re: MtGox Websocket finally open! on: July 05, 2011, 07:04:22 PM
For me it works intermittently (is that correct english? Tongue).
5280  Bitcoin / Development & Technical Discussion / Re: Vanitygen: Vanity bitcoin addresses FAST! on: July 05, 2011, 12:18:23 PM
Oh, study, what an old Perlish friend Smiley.

Now it's working. Thanks for the prompt reply!
Pages: « 1 ... 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 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!