Add statistics snapshot
This commit is contained in:
parent
1d8db4eede
commit
4b016bc651
33
README.md
33
README.md
|
@ -6,6 +6,32 @@ Note that we're currently very selective when it comes to publishing raw data on
|
||||||
|
|
||||||
See [https://milksad.info](https://milksad.info) and [https://milksad.info/updates.html](https://milksad.info/updates.html) for more context.
|
See [https://milksad.info](https://milksad.info) and [https://milksad.info/updates.html](https://milksad.info/updates.html) for more context.
|
||||||
|
|
||||||
|
### Statistics
|
||||||
|
|
||||||
|
See the [statistics](generate_statistics.sh) script.
|
||||||
|
|
||||||
|
#### Last Statistics Snapshot
|
||||||
|
```
|
||||||
|
Number of unique weak PRNG Bitcoin wallet addresses: 40243
|
||||||
|
Prefix 1: 4315
|
||||||
|
Prefix 3: 20516
|
||||||
|
Prefix bc1q: 15411
|
||||||
|
Prefix bc1p: 1
|
||||||
|
|
||||||
|
Number of unique weak brainwallet Bitcoin wallet addresses: 19862
|
||||||
|
Prefix 1: 19844
|
||||||
|
Prefix 3: 10
|
||||||
|
Prefix bc1q: 8
|
||||||
|
Prefix bc1p: 0
|
||||||
|
|
||||||
|
Number of unique weak PRNG Ethereum wallet addresses: 8932
|
||||||
|
```
|
||||||
|
This may be outdated.
|
||||||
|
|
||||||
|
### Combined address lists
|
||||||
|
|
||||||
|
See the provided bash scripts.
|
||||||
|
|
||||||
### Caveats
|
### Caveats
|
||||||
|
|
||||||
This repository is a work-in-progress and relative paths will likely change. Expect links to specific sub-folders and files to break over time.
|
This repository is a work-in-progress and relative paths will likely change. Expect links to specific sub-folders and files to break over time.
|
||||||
|
@ -26,13 +52,6 @@ We're currently considering the [CC BY 4.0](https://creativecommons.org/licenses
|
||||||
|
|
||||||
See also the `README.md` files in the data folders, which may specify different licenses for individual files or folders.
|
See also the `README.md` files in the data folders, which may specify different licenses for individual files or folders.
|
||||||
|
|
||||||
### Statistics
|
|
||||||
|
|
||||||
See the statistics script.
|
|
||||||
|
|
||||||
### Combined address lists
|
|
||||||
|
|
||||||
See the generation scripts.
|
|
||||||
|
|
||||||
### Contact
|
### Contact
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue