BlogHide Resteemsalexeyqian (25)in steem • 6 years agoIs new STEEM generated too fast?From current steem code: auto new_steem = ( props.virtual_supply.amount * current_inflation_rate ) / ( int64_t( STEEM_100_PERCENT ) * int64_t( STEEM_BLOCKS_PER_YEAR ) ); the factor:virtual_supply…alexeyqian (25)in steem • 6 years agoIs witness over paid?The code in line: 2205 witness_reward *= STEEM_MAX_WITNESSES; means witness_reward = witness_reward * 21 !!! being multiplied 21 times! Let's say, for example, while creating one block, 10 new…alexeyqian (25)in steemit • 7 years agoHow does create an account work in steemit.com?Below is the code which steemit.com is using to create an account. Can anyone help me understand what these parameter are? Is signingKey from creator? How many fee should be provided…alexeyqian (25)in condenser • 7 years agoAccount Safety -Data Structure of Account in Condenser/Steemit.comBelow is the screenshot of condenser's database model/design code from github, does this mean that all my private keys are stored in Steemit.com database? If it is, it might be risky if steemit.com…alexeyqian (25)in steem • 7 years agoHow to config 'registrar' in default.json of condenserIn default.json, there is a section named: registrar "registrar": { "account": "initminer", "fee": "50.000 TESTS", "delegation": "1000000.000000 VESTS", "signing_key": "xxxx" }, How should…alexeyqian (25)in steem • 7 years agoHow steemid links my account name, wallet address and private key?When I created an account in steemit.com, and I also got 4 private keys. How my account name and all these keys are linked together? Is it true that all my private keys and account name are stored…alexeyqian (25)in steemd • 7 years agoCreate account error in steemdAny idea about this: local_apis.size() > api_id error? thanks a lot. =============== error message ============ CreateAccount server error 10 assert_exception: Assert Exception…