Bitcoin/address validation: Difference between revisions

Content deleted Content added
Grondilu (talk | contribs)
Created page with "{{draft task}} Write a program that takes a bitcoin address as argument, and checks whether or not this address is valid. The program can either return a bool..."
 
Grondilu (talk | contribs)
mNo edit summary
Line 3:
Write a program that takes a [[wp:bitcoin|bitcoin address]] as argument, and checks whether or not this address is valid. The program can either return a boolean value or throw an exception when not valid.
 
You can use digest libraries for [[SHA-256]] orand [[RIPEMD-160]].
 
==Unix shell==