Post
Topic
Board Announcements (Altcoins)
Re: [MAINNET]"MimbleWimble", we cast this spell so mote it be. GRIMM was born.
by
Tongpu
on 27/11/2019, 12:57:36 UTC
You need more detailed instructions on creating your token. At first I got stuck on the very first command:
Code:
./grimm-wallet --asset_command 1 --asset_kid 'btc' send -r '3981196d3ce55a40f98d958d3f1847fb6562444ebf2038f8145862a3e9441c00abc' -a '10000000000'
The console returned an error: the argument ('btc') for option '--asset_kid' is invalid
Then instead of “btc” I wrote “123” and a token was created. But when I request information about him, I do not receive either his "name" or his "emission".
Code:
I 2019-11-27.11:05:07.331 Rules signature: 0-a296984f83c062475d11c2c6486bd11d36fba60a223f1995e706cb5d8ff2f665
I 2019-11-27.11:05:07.331 starting a wallet...
I 2019-11-27.11:05:07.484 wallet sucessfully opened...
I 2019-11-27.11:05:07.484 Parsing string acd7e06d807ff2ab31f40b53a49b0c7f889cb7bb0d3b5307d19058e4ffd3b122
I 2019-11-27.11:05:07.484 Parsing string ok. AssetID: acd7e06d807ff2ab31f40b53a49b0c7f889cb7bb0d3b5307d19058e4ffd3b122
____Asset Wallet____

AssetID ..................acd7e06d807ff2ab31f40b53a49b0c7f889cb7bb0d3b5307d19058e4ffd3b122

Current height............163900
Current state ID..........2ad0ce46b9f54ebdc295098e4cf003440c1ed5b455415585e4eeaad78ce4f877

Available.................0 centum  assets
Maturing..................0 centum
In progress...............0 centum
Unavailable...............0 centum
Available coinbase .......0 centum
Total coinbase............0 centum
Avaliable fee.............0 centum
Total fee.................0 centum
Total unspent.............0 centum  assets

AssetID ..................acd7e06d807ff2ab31f40b53a49b0c7f889cb7bb0d3b5307d19058e4ffd3b122
  | ID                                               |        assets |        centum | maturity          | status                        | type   

What am I doing wrong? With what parameter do you want to launch a wallet when creating a token to give it a name?

In pre-release tokens work on assetchains (you can create assetchain and use tokens on it). To enable tokens on main Grimm network we need hardfork. It will be after next release (mandatory update). P.s. kid its your random key that help generate assetid (the ability to attach a token ticker will be with the next release)