Advertisement
Guest User

Untitled

a guest
Mar 8th, 2017
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1. CKey test;
  2. test.MakeNewKey(false);
  3.  
  4. string teststr = EncodeBase58(test.begin(), test.end());
  5.  
  6. cout << teststr << endl;
  7.  
  8. CBitcoinSecret cbtcsec(test);
  9.  
  10. cout << cbtcsec.IsValid();
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement