From 5be152129478fd7165e039e40b9f267a63362be3 Mon Sep 17 00:00:00 2001 From: Tanguy Pruvot Date: Tue, 26 May 2015 15:39:06 +0200 Subject: [PATCH] Increase max password size to 128 chars (nicehash) --pass="f0=0;f2=0;f3=2.7;f4=1.9;f5=99;f6=1.8;f7=7.9;f8=0;f9=0.45;f10=0;f11=4.3;f12=3.9" --- miner.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/miner.h b/miner.h index 8cb5db4..4f4e39c 100644 --- a/miner.h +++ b/miner.h @@ -632,7 +632,7 @@ struct pool_infos { char url[256]; char short_url[64]; char user[64]; - char pass[64]; + char pass[128]; // config options double max_diff; double max_rate;