'Official Symbol (if different)', 'auxpow' => 'AUX PoW', 'dontsell' => 'Don\'t sell', 'sellonbid' => 'Sell on Bid', 'txfee' => 'Tx Fee', 'program' => 'Daemon process name', 'conf_folder' => 'Conf. folder prefix', 'rpchost' => 'RPC Host', 'rpcport' => 'RPC Port', 'rpcuser' => 'RPC User', 'rpcpasswd' => 'RPC Password', 'serveruser' => 'Server process username', 'hassubmitblock'=> 'Has submitblock', 'hasmasternodes'=> 'Masternode', ); } public function getSymbol_show() { if(!empty($this->symbol2)) return $this->symbol2; else return $this->symbol; } }