Skip to content

Commit aea69c4

Browse files
authored
Merge pull request #188 from firstbatchxyz/erhant/v4-reqres
feat: major refactors on p2p & ping logic
2 parents 9dc58dd + 4bec955 commit aea69c4

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

47 files changed

+1311
-2783
lines changed

.env.example

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,9 @@ DKN_WALLET_SECRET_KEY=
66
# example: phi3:3.8b,gpt-4o-mini
77
DKN_MODELS=
88

9-
109
## DRIA (optional) ##
1110
# P2P address, you don't need to change this unless this port is already in use.
1211
DKN_P2P_LISTEN_ADDR=/ip4/0.0.0.0/tcp/4001
13-
# Comma-separated static relay nodes
14-
DKN_RELAY_NODES=
15-
# Comma-separated static bootstrap nodes
16-
DKN_BOOTSTRAP_NODES=
1712
# Batch size for task worker, you do not need to edit this.
1813
DKN_BATCH_SIZE=
1914

0 commit comments

Comments
 (0)