Bitcoin Forum
July 27, 2024, 06:22:36 PM *
News: Help 1Dq create 15th anniversary forum artwork.
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: [REQUEST] Support more block explorers  (Read 1116 times)
superpanos2 (OP)
Member
**
Offline Offline

Activity: 88
Merit: 10


View Profile
August 21, 2014, 08: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?

shorena
Copper Member
Legendary
*
Offline Offline

Activity: 1498
Merit: 1528


No I dont escrow anymore.


View Profile WWW
August 22, 2014, 07: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.

Im not really here, its just your imagination.
superpanos2 (OP)
Member
**
Offline Offline

Activity: 88
Merit: 10


View Profile
August 22, 2014, 06: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.
dabura667
Sr. Member
****
Offline Offline

Activity: 475
Merit: 252


View Profile
August 23, 2014, 10: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.

My Tip Address:
1DXcHTJS2DJ3xDoxw22wCt11FeAsgfzdBU
superpanos2 (OP)
Member
**
Offline Offline

Activity: 88
Merit: 10


View Profile
August 23, 2014, 03:56:55 PM
 #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
byt411
Hero Member
*****
Offline Offline

Activity: 798
Merit: 1000


View Profile
August 23, 2014, 03:58:20 PM
 #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.
Pages: [1]
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!