Show Posts
|
Pages: [1] 2 »
|
Asking $200 in BTC for both, or best offer.
Jeff Mangum is the former frontman of Neutral Milk Hotel.
|
|
|
NVIDIA GeForce GTX 285 - $55 obo. in BTC (PayPal or Dwolla for reputable members) -recently blown out with air duster. -bought in 2010, has dust. -Worked great for me. Runs all my games playably, incl. Crysis, but not at max settings obviously. -Not used for about a month (bought a different card on this forum) -I tinkered with overclocks on it, ran it at 695-725 mHz most of the time. Not when idling of course. Good card for OC in my experience. -Hits 86 degrees celcius at 745 mHz in 3DMark. Tops out at around 80, maybe 82, in Crysis I believe. -Bought this card with a build from a retired gamer. Not sure how much he gamed on it before he quit gaming.
Old 80 GB ATA Drive -$30 obo. -Works -Great for mining rig
Razer Tarantula Gaming Keyboard - $50 obo. -Caps-Lock malfunctioning, probably just needs cleaning. I just unmap it. -Works GREAT for gaming-- I have no issues with the keeping the board, but I just splurged on a mech so I have no need for this. -Doesn't have the light-up thingy that plugs into the top of it. -Sometimes at boot-up I have to plug it in again, idk why, maybe computer ports.
Everything sold as-is. 1 week to return them after you receive them. Escrow is not a problem.
|
|
|
I'd like to sincerely apologize to MPOE-PR for my rudeness to her in the past. I've engaged in some trolling and it won't happen anymore. MPOE-PR, I appreciate the thought you put into your posts, and I have no business in needlessly detracting from them. You're not the propaganda account I originally perceived you to be.
Best wishes and happy holidays to all, Bob
|
|
|
Could an alternate client be made that "reads" and "posts" transactions to Usenet, without the need of a full local blockchain? What if classic bitcoin nodes also posted transactions to Usenet to support this hypothetical alt client? The capacity is definitely there. If every bitcoin node posted transactions to usenet, then certainly they could be verifiable. For those of you who don't read the altcoin boards, I just posted this: https://bitcointalk.org/index.php?topic=127666.0
|
|
|
I had a thought today that made me laugh, about somebody trying to "post" a binary file in the blockchain, as they have done over NNTP for years--with surprising efficiency. Then I had a crazy idea...
Usenet servers store lots and lots of data, and my limited understanding of usenet is that it is essentially a p2p network on the macro level.
-Could Usenet be somehow used to solve the burden of the blockchain on the bitcoin network? And blockchain spam? -Could a protocol be invented where transactions are posted to a newsgroup (or newsgroups), in a manner that is tamper-proof, decentralized, and cryptographically verifiable? -Could the double-spending problem be solved?
It doesn't seem outside the realm of possibility.
The warez scene imposed itself on usenet and isn't showing signs of slowing down. NZBs and par files were invented for this purpose. I read that 9 TB a day are posted to Usenet. Our dinky little blockchain would be a drop in the bucket. It seems like an untapped resource and I couldn't find any threads about it.
Or is this another dead end idea?
Newscoin? (sorry, couldn't resist)
|
|
|
Discuss. I've read interesting things on both sides, but I'm of the opinion that GPG-->pastebin (or something) is better.
|
|
|
And why at such high rates?
I can't picture myself ever taking out a bitcoin loan, at least not until it's a household currency. Am I missing something?
I don't think "I have income denominated in bitcoin" is a very good answer, either.
|
|
|
I'm sure I left out a few deposit takers.
|
|
|
This is the third week of my first programming class, so I thought I'd share my latest project. Total noob stuff here. I spent 3 hours on this and I'm kind of proud of it, mostly just because it works. Bitcoin is a huge part of what inspired me to study computer science, so it's a little bit exciting for me to post this here. The assignment was to create a program that displays a payment plan for a credit card consumer. It only had to work for positive balances. #include<iostream> #include<iomanip> using namespace std; void main() { double bal; // card balance double r; // interest rate double mc; // monthly charge double mp; // monthly payment double fc; // finance charge double lp; // last payment double negbal = 1.0; // to be used when bal is <= 0 int month = 0; // month counter bool hasHeader = false; // I used this variable so that I would not display the column titles in the case that the card cannot be paid off cout.precision(2); cout.setf(ios_base::fixed); cout << "Initial balance? "; cin >> bal; cout << "Interest rate?\t "; // asking for a % APR cin >> r; cout << "Monthly charge?\t "; cin >> mc; cout << "Monthly payment? "; cin >> mp; r = r / 12 / 100; // convert APR to MPR double orbal = bal; // orbal will later represent the original balance, to test whether balance increases over time (and thus cannot be paid off) do { month++; fc = bal*r; bal = (fc + mc + bal) - mp; if(orbal < bal) { cout << endl << "Card cannot be paid off." << endl; bal = 0.0; } else { if (hasHeader == false) { cout << endl << "Month " << "F/C " << "Balance" << endl; hasHeader = true; } if(bal <= 0) { negbal = bal; bal = 0.0; } cout << setw(3) << month << setw(10) << fc << setw(12) << bal << endl; if (bal <= 0) // loop to determine last payment { lp = mp + negbal; cout << endl << "Your last payment was " << lp << endl; } } } while(bal > 0); system("Pause"); }
|
|
|
This is a hot-button topic on the meta board, so here's a poll to voice your opnion.
I think that if we are going to host this kind of activity, then we are handling it well.
Keep in mind that it would be much more work for mods to enforce a ban on lending-type posts here.
|
|
|
I'm no professional poker player, but I still like to argue on the internet.
I have different opinions about many long-term offers that I won't share (because I like making friends, not enemies).
But... RustyRyan? Come on...
P.S. I've got a few bitcoins lying around to bet... Rusty defaults by May 2013. Escrowed bets only.
|
|
|
Since I am skiddish about sending my bitcoins to a 3rd party betting site, I'd like to open a thread here for any kind of bet for forum members here. The weighted system on betsofbitco.in is annoying to me. Forum betting is all the rage these days!
This will begin as an experiment, because I need to see how to run this in the most efficient manner. The layout of this thread will change as necessary (for instance, I may start asking for bet statements in pm's, which I will then put here in the OP). If there is enough demand, I would like to streamline this and make it a useful service.
The idea would be to post a statement in this thread, and I will evaluate it for clarity. Once I accept it, other members will be able to take the other side. I am available for escrow, but that be will up to the bet maker. It will be up to the bet maker to gauge the trustworthiness of other members, so only they can accept bets on their wager.
Are there any other forum members here interested in helping me proctor this? It would be very helpful to have a small cartel of trusted members to evaluate the outcomes and maintain the thread.
This is all just a messy brainstorm right now, so I'm asking for input and gauging interest before accepting any bets. Any help and input would be appreciated. I'm not planning on making any money from this, because I don't see it taking up a lot of my time. But if it is successful and time consuming I may have to start taking a cut.
I think this could be a great alternative to betsofbitco.in.
|
|
|
If pirate thinks he can still manhandle the market (as he has done more than once), then he will try it again.
One of these fridays, I expect Pirate to post a message something like this:
"Ok folks, I now have enough coins to pay back all of my lenders in full. I just have a couple more things to iron out, and I will begin repayment within 24 hours. I will have all accounts settled by Sunday night. Thank you for your patience and good faith in this ordeal."
Of course, he won't have any coins, but his plan is to cause the market to panic sell before his investors have a chance to, and pick up a lot of cheap coins.
Just a thought. Hold onto those coins!
|
|
|
I'm needing two small plastic pieces copied for me (lots of times), with very specific details. You would probably have to scan the originals. PM me for details. Paying BTC
|
|
|
This is not a discussion or a troll thread, so please ONLY POST ONCE here (of course, feel free to edit your post). I would like to hear the opinions of other Bitcointalk members on this incredible wager that is unfolding as we speak. What do you think about this situation, and more importantly, why? I don't know what to think, other than that I trust he will pay if he loses. I will pay if I lose my 65 BTC end of the bet. This isn't meant to be an inflammatory or a redundant thread (I don't think it is), I am sincerely curious. Bet thread: https://bitcointalk.org/index.php?topic=101751.0
|
|
|
Gauging public opinion here.
Mods, this may belong in Speculation but I'm not sure. I think it works here.
If you wish, tell us why you voted.
|
|
|
I think the world is in a state of AnCap. I see the government as one big company that "extorts" people for money and prints its own money too. They take polls of the population and try to (or at least appear to) act in the best interest of the public. The list goes on.
Could it be that AnCappers are just angry at how powerful and irrational and immoral this company is and seek an alternative? Do they want to just hit the reset button on society so that their version of power distribution gets a fair chance?
What does a government do that a company can also not do, theoretically? I think that government is an arbitrary label.
|
|
|
I do not want GOXUSD, or anything else. Only Dwolla. I plan to update this thread regularly, and will lock it when I'm finished.
I am currently selling at a 1.5% discount from the Gox ask price (equalling 8.78 at the time of posting).
Edit: Only 35 BTC left to sell for now.
|
|
|
|