BitShares Forum

Main => Technical Support => Topic started by: monsterer on January 31, 2016, 11:12:30 am

Title: Getting error trying to create private bitasset
Post by: monsterer on January 31, 2016, 11:12:30 am
scratch this - I was being a muppet
Title: Re: Getting error trying to create private bitasset
Post by: xeroc on January 31, 2016, 11:18:15 am
You need the active key of the issuer of SMART imported in the same wallet!

It may be (not sure) that the cli-wallet requires the owner key, but it shouldn't according to the protocol

// edit: :P
Title: Re: Getting error trying to create private bitasset
Post by: monsterer on January 31, 2016, 11:28:29 am
You need the active key of the issuer of SMART imported in the same wallet!

It may be (not sure) that the cli-wallet requires the owner key, but it shouldn't according to the protocol

// edit: :P

:) Do we have to convince a witness to run a feed for this, or can we run one?

edit: many thanks for your help by the value, it was invaluable :)
Title: Re: Getting error trying to create private bitasset
Post by: xeroc on January 31, 2016, 12:02:14 pm
you don't need to ask witnesses ... you can have any account publish a feed ..
http://docs.bitshares.eu/bitshares/tutorials/mpa-create-manual.html
there are too flags:
-                    "witness_fed_asset" : True,
-                   "committee_fed_asset" : False,
If both are false, you can select your own producers by  update_asset_feed_producers
you could even change this on the fly if you set the correct permissions
Title: Re: Getting error trying to create private bitasset
Post by: xeroc on January 31, 2016, 12:05:11 pm
I recommend to test your feed scripts on the testnet first .. not that you cause a blackswan or something similar by accident