-
Notifications
You must be signed in to change notification settings - Fork 49
Expand file tree
/
Copy pathDataGram
More file actions
34 lines (29 loc) · 1.25 KB
/
DataGram
File metadata and controls
34 lines (29 loc) · 1.25 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
### Linkler
* [Hercules Telegram](https://t.me/HerculesNodeTG)
* [Hercules Twitter](https://twitter.com/Herculesnode)
* [DataGram Twitter](https://twitter.com/DGramNetwork)
* [DataGram Discord](https://discord.com/invite/datagramnetwork)
## First Register Datagram Network ##
1. Register use email : [https://dashboard.datagram.network](https://dashboard.datagram.network?ref=913903416)
2. Copy your Keys in `Wallet Licenses` Sağ tarafta request var oradan key alıyoruz. [https://dashboard.datagram.network/wallet?tab=licenses]
--------------------------------------------------
## Create Folder Datagram ##
1. Create Folder Datagram- Klasör oluşturuyoruz.
mkdir datagram
cd datagram
2. Download CLI Datagram- Cli indiriyoruz.
wget https://github.com/Datagram-Group/datagram-cli-release/releases/latest/download/datagram-cli-x86_64-linux && chmod +x datagram-cli-x86_64-linux
## Running Datagram CLI ##
1. Create Screen
```
screen -S datagram
```
2. Change `YOUR_API_KEY` in Wallet Licenses after Done you can Detached press `CTRL+A+D`
```
./datagram-cli-x86_64-linux run -- -key YOUR_API_KEY
```
3. To see your screen
```
screen -r datagram
```
-------------------------------------