Advertisement
Guest User

Untitled

a guest
Jan 24th, 2020
118
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.65 KB | None | 0 0
  1. ./run.sh 0 reset
  2.  
  3. Database has been wiped successfully
  4.  
  5. Argument not found
  6.  
  7. Adds blockchain
  8. Usage: add-blockchain [options]
  9. Options:
  10. * -bc, --blockchain-config
  11. Configuration file of blockchain (gtxml or binary)
  12. Default: <empty string>
  13. * -cid, --chain-id
  14. Local number id of blockchain
  15. Default: 0
  16. -f, --force
  17. Force the addition of already existed blockchain-rid (by chain-id)
  18. Default: false
  19. -i, --infrastructure
  20. The type of blockchain infrastructure.
  21. Default: base/ebft
  22. -nc, --node-config
  23. Configuration file of blockchain (.properties file)
  24. Default: <empty string>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement