Bitcoin Forum
May 28, 2024, 05:40:53 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: « 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 [21] 22 23 24 25 »
401  Economy / Marketplace / ANY $10 Steam game for 80 mBTC ($8.5) on: June 10, 2013, 10:02:58 PM
Hello all,
I have $10 in my Steam wallet that I want to get rid of, as I don't really need any games at the moment.
If there is any $10 game you'd like, I'll happily gift it to you for only 80 mBTC. If you're interested PM me or Bitmessage me at:
BM-2DACvsFxo1q2PTRH48i65aCzTZeMpdsDyw.
402  Other / Off-topic / A quick guide to installing Bitmessage on OS X. on: June 08, 2013, 07:37:56 PM
Bitmessage is awesome. However, the installation process isn't particularly intuitive.
I just got it working on OSX, and thought I'd share my findings.
First, make sure you have git and Homebrew installed. Then, you need to make sure homebrew is working. Open Terminal, and run
Code:
brew doctor
and fix anything critical that it returns.

Now, install the dependencies. You will need to update Python to 2.7.3. You probably have 2.7.2 at the moment. Run
Code:
brew install python
to update to the correct version. In order for Bitmessage to run, you also need OpenSSL and PyQt. Install these with
Code:
brew install pyqt openssl

Now, you're ready to actually download the Bitmessage source code. First, cd to your desktop or wherever you want to install it. Then, run
Code:
git clone git://github.com/Bitmessage/PyBitmessage.git
to download it from GitHub. Now, cd into PyBitmessage src folder, and enter
Code:
python bitmessagemain.py
The Bitmessage UI should open. At this point you can minimize the terminal window, which should be spewing a ton of info.

It works! However, it's inconvenient to run these two commands every time we want to run bitmessage. It's extremely easy to create a script to run it for us.
To do this, open textedit and enter
Code:
python ~/Desktop/PyBitmessage/src/bitmessagemain.py
You may need to adjust the path to wherever you installed it.
Now, save it as Bitmessage.command. To make it executable enter
Code:
chmod +x 
but do not press enter. Hit space and drag the Bitmessage.command file into the Terminal window. Now hit enter, and the file will be executable.

You can easily open Bitmessage by double clicking this file.
If you get it working, feel free to send me a message to my address! Hope this helped.
403  Economy / Games and rounds / Re: *FREE BTC* -PrimeDice.com Giveaway Thread - 0.001-0.003 *FREE BTC* on: June 02, 2013, 12:17:14 AM
BTC: 14K3pn7DfT9AxEHri7GgaFAgFXfFviQ4Fi
Twitter: @Jaxkr_
404  Alternate cryptocurrencies / Altcoin Discussion / Re: [ANN] SkyCoin (SYC) - A Scrypt based Cryptocurrency, BINARIES ARE UP GET MINING! on: May 31, 2013, 10:56:24 PM
What should the conf file be named?
405  Economy / Digital goods / WTS any $10 Steam game for 76 mBTC. on: May 31, 2013, 06:47:04 PM
I have $10 in my Steam wallet that I don't need, and would like to exchange for some BTC.
I will gift you any $10 game for 76 mBTC. If you want something less than $10, I'll sell that as well for the converted amount of BTC.

If you're interested, PM me.
406  Economy / Goods / [WTS] Any $10 Steam game. on: May 31, 2013, 06:43:06 PM
I have $10 in my Steam wallet that I don't need, and would like to exchange for some BTC.
I will gift you any $10 game for 76 mBTC. If you want something less than $10, I'll sell that as well for the converted amount of BTC.

If you're interested, PM me.  Smiley
407  Other / Meta / Re: I think there is a typo in the description. on: May 25, 2013, 07:24:25 PM
What about "support requests"? "Tech. help" is unclear to non-native speakers of English.

OK.
Wow. You changed it. Thank you. You're a good admin.
408  Economy / Economics / Re: Repost on: May 23, 2013, 04:38:00 AM
Yeah. The fuck is this thread about?
409  Economy / Economics / Re: What happens if some1 rich buys it all? on: May 23, 2013, 04:30:59 AM
You can't buy them all. They won't all exist until a hundred years in the future.
410  Alternate cryptocurrencies / Altcoin Discussion / Re: DO NOT DOWNLOAD YACOIN - SENDS WALLET.DAT TO http://bitcoin-ticker.netne.net/u.p on: May 23, 2013, 04:29:00 AM
Just to be safe I have shut down the .netne.net website with my cannons.

 Wink
