Bitcoin Forum
September 20, 2025, 11:22:52 PM *
News: Latest Bitcoin Core release: 29.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: [1]
1  Bitcoin / Development & Technical Discussion / Re: How to view asset metadata on: March 21, 2016, 06:32:29 AM
In colored coin protocol, I know how to create an asset in a platform. I also can view the created asset. But I want to confirm it from other platforms. How to create an asset seems not to be a standard. During creating an asset, I used a lot of metadata. I just want to see these metadata in other platforms.

Thanks,

David
2  Bitcoin / Development & Technical Discussion / How to view asset metadata on: March 20, 2016, 09:18:24 AM
I used one platform to create an asset metadata in colored coin protocol. I can use that platform to view an asset metadata. I found out some asset explorer for mainnet. But I need one for testnet. I am looking for open source asset explorer so I can use it in my incoming application. Is there a asset explorer available for testnet? How do I use bitcoinj to view asset metadata?

Thanks,

David
3  Bitcoin / Development & Technical Discussion / implement Bitcoin Core?s signmessage command on: March 16, 2016, 09:30:36 AM
How do I implement Bitcoin Core?s signmessage command in Java?

In order to get a signature, I used the following code:

ECKey key = ECKey.fromPrivate("morR2S8NfjiphGnGWwXuSXPoW9pRM9Du9h".getBytes());
String signature = key.signMessage(?create 225015613080074076?);

But I got the following exception. I don't know why?

java.lang.ArrayIndexOutOfBoundsException
   at java.lang.System.arraycopy(Native Method)
   at org.spongycastle.crypto.signers.HMacDSAKCalculator.init(HMacDSAKCalculator.java:58)
   at org.spongycastle.crypto.signers.ECDSASigner.generateSignature(ECDSASigner.java:94)
   at org.bitcoinj.core.ECKey.doSign(ECKey.java:629)
   at org.bitcoinj.core.ECKey.sign(ECKey.java:619)
   at org.bitcoinj.core.ECKey.signMessage(ECKey.java:769)
   at org.bitcoinj.core.ECKey.signMessage(ECKey.java:756)
   at com.am.coinspark.service.MessageCreate.getSignature(MessageCreate.java:115)
   at com.am.coinspark.service.MessageCreate.main(MessageCreate.java:94)
4  Alternate cryptocurrencies / Altcoin Discussion / coloredcoin.org vs coinspark on: March 10, 2016, 12:46:15 AM
I like to hear your opinions about comparison of coinspark.org vs coloredcoin.org. Are they really free and open? They both provide features I want. Coinspark has a Java client API and it doesn't have a user group. But coloredcoin doesn't have Java client api and it has a user group. Which is better for Java developer? Thank you so much!

David
Pages: [1]
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!