# ~/.bash_aliases exchange(){ curl -s http://apiv2.bitcoinaverage.com/constants/exchangerates/global -L | jq -r .rates.${1}.rate }
# shell $ exchange BTC 0.001693386901
Requires jq
to be installed (command-line json parser): https://stedolan.github.io/jq/
Here's a more enhanced version which shows markets:
exchange(){ api=https://www.cryptonator.com/api/full/$1 meta=$(curl -s $api | jq -r .ticker | jq -r '"===== average =====\nprice:\t(.price)", "volume:\t(.volume)", "change:\t(.change)"') markets=$(curl -s $api | jq -r .ticker.markets | jq -r '.[] | "----------\nmarket:\t(.market)", "price:\t(.price)", "volume:\t(.volume)"')
echo "$markets" echo "$meta" }
$ exchange btc-usd ---------- market: Anxpro price: 552.44201000 volume: 8.79138475 ---------- market: Bitstamp price: 586.96000000 volume: 4521.39689653 ---------- market: BTC-E price: 584.10100000 volume: 4480.22511 ---------- market: C-Cex price: 596.99999991 volume: 1.05340944 ---------- market: Cex.io price: 595.94390000 volume: 974.22815821 ---------- market: Cryptonit price: 581.73300000 volume: 1.42995981 ---------- market: Exmo price: 583.00000000 volume: 180.59251306 ---------- market: Hitbtc price: 585.97000000 volume: 22.19 ---------- market: Indacoin price: 697.00020000 volume: 1 ---------- market: Kraken price: 589.60400000 volume: 1077.21264049 ---------- market: Livecoin price: 581.87125000 volume: 497.60932604 ---------- market: Nix-e price: 562.41000000 volume: 0.001945 ---------- market: The Rock Trading price: 587.86000000 volume: 23.87881468 ---------- market: YoBit price: 587.12320000 volume: 2.40757162 ===== average ===== price: 586.56598332 volume: 11792.01772963 change: 0.60670919
I like Shapeshift better than changley to be honest. I've also had problems with Jaxx wallet not showing transactions. I would export your private keys and load them in a different wallet, or if you need something quick (but not so secure, but should be fine for one use) https://www.cryptonator.com/about/zec import them there.
I never used their service. Watch out for the fees and compare the price here: http://coinmarketcap.com/currencies/dogecoin/?markets=all#charts
and
here: https://www.cryptonator.com/rates/USD-DOGE
Usually the service like wesellcrypto or we https://www.weselldoges.com/ are easier to use but they take a higher fee than cryptsy.com or cex.io.
Spread the good word and keep up the good work ;-)
Half-life 2. I never got the chance to play it because you know, growing up on a third world country is very hard. I got the chance to play Half-life 1 before my drunken father slammed the netbook I bought with 3/4 of my High school savings.
here's a picture of Robin williams from the 1989 movie Dead poet's society
As for your cryptocurrency stuff, here's a site where you can calculate and convert rates.
Just-dice.com wasn't considered?
~~About ~80K BTC total investment, when considering the Clams to Bitcoin exchange rate.~~
~~http://just-dice.blogspot.com/2015/02/investment-amounts-1-february-2015.html~~
~~11651710.63076896 clams, × 0.00691044 Clams/BTC (per https://www.cryptonator.com/rates/CLAM-BTC ) = 80518 bitcoins~~
[Edited]
hi, thanks for your comments! Yes, we will be constantly adding new exchanges on the list. We already implemented full overview of exchanges for one coin, like here https://www.cryptonator.com/rates/BTC-USD
well basically it is nothing special but js + our json API https://www.cryptonator.com/api
anyone with some js/css knowledge could build such widgets, we just rolled out a ready-made solution
what we just did is we added our free API to the ProgrammableWeb (pending review)
moneroocean.stream mines the most profitable coin and pays you in XMR
(and xmr is doing well https://www.cryptonator.com/rates/XMR-USD)
​
i can help you setup xmr wallet and mining if you want, dm me ive been doing it for ages
Not spreading misinformation, at time of this post BTC, ETH for example were down. I believe BTC was down about 1-3% and ETH was down about 0.5-1%. In fact BTC is down about 3.5% over 24 hrs: https://www.cryptonator.com/rates/BTC-USD
Never heard of/can't find the site you mentioned. also CELO appears to be a coin and BTC is also a coin.
This is completely normal to see these dips across crypto. BTC drops often drive other crypto drops and BTC rises often drive other crypto rises likely due to how people tend to trade other crypto to/from BTC.
With the recent increase in interest in crypto currencies, I wrote a crypto currency price -> Prometheus exporter that I called Cryptometheus. The main reason for writing it was I wanted to get the current crypto prices and trends inside of Grafana.
It uses the Cryptonator API to get the prices.
GitHub: https://github.com/xforever1313/Cryptometheus
Docker Image: https://hub.docker.com/repository/docker/xforever1313/cryptometheus
hi
you can use multipurpose wallet so you can put all coins in one wallet
hence as per my opinion use below wallet or more details want so visit my youtube channle name is same ashish deotale vines
I use both Bytecoin web wallet and Cryptonator. I have transfered my coins many times in both directions. Can you pls be more specific? Like have you lost access to your webwallet or you sent your coins to Cryptonator and they have not been received or ...?
The same results. 50 USD to /dev/null
!!!SCAM!!!
+ seems like a template site. on support page you can see:
Our e-mail: [email protected]
Our Skype: support.www.prepaidcloud.tech
Real like template.
I think all business under logo https://www.cryptonator.com/ is scam.
I write to Cryptonator support but support answer me "all ok, write to prepaidcloud". And money NOT returned.
I think prepaidcloud - this is cryptonator proxy site and ALL cryptonator is SCAM!!!
​
You could just use cryptonator api and permalink the conversion...
Converter: https://www.cryptonator.com/converter/
Permalink : https://www.cryptonator.com/rates/XRP-GBP/1
Here is the post for archival purposes:
Author: NoKnew
Content:
>SCAM SITE: https://www.cryptonator.com
>Never Send anything to this site. They WILL steal all your coins.
>Great GUI, but they are 100% SCAMMERS.
>NK
I'm not sure what you mean by "derived from", but since Gas price fluctuates against ETH, they are different things. Otherwise, Gas would not "decouple the unit of Ether (ETH) and its market value from the unit to measure computational use (gas)".
BTW, the next fork (SegWit2x) has some support already and those coins will be worth something. You can check the development of BT2 price here:
https://www.cryptonator.com/rates/BT2-BTC?utm_referrer=https%3A%2F%2Ft.co%2FNFgcTWLllr
For your information, the future price of BT2 due to the upcoming next hard fork scheduled for 11/18 (SegWit2x ) can be found under
https://www.cryptonator.com/rates/BT2-BTC?utm_referrer=https%3A%2F%2Ft.co%2FNFgcTWLllr
But probably you don't even know about this is or know how futures work.
Found a few ETH to DOGE sites, but vice versa is pretty hard to come across. https://www.cryptonator.com/rates/ETH-DOGE
A bunch of sites just redirect you to DOGE-BTC or just haven't received updated exchange rates in months.
With GTX 1060 I would mine zcash. You just make a wallet online. https://www.cryptonator.com/about/zec?utm_referrer=https%3a%2f%2fwww.google.nl%2f
You download a miner and use this tutorial https://www.google.nl/amp/s/www.cryptocompare.com/mining/guides/how-to-mine-zcash-with-gpu-and-cpu/%3FaltTemplate%3DWebPageAMPGuide
And start mining :)
(On mobile so I cant make it longer)
Hey! I think this link: https://ripple.com/xrp-portal/how-to-buy-xrp/ is pretty handy to look at. I recommend you to get BTC first and then convert into XRP, using one of the thousands exchanges around. And don't forget to investigate which price is good at a point of time. For checking actual price look at cryptonator: https://www.cryptonator.com/rates/
Not everyone understand such format "9.0137e+8" (I don't know how to call it in English). Please check https://www.cryptonator.com/converter it's a good example. But in general your site is nice and you may use it for your portfolio.
Cryptonator (which provides the service used to do the conversion) is reporting the wrong value for the XMR/USD conversion. I've already contacted them to let them know about it.
Hey, I've hacked together some code that creates a gif using tickers from https://www.cryptonator.com/api/. Its not very much at the moment, but we can add more metrics and have it upload the gif to wherever we decide to host in the end. I'm thinking of making it so that you list some arbitrary URLs to include extra metrics.
I just thought I'd see if this was the kind of thing you were thinking of: http://imgur.com/NucjFBM
It looks a bit like this one outside my work: https://www.google.co.uk/search?q=reuters+canary+wharf+ticker&espv=2&biw=1380&bih=805&source=lnms&tbm=isch&sa=X&ved=0ahUKEwiA-Pnp3bDLAhUD8RQKHdujCGMQ_AUIBygC#imgrc=0fYikAv_2UYg3M%3A
Anyways, let me know what you think.
It would be great to list VirtaCoin on cryptonator.
They have new feature under development Merchant tools:
https://www.cryptonator.com/merchant
Main features:
Cryptocurrency don't have actual not trading value. Cryptocurrency trading value is actual value. Actual value you can check on Cryptonator - https://www.cryptonator.com/converter or CoinMarketCap - http://coinmarketcap.com/currencies/virtacoin/
That's what confused me about the multi-doge wallet... when the address is actually unhidden. I understand the pre-generated addresses but it seemed when I was creating the new wallets, it was like the new addresses in the core wallet... One address with a label. I don't remember it before but in 0.1.3 you can add new addresses to each of the wallets. The part that has me confused is that there were no wallets created when the old wallets were imported. I don't see why the extra addresses were added but I will assume it's a 'feature' and accept it. :b
I'm using cryptonator to pull the btc values of the other coins, ie.
=regexextract(index(importdata("https://www.cryptonator.com/api/ticker/ptc-btc"),1,3),"[0-9]*\.[0-9]+[0-9]+")+0
and manually copying the totals from the wallets to the spreadsheet then performing the calculations I want from there. Calculating how many doge I would have if everything was converted into doge makes me feel like a semi-rich shibe. :)
My pleasure. :b
I don't have access to my own server, but I found this site: https://www.cryptonator.com/widget which provides iframe or JavaScript code to insert in your webpage. Is there any way this could be used on a subreddit? (I've tried just pasting it into the subreddit's css code and that doesn't work.)
hi! thanks ) AllCrypt is right here https://www.cryptonator.com/exchange/allcrypt/ but as far as I can see, no FLO is on their list
However, we have connected Comkort https://www.cryptonator.com/exchange/comkort/ which has it https://www.cryptonator.com/rates/FLO-BTC