Advertisement
Gryph_The_Grey

Untitled

Nov 9th, 2019
157
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.23 KB | None | 0 0
  1. ~/pub_testnet01$ ./delegate-acct.sh bbbfa03929c2eed6022bbfaeb86bd2d632b15a45c9b4c53324e7cebdba676c96 3101 ed25519_x
  2. ================DELEGATE ACCOUNT=================
  3. REST_PORT: 3101
  4. ACCOUNT_SK: ed25519_x
  5. BLOCK0_HASH: cfd99bc54ebf44b44e72db7e2d48a40499888781e7628ea0fbf286bfd480ca58
  6. FEE_CONSTANT: 1000
  7. FEE_COEFFICIENT: 50
  8. FEE_CERTIFICATE: 10000
  9. ==================================================
  10. ##1. Create the delegation certificate for the Account address
  11. failed to make a REST request
  12. |-> node rejected request because of invalid parameters
  13. |-> http://127.0.0.1:3101/api/v0/account/0da3cba9f8543cfd1d50d9dc2e7c44991039e2e41f66a15a79bfac4878cb76a6: Client Error: 404 Not Found
  14. ##2. Create the offline delegation transaction for the Account address
  15. ##3. Add input account to the transaction
  16. ##4. Add the certificate to the transaction
  17. ##5. Finalize the transaction
  18. DEPRECATED: use 'data-for-witness' instead
  19. ##6. Create the withness
  20. error: Invalid value for '--account-spending-counter <account-spending-counter>': cannot parse integer from empty string ##7. Add the witness to the transaction
  21. could not read witness file 'witness.out.9695'
  22. |-> No such file or directory (os error 2)
  23. ##8. Show the transaction info
  24. Transaction 56c16fe14dd4007be77ee5ec06279d18dc53f46f9867b57f4a9aea09be6f2027 (finalizing)
  25. Input: 11050
  26. Output: 0
  27. Fees: 11050
  28. Balance: 0
  29. - 0da3cba9f8543cfd1d50d9dc2e7c44991039e2e41f66a15a79bfac4878cb76a6 11050
  30. ##9. Finalize the transaction and send it to the blockchain
  31. invalid number of witnesses in transaction to seal: 0, should be 1
  32. sealing finalizing transaction is not valid
  33. cannot get message from transaction in finalizing state
  34. input is not a valid fragment
  35. |-> failed to fill whole buffer
  36. ##Waiting for new block to be created (timeout = 200 blocks = 400s)
  37. New block was created - e54b95ac420f85c18e616934910896545dbd8ee5b03f78f2c8e8eef3034172d4
  38. ##10. Check the account's delegation status
  39. failed to make a REST request
  40. |-> node rejected request because of invalid parameters
  41. |-> http://127.0.0.1:3101/api/v0/account/0da3cba9f8543cfd1d50d9dc2e7c44991039e2e41f66a15a79bfac4878cb76a6: Client Error: 404 Not Found
  42. rm: cannot remove 'witness.out.9695': No such file or directory
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement