Bitcoin Forum
May 26, 2024, 03:43:15 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: « 1 ... 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 [136] 137 138 139 140 141 142 »
2701  Bitcoin / Bitcoin Technical Support / Re: Help running bitcoin in a Debian Lenny headless machine on: July 30, 2011, 12:08:46 PM
has anyone successfully done this?  I have been trying for days with no success. 

bumping an old thread... still can't get 0.3.24 working on debian lenny.
2702  Other / Meta / Please STICKY the thread for latest bitcoin release (+ help with 0.3.24) on: July 30, 2011, 12:04:37 PM
I'm having trouble with 0.3.24 not finding glibcxx_3.4.11 and some other file and I'd like to find the official thread for this version, but am unable to.

It would be good if the thread for the latest bitcoin version was stickied, and then unsticky the previous one each time a new one comes out.

so... anyone can give me a link to 0.3.24's thread? thanks.
2703  Bitcoin / Bitcoin Discussion / Re: mybitcoin down or just me? on: July 30, 2011, 07:07:32 AM
seriously, if someone can point me to a better service than Mybitcoin, I will be there in a heart-beat.

well actually, i just found out about http://walletbit.com ...I'm checking them out and will ask around to get some feedback from current users.
2704  Other / Off-topic / Re: I received a threatening letter from ebay/paypal. on: July 30, 2011, 06:52:06 AM
i wonder what they'd say if you kind of did something opposite:

register lowestscumoftheuniverse.com and redirect it to paypal.

no trademark issue, right?
2705  Bitcoin / Bitcoin Discussion / Re: Crazy Land Rush on: July 30, 2011, 06:43:48 AM
I've seen this image soooooo many times on the web.

just type 'laptop woman' into google images as an example Smiley



(actually, tineye returns 978 results for it  Shocked Shocked Shocked)

2706  Bitcoin / Bitcoin Discussion / Re: mybitcoin down or just me? on: July 30, 2011, 06:31:50 AM
I'm surprised people still use it with all the complaints and crying about it on the forums.

there's really no similar site yet unfortunately.

lots of other types of wallets around (instawallet, etc) but not with the same functionality as mybitcoin.com
2707  Bitcoin / Bitcoin Discussion / Re: mybitcoin down or just me? on: July 30, 2011, 01:52:51 AM
Why the fuck can't they give a heads up before dropping off the face of the map!?

So they can steal as much as possible?

hahaha such a perfect and obvious answer Cheesy
2708  Local / Español (Spanish) / Re: Generar QR para tu dirección BTC. on: July 30, 2011, 01:51:03 AM
by the way, if you have a payb.tc short link you can also view it as a QR image, just put /qr on the end:

eg. http://payb.tc/tronlet/qr
2709  Economy / Speculation / Re: Bitcoin will reach 5-6 dollars within 1-2 months on: July 30, 2011, 01:43:34 AM
I personally know someone who is not an early adopter but has 20000+ coins... bought for $8 or 9 each.
he already has nice car and boat though so he's not doing it to get rich.
2710  Bitcoin / Development & Technical Discussion / Re: Running on a port other than 8333 on: July 29, 2011, 02:26:55 PM

honestly i'd like to upgrade but i still haven't found a solution to the missing glibcxx_3.4.11 yet.

/usr/lib/libstdc++.so.6: version `GLIBCXX_3.4.11' not found
/lib/i686/cmov/libc.so.6: version `GLIBC_2.11' not found
2711  Other / Meta / Re: Signature Spamming Is Out of Control on: July 29, 2011, 02:03:13 PM
Maybe I LIKE to see them (I don't particularly).  But who are you to decide for me what I want to see?

Just go into your profile and set "Don't show users' signatures." to on, that's simple...

I see a 'Ignore Boards' link... maybe if there was an 'ignore users' link I could just add people that (so rudely) use giant signature images.

i like to see people's signatures, just not the in-your-face ones.
2712  Other / Meta / Re: Signature Spamming Is Out of Control on: July 29, 2011, 01:54:31 PM
instead of banning outright, why not just keep tem to a reasonable size like 468 by 60.
2713  Economy / Speculation / Re: Bitcoin will reach 5-6 dollars within 1-2 months on: July 29, 2011, 01:51:59 PM
I think it might decrease yes. But predicting a target is totally absurd.

I'm not in any way predicting, it's more a guess, and I know that there are many things that can happen in that time period that can substantially make my guessing look totally wrong.

Say what? English not your first language I guess ? Predicting and guessing is the same thing buddy.

please tell me you don't actually teach english officially.
2714  Bitcoin / Development & Technical Discussion / Re: Running on a port other than 8333 on: July 29, 2011, 12:47:42 PM
maybe i'm just misunderstanding how this is supposed to work...

but can anyone tell me what mainline version number this was first added to? it's not working with 0.3.20 but i guess i should maybe be upgrading anyway.
2715  Bitcoin / Development & Technical Discussion / Re: Running on a port other than 8333 on: July 29, 2011, 12:03:42 PM
Why are you trying to run 2 bitcoinds?

Isn't the answer to that question in the OP?

(to run two separate websites/businesses/wallets on one server at the same time)
2716  Bitcoin / Development & Technical Discussion / Re: Running on a port other than 8333 on: July 29, 2011, 11:21:11 AM
thanks matt, i have more questions now hopefully someone can help Smiley

c) do i physically need 2 copies of the bitcoind bin? i'm not much of a linux guy but i tried to nohup the 2nd instance of bitcoind from the same physical program file and it doesn't appear to have launched the 2nd process.

d) i was going to ask how to just stop one instance and not both, but if you need 2 physical copies of bitcoind then a simple stop command would make sense.
2717  Bitcoin / Development & Technical Discussion / Re: Running on a port other than 8333 on: July 29, 2011, 10:52:52 AM
I've been working on adding -port= / -rpcport=  command line / config file options to bitcoin.

Usage looks like this:
Code:
$ ./bitcoind getbalance  # The TEST network Faucet bitcoind
40616.66159265000
$ ./bitcoind -datadir=/home/bitcoin/.bitcoinTEST2 getbalance
1000.000000000000
$ cat /home/bitcoin/.bitcoinTEST2/bitcoin.conf
rpcpassword=.....
port=18666
rpcport=18665

Patches are at http://pastebin.com/2e4hfXSS; I've only tested on Linux so far, anybody willing to try this on Windows?

a) is this information still current, or is there some more up-to-date thread i should be reading instead? (i notice there is an rpcport option in the example bitcoin.conf going around, but no 'port' option).

b) has this functionality made it into the default client, or i still need to find a patched version?

thank you.
2718  Bitcoin / Bitcoin Discussion / Re: TradeHill - Why we no longer accept Dwolla and an open letter to Ben Milne on: July 29, 2011, 09:22:25 AM
[snip>
Quote
Quite playing word games.
Again, the Dwolla business model. "Our transactions are not reversible, except when they are."

I just love JoelKatz' short and to-the-point remarks. Cheesy

"At Dwolla, we promise to never reverse transactions.




We just delete them instead."
2719  Other / Off-topic / Re: POLL: Where do we live? on: July 29, 2011, 09:05:54 AM
Australia is part of Oceania.
2720  Other / Off-topic / Re: What have you bought your wife latley? on: July 29, 2011, 09:02:43 AM
Uh....I'm supposed to buy things for my wife?

yes, aprons, ironing board covers, that sort of thing.


Huh.  How odd.  I didn't see that in the contract I signed.

read the fine print it's just under where it says she has to give you sex twice a year.
Pages: « 1 ... 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 [136] 137 138 139 140 141 142 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!