Re: [go-nuts] Sort bitcoin addresses

2017-01-16 Thread Anonymous
I would like to see only the addresses appear in 1L without any holes or 128 per page -- 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...@goo

Re: [go-nuts] Sort bitcoin addresses

2017-01-15 Thread Stas Maksimov
I'm not really sure what you are asking here. Why the number of pages should decrease at all? The number of pages in this app is total number of bitcoins divided by 128 results per page. Granted it's an incredibly big number, but it shouldn't change as you travel between pages. All addresses seem

Re: [go-nuts] Sort bitcoin addresses

2017-01-15 Thread Stas Maksimov
Seemingly the are all starting with 1L. S. On Sun, 15 Jan 2017 at 20:13 Anonymous wrote: > What i mean is that i would like to recalculate this number so that it > only shows me the total of pages for addresses starting with 1L > > -- > You received this message because you are subscribed to th

[go-nuts] Sort bitcoin addresses

2017-01-15 Thread Anonymous
What i mean is that i would like to recalculate this number so that it only shows me the total of pages for addresses starting with 1L -- 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

[go-nuts] Sort bitcoin addresses

2017-01-15 Thread Anonymous
Hello everyone I modified the following code: https://github.com/saracen/directory.io/blob/master/directory.go Here is the total number of pages for a display of 128 addresses: 904625697166532776746648320380374280103671755200316906558262375061821325312 I modified the code to display only the a