From 8184e133abc630b7aa0f011435eb4e6021238fe8 Mon Sep 17 00:00:00 2001 From: Deurstann <tristan.derouet@ensiie.fr> Date: Sat, 13 Nov 2021 11:25:14 +0100 Subject: [PATCH] Update README.md --- README.md | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index c1bce36..ef53408 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,15 @@ # BakayenMiner -Bakayen is a currency that must develop to compete in the big world of currency. The goal of this project is to build a miner for the brand new bakacoin cryptocurrency which can then be converted to real bakayens, no n00b, no arnak. \ No newline at end of file +Bakayen is a currency that must develop to compete in the big world of currency. The goal of this project is to build a miner for the brand new bakacoin cryptocurrency which can then be converted to real bakayens, no n00b, no arnak. + +This has been achieved by isekaing bakachan into a brand new world, with magic, demons, waifu and the new cryptocurrency Bakacoin. In this world, the Bakacoin can be converted into the precious Bakayen but danger lies in every corner so stay sharp Bakachan! + +# How to Compile +``` +git clone git@git.iiens.net:derouet2018/bakayenminer.git +cd bakayenminer +cmake -Bbuild +cd build +make +``` +Then launch it via the bakaminer binary in the build folder. -- GitLab