Bitcoin Forum
June 22, 2024, 05:11:47 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 2 3 4 5 6 7 [8] 9 »  All
  Print  
Author Topic: [BlockScan] Counterparty (XCP) Block Explorer  (Read 31821 times)
This is a self-moderated topic. If you do not want to be moderated by the person who started this topic, create a new topic.
mtbitcoin (OP)
Legendary
*
Offline Offline

Activity: 876
Merit: 1000


Etherscan.io


View Profile
January 18, 2015, 01:31:57 PM
 #141

Notice:

Minor changes to the API url (speed improvement changes implemented)

Please call the API as specified in http://blockscan.com/api

** there is no file extension in API URL (so do not include the .aspx)

EtherScan::Ethereum Block Explorer | BlockScan::Coming Soon
mtbitcoin (OP)
Legendary
*
Offline Offline

Activity: 876
Merit: 1000


Etherscan.io


View Profile
January 25, 2015, 10:21:32 AM
Last edit: January 25, 2015, 07:13:12 PM by mtbitcoin
 #142

Hi

I've just released a tool to allow you to check/retrieve/generate your counterwallet bitcoin addresses/keys using your counterwallet 12 word passphrase. The script runs client side only (in your browser using javascript). No keys, passphrases are transmitted server side. For additional security the script can also be run while in offline/disconnected mode

The tool can be accessed at https://blockscan.com/tool_generatekey. Because it is built purely with javascript and html, all of the code is viewable online.

Feedback welcomed

EtherScan::Ethereum Block Explorer | BlockScan::Coming Soon
ninjaboon
Legendary
*
Offline Offline

Activity: 2114
Merit: 1002



View Profile WWW
January 25, 2015, 10:55:13 AM
 #143

Hi

I've just released a tool to allow you to check/retrieve/generate your counterwallet bitcoin addresses/keys using your counterwallet 12 word passphrase. The script runs client side only (in your browser using javascript). No keys, passphrases are transmitted server side. For additional security the script can also be run while in offline/disconnected mode

The tool can be accessed at https://blockscan.com/tool_generatekey.html. Because it is built purely with javascript and html, all of the code is viewable online.

Feedback welcomed


great tool , thanks for this.
https://blockscan.com/tool_generatekey.html

weex
Legendary
*
Offline Offline

Activity: 1102
Merit: 1014



View Profile
January 26, 2015, 08:37:29 AM
 #144

Being familiar with bitaddress.org, I think they set a good standard for code auditability by having that website in a github repo, providing hashes, etc. So I would suggest taking it in that direction to help people trust it on an ongoing basis.
mtbitcoin (OP)
Legendary
*
Offline Offline

Activity: 876
Merit: 1000


Etherscan.io


View Profile
January 26, 2015, 09:37:11 AM
Last edit: January 26, 2015, 09:52:14 AM by mtbitcoin
 #145

Being familiar with bitaddress.org, I think they set a good standard for code auditability by having that website in a github repo, providing hashes, etc. So I would suggest taking it in that direction to help people trust it on an ongoing basis.

I agree, the eventual plan is to Github the generator (https://github.com/blockscan/cw_address_key_generator).  But the code need some major cleaning up first  ....

EtherScan::Ethereum Block Explorer | BlockScan::Coming Soon
Muhammed Zakir
Hero Member
*****
Offline Offline

Activity: 560
Merit: 506


I prefer Zakir over Muhammed when mentioning me!


View Profile WWW
January 26, 2015, 10:20:51 AM
 #146

Can this tool supports all assets and also can we sign TX with this tool like brainwallet?

   ~~MZ~~

mtbitcoin (OP)
Legendary
*
Offline Offline

Activity: 876
Merit: 1000


Etherscan.io


View Profile
January 26, 2015, 12:07:29 PM
Last edit: January 26, 2015, 04:24:18 PM by mtbitcoin
 #147

Can this tool supports all assets and also can we sign TX with this tool like brainwallet?

   ~~MZ~~

Signing is not an issue. But there are no JavaScript client libraries to build the CP transactions client side, that I am aware off. You will need to run and connect to backend daemon like counterblockd

EtherScan::Ethereum Block Explorer | BlockScan::Coming Soon
mtbitcoin (OP)
Legendary
*
Offline Offline

Activity: 876
Merit: 1000


Etherscan.io


View Profile
January 27, 2015, 01:40:10 PM
 #148

Being familiar with bitaddress.org, I think they set a good standard for code auditability by having that website in a github repo, providing hashes, etc. So I would suggest taking it in that direction to help people trust it on an ongoing basis.

The github source is now available at https://github.com/blockscan/cw_address_key_generator

EtherScan::Ethereum Block Explorer | BlockScan::Coming Soon
weex
Legendary
*
Offline Offline

Activity: 1102
Merit: 1014



View Profile
February 03, 2015, 04:13:11 AM
 #149

I'm no longer seeing lists of transactions for a specific address. For example http://blockscan.com/address/1Po1oXMCWobE6kxWr8rJEP1SRq71JSD3t4 doesn't show any transactions or formatting below the "First" "Prev" "Page 1 of XXXX" buttons on the right.
mtbitcoin (OP)
Legendary
*
Offline Offline

Activity: 876
Merit: 1000


Etherscan.io


View Profile
February 03, 2015, 05:53:09 AM
 #150

I'm no longer seeing lists of transactions for a specific address. For example http://blockscan.com/address/1Po1oXMCWobE6kxWr8rJEP1SRq71JSD3t4 doesn't show any transactions or formatting below the "First" "Prev" "Page 1 of XXXX" buttons on the right.

There were some code changes made to the address page to reduce the number of postbacks required. I've tested this in both IE, Chrome and Safari. May I know what browser are you running ?

EtherScan::Ethereum Block Explorer | BlockScan::Coming Soon
mtbitcoin (OP)
Legendary
*
Offline Offline

Activity: 876
Merit: 1000


Etherscan.io


View Profile
February 03, 2015, 05:55:21 AM
 #151

I'm no longer seeing lists of transactions for a specific address. For example http://blockscan.com/address/1Po1oXMCWobE6kxWr8rJEP1SRq71JSD3t4 doesn't show any transactions or formatting below the "First" "Prev" "Page 1 of XXXX" buttons on the right.

There were some code changes made to the address page to reduce the number of postbacks required. I've tested this in both IE, Chrome and Safari. May I know what browser are you running ?

Firefox? I see the issue and am looking into it. It appears firefox interprets the frame tags differently

EtherScan::Ethereum Block Explorer | BlockScan::Coming Soon
mtbitcoin (OP)
Legendary
*
Offline Offline

Activity: 876
Merit: 1000


Etherscan.io


View Profile
February 03, 2015, 06:04:56 AM
 #152

I'm no longer seeing lists of transactions for a specific address. For example http://blockscan.com/address/1Po1oXMCWobE6kxWr8rJEP1SRq71JSD3t4 doesn't show any transactions or formatting below the "First" "Prev" "Page 1 of XXXX" buttons on the right.

There were some code changes made to the address page to reduce the number of postbacks required. I've tested this in both IE, Chrome and Safari. May I know what browser are you running ?

Firefox? I see the issue and am looking into it. It appears firefox interprets the frame tags differently

Ok. It should be fixed now. Let me know if you are still running into issues

EtherScan::Ethereum Block Explorer | BlockScan::Coming Soon
weex
Legendary
*
Offline Offline

Activity: 1102
Merit: 1014



View Profile
February 13, 2015, 12:35:15 AM
 #153

Inspired by our convo at the XCP forums, I think it would be good for your asset issuances detail page to show the description and any other data pertinent to an issuance. For example, I can't see the description given when FLDC was issued in this transaction: http://blockscan.com/txInfo/429963
mtbitcoin (OP)
Legendary
*
Offline Offline

Activity: 876
Merit: 1000


Etherscan.io


View Profile
February 13, 2015, 03:59:35 AM
Last edit: February 13, 2015, 07:00:36 AM by mtbitcoin
 #154

Inspired by our convo at the XCP forums, I think it would be good for your asset issuances detail page to show the description and any other data pertinent to an issuance. For example, I can't see the description given when FLDC was issued in this transaction: http://blockscan.com/txInfo/429963

I've updated the issuance page to show the description with the initial asset issuance and also the associated address responsible for additional issuance. If there is any other "pertinent" data that is left out let me know. Given that the issuance page is basically a high level overview, certain information such as fees, etc have been left out

http://blockscan.com/assetInfo/FLDC#issuance

EtherScan::Ethereum Block Explorer | BlockScan::Coming Soon
weex
Legendary
*
Offline Offline

Activity: 1102
Merit: 1014



View Profile
February 13, 2015, 05:53:37 AM
 #155

Very cool. That simplifies things for me and reduces the number of Bitcoin transactions by one for the process as well!

In general, I think each type of transaction should display everything a user might want to know about it. For an issuance, seeing everyting a user might set for a new asset in Counterwallet would be cool. Obviously, seeing all of that info can be daunting for new users so there is something be said for keeping it simple (or making an advanced view link).
weex
Legendary
*
Offline Offline

Activity: 1102
Merit: 1014



View Profile
February 22, 2015, 04:49:41 AM
 #156

A feature request: Provide a way to search description text. I'd like to be able to provide a link that shows any and all assets that have a certain hash in their description ordered by block number. The reason is that I've put out a set of artworks that each come with a Counterparty token and the way the artwork is connected with the token is by putting a hash of an image of the artwork in the description field of the token when it's first issued.
mtbitcoin (OP)
Legendary
*
Offline Offline

Activity: 876
Merit: 1000


Etherscan.io


View Profile
February 22, 2015, 01:25:38 PM
Last edit: February 23, 2015, 03:13:50 AM by mtbitcoin
 #157

A feature request: Provide a way to search description text. I'd like to be able to provide a link that shows any and all assets that have a certain hash in their description ordered by block number. The reason is that I've put out a set of artworks that each come with a Counterparty token and the way the artwork is connected with the token is by putting a hash of an image of the artwork in the description field of the token when it's first issued.

An advanced asset search is now available at http://blockscan.com/search?mod=asset

EtherScan::Ethereum Block Explorer | BlockScan::Coming Soon
weex
Legendary
*
Offline Offline

Activity: 1102
Merit: 1014



View Profile
February 22, 2015, 08:21:20 PM
 #158

A feature request: Provide a way to search description text. I'd like to be able to provide a link that shows any and all assets that have a certain hash in their description ordered by block number. The reason is that I've put out a set of artworks that each come with a Counterparty token and the way the artwork is connected with the token is by putting a hash of an image of the artwork in the description field of the token when it's first issued.

An advanced asset search is now available at http://blockscan/search?mod=asset


Works great. I'm going to have to write a general asset + proof of existence type article based on this.
mtbitcoin (OP)
Legendary
*
Offline Offline

Activity: 876
Merit: 1000


Etherscan.io


View Profile
February 23, 2015, 12:05:25 PM
 #159

A feature request: Provide a way to search description text. I'd like to be able to provide a link that shows any and all assets that have a certain hash in their description ordered by block number. The reason is that I've put out a set of artworks that each come with a Counterparty token and the way the artwork is connected with the token is by putting a hash of an image of the artwork in the description field of the token when it's first issued.

An advanced asset search is now available at http://blockscan.com/search?mod=asset


Works great. I'm going to have to write a general asset + proof of existence type article based on this.

Great! Let me know when your article is complete and I will put a link in the "what's new" section of Blockscan's main page to your article.

EtherScan::Ethereum Block Explorer | BlockScan::Coming Soon
mtbitcoin (OP)
Legendary
*
Offline Offline

Activity: 876
Merit: 1000


Etherscan.io


View Profile
February 23, 2015, 03:02:45 PM
 #160


Just a short update...

The Blockchain Voting (Powered by Counterparty) vote Scoreboard service is now online at https://www.blockscan.com/votes

Cheers

EtherScan::Ethereum Block Explorer | BlockScan::Coming Soon
Pages: « 1 2 3 4 5 6 7 [8] 9 »  All
  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!