6 ms·
LiteCoin Payment API
- earonesty 13y agocan you post a php example with sanitized params? https://github.com/earonesty/liteapi https://github.com/earonesty/liteapi ... easy enough to pull the change.
- Thiz 13y agoI wonder why coinbase and coinkite don't implement an API like this. Kudos.
- ctrl 13y agoI think it will become a reality once LTC is added to Gox.
- pjbrunet 13y agoSeems you could use APIs like this to make your own exchange.
- deleted 13y ago[deleted]
- groovylick 13y agoGox is a follower in the BTC market now that it takes forever to get USD out. BTC-e looks like its traders move the market and Gox just follows, especially at times of high volume.
- gargarplex 13y agoPHP example should sanitize params
- cauliturtle 13y agoIt is acceptable as it shows how it works only. Not a production code.
- tyw 13y agoI have mixed feelings about this, but my gut reaction is that it's not acceptable. Mainly because inexperienced programmers tend to cobble together functional apps by leaning heavily on example code, and don't know that those examples have dangerous security issues.
- nwh 13y agoIndeed. I've seen security advisories posted that hinge on people copying the "not for production" example code.
- ctrl 13y agoThats an excellent point. (Speaking from being an experienced inexperienced programmer.)
- adrianwaj 13y agoI worked with someone on a Lisp project that monitors the bitcoin blockchain for new transactions, coins sent and confirmations. It could be converted into a type of address monitoring service for multiple blockchains - just needs work, but it's a solid piece of software. I paid and worked on its development a few months ago, and have since stopped paying for hosting. But it's all there ready to go. I wasn't into altcoins at that point, but I can see a future in it now. It was called donebit.
- pjbrunet 13y agoUse this to build Litecoin shopping carts. Pretty cool!
- untilHellbanned 13y agogreat to see, digital currencies need each other. who will step up next? Namecoin? Dogecoin?
- steveklabnik 13y agoDogecoin already has Dogeapi.com and similar. And since DOGE is a fork of Litecoin, it should be trivial to use this code with DOGE if the authors wanted to.
- adrianwaj 13y agosomething also being built presently at http://addressmonitor.com/ http://addressmonitor.com/ but for multiple blockchains.