Pages:
Author

Topic: cryptofolio.info - Free coin portfoilio with graphs!!! - Now with 432 coins !!! - page 27. (Read 67111 times)

sr. member
Activity: 308
Merit: 250
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
full member
Activity: 206
Merit: 100
http://canadianbit.com/ - Let's Mine Canadian!
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!



hero member
Activity: 721
Merit: 523
maintenance tonight, changing the back end database for more performance.

didn't go as planed - had to use disaster recovery procedure Sad

apologies to anyone who modified their folio in the 5 minutes the database was rolled back

guess the good news is disaster recovery works
hero member
Activity: 721
Merit: 523
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
sr. member
Activity: 253
Merit: 1413
DTCxNMC
I second Datacoin on Bter.
hero member
Activity: 535
Merit: 500
also if we could change the bitcoin rate up top to btc-e/stamp/gox that would be cool too. just throwing out ideas that i would find useful.

datacoin on bter needs adding ill wrangle some info:

DataCoin
DTC
bter.com
algo: same as xpm (prime)
logo: https://images.weserv.nl/?url=ssl:dl.dropboxusercontent.com/u/36382809/DataCoin-Icon-Tr.png&fnr
hero member
Activity: 721
Merit: 523
that one slipped through the cracks, thinking of adding bitcoinaverage and bitstamp later today
legendary
Activity: 1148
Merit: 1001
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.
hero member
Activity: 721
Merit: 523
windows only: save the code below as whatever.vbs

Code:
set http = CreateObject("microsoft.xmlhttp")
http.open "GET","https://blockchain.info/q/addressbalance/?confirmations=6",false
http.send
htmlpage = http.responsetext

set http = CreateObject("microsoft.xmlhttp")
http.open "GET","http://cryptofolio.info/api/v1/?@UUID=&@VALUE=@UpdateQuantity&@CODE=BTC&@Quantity=" & (CDbl(htmlpage) /100000000) ,false
http.send
htmlpage = http.responsetext
WScript.Echo htmlpage

replace and

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:
Code:
set http = CreateObject("microsoft.xmlhttp")
http.open "GET","http://dogechain.info/chain/Dogecoin/q/addressbalance/",false
http.send
htmlpage = http.responsetext

set http = CreateObject("microsoft.xmlhttp")
http.open "GET","http://cryptofolio.info/api/v1/?@UUID=&@VALUE=@UpdateQuantity&@CODE=DOGE&@Quantity=" & htmlpage ,false
http.send
htmlpage = http.responsetext
WScript.Echo htmlpage
hero member
Activity: 721
Merit: 523
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.
hero member
Activity: 535
Merit: 500
hey bro can you reactivate mincoin(mnc) on mcxnow. its trading there again. love the site ill donate soon!
hero member
Activity: 721
Merit: 523

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
legendary
Activity: 2618
Merit: 1022
this is pretty neet

I wish some one would make a spread sheet version that I can run locally with some http//gets


also XRP would be a useful addition

hero member
Activity: 721
Merit: 523
Once again, love the site.

Would be great to be able to be able to export your portfolio as a xls or csv file!

if its for disaster recovery -  I have that covered its on a VPS - worst case your folio would be restored to a few days back

I probably should set something up to ftp the database off every 30 mins or so.... hmm

if its for offline viewing perhaps its useful but the prices move to fast the excel would get out of date quickly



Unrelated: Way more stuff in the API you can now push quantity data into your folio, also retrieve it as well.

Might be a prize for someone who can make a program/script that takes public address and the UUID and updates the quantities.
full member
Activity: 203
Merit: 100
Once again, love the site.

Would be great to be able to be able to export your portfolio as a xls or csv file!
hero member
Activity: 721
Merit: 523
update your links and bookmarks, take the "beta." out
hero member
Activity: 721
Merit: 523
It would be nice to be able to add coins that aren't listed on any exchange (like brand new ones or shitty ones).
One would then enter their values manually.

had that on the old site, trust me its not that good - even i am waiting for starcoin to come back on an exchange so it shows up.

In my case, it'd be useful to note where I stored my coins, since I don't store them all at the same place or in the same wallets.

are you using the new site? theirs a description field, you can also add 100 Bitcoin or 100 Litecoin line items.


also the seems the hosting provider has not moved the site over... going to put in a new ticket.
sr. member
Activity: 406
Merit: 250
One does not simply mine Bitcoins
Something like "weighted avg. paid" for every coin would be great, along with %profit shown.

Like, I bought 10k of some crap coin for 0.0000001, then 5k more for 0.00001 when it was pumped, so my weighted avg paid is
Code:
(10000 * 0.0000001 + 5000 * 0.00001) / 15000 = 0.0000034 BTC

so the acquisition value was
Code:
10000 * 0.0000001 + 5000 * 0.00001 = 0.051 BTC
or
15000 * 0.0000034 = 0.051 BTC

now the coin was dumped and it's sitting at 0.00000005, therefore my holdings have a value of
Code:
15000 * 0.00000005 = 0.00075000 BTC

so my ROI is
Code:
(0.00075000 - 0.051) / 0.051 * 100 = -98.53%

which means i'm fucked -.-"


bonus points for a list of buys/sells for each coin where you can enter your trades so you don't have to manually compute the weighted average price paid.
member
Activity: 84
Merit: 10
There be komodo dragons
It would be nice to be able to add coins that aren't listed on any exchange (like brand new ones or shitty ones).
One would then enter their values manually.

In my case, it'd be useful to note where I stored my coins, since I don't store them all at the same place or in the same wallets.
Pages:
Jump to: