Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/guild-w/df-explorer
https://github.com/guild-w/df-explorer
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/guild-w/df-explorer
- Owner: guild-w
- License: gpl-3.0
- Created: 2021-08-09T01:48:59.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2021-10-14T00:46:22.000Z (about 3 years ago)
- Last Synced: 2024-08-01T08:07:14.930Z (5 months ago)
- Language: C++
- Size: 5.2 MB
- Stars: 28
- Watchers: 1
- Forks: 9
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-darkforest - df-explorer
README
A Dark Forest Cuda Explorer
Contributor: @yunyandeng
## How to use
df-explorer CGBN requires CUDA toolkit https://developer.nvidia.com/cuda-toolkit
+ clone with submodules
```bash
git clone --recurse-submodules https://github.com/guild-w/df-explorer.git
```+ install GMP
```bash
sudo apt install libgmp-dev
```
+ build the server component `workflow`
```bash
cd df-explorer/thirdparty/workflow/ && make
```+ and back to project root build the df-explorer
```bash
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"
```bash
./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.
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.