Skip to content

Commit

Permalink
DIsable removed feature example (missing WIF chars at unknown positions)
Browse files Browse the repository at this point in the history
  • Loading branch information
Coding-Enthusiast committed May 11, 2024
1 parent 4cbaaeb commit 6397494
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions Src/FinderOuter/ViewModels/MissingBase58ViewModel.cs
Original file line number Diff line number Diff line change
Expand Up @@ -358,17 +358,17 @@ private ExampleData GetExampleData()
$"Note the multi-thread usage (parallelism).{Environment.NewLine}" +
$"Estimated time: <3 sec to find, <30 sec to check all"
},
{
"L53fCHmQhbNp1B4JipfBtfeHZHcAibzG9oK9XfiFzxHAkz6JK",
Array.IndexOf(MissingChars, '*'),
0,
null,
0,
$"bitcoin wiki{Environment.NewLine}" +
$"This example is a compressed private key missing 3 character at unknown positions.{Environment.NewLine}" +
$"Note that this is a special case and it uses multi-thread (parallelism).{Environment.NewLine}" +
$"Estimated time: <2 min to find, <3.5 min to check all"
},
//{
// "L53fCHmQhbNp1B4JipfBtfeHZHcAibzG9oK9XfiFzxHAkz6JK",
// Array.IndexOf(MissingChars, '*'),
// 0,
// null,
// 0,
// $"bitcoin wiki{Environment.NewLine}" +
// $"This example is a compressed private key missing 3 character at unknown positions.{Environment.NewLine}" +
// $"Note that this is a special case and it uses multi-thread (parallelism).{Environment.NewLine}" +
// $"Estimated time: <2 min to find, <3.5 min to check all"
//},
{
"142viJrTYHA4TzryiEiuQkYk4Ay5Tfp***",
Array.IndexOf(MissingChars, '*'),
Expand Down

0 comments on commit 6397494

Please sign in to comment.