Advertisement
Gryph_The_Grey

Untitled

Nov 16th, 2019
101
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.43 KB | None | 0 0
  1. Welcome to Casper Setup.
  2.  
  3. You can press Enter at any prompt to use the following default settings, or enter your own.
  4.  
  5. REST API SERVER: http://localhost:3101
  6. Database Storage Path: ./accounts.db
  7. Genesis Hash: bad49dbbd149ee6cbe1f172d4a727b5e3cf9ea057651f303758eff9cb6ce8387
  8. Crypto Module: Fernet is default, PyCrypto is the alternative.
  9. Blockchain Storage Path: /tmp/storage
  10.  
  11.  
  12.  
  13. Input REST API Server Address:
  14. Input Casper Account Database Storage Path:
  15. Input Genesis Hash: 27668e95121566df0bb2e2c11c5fd95dfe59efd570f8f592235ecff167ca3f29
  16. Input Crypto Module:
  17. Input Blockchain Storage Path: /home/griff1/v070beta/storage
  18. Create New Database? (y/n):
  19. {'cryptomodule': 'Fernet',
  20. 'dbpath': 'config/accounts.db',
  21. 'genesis': '27668e95121566df0bb2e2c11c5fd95dfe59efd570f8f592235ecff167ca3f29',
  22. 'jmpath': '/home/griff1/v070beta/storage',
  23. 'node': 'http://localhost:3101',
  24. 'platform': 'Linux-4.15.0-65-generic-x86_64-with-Ubuntu-18.04-bionic',
  25. 'version': '0.0.4'}
  26.  
  27.  
  28. STARTING CASPER
  29. Enter your Password:
  30. STARTING CASPER CORE v0.0.4
  31. OS Linux-4.15.0-65-generic-x86_64-with-Ubuntu-18.04-bionic
  32. jcli 0.7.0 (HEAD-a93d4f67, release, linux [x86_64]) - [rustc 1.39.0 (4560ea788 2019-11-04)]
  33. jormungandr 0.7.0 (HEAD-a93d4f67, release, linux [x86_64]) - [rustc 1.39.0 (4560ea788 2019-11-04)]
  34. Python 3.6.8
  35. DROPPING OLD TABLE: fragments
  36. ERROR DROP TABLE
  37. ERROR NODE IS NOT RESPONDING
  38. griff1@jormungandr:~/C
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement