Advertisement
Guest User

Untitled

a guest
Jul 19th, 2019
871
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.51 KB | None | 0 0
  1. <script type="text/vnd.graphviz" id="graphviz">
  2. digraph G {
  3. "bitcoin" -> "btc"
  4. "bitcoin" -> "bch"
  5. "bitcoin" -> "bsv"
  6.  
  7. "btc" -> "bch"
  8. "bch" -> "bsv"
  9.  
  10. "blockchain" -> "bitcoin"
  11.  
  12. "blocks" -> "blockchain"
  13.  
  14. "transaction" -> "blocks"
  15.  
  16. "input" -> "transaction" -> "output"
  17.  
  18. "txin" -> "input"
  19. "txout" -> "output"
  20.  
  21. "public key"
  22.  
  23. "wallet"
  24.  
  25. "12 words"
  26.  
  27. "private key"
  28.  
  29. "hash"
  30.  
  31. "address"
  32.  
  33. "utxo"
  34.  
  35. "OP_CODE"
  36.  
  37. "OP_RETURN"
  38.  
  39. "WIF" -> "Wallet Input Format"
  40. }
  41. </script>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement