Pages:
Author

Topic: [BlockScan] Counterparty (XCP) Block Explorer - page 2. (Read 31856 times)

legendary
Activity: 1102
Merit: 1014
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
legendary
Activity: 876
Merit: 1000
Etherscan.io
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
legendary
Activity: 876
Merit: 1000
Etherscan.io
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
legendary
Activity: 876
Merit: 1000
Etherscan.io
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 ?
legendary
Activity: 1102
Merit: 1014
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.
legendary
Activity: 876
Merit: 1000
Etherscan.io
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
legendary
Activity: 876
Merit: 1000
Etherscan.io
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
hero member
Activity: 560
Merit: 509
I prefer Zakir over Muhammed when mentioning me!
Can this tool supports all assets and also can we sign TX with this tool like brainwallet?

   ~~MZ~~
legendary
Activity: 876
Merit: 1000
Etherscan.io
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  ....
legendary
Activity: 1102
Merit: 1014
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.
legendary
Activity: 2128
Merit: 1002
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
legendary
Activity: 876
Merit: 1000
Etherscan.io
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
legendary
Activity: 876
Merit: 1000
Etherscan.io
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)
legendary
Activity: 876
Merit: 1000
Etherscan.io
Or if theres a confirmed balance, the unconfirms aren't also listed.

They should list the unconfirmed balances regardless of whether there are confirmed balances in the latest update. However, you have to use the "Get Address Balance for a specific Asset" API
legendary
Activity: 876
Merit: 1000
Etherscan.io
yep, seeing unconfirms in the main https://blockscan.com/address/12sAb5k1dKb6b2RFjZFX4xo3tEpCjrUy6t
Thanks!

Quote
And have also modified the address balance API to show an unconfirmed balance.
am i looking at the wrong API?

If theres no balance, but an unconfirmed, getting an error:
http://api.blockscan.com/api2?module=address&action=balance&btc_address=address

{
  "status": "error",
  "message": "no matching asset found",
  "data": []
}

Or if theres a confirmed balance, the unconfirms aren't also listed.

Use this one. Replace both address and asset with the one you are tracking.

http://api.blockscan.com/api2?module=address&action=balance&btc_address=16WhhnUUCZVvszFxsaCG3d6v77Qin1LErQ&asset=COINREPUBLIC
member
Activity: 106
Merit: 10
yep, seeing unconfirms in the main https://blockscan.com/address/12sAb5k1dKb6b2RFjZFX4xo3tEpCjrUy6t
Thanks!

Quote
And have also modified the address balance API to show an unconfirmed balance.
am i looking at the wrong API?

If theres no balance, but an unconfirmed, getting an error:
http://api.blockscan.com/api2?module=address&action=balance&btc_address=address

{
  "status": "error",
  "message": "no matching asset found",
  "data": []
}

Or if theres a confirmed balance, the unconfirms aren't also listed.
legendary
Activity: 2128
Merit: 1002
Beta Testnet Counterparty explorer is now available at http://testnet.blockscan.com

Thanks

Looks great. I use blockscan all the time. Thanks for the cool site.
legendary
Activity: 876
Merit: 1000
Etherscan.io
On the page:
https://blockscan.com/address/12sAb5k1dKb6b2RFjZFX4xo3tEpCjrUy6t
yesterday it wasn't showing unconfirmed, today it is.
Have you made an update? Will it stay like this?

I need to use the page with unconfirms to update a voting system I'm working on.

Thanks,

David

https://blockscan.com/pending  shows transactions in the counterparty mempool. From what I observed it could take either a few seconds to a few minutes to appear (even though they are already present in bitcoind getrawtransactions). The delay has something to do with the way counterpartyd is processing them (prior to version .9.4.1 this was not an issue)

While they do not seem be affecting the counterparty transactions this unfortunately introduces some delay when viewing the transactions... I am currently working on some new code to see if this can be improved

I have made some code changes to address the delay issue in the address page. And have also modified the address balance API to show an unconfirmed balance.  Let me know if this helps or if you are still running into issues
legendary
Activity: 876
Merit: 1000
Etherscan.io
On the page:
https://blockscan.com/address/12sAb5k1dKb6b2RFjZFX4xo3tEpCjrUy6t
yesterday it wasn't showing unconfirmed, today it is.
Have you made an update? Will it stay like this?

I need to use the page with unconfirms to update a voting system I'm working on.

Thanks,

David

https://blockscan.com/pending  shows transactions in the counterparty mempool. From what I observed it could take either a few seconds to a few minutes to appear (even though they are already present in bitcoind getrawtransactions). The delay has something to do with the way counterpartyd is processing them (prior to version .9.4.1 this was not an issue)

While they do not seem be affecting the counterparty transactions this unfortunately introduces some delay when viewing the transactions... I am currently working on some new code to see if this can be improved
member
Activity: 106
Merit: 10
On the page:
https://blockscan.com/address/12sAb5k1dKb6b2RFjZFX4xo3tEpCjrUy6t
yesterday it wasn't showing unconfirmed, today it is.
Have you made an update? Will it stay like this?

I need to use the page with unconfirms to update a voting system I'm working on.

Thanks,

David
Pages:
Jump to: