Skip to content

Releases: nanzee/redwind-core

v2.0.0

15 Jun 04:00
Compare
Choose a tag to compare

THIS IS A COMMUNITY BUILD

for complete information please visit redwind.space

DAEMON

  • Super fast Blockchain sync
  • New seed nodes
    • 34.218.11.1:61280
    • 34.215.2.6:61280
    • Daemon will automatically connect to seed nodes;

SIMPLEWALLET

  • Source code has been optimized
  • higher transaction limits
  • Console output has been formatted heavily ( much human friendly )
  • Observer based transactions ( you don't need to type refresh any more )
  • Super fast transactions
  • MNEMONIC SEED are fully supported
  • Now you can use private spend and private view keys to restore your wallet

    export_keys
    this command will produce your private spend, view keys + mnemonic seed;
    store them safely; don't share these keys or seed words with anyone; whoever holds these keys they can restore the wallet and use funds;

  • You can restore your lost wallet with secret spend key + secret view key or mnemonic seed
  • Now you can use outgoing_transfers command to view your wallet spendings;

    outgoing_transfers
    this command will list all your spendings in a clean view;

NOTES

  • This binaries uses new blockchain format, Old block chain is not compatible with these binaires;
  • Please backup your old blockchain folder, binaries and wallet + keys files;
  • Then open redwindd executable file from new binaries;
  • Blockchain will be synced very fast;
  • Once sync is completed you can use new simple wallet

** #### USING NEW SIMPLE WALLET WITH OLD WALLET #### **

  • Open new simplewallet executable
  • Then press 'O' key
  • now enter your old wallet keys file name

eg : if your wallet file name is 'prince' you will have 'prince.keys' file

  • enter your old wallet password
  • now it will create new wallet file with .wallet extension, wait for wallet sync to be completed;
  • once wallet sync is completed you can use your wallet as usual and enjoy all new features;