swordfish6975 (OP)
|
|
November 30, 2013, 07:05:45 AM |
|
also XRP would be a useful addition
someone else asked that on twitter or somewhere - I need a API to a place that will give me the price like - https://bter.com/api/1/ticker/btc_cny , but for ripple I did have a look around and it just looked to complicated or not what I was looking for
|
|
|
|
podizzle
|
|
November 30, 2013, 07:48:34 AM |
|
hey bro can you reactivate mincoin(mnc) on mcxnow. its trading there again. love the site ill donate soon!
|
|
|
|
swordfish6975 (OP)
|
|
November 30, 2013, 08:01:41 AM Last edit: November 30, 2013, 11:26:51 AM by swordfish6975 |
|
should take effect in the next 5 mins
The VPS is now using ftp transferring the database off to my raspberry pi every 10 minutes.
All the code is in my private git and the VPS has backup enabled.
|
|
|
|
swordfish6975 (OP)
|
|
November 30, 2013, 11:39:31 PM Last edit: August 14, 2014, 11:04:11 PM by swordfish6975 |
|
windows only: save the code below as whatever.vbs set http = CreateObject("microsoft.xmlhttp") http.open "GET","https://blockchain.info/q/addressbalance/<BITCOIN PUBLIC ADDRESS HERE!!!>?confirmations=6",false http.send htmlpage = http.responsetext
set http = CreateObject("microsoft.xmlhttp") http.open "GET","http://cryptofolio.info/api/v1/?@UUID=<UUID HERE!!!>&@VALUE=@UpdateQuantity&@CODE=BTC&@Quantity=" & (CDbl(htmlpage) /100000000) ,false http.send htmlpage = http.responsetext WScript.Echo htmlpage
replace <BITCOIN PUBLIC ADDRESS HERE!!!> and <UUID HERE!!!> once you run the script don't press calculate or you will overwrite the new value with the old one. load the folio again with your bookmark or click "reload" from the top left menu if you like to count your chickens before they hatch remove the ?confirmations=6 EDIT DOGE VERSION: set http = CreateObject("microsoft.xmlhttp") http.open "GET","http://dogechain.info/chain/Dogecoin/q/addressbalance/<DOGECOIN PUBLIC ADDRESS HERE!!!>",false http.send htmlpage = http.responsetext
set http = CreateObject("microsoft.xmlhttp") http.open "GET","http://cryptofolio.info/api/v1/?@UUID=<UUID HERE!!!>&@VALUE=@UpdateQuantity&@CODE=DOGE&@Quantity=" & htmlpage ,false http.send htmlpage = http.responsetext WScript.Echo htmlpage
|
|
|
|
Taxidermista
Legendary
Offline
Activity: 1148
Merit: 1001
|
|
November 30, 2013, 11:57:10 PM |
|
Bitstamp exchange rate
on the todo list for the new version of the site Bitstamp exchange rate is the real rate. Mtgox is a fantasy land with fantasy prices where nobody can make a withdrawal in fiat.
|
|
|
|
swordfish6975 (OP)
|
|
December 01, 2013, 12:02:41 AM |
|
that one slipped through the cracks, thinking of adding bitcoinaverage and bitstamp later today
|
|
|
|
|
GameKyuubi
Sr. Member
Offline
Activity: 253
Merit: 1596
DTCxNMC
|
|
December 01, 2013, 11:57:45 AM |
|
I second Datacoin on Bter.
|
BTC: 15SLrNo6PKVfsH5JLtatJcVkSQXCk1LXyq full stack Node
|
|
|
swordfish6975 (OP)
|
|
December 02, 2013, 12:11:51 AM Last edit: December 02, 2013, 09:42:21 AM by swordfish6975 |
|
didn't get to it last night only got bitcoin average and bitstamp in..
tonight after work
coinex.pw seems to be broken for some reason because they put cloudfare in between there api and me...
broke a record yesterday 1279 unique visitors
|
|
|
|
swordfish6975 (OP)
|
|
December 03, 2013, 06:04:02 AM Last edit: December 03, 2013, 11:51:31 AM by swordfish6975 |
|
maintenance tonight, changing the back end database for more performance.didn't go as planed - had to use disaster recovery procedure apologies to anyone who modified their folio in the 5 minutes the database was rolled back guess the good news is disaster recovery works
|
|
|
|
TheDirtybird
Full Member
Offline
Activity: 206
Merit: 100
http://canadianbit.com/ - Let's Mine Canadian!
|
|
December 04, 2013, 09:54:07 AM |
|
Site is working pretty good.. from a miners perspective any chance of seeing the current difficulty of each coin just under the Name(code) of each coin?. I often look at my chart and wonder what the difficulty is for the coins right now.. so then I head over to coinchoose or somewhere else to see what it is. Would save me a step. I know lazy right.. but you know how many web sites one needs to keep open to do crypto now. If not, no worries still love the page and so does my friend (not a forum talker). We hit this page and update many times a day to give us an idea of what is going on etc...lol. Refreshing your page has become a slight addiction throughout the day.
The other thing is i notice the price of lets say LTC on BTC-e is often bigger price here than on the actual site (compare at most given time), I was wondering why that is.. is it how you calculate the price from BTC based on what we choose up above, or do you pull it directly (which doesn't seem to be whats happening)? Just wondering and wrapping my head around how my choices effect everything. No rush, but would love a quick simple explanation if you ever have time.
Cheers!
|
|
|
|
wesleyh
|
|
December 04, 2013, 10:31:25 AM |
|
Excellent resource, thanks for creating!
It would be useful to see the percentage increase compared to the day before. Is it possible to add that?
Also, these currencies listed on cryptsy are not listed:
Netcoin mastercoin (mst) securecoin
|
|
|
|
Gontxi
|
|
December 04, 2013, 10:42:01 AM |
|
LTC @ 45.25 Only in cryptofolio When the prices of the site update? If, for exemple, i have the coins on btc-e, why dont you make the calc in BTC price from that exchange?
|
|
|
|
swordfish6975 (OP)
|
|
December 04, 2013, 11:49:38 AM Last edit: December 04, 2013, 01:23:50 PM by swordfish6975 |
|
LTC @ 45.25 Only in cryptofolio calculated from BTC/LTC market using the price in the top dropdown When the prices of the site update?
every 5 minutes, red exclamation marks will show if something goes wrong and the data is more then 11 minutes old place your mouse over the icon to see how old it is If, for exemple, i have the coins on btc-e, why dont you make the calc in BTC price from that exchange?
btc-e as a Bitcoin price is not implemented but there is gox,bitstamp,coinbase,coinjar,bitcoinaverage all have USD
|
|
|
|
swordfish6975 (OP)
|
|
December 04, 2013, 11:53:55 AM Last edit: December 04, 2013, 12:26:28 PM by swordfish6975 |
|
It would be useful to see the percentage increase compared to the day before. Is it possible to add that?
I am not storing the price data, it is overwriten as soon as new data comes in is it how you calculate the price from BTC based on what we choose up above
yes Finally managed to swap the backed-end database from sqlite3 to MYSQL, I can already notice a performance increase. it will also stop the background tasks getting claged up and making all the data old.... apologizes for the downtime.
|
|
|
|
podizzle
|
|
December 04, 2013, 09:54:47 PM |
|
the one thing i think would be really cool is if it would a column called "price when added" and that would stay the same until the coin was deleted and readded that way we could see where we bought at.
|
|
|
|
swordfish6975 (OP)
|
|
December 05, 2013, 01:52:36 PM |
|
updated the first post
|
|
|
|
Gontxi
|
|
December 05, 2013, 01:55:05 PM |
|
Cannot add Datacoin
|
|
|
|
swordfish6975 (OP)
|
|
December 05, 2013, 02:24:46 PM |
|
for some reason https://bter.com/api/1/ticker/DTC_BTC is very slow i think my code is giving up before the page loads, its midnight here i need to sleep... perhaps it will show up later when that page loads faster
|
|
|
|
jt7382
|
|
December 05, 2013, 07:41:20 PM |
|
I'm getting a "something went wrong" page when I try to calculate or add a coin. Anyone else having issues?
|
|
|
|
|