Bitcoin Forum
May 03, 2024, 07:22:16 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: « 1 ... 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 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 »
1661  Economy / Services / Reputable web hosts that accept BTC? on: March 11, 2014, 01:01:04 AM
Hello, i'm looking to host a small personal site for BTC. It'll be nothing more than a few small pages so a small plan would be best. What are my options? Thanks.
1662  Bitcoin / Project Development / Re: Help with Javascript and Github Pages on: March 11, 2014, 12:59:07 AM
I'd go with gogodr's solution, it'll be the simplest for you - BUT ONLY IF you just request public ticker data, you should in NO CASE send private user-data (passwords ect...) through 3rd-party proxy-services.
If you want to read more about JSONP and how to evade the cross-domain issue for JSON-requests, you can take a look here: http://en.wikipedia.org/wiki/JSONP (or google for JSONP)
Thanks to gogodr, that should work just fine, and of course I'll only be using it for non-private information.
1663  Economy / Gambling / Re: EveryDice.com | 0.99% Edge - Invest - Referral - Mobile - Fair - Instant on: March 10, 2014, 05:25:25 PM
Nice, now I can play martingale starting from tiny amount.

It's 0.65 BTC now Smiley
Room for another double now. 0.01, 0.02, 0.04, 0.08, 0.16, 0.32, 0.64
1664  Economy / Gambling / Re: PrimeDice.com | 500M+ Bets | 300k+ BTC Wagered | Free BTC | 1% Edge | Instant on: March 10, 2014, 05:23:55 PM
Hope to have some sort of limited demo today, don't expect a full beta though. That should be prepared relatively soon though.
Relatively soon = Two Weeks (BFL style)
1665  Economy / Gambling / Re: PrimeDice.com | 500M+ Bets | 300k+ BTC Wagered | Free BTC | 1% Edge | Instant on: March 10, 2014, 03:41:14 PM
I plan to stalk this thread until I get something from Stunna lol
1666  Economy / Games and rounds / Re: One lucky boy, all other will get robbed! on: March 10, 2014, 03:40:00 PM
i dont think there will be enough stupid people to participate in this
Have you seen the butthurt on the ponzi threads?
1667  Economy / Gambling / Re: Satoshi8.com | Android, iPhone | Free BTC | 1.5% Edge | Fun Bitcoin Casino Game on: March 10, 2014, 03:39:14 PM
You should make it provably fair. I can help you come up with a solution for this if you'd like.
1668  Bitcoin / Bitcoin Discussion / Re: Co-workers talking about bitcoin.... so much misinformation still today on: March 10, 2014, 03:21:51 PM
Everyone I know just says "Yeah, didn't the price drop a lot recently?" and that's pretty much the extent of their knowledge.
1669  Economy / Investor-based games / Re: ★ PonziCoin ★ 120% Profit ★ 200% for the last deposit in every round! on: March 10, 2014, 03:18:31 PM
This is comedy gold. You participate in a ponzi scheme and then get butthurt about it when it turns out to be a ponzi scheme.
1670  Bitcoin / Project Development / Re: Help with Javascript and Github Pages on: March 09, 2014, 11:10:09 PM
Are you authenticating with the bitstamp API properly? Not used it myself but the doc page says all requests need to be authenticated.  Or are you seeing a message specifically relating to limits?
I'm using the public part (https://www.bitstamp.net/api/ticker/) so it doesn't need authed per the docs. On my webpage with jQuery, I opened the console and did this:
Code:
var test = jQuery.getJSON("https://www.bitstamp.net/api/ticker/");
And got the error
Code:
XMLHttpRequest cannot load https://www.bitstamp.net/api/ticker/. No 'Access-Control-Allow-Origin' header is present on the requested resource. Origin 'http://rgbkey.github.io' is therefore not allowed access.

I would appreciate if anyone could tell me why this doesn't work. I can load the page fine from my web browser.
1671  Economy / Services / Re: Android and iOS app dev looking for projects. on: March 09, 2014, 07:18:36 PM
Have you done any alt coins wallet on BTT

No but I am very familiar with BTT.

nice tag in your trust system
He can't even do negative trust right lol
1672  Economy / Services / Re: » [FREE] COINCLEAN.CC - 0.01 BTC for 5 users « on: March 09, 2014, 03:07:02 PM
I'll help you with it, I'll use my own coins too if I can get a bonus with it and your service proves to work.
1673  Economy / Gambling / Re: EveryDice.com | 0.99% Edge - Invest - Referral - Mobile - Fair - Instant on: March 09, 2014, 02:57:57 PM
UPDATE 9 March 2014:
Player can now play instantly without registration!

No more registration wall Smiley

Awesome! Unfortunately, rolls are still slow...

Maybe like JD, only small amount rolls are slow?

Exactly Cheesy

This is the time delay for the rolls:
< 0.00000001, delay: 2000ms
< 0.00000010, delay: 1000ms
< 0.00000100, delay: 800ms
< 0.00001000, delay: 600ms
< 0.00010000, delay: 400ms
< 0.00100000, delay: 200ms
>= 0.00100000, no delay Grin

Why?!?!
He probably has a lot of betters that are spraying the rolls, and they are kicking his server to shit.

2 seconds is a huge delay.

Hi Nahtnam, 2000ms (2 sec) is only for 0 amount bets. So its only for testing the site Smiley

Well I think there should only be a 200 ms delay regardless of what the bet is...
I think that he's doing it right. This is his site, you know. There's a line between helpful suggestions and backseat driver.
1674  Economy / Service Announcements / Re: LibertyVPS.net - Anonymous Bitcoin VPS - Linux/Windows KVM - Offshore NL (1Gbps) on: March 09, 2014, 06:02:56 AM
Your site isn't loading for me.
1675  Bitcoin / Project Development / Help with Javascript and Github Pages on: March 09, 2014, 01:57:51 AM
Hello, I was trying to make a site that would display API data from multiple exchanges and display it to the user as a learning project but when I went to actually use javascript to get the API data, my IP was blocked from Bitstamp's servers. I assume this is because someone on github pages went over the request limit and got the IP banned. Is there a way to make the javascript send the request from the client IP instead of the server so that the IP isn't blocked? Thanks!
1676  Bitcoin / Project Development / Re: Introducing Keyhotee - Next Generation Identity, DNS, Messaging, and Wallet on: March 08, 2014, 11:44:56 PM
This is amazing. Please keep us updated and let us know when we can use this.
1677  Economy / Gambling / Re: Your betting experience. on: March 08, 2014, 10:26:56 PM
ITT: two sockpuppets talking to each other
ITT: Incoming butthurt
1678  Bitcoin / Project Development / Re: The Fate of Satoshi, a Bitcoin graphic adventure [CrowdF + Equity] on: March 08, 2014, 09:20:27 PM
Any updates by now please ?
I saw that you've logged in earlier today itself and I've been hoping for an update.
Have you managed to promote this on any other channels ?
Thanks
Jambola2
I PM'd him, I hope he'll post a reply.
1679  Economy / Service Announcements / Re: [ANN] bitaddress.org Safe JavaScript Bitcoin address/private key on: March 07, 2014, 02:23:15 PM
Could you possibly make a wallet using a deck of cards? There are an insane amount of combinations possible, and you could at least just make a brainwallet by putting in the cards in order. Then you can just keep the deck in that order to save it.
1680  Economy / Gambling / Re: BlockRace - First bitcoin game that's 100% on the blockchain http://blockrace.co on: March 07, 2014, 02:19:56 PM
BlockRaceToTheBank
Pages: « 1 ... 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 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 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!