Here's some code from the example that verifies your decimal value from
your input address:

https://gist.github.com/donovanhide/7fc3ca5170e8080c9eddda4014394ce0

On 15 September 2016 at 17:48, Donovan Hide <donovanh...@gmail.com> wrote:

> Yep, read the docs:
>
> https://godoc.org/github.com/btcsuite/btcutil/base58#CheckDecode
>
> The "check" means run SHA256 twice over the previous payload bytes and use
> the first 4 bytes of the result as the checksum.
>
> On 15 September 2016 at 13:11, Nosferatu fist <angerfist2...@gmail.com>
> wrote:
>
>> No base58 but base58check
>>
>> --
>> You received this message because you are subscribed to the Google Groups
>> "golang-nuts" group.
>> To unsubscribe from this group and stop receiving emails from it, send an
>> email to golang-nuts+unsubscr...@googlegroups.com.
>> For more options, visit https://groups.google.com/d/optout.
>>
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"golang-nuts" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to golang-nuts+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to