From 7d79bb9ea5ca8c839ab331e5603da5580776baa9 Mon Sep 17 00:00:00 2001 From: Runxi Yu Date: Mon, 24 Mar 2025 06:17:00 +0800 Subject: csolver.go: Notice about 'you should read/understand before running' --- csolver.go | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/csolver.go b/csolver.go index 18ce1b7..ee3516c 100644 --- a/csolver.go +++ b/csolver.go @@ -3,7 +3,11 @@ package main -const solverProgram = `// You need to have OpenSSL, and link with -lcrypto +const solverProgram = `// This is a reference implementation of the proof of work solver in C. +// For security reasons, it is recommended that you read and understand the +// entire program first if you actually want to run it. +// +// You need to have OpenSSL, and link with -lcrypto #include #include -- cgit v1.2.3