"; echo "
Renting is temporarily disabled.
"; echo "Deposit Address | $renter->address | ||
Balance | $balance BTC | "; if($renter->balance>=0.001) echo ""; else if($renter->balance>0) echo " | (withdraw minimum 0.001) | "; echo "
Unconfirmed | $unconfirmed BTC"; echo " (waiting for 1 confirmation)"; echo " | ||
Spent | $spent BTC | ||
Received | $start BTC | ||
Unpaid | $balance BTC | ||
Profit | $profit BTC |
Time | "; echo "Type | "; echo "Amount | "; echo "Tx | "; echo "|
---|---|---|---|---|
$d ago | "; echo "$tx->type | "; echo "$amount | "; if(strlen($tx->tx) > 32) { $tx_show = substr($tx->tx, 0, 36).'...'; $txurl = "https://blockchain.info/tx/$tx->tx"; echo "$tx_show | "; } else echo "$tx->tx | "; echo "