Awwww... That wasn't nice. Netne.net is a subdomain for a free hosting service. It's used by a lot of non-scam websites.
411  Bitcoin / Project Development / Re: [UPDATED] ~ Accumulative Jackpot Raffle ~ BitcoinRaffle.tk ~ on: May 21, 2013, 05:02:16 AM
Site not published.
412  Bitcoin / Hardware wallets / Re: [ANN] Trezor: Bitcoin hardware wallet on: May 19, 2013, 07:27:43 PM
I don't understand how it "works with every Bitcoin wallet".
Wouldn't the wallet have to support it in order for the user to be prompted to sign the TX on the Trezor?
If the client is unsupported, does it just generate a raw TX for you to use?
413  Other / Meta / I think there is a typo in the description. on: May 19, 2013, 07:11:34 PM
On the "Development and Technical Discussion" forum, the description is set to "Technical discussion about Satoshi's Bitcoin client and the Bitcoin network in general. No third-party sites/clients, bug reports that do not require much discussion (use github), or tech. help."
I don't think that this tech. help is correct.
414  Alternate cryptocurrencies / Altcoin Discussion / Re: So, is Ripple a scam? on: May 18, 2013, 12:41:16 AM
From what you've guys have said (thank BTW), I've gathered that Ripple is essentially PayPal that trades in a unit that they invented and control.
415  Bitcoin / Bitcoin Technical Support / Re: Running programs written in Python on: May 17, 2013, 04:58:48 AM
Man none of this stuff is working for me, I installed python33 and it keeps giving me errors. Can someone ELI5 how to pull data from btc-e. Willing to tip for your efforts.

I didn't link to python 3.3 above, so "none of this stuff is working" would not be stuff I posted. Most python programming is still done on 2.7, because libraries for 3+ are limited.

Gotcha, thanks for your time btw. Sorry I'm a bit frustrated because I always suck at learning a new programming language. Once I can get a somewhat complicated programs running I can usually figure everything else out. Only thing I've been able to do so far in python is "Hello World" Sad

Is there like a simple programs to just pull the last traded price from btc-e that I can try just for a test? I want to see if I can run an interactive program.
Well, you could scrape the web page using Beautiful Soup to get the data from btc-e and into your script.
EDIT: Actually, just use the API. No scraping required.
416  Bitcoin / Bitcoin Technical Support / Re: Bitcoin QT on Rasperry Pi? on: May 17, 2013, 04:57:36 AM
I also bet Electrum would perform well on a Pi.
417  Bitcoin / Mining support / Re: GUI MINER CRASHING! Solution? on: May 17, 2013, 04:55:47 AM
So, you solved your problem?
You might want to post some logs or something. It could be a serious problem.
418  Bitcoin / Bitcoin Technical Support / Re: bitcoind and who sent ? on: May 17, 2013, 04:49:16 AM
Most wallets will let you have more than one address.  The easiest (and correct) way to do this is to give each person a separate bitcoin address to pay you. Since you can see which address gets paid, you'll know who paid you (since you'll have kept a list for yourself of which payment address you gave out to each person.  Even better yet give out a new address for every transaction. Then you can tell exactly which transaction was paid.

The method that SatoshiDice uses is a hack that is unreliable.  It is not recommended and is generally a bad idea.  I believe that they wrote their own software to support their model.
Yeah. What SDIce does is looks at the input of the TX, and sends the prize to the same address.
419  Other / Meta / Re: Erase Acount on: May 17, 2013, 04:45:47 AM
I would like to delete my account and all my forum post.
Can you help me?
You should post this in "Meta" or message a mod.
420  Bitcoin / Mining speculation / Re: Estimated hashrate of the NSA? on: May 17, 2013, 04:41:48 AM
I'm sure they're busy cracking encryption trying to read suspected terrorists' emails.

They can't read their own email without this massive computational power??? Wink
if terrorists are still using crackable encryption, they deserve to be caught.
Yeah. I use RSA 4096 for my "how's a movie on Saturday sound" emails.
Pages: « 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 [21] 22 23 24 25 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!