hello i'm a problem with source code of directory.io : As said in the title I'm on a project (GOLANG language) I recreated the site directory.io with as a modification the display of the final balance of each address (addresses included) And also put a filter of the kind the addresses beginning with "1Feex" that I can modify at will.
Only even by filtering the addresses the number of pages (or bitcoin addresses do not decrease). I would have liked to know if I could get help from members who know the golang language? For info here is the address filter: if strings.HasPrefix(key.compressed, "1Feex") { fmt.Fprintf(w, KeyTemplate, key.private, key.private, key.number, key.private, key.compressed, key.compressed) And the number of bitcoins addresses which is in byte: total = new(big.Int).SetBytes([]byte{ 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, }) thanks for help ;) . -- 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.