Skip to content

dfdao/df-explorer

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dfdao Arena Update

For dfdao's arena mode, we reduced the MimC hashing difficulty from 220 rounds to 5.

This fork of df-explorer will work for Arena matches. DO NOT USE THIS FOR NORMAL DARK FOREST.

ALSO DO NOT USE THE DARK FOREST REMOTE EXPLORER FOR ARENA -> YOU WILL GET THE WRONG MAP DATA.

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

Remote Explorer for Arena Mode

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 63.4%
  • Cuda 20.9%
  • C 14.1%
  • CMake 1.6%