Post
Topic
Board Announcements (Altcoins)
Re: [BCN] Bytecoin. Secure, private, untraceable since July, 2012
by
Patron92
on 30/08/2014, 09:04:30 UTC
Bytecoin has been updated to v.1.0.2, which includes the following features:

— Transaction history for simplewallet and Wallet JSON RPC
— Reset command for simplewallet and Wallet JSON RPC
— Various simplewallet improvements

The "reset" command is a handful tool in case you would like to resynchronize your wallet's data from scratch. This command was introduced to avoid deleting the wallet.bin file in case the re-synchronization is required.

The transaction history can be obtained through "list_transfers" command in simplewallet or "get_transfers" method in Wallet RPC. It returns the information regarding all incoming and outgoing transactions:

The "list_transfers" command returns all incoming and outgoing transfers with the following structure:
  • timestamp
  • transaction type (INPUT = incoming, OUTPUT = outgoing)
  • tx hash
  • transfer amount — please note that this data is available starting from v.1.0.2 build. For the transfers created by simplewallet of previous versions this method returns not exact transfers amounts but the transaction amounts (transfer amount + change).
  • fee
  • payment_id
  • recipient's address (non applicable for incoming transactions)
  • block height
  • unlock time

The method provides an easy way for the users or services to recheck all the wallet's operations.

You may learn more about these new features on Bytecoin Wiki: new simplewallet commands and their outputs, new Wallet JSON RPC methods.

Download Bytecoin v.1.0.2: http://bytecoin.org/downloads


Indeed, it's an easy way to re-check all wallets opeerations