Houzich/Convert-Addresses-To-Hash160-For-Brute-Force

формат для открытия файлов декодирования

maxru12 opened this issue · 4 comments

Всех приветствую.
Такая ситуация 4 часа уже не могу декодировть файлы.
Есть базы в txt.tsv,csv они все в папке D:\folder_with_files_for_decode
Но программа пишет что не может открыть файл. может какой-то определённый формат файла нужен?
Код конфига
{
"folder_with_files_for_decode": "D:\folder_with_files_for_decode",
"folder_for_tables_legacy": "D:\tables_legacy",
"folder_for_tables_segwit": "D:\tables_segwit",
"folder_for_tables_native_segwit": "D:\tables_native_segwit",
"folder_for_tables_ethereum": "D:\tables_ethereum"
}
08-05-2023_005602
08-05-2023_005520

Всех приветствую. Такая ситуация 4 часа уже не могу декодировть файлы. Есть базы в txt.tsv,csv они все в папке D:\folder_with_files_for_decode Но программа пишет что не может открыть файл. может какой-то определённый формат файла нужен? Код конфига { "folder_with_files_for_decode": "D:\folder_with_files_for_decode", "folder_for_tables_legacy": "D:\tables_legacy", "folder_for_tables_segwit": "D:\tables_segwit", "folder_for_tables_native_segwit": "D:\tables_native_segwit", "folder_for_tables_ethereum": "D:\tables_ethereum" } 08-05-2023_005602 08-05-2023_005520

или
"folder_with_files_for_decode": "D:/folder_with_files_for_decode",
"folder_for_tables_legacy": "D:/tables_legacy",
"folder_for_tables_segwit": "D:/tables_segwit",
"folder_for_tables_native_segwit": "D:/tables_native_segwit",
"folder_for_tables_ethereum": "D:/tables_ethereum"