From 1893eeba7cb72b9095d1b46252fdbb8ccfb831ab Mon Sep 17 00:00:00 2001 From: SaketAnand Date: Fri, 29 Dec 2023 20:07:16 +0530 Subject: [PATCH] Delete reference/readme.txt --- reference/readme.txt | 24 ------------------------ 1 file changed, 24 deletions(-) delete mode 100644 reference/readme.txt diff --git a/reference/readme.txt b/reference/readme.txt deleted file mode 100644 index 9dcc5ca99..000000000 --- a/reference/readme.txt +++ /dev/null @@ -1,24 +0,0 @@ -FLO Core Wallet installation - -One has to make sure that their AntiVirus software is disabled during the installation. After the installation, Whitelist every program related to the wallet. - -I Downloaded the file from the GitHub site of RanchiMall (https://github.com/ranchimall/FLO-wallet-core/releases/tag/v0.15.2.1.1-beta) - -Extracted the file and opened the program flo-qt.exe - -I realized that my wallet was not getting synced so I altered the configuration file as follows to make it connect to the servers. -(open the configuration file by clicking on the settings options and navigate to the open configuration file button) - -server=1 -listen=1 -daemon=1 -txindex=1 -gen=1 -rpcuser=myusername -rpcpassword=mypassword -addnode=turing.ranchimall.net -addnode=172.93.49.222 - -This started the wallet to get synced. - -Written by [Bhardwaj Hariharan on Medium](https://medium.com/@bhardhwaj01/how-did-i-get-my-flocore-wallet-running-a4aff516296f)