From f2fb587a26014f86a0cfd5ed3b28f7348241f234 Mon Sep 17 00:00:00 2001 From: Casey Rodarmor Date: Tue, 6 Dec 2022 14:14:53 -0800 Subject: [PATCH] Extend bounty 3 (#897) --- docs/src/bounty/3.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/docs/src/bounty/3.md b/docs/src/bounty/3.md index 6dad9dee92..041e717f2a 100644 --- a/docs/src/bounty/3.md +++ b/docs/src/bounty/3.md @@ -11,9 +11,9 @@ ordinal names get *shorter* as the ordinal number gets *longer*. The name of ordinal 0, the first ordinal to be mined is `nvtdijuwxlp` and the name of ordinal 2,099,999,997,689,999, the last ordinal to be mined, is `a`. -The bounty is open for submissions until block 766080—the first block of -difficulty adjustment period 380. Submissions included in block 766080 or later -will not be considered. +The bounty is open for submissions until block 840000—the first block after the +fourth halvening. Submissions included in block 840000 or later will not be +considered. Both parts use [frequency.tsv](frequency.tsv), a list of words and the number of times they occur in the [Google Books Ngram @@ -24,7 +24,8 @@ corpus. `frequency.tsv` is a file of tab-separated values. The first column is the word, and the second is the number of times it appears in the corpus. The -entries are sorted from least-frequently occurring to most-frequently occuring. +entries are sorted from least-frequently occurring to most-frequently +occurring. `frequency.tsv` was compiled using [this program](https://github.com/casey/onegrams).