-
Notifications
You must be signed in to change notification settings - Fork 130
White List
1 | IP | Owner | Purpose | Frontend/stats | Pool CFG |
---|---|---|---|---|---|
2 | 37.187.27.30:13655 | Edward | Explorer | http://xdagscan.com/ | |
3 | 195.201.168.17:16775 | Kbs1 | Explorer | https://explorer.xdag.io/ | |
4 | 136.243.57.79:13655 | Edward | Pool | http://136.243.57.79/stats.txt | |
5 | 136.243.55.153:16775 | Kbs1 | Explorer | http://explorer.xdag.io | |
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 | |||||
35 | |||||
36 | |||||
37 | |||||
38 | |||||
39 | |||||
40 |
Due to the recent events the following recommendations and decisions have been made by the community and developer team.
Only use pools listed in the whitelist. Even though it’s very restraining in its current state, using only approved pools is vital for the health of the network. For now, every submission regarding whitelist addition will be audited, and only one pool will be added to whitelist per week. This will continue until the network is fully stable. The following requirements have to be fulfilled in order to apply for a pool:
- No private pools
-
A public frontend would be appreciated. If you don’t want to add one, please provide at least:
- Pool
state
must be exposed in real time (maximum interval time: one minute) by HTTP. - Pool
stats
must be exposed in real time (maximum interval time: one minute) by HTTP. - Pool
net conn
must be exposed in real time (maximum interval time: one minute) by HTTP.
- Pool
- Server time zone must be set to UTC time zone.
- Must use ntpdate to synchronize time.
- Must use root or unlimited user (max open files limit set to more then 4096) to start pool process.
- Do not try to change the hardcode of max miners.
- Server configuration with 8-core CPU, 32G RAM, SSD raid0/raid10 and above.
- 1Gbit/s Internet Speed and above.
- Do not block other pools to synchronize.
- The contact person of a pool must be added to the Discord poolowner group.
Regarding whitelist additions, please send your requests to: [email protected]. No other ways will be accepted for now.
In your email request, please include this list and fill out everything.
- Pool node IP and port:
- Pool configuration:
- Pool config:
- NTP config:
- Timezone config:
- Pool hardware configuration:
- CPU:
- RAM:
- Disk:
- Internet bandwidth:
- Pool frontend:
-
state
through HTTP: -
stats
through HTTP: -
net conn
through HTTP: - Pool frontend link (optional):
-
- Pool owner: (Discord username is better for communication.)
You will receive an invitation to join Discord from [email protected].
Example of a properly filled out request (XDAG v0.2.3):
- Pool node IP and port: 52.69.99.30:13655
- Pool configuration:
- Pool config: 52.69.99.30:13654:8192:1024:1024:1:10:5:1
- NTP config: sudo ntpd -s pool.ntp.org
- Timezone config:
$timedatectl
Local time: Tue 2018-06-05 18:00:05 UTC
Universal time: Tue 2018-06-05 18:00:05 UTC
RTC time: Sun 2018-05-27 14:02:59
Time zone: Etc/UTC (UTC, +0000)
Network time on: yes
NTP synchronized: yes
RTC in local TZ: no
- Pool hardware configuration:
- CPU: Intel(R) Xeon(R) Platinum 8175M CPU @ 2.50GHz 16 Cores
- RAM: 64GB
- Disk: 100GB + 300GB + 100GB SSD
- Internet bandwidth: 10Gbps
- Pool frontend:
- state through HTTP: http://pool.xdag.us/state.txt
- stats through HTTP: http://pool.xdag.us/stats.txt
- net conn through HTTP: http://pool.xdag.us/netconn.txt
- Pool frontend link (optional): http://pool.xdag.us/index.html
- Pool owner: Frozen (Discord: frozen#0085)
-
Please use UTC time and sync time on pool server with the nearest source from http://www.pool.ntp.org/
ntpupdate -s servername
-
Please use
cat /proc/cpuinfo
to get CPU info. -
Please use
cat /proc/meminfo
to get RAM info. -
Please modify
/etc/security/limits.conf
to set open file limit.
Example:
* soft nofile 65536
* hard nofile 65536
-
Please use
ulimit -a
to get max open file info. -
Please use
timedatectl
get to timezone info. -
state
is xdag command, export this information at least once per minute.
echo -e "state\nexit\n" | ./xdag -i > state.txt
-
stats
is xdag command, export this information at least once per minute.
echo -e "stats\nexit\n" | ./xdag -i > stats.txt
-
net conn
is xdag command, export this information at least once per minute.
echo -e "net conn\nexit\n" | ./xdag -i > netconn.txt
-
The public HTTP access links should be like below and updated at least once per minute:
http://pool.xdag.us/state.txt
http://pool.xdag.us/stats.txt
http://pool.xdag.us/netconn.txt -
Please set your firewall or iptable correctly for other pools to connect.
Maintainer: Frozen