[go-nuts] Base58check to decimal

2016-09-15 Thread Nosferatu fist
First Hello and thank you for any help you can give me . here I have traveled google but I have not found my happiness . I would like to convert decimal number BASE58Check in my research but give nothing example: bitcoin address : 1HZwkjkeaoZfTSaJxDw6aKkxp45agDiEzN In decimal : 1037542844944

Re: [go-nuts] Base58check to decimal

2016-09-15 Thread Nosferatu fist
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.

Re: [go-nuts] Base58check to decimal

2016-09-16 Thread Nosferatu fist
Hello donovan First I thank you for having me cleared by implenter against how your code in this application ? https://github.com/saracen/directory.io/blob/master/directory.go to get this: 5HpHagT65TZzG1PH3CSu63k8DbpvD8s5ip4nEB3kEsreAnchuDf 1EHNa6Q4Jz2uvNExL497mE43ikXhwF6kZm 1037542844944

Re: [go-nuts] Base58check to decimal

2016-09-18 Thread Nosferatu fist
hello how to add the decimal bitcoin addresses on directory.io -- 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

[go-nuts] write in file the result of code

2016-09-19 Thread Nosferatu fist
Hello I have a desire to write in the result of the code file: package main import ( "fmt" "math/big" "github.com/btcsuite/btcd/btcec" "github.com/btcsuite/btcd/chaincfg" "github.com/btcsuite/btcutil" "github.com/btcsuite/btcutil/base58" ) func main() { // Print h