Author

Topic: How to find out the last EUR conversion rate update? (Read 118 times)

legendary
Activity: 2170
Merit: 3858
Farewell o_e_l_e_o
Our member @bitmover has his own website where you can always see the value of BTC in $ or EUR, and many other currencies.

https://bitcoindata.science/bitcoin-units-converter.html
http://preev.com/btc/eur
Alternative of preev.com, we have https://preev.net/. Preev.com had problems, back to normal bit eventually it was dead months ago.

One more https://pnnv.com/?datasource=bitstamp&btc=btc&val=1¤cy=eur that has an announcement thread
legendary
Activity: 1568
Merit: 6660
bitcoincleanup.com / bitmixlist.org
I think these variables are what control how often the price is fetched (someone corrects me if I'm wrong):

SPOT_RATE_REFRESH_TARGET = 150      # approx. every 2.5 minutes, try to refresh spot price
SPOT_RATE_CLOSE_TO_STALE = 450      # try harder to fetch an update if price is getting old
SPOT_RATE_EXPIRY = 600              # spot price becomes stale after 10 minutes -> we no longer show/use it

Thank you.

But where do I change these values?
I cannot find them in electrum_data\config   file

I am using the portable version of Electrum

They are baked in to the Python source, which you cannot access from the Windows EXEs since Python code is compiled down during the build process. But if you run Electrum directly from the Python interpreter, there should be files littered in your Python's site-packages folder, and these contain the full source code of all Python packages including Electrum, which you can even modify (although be advised that any changes you make will be overwritten on the next update).
legendary
Activity: 2212
Merit: 5622
Non-custodial BTC Wallet
@pxstein, is there a special reason why you want to change these values? I personally not sure that this can be done (maybe it is possible), but if I want to know roughly how much some amount of BTC is worth, I simply visit some of the websites that have long been known as places for reference values of BTC in various currencies.

Our member @bitmover has his own website where you can always see the value of BTC in $ or EUR, and many other currencies.

https://bitcoindata.science/bitcoin-units-converter.html
http://preev.com/btc/eur

Thanks for mentioning my project.

You can also use this API which can convert any amount of bitcoin to any local currency and use it in the forum.

For example 0.1 BTC in EUR


Code:
[url=https://bitcoindata.science/bitcointalk-api.html#local-price][img height=16]https://bitcoindata.science/api/localprice.php?coin=bitcoin&amount=0.1¤cy=EUR[/img][/url]
staff
Activity: 3402
Merit: 6065
Thank you.

But where do I change these values?
I cannot find them in electrum_data\config   file

I am using the portable version of Electrum


I don't believe you can change those values by using the configuration file, you probably need to change the source code and recompile the file yourself.

What is it that you're trying to achieve though? as suggested above, you can always get the BTC value from your Electrum, and then head to preev.com to check.
legendary
Activity: 3220
Merit: 5634
Blackjack.fun-Free Raffle-Join&Win $50🎲
@pxstein, is there a special reason why you want to change these values? I personally not sure that this can be done (maybe it is possible), but if I want to know roughly how much some amount of BTC is worth, I simply visit some of the websites that have long been known as places for reference values of BTC in various currencies.

Our member @bitmover has his own website where you can always see the value of BTC in $ or EUR, and many other currencies.

https://bitcoindata.science/bitcoin-units-converter.html
http://preev.com/btc/eur
newbie
Activity: 24
Merit: 22
I think these variables are what control how often the price is fetched (someone corrects me if I'm wrong):

SPOT_RATE_REFRESH_TARGET = 150      # approx. every 2.5 minutes, try to refresh spot price
SPOT_RATE_CLOSE_TO_STALE = 450      # try harder to fetch an update if price is getting old
SPOT_RATE_EXPIRY = 600              # spot price becomes stale after 10 minutes -> we no longer show/use it

Thank you.

But where do I change these values?
I cannot find them in electrum_data\config   file

I am using the portable version of Electrum

copper member
Activity: 2016
Merit: 1783
฿itcoin for all, All for ฿itcoin.
Electrum automatically converts all bitcoins in my wallet to corresponding EUR value in a separate column.
Sometimes I suspect that the conversion rate seems not the most recent one.
It does not take so long, just a few couples of minutes as pointed out by OmegaStarScream

Where can I find the (virtual) EUR sum of all my BitCoins?
Read the sum of a all filled 7 addresses
Just look at the bottom left of the window of your electrum wallet, next to the green dot
staff
Activity: 3402
Merit: 6065
EDIT: Okay since you edited your post.

The rates can be retrieved from different sources (CoinGecko, Kraken, etc.) you can change that from Tools -> Preferences -> Fiat -> Source.

I think these variables are what control how often the price is fetched (someone corrects me if I'm wrong):

SPOT_RATE_REFRESH_TARGET = 150      # approx. every 2.5 minutes, try to refresh spot price
SPOT_RATE_CLOSE_TO_STALE = 450      # try harder to fetch an update if price is getting old
SPOT_RATE_EXPIRY = 600              # spot price becomes stale after 10 minutes -> we no longer show/use it
newbie
Activity: 24
Merit: 22
Electrum automatically converts all bitcoins in my wallet to corresponding EUR value in a separate column.
Sometimes I suspect that the conversion rate seems not the most recent one.

How can I find out the last EUR-BTC rate update date+time?
From which server/source is the rate retrieved?

Where can I find the (virtual) EUR sum of all my BitCoins?
Read the sum of a all filled 7 addresses

Peter
Jump to: