Bitcoin Forum
May 08, 2024, 11:40:50 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: « 1 ... 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 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 143 144 145 146 147 148 149 150 ... 190 »
1981  Bitcoin / Bitcoin Discussion / Re: Idea: Userscript for Bitcoin integration into Amazon on: January 07, 2012, 04:10:07 PM
I recon this approach would work for any site or B&M that accepts their gift card. Let's say I want to go to dinner tonight at Applebees and want to use my re-loadable gift card which is low on funds at the moment. I could top it off via Bitcoin with your approach. Genius!


Oh wow, you're right.  This approach to Bitcoin integration actually has far-reaching implications.
We should probably get it working ASAP and have it mentioned on lovebitcoins.org.
1982  Bitcoin / Bitcoin Discussion / Re: Idea: Userscript for Bitcoin integration into Amazon on: January 07, 2012, 03:16:16 PM
The interesting part is that there is a place to enter a gift card on the final order page, AND it's AJAX. That would make it really easy to have the script wait for the gift card code from the server, submit the gift card code, and then submit the order.

Hmm, that's another way to do it... we have two approaches then, essentially:
(1) Pay for the order in BTC, and don't actually complete the order.  Hand the order to the Bitcoin Amazon service and have it complete the order (whether through a human operator or by bot)
(2) Pay for the order in BTC, get an equivalent gift card code, and use that to complete the order instantly.

I do like the second one more.
1983  Economy / Speculation / Re: RALLY! on: January 07, 2012, 05:27:33 AM
Today's technical analysis
brought to you by ineededausername

The indicators
1. In the very short term, another spike up is somewhat likely -- MACD crossover.  At the very least, we are going to see some buying momentum.
2. All bullish indicators (RSI, MACD, PPO, OBV) are remaining bullish despite the recent correction, which now appears to have merely been a consolidation.
3. Additional note: PSAR is at 5.25, a major support.
4. Hourly indicators are cautiously saying that we should be emerging from the correction.

Trendlines
1. We just broke out of a short-term (hourly) downslope, a bullish signal.
2. Long term trendline is at 5.25.  This is a major support level -- VERY strong, as the PSAR is also here.
3. Another mid-term trendline is at 5.5, another strong support.
4. Strong support in the 5 region means that the lowest we can get is 5.75.

Spike analysis
Let's use the 6.6 range as a standard shorting range.  Then we have:
~7.25 for 10:1 liquidation, triggered by any spike up to ~7.2.  I'd say this will not produce too much of a squeeze.
~8 for 5:1 liquidation.  This could produce another giant chain of spikes like the one from 4.8 to 7... but requires ~25k BTC of buys right now.  We'll see if another large USD inflow on Saturday can do this for us.  If it spikes to 7.5, I'd say 8.5 is a likely target, and maybe even 9 if the depth is small enough on the ask side.  In fact, 10 is not outside the realm of possibility for this weekend, but consider it a 2% case.
Thus... major spike resistance: 7.22 (prev high), 7.5, 8, 8.5.  8 is probable this weekend.

On the other hand, if we are correcting, I'd suggest going long at ~5.75, if we get that low, based on previous analysis.

Depth analysis
10k BTC is needed to move $0.75 up and $0.50 down.  We are entering a time of low depth... watch out for volatility.  However, support at lower levels is much stronger than resistance on the way up.  Watch out for the depth to $8 -- if it's constantly decreasing and it reaches ~15k, we could see a possible spike up.  This depth signal requires confirmation from other indicators.

Conclusion: a correction below $6 is a MAJOR BUYING OPPORTUNITY.  In the lower ranges of $6, I would suggest buying.  On the way up, $8 and $9 are possible targets this weekend, with $10 setting the maximum for an extreme scenario.

1984  Economy / Speculation / Re: RALLY! on: January 07, 2012, 05:08:06 AM
If ask depth is simply allowed to form again, we might go back down a bit.  Another major upward spike will definitely happen in the next 18 hours though, so keep your eyes peeled. Grin
1985  Economy / Speculation / Re: GO !GO! GO! on: January 07, 2012, 05:06:50 AM
Up it goes! Grin
1986  Bitcoin / Bitcoin Discussion / Idea: Userscript for Bitcoin integration into Amazon on: January 07, 2012, 04:48:06 AM
Clearly, Amazon isn't about to start accepting Bitcoin anytime soon.  This proposal outlines how a userscript could basically fully integrate Bitcoin into Amazon, whether they like it or not. 

For the developer's convenience, the proposal outline is so specific that all a developer has to do to fill this need is blindly and brainlessly code up a userscript.  I'm too lazy at the moment, but someone's probably going to code this up.

Now, you ask, what are the benefits?  One can already buy products on Amazon with Bitcoin. 
However, from the technically-challenged end users' viewpoint, a familiar interface is infinitely better than another site.  Also, integration is good for everyone... nobody likes having two tabs open when one would do, or ordering a gift code, waiting for it, and then finally receiving it and using it to buy things.

Requirements:

1. Service for placing Amazon orders via Bitcoin.  This must accept API calls for the following:
> Create new order with selected items and shipping/billing address
> Get new address for an order
> Get current price of one bitcoin
The service must also be able to detect if the appropriate amount has been paid to the address, upon which someone (bot or user) is notified and orders the product.
2. Cloud wallet API
3. Transaction radar websocket API

Actions taken on all pages: BTC / USD / Both options for price display.  Replaces all prices with the appropriate amounts using the Amazon service's determined price (whatever it is).
Actions taken during checkout: Add "Pay with Bitcoin" to the payment options.  This does not open a new page, but overwrites the current one.
New Bitcoin checkout page:
Displays payment address, final payment amount, deadline for payment and a QR code just for kicks, and also submits a request to the backend to create a new pending order. 
Opens a websocket connection to some transaction radar API, and listens for your payment, while displaying a scrolling address bar. 
A confirmation popup then appears, saying that you need to pay X bitcoins to address Y, and asking whether you authorize the transaction.  If you click OK, it executes the transaction with the cloud wallet.  (Alternatively, we could use a local Bitcoin client with RPC, but this is not necessary because of the demographic we're targeting.)
When you are done paying, the page hides the scrolling address bar and tells you that you're done, but that the order needs to confirm. 
While you go get a coffee, another scrolling address bar appears. 
When X confirmations have been detected by the transaction radar, the page displays a success message.  Big green check mark included.
To be clear, the backend does its own confirmation, and does not rely on the userscript for confirmation. (Of course!) 
This page must conform to Amazon UI standards and look exactly like an Amazon page.

This is probably not the most secure userscript (I don't know much about security).  However, I'm just throwing the idea out there, and maybe one of you can make it usable, intuitive and secure.

Is this a stupid idea?  If not, can it be made secure?  If not, are there any other problems with this implementation?

If this can work, one of you can code it up in 10 minutes and we can have a new marketing tool.
1987  Other / Off-topic / Re: SA trolls are back on: January 07, 2012, 04:21:40 AM
Long long ago (September), I was inspired to make this picture because of all the shit about Bruce Wagner and SA.
Here we go again.

1988  Economy / Goods / [WTB] 2 HD 5830s for 10 BTC each on: January 07, 2012, 03:49:44 AM
Any takers?  I can send first for reputable members, or use a reputable escrow if needed.
1989  Alternate cryptocurrencies / Altcoin Discussion / Re: Pool Ops are now the Alt Currency Police on: January 07, 2012, 03:37:24 AM
The sad thing is , the bitcoin proponents act like this exact thing can't happen to Bitcoin. It is simply a matter of scale. Someone hacks deepbit, someone gets upset at Gavin doing some changes (Luke already has threatened along these lines in developer chats) and expect your Bitcoins to be heading towards $0 USD.

Bitcoin is inherently insecure, all these altcoins (including SolidCoin) have pinpointed most of the flaws. Only one chain (SolidCoin 2) has done anything to address the most serious security issues and that is why we are the only alt chain which hasn't had a major attack on it. Luke and co continue to attempt to lie and attack SolidCoin and get nowhere. It's pretty funny all the fail.

No major investmest is going to happen in Bitcoin because it's inherently insecure. It's like a bank telling it's customers that their money is safe purely because they have 49 guards with guns. Then 51 criminals with guns get together and steals the money. With no other security in place it is just a matter of time before it is attacked.

because everyone knows your centralized architecture is much better, right?
Hey, it worked for the Fed. 

Your users must enjoy the lottery you built in to your shitcoin.  I also heard that they're stealing money from the CPF.  But whatever, it's not much worse than the Fed, right?  Grin
1990  Economy / Goods / Re: Asus 5850 for $100 on: January 07, 2012, 03:28:15 AM
you are getting a pm
1991  Bitcoin / Bitcoin Discussion / Re: Monocoinism vs. Polycoinism on: January 07, 2012, 01:56:06 AM
I wasn't expecting a Spanish Inquisition!  Grin
1992  Other / Off-topic / Re: Acronym Game on: January 07, 2012, 01:51:58 AM
next: TPRLO

toilet paper rolls love onions

next: FCKGW
1993  Economy / Speculation / Re: $8 today? on: January 07, 2012, 01:42:19 AM
sorry, everyone.  I didn't post a $8 today?! thread and consequently, the market tanked. 
1994  Economy / Speculation / Re: Mad Speculator now live on bitcoinica on: January 06, 2012, 10:14:14 PM
Plus I have sand in my vagina because I decided to go long at $7.15 last night Sad

I have a message for my fellow bulls, who have been zhoutonged or hurt by this correction.

The correction is actually an enormously bullish sign.  Here, look at the charts.



On one of the highest-volume days in the history of bitcoin, almost 1.5 million dollars caused a massive correction down... but is it so massive?  As 8PM draws near, we are ending up right back where we started.  Indeed, on this chart, the net result of the $1.5 million correction is a brief blip in a sea of green.  It has caused a change of -25 cents.

Again, $1.5 million is one of the highest volumes ever recorded in the bitcoin markets, and all it caused was a small correction, which barely registered in the technical indicators.  What does this mean for the continuation of the rally? Grin

1995  Economy / Speculation / Re: Poll :: When will Bitcoin reach $1 Billion total value on: January 06, 2012, 09:38:32 PM
whoa, I'm actually a relative bear compared to everyone else
1996  Economy / Goods / Re: Want to borrow car on: January 06, 2012, 09:17:12 PM
Is there anyone with an extra car who would be willing to lend it?

It would work out best if you were in western PA, North Carolina, or central Florida.

I'll need it for about 2 months. Nothing too fancy needed, just not falling apart.

I don't know how much visibility this post will get so if you see it and can put me in touch with someone who ends up being able to help I'll throw you a few coins too.

How much would you pay me to drive my car around for 2 months? Smiley

http://goo.gl/xMniu

I swear to you it is as fun as it sounds! Has two turbos getting put on as well.

I wonder how fuel-efficient that thing is...
1997  Economy / Goods / Re: 14x beats by dre Studio edition - available on: January 06, 2012, 08:32:22 PM
See my response in his other Monster Beats thread: https://bitcointalk.org/index.php?topic=56792.0

They are ostensibly different people...
1998  Economy / Speculation / Re: bitcoinica is down for me on: January 06, 2012, 07:50:06 PM
proudhon: maybe it's time to change your avatar to something more appropriate now Smiley

my vote goes to this

+1
1999  Economy / Long-term offers / Re: Pirate@40 Lending Network on: January 06, 2012, 07:45:38 PM
As the market suffers a correction, pirate runs out of room again!  Time to send all your money to my side business Grin
2000  Economy / Speculation / Re: bitcoinica is down for me on: January 06, 2012, 07:42:03 PM
proudhon: maybe it's time to change your avatar to something more appropriate now Smiley
Pages: « 1 ... 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 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 143 144 145 146 147 148 149 150 ... 190 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!