explorer icon indicating copy to clipboard operation
explorer copied to clipboard

Where does BTC Price at top of page come from?

Open rsthomas100 opened this issue 2 years ago • 4 comments

My Explorer's BTC Price has always been 0.00000000. Where is it supposed to come from, or is it supposed to represent the price of my own coin?

rsthomas100 avatar Jan 21 '22 19:01 rsthomas100

By default, this value was read from market database ( default is bittrex ). Have your coin listed on any exchange yet ?

longvic0 avatar Jan 24 '22 09:01 longvic0

Thanks for your response! So it is looking to Bittrex for the value of my RST Coin. No wonder it is 0.00 since I have not listed it anywhere yet -- costs too much.

At least I could change the heading to RST Price, and insert my own (starting) value.

rsthomas100 avatar Jan 25 '22 14:01 rsthomas100

At least I could change the heading to RST Price, and insert my own (starting) value.

You could make change in views/layout.pug .card-body #pricecard span.header-icons.fa.fa-rocket if settings.index.difficulty == 'Hybrid' label#lastPrice - <br> label#lblX1 else label#lastPrice -

longvic0 avatar Jan 25 '22 14:01 longvic0

Thanks for the tip. I found it in /home/rstcoin/explorer/views/layout.jade

image

Do you know if there is a way to put the Explorer on a regular URL (instead of the IP Address) so I can make it SSL?

rsthomas100 avatar Jan 25 '22 17:01 rsthomas100