Based on the discussion here: Configure your votes when minting! I’ve set up 5 assets to start with for voting in my B&C client and datafeed.
“assetid” : “BKC”,
“confirmations” : 6,
“reqsigners” : 3,
“totalsigners” : 6,
“maxtrade” : 1000.0,
“mintrade” : 1.0,
“unitexponent” : 4
},
{
“assetid” : “BKS”,
“confirmations” : 6,
“reqsigners” : 3,
“totalsigners” : 6,
“maxtrade” : 200.0,
“mintrade” : 1.0,
“unitexponent” : 4
},
{
“assetid” : “BTC”,
“confirmations” : 3,
“reqsigners” : 3,
“totalsigners” : 6,
“maxtrade” : 3.0,
“mintrade” : 0.001,
“unitexponent” : 8
},
{
“assetid” : “NBT”,
“confirmations” : 6,
“reqsigners” : 3,
“totalsigners” : 6,
“maxtrade” : 1000.0,
“mintrade” : 1.0,
“unitexponent” : 4
},
{
“assetid” : “PPC”,
“confirmations” : 6,
“reqsigners” : 3,
“totalsigners” : 6,
“maxtrade” : 2000.0,
“mintrade” : 1.0,
“unitexponent” : 6
}
I have chosen for 3 out of 6 for all pairs and maximum trades around the US$1000 mark to start with during the testing phase. I’ve also kept the mintrades low, so testing is made less expensive. We should raise that later on as it probably won’t be worth the fees.
I added BKS as we have only one other listing of our shares.
BTC and BKC are obvious,
NBT as it is the pegged US$ currency
and PPC as it runs in the family
Good to add more pairs later, like to hear you feedback whether we should start with a larger set, different settings etc.