Beispiel #1
0
 public override string ToString()
 {
     return("TAG: " + TagName + " | Name:" + FullName + " | Algo: " + Algo + " | BTC/day: " +
            BtcPerDay.ToString("#.00000000") + " | Coins/day: " + CoinsPerDay.ToString("#.00000000") +
            GetExchanges() +
            " | Weighted price: " + WeightedBtcPrice.ToString("#.00000000") + " | Total volume: " +
            TotalExchange.BtcVolume.ToString("#.0000") + " | Difficulty: " + Difficulty.ToString("#.###") +
            " | Blockreward: " + BlockReward.ToString("#.###"));
 }