Skip to content

Barenboim/df-explorer

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 63.6%
  • Cuda 20.8%
  • C 14.0%
  • CMake 1.6%