BOB-TOL is Based On Bitcoin, Toward Outlasting any Legacy.
BOB-TOL is the safest and fastest cryptocurrency that can respond to quantum computers.
- Website: www.pqbobtol.com
git clone https://github.com/Crypthobin/bitcoin-pqc
- Create a "data" folder under the "bitcoin-pqc" folder.
- Copy and paste "bitcoin-pqc\Src\bitcoin-pqc\share\examples\bitcoin.conf" into path "C:\Users[user name]\AppData\Roaming\Bitcoin".
- Add the contents below to "C:\Users[user name]\AppData\Roaming\Bitcoin\bitcoin.conf".
# Options only for pqcnet
[pqcnet]
datadir=C:\...\bitcoin-pqc\data # This is the path of the data folder you created.
- Visual Studio 2019 and higher.
- Linux here: https://github.com/Crypthobin/PostQuantum-BOBTOL-Linux.git
- Copy the configuration file and create additional project files.
cd bitcoin-pqc\Src\bitcoin-pqc\build_msvc
py -3 msvc-autogen.py
cd ~
git clone https://github.com/microsoft/vcpkg
cd vcpkg
.\bootstrap-vcpkg.bat
- Set the environment variable for vcpkg.exe path.
- Restart the terminal and link it to use vcpkg in Visual Studio.
vcpkg integrate install
- Set "bobtold" as Startup Project.
- Build in x64Debug mode in Visual Studio.
cd bitcoin-pqc\Build\x64Debug
bobtold