Barenboim / df-explorer

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

DF EXPLORER

A Dark Forest Cuda Explorer

Contributor: @yunyandeng

@darkforest_eth

Guild Waterdrop 🦾MarrowDAO

How to use

df-explorer CGBN requires CUDA toolkit https://developer.nvidia.com/cuda-toolkit

  • clone with submodules
git clone --recurse-submodules https://github.com/guild-w/df-explorer.git
  • install GMP
sudo apt install libgmp-dev
  • build the server component workflow
cd df-explorer/thirdparty/workflow/ && make
  • and back to project root build the df-explorer
cd ../../
mkdir build && cd build
cmake .. -DCMAKE_BUILD_TYPE=Release
make
  • start server and use http://localhost:8880/explore to connect to your miner with the plugin "Remote Explore"
./df-explorer

It is highly recommended to increase the chunk size in "Remote Explore"

About Guild Waterdrop

Guild W is the first on-chain e-sports team, incubated by MarrowDAO. The main members are Solidity developers, node operators, blockchain game players and investment analysts. All of them are loyal players of the Dark Forest.

DF EXPLORER

Recently, MarrowDAO has received funding from Yuanyuzhou Ventures, Evernew Capital, DAppChaser and EM3DAO, and ecological support from ChainNews, RhizomeDAO and MaoDAO. We will uphold the aim of peaceful development and help real blockchain games to grow and prosper.

About

License:GNU General Public License v3.0


Languages

Language:C++ 63.5%Language:Cuda 20.8%Language:C 14.0%Language:CMake 1.6%