Post
Topic
Board Announcements (Altcoins)
Re: [ANN][XCP] Counterparty Protocol, Client and Coin (built on Bitcoin) - Official
by
mtbitcoin
on 08/02/2014, 07:08:00 UTC
issuance --source=YOUR_ADDRESS --asset=ASSETNAME --quantity=QUANTITY divisible

Code:
   if asset[0] == 'A': raise exceptions.AssetNameError('starts with ‘A’')
lib.exceptions.AssetNameError: starts with ‘A’

 Embarrassed


What is your version of countepartyd? You need to update to the latest version v0.3.

已经升级到最新版了
You can't have asset names that start with the letter A.

Correct. Never put an 'A' in front of any asset! This is prohibited by Counterparty protocol.

Got it. But why?

this was explained somewhere back in the thread. It has to do with how the AssetId is calculated based on the asset names and there are certain requirements for this