Author

Topic: [REQUEST] Support more block explorers (Read 1120 times)

hero member
Activity: 798
Merit: 1000
August 23, 2014, 11:58:20 AM
#6
As far as official releases are concerned. Wait for 2.0

If you are a developer, and/or are able to tolerate a lot of bugs. Then you can use the latest development master branch.

This option is already implemented.
oh thanks.
I will just wait Smiley

You know, the latest development version is fine, and you can use it perfectly. Also, you can simply copy the txid and paste it into your favorite block explorer.
member
Activity: 88
Merit: 10
August 23, 2014, 11:56:55 AM
#5
As far as official releases are concerned. Wait for 2.0

If you are a developer, and/or are able to tolerate a lot of bugs. Then you can use the latest development master branch.

This option is already implemented.
oh thanks.
I will just wait Smiley
sr. member
Activity: 475
Merit: 252
August 23, 2014, 06:02:25 AM
#4
As far as official releases are concerned. Wait for 2.0

If you are a developer, and/or are able to tolerate a lot of bugs. Then you can use the latest development master branch.

This option is already implemented.
member
Activity: 88
Merit: 10
August 22, 2014, 02:05:30 PM
#3
In case I offended the developers, I apologize.
To the point now, as far as I can see, electrum doesn't have an option to change the block explorer.
I am currently using the latest stable 1.9.8.
I will try to play with the source code later.
thanks.
copper member
Activity: 1498
Merit: 1528
No I dont escrow anymore.
August 22, 2014, 03:50:33 AM
#2
-snip-
I don't think that feature requires lot of work, doesn't it?

According to the source, its allready implemented.

Code:
 def create_history_menu(self, position):
self.history_list.selectedIndexes()
item = self.history_list.currentItem()
be = self.config.get('block_explorer', 'Blockchain.info')
if be == 'Blockchain.info':
block_explorer = 'https://blockchain.info/tx/'
elif be == 'Blockr.io':
block_explorer = 'https://blockr.io/tx/info/'
elif be == 'Insight.is':
block_explorer = 'http://live.insight.is/tx/'

When I check this in Electrum-LTC there is a setting for it.



Should be the same with Electrum for BTC just different exchanges.

On a completly related note: you should reconsider the way you talk to developers you do not pay. Electrum is free and you walz in here REQUESTING a feature that does "not require lot of work". If its so easy, get the source and do it yourself. If you are unable to do it yourself, ask nicely.
member
Activity: 88
Merit: 10
August 21, 2014, 04:54:08 PM
#1
I would really like to be able to view blockchain data from other block explorers other than blockchain.info.
Currently electrum supports only blockchain.info.

Bitcoin core even allows the user to provide the url himself.
I don't think that feature requires lot of work, doesn't it?

Jump to: