Advertisement
Gryph_The_Grey

Untitled

Jul 14th, 2020
119
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.26 KB | None | 0 0
  1. This seems like such a simple thing, in fact it was with radarstakepool. I can not seem to get the metadata hash and the short url from github raw to match. I have been at this off and on over the past few days. I suppose I have tried about 100 different things. No really! I have even copeid the file from wget into metadata.json and I come up with the correct hash. Could someone possibly tell me what I have wrong. The raw file seems to show spaces at the ends of eachline. I have tried deleting the space but it is not there in there in the repo.
  2.  
  3. griff@badass:~/badass$ cat badass.metadata.json
  4. {
  5. "name": "bADAsStakePool",
  6. "description": "You can't be a bADAss without ADA!",
  7. "ticker": "BADAS",
  8. "homepage": "https://bada55.net"
  9. }
  10. griff@badass:~/badass$ cardano-cli shelley stake-pool metadata-hash --pool-metadata-file badass.metadata.json
  11. 693992e6634101a38524b5a12ebc7112cd797c773fce8222d786249bbf67a722
  12. griff@badass:~/badass$ cat bJOY3
  13. {
  14. "name": "bADAsStakePool",
  15. "description": "You can't be a bADAss without ADA!",
  16. "ticker": "BADAS",
  17. "homepage": "https://bada55.net"
  18. }
  19. griff@badass:~/badass$ cardano-cli shelley stake-pool metadata-hash --pool-metadata-file bJOY3
  20. 10c5c96a0f6650f7607eca91a5f76a0c57da8874671a45c301b3c49360420aa4
  21. griff@badass
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement