-
Notifications
You must be signed in to change notification settings - Fork 32
/
Copy pathsetup-masternode.php
629 lines (607 loc) · 43.9 KB
/
setup-masternode.php
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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
<?php
$title =
"Setup Masternode - Empowering the XDC Network's Efficiency and Security";
$desc =
'XDC Network Masternodes are the backbone of the network, ensuring lightning-fast transaction validation and enhanced security.';
include 'inc/header.php';
?>
<!-- Hero Home Starts -->
<section class="px-200 px-t250-b100 hero-inside">
<!--<div class="container p-relative">-->
<div class="container">
<div class="row">
<div class="col-lg-8 offset-lg-2 hero-content">
<h1 class="title-m text-center mb-0">Setup Your Masternode</h1>
<h2 class="subtitle subtitle-s fw-500 text-center mb-0">XDC Network Masternodes are the backbone of the network, ensuring lightning-fast transaction validation and enhanced security.</h2>
<div class="btn-block">
<a href="https://master.xinfin.network/" target="_blank">
<button class="btn-blue">Setup Your Masternode</button>
</a>
</div>
</div>
</div>
</div>
</section>
<!-- Hero Home Ends -->
<section class="px-40 pt-0 hero-ftr">
<div class="container">
<div class="row row-flex">
<div class="col-lg-12">
<div class="row justify-content-center">
<div class="col-lg-3 col-md-6 mt-2 mb-2">
<div class="h-100 card p-4 bg-lightgray br-20 border-0">
<div class="card-info">
<img src="assets/images/inside-page/masternode/transaction-validation.svg" class="img-fluid" />
<div class="card-infoHead mt-3 mb-3">Transaction Validation</div>
<p class="fs-6 mb-0">
Masternodes are essential for transaction validation and processing on the XDC Network. They use their consensus and voting power to approve legitimate transactions, effectively thwarting fraudulent and
malicious activities.
</p>
</div>
</div>
</div>
<div class="col-lg-3 col-md-6 mt-2 mb-2">
<div class="h-100 card p-4 bg-lightgray br-20 border-0">
<div class="card-info">
<img src="assets/images/inside-page/masternode/instant-transactions.svg" class="img-fluid" />
<div class="card-infoHead mt-3 mb-3">Instant Transactions</div>
<p class="fs-6 mb-0">
By facilitating InstantSend technology, Masternodes enable swift and near-instantaneous transaction confirmations. This feature enhances the network's usability, making it ideal for real-time
applications.
</p>
</div>
</div>
</div>
<div class="col-lg-3 col-md-6 mt-2 mb-2">
<div class="h-100 card p-4 bg-lightgray br-20 border-0">
<div class="card-info">
<img src="assets/images/inside-page/masternode/decentralized.svg" class="img-fluid" />
<div class="card-infoHead mt-3 mb-3">Decentralized Network</div>
<p class="fs-6 mb-0">With a distributed network of Masternodes, XDC achieves a higher degree of decentralization, reducing single points of failure and making it more resistant to attacks.</p>
</div>
</div>
</div>
<div class="col-lg-3 col-md-6 mt-2 mb-2">
<div class="h-100 card p-4 bg-lightgray br-20 border-0">
<div class="card-info">
<img src="assets/images/inside-page/masternode/security.svg" class="img-fluid" />
<div class="card-infoHead mt-3 mb-3">Incentivized Security</div>
<p class="fs-6 mb-0">Operators are rewarded for their contribution to network stability and security, encouraging more participation and a robust defense against potential threats.</p>
</div>
</div>
</div>
</div>
</div>
<div class="col-lg-12 mt-5">
<p class="subtitle subtitle-s fw-500 text-center mb-4">
In summary, XDC Masternodes form the backbone of the network's security infrastructure, ensuring a safe, efficient, and resilient blockchain ecosystem for users and developers alike.
</p>
</div>
</div>
<div class="row mt-5 justify-content-center">
<div class="col-lg-4 col-md-4 mt-2 mb-2">
<div class="card bg-transparent overflow-hidden pt-4 pb-4 px-3 bg-lightgray br-20 border-0">
<div class="card-info text-center w-100">
<div class="fw-600 lh-1 fs-1 mb-3 counter-api"><span id="mn-masternodes">108</span></div>
<p class="fw-500 fs-6">Masternode</p>
</div>
</div>
</div>
<div class="col-lg-4 col-md-4 mt-2 mb-2">
<div class="card bg-transparent overflow-hidden pt-4 pb-4 px-3 br-20 border-0">
<div class="card-info text-center w-100">
<div class="fw-600 lh-1 fs-1 mb-3 counter-api"><span id="standby">256</span></div>
<p class="fw-500 fs-6">StandBy Masternode</p>
</div>
</div>
</div>
<div class="col-lg-4 col-md-4 mt-2 mb-2">
<div class="card bg-transparent overflow-hidden pt-4 pb-4 px-3 bg-lightgray br-20 border-0">
<div class="card-info text-center w-100">
<div class="fw-600 lh-1 fs-1 mb-3"><span class="counter-api" id="tvl">2730.82</span> <span id="tvltext"></span></div>
<p class="fw-500 fs-6">Total XDC Locked</p>
</div>
</div>
</div>
</div>
<div class="row row-flex">
<div class="col-lg-10 offset-lg-1 mt-4">
<p class="subtitle text-center mb-0">
<i>
<span class="fw-600">DISCLAIMER:</span> All numbers provided are indicative and based on past performance; there is no guarantee of similar rewards in the future. Participation in setting up a masternode or standby node is part of an ongoing innovation project and should be viewed as a contribution to the advancement of blockchain technology, with no assurance of future returns.
</i>
</p>
</div>
</div>
</div>
</section>
<!-- Masternode Requirements Starts -->
<section class="px-80 bg-lightgray">
<div class="container">
<div class="row">
<div class="col-lg-8 offset-lg-2 mb-5">
<h3 class="title-m text-center">Masternode Requirements</h3>
<div class="subtitle subtitle-s text-center">XDC Masternodes help the network remain fast, scalable, secure and decentralized.</div>
</div>
</div>
<div class="row justify-content-center">
<div class="col-lg-4 col-md-4 col-sm-4 mt-2 mb-2">
<div class="h-100 card p-4 bg-light75 br-20 border-0">
<div class="card-info text-center">
<img src="assets/images/inside-page/masternode/collateral.svg" class="center img-fluid" />
<p class="fs-6 mt-3 mb-3">Collateral</p>
<div class="fw-600 lh-1 fs-5">10 Million XDC</div>
</div>
</div>
</div>
<div class="col-lg-4 col-md-4 col-sm-4 mt-2 mb-2">
<div class="h-100 card p-4 bg-light75 br-20 border-0">
<div class="card-info text-center">
<img src="assets/images/inside-page/masternode/uptime.svg" class="center img-fluid" />
<p class="fs-6 mt-3 mb-3">Uptime</p>
<div class="fw-600 lh-1 fs-5">100% Uptime</div>
</div>
</div>
</div>
<div class="col-lg-4 col-md-4 col-sm-4 mt-2 mb-2">
<div class="h-100 card p-4 bg-light75 br-20 border-0">
<div class="card-info text-center">
<img src="assets/images/inside-page/masternode/hardware.svg" class="center img-fluid" />
<p class="fs-6 mt-3 mb-3">Hardware</p>
<div class="fw-600 lh-1 fs-5">Dedicated VPS Server</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- Masternode Requirements Ends -->
<!-- Third-Party Masternode Services Starts -->
<section class="px-80">
<div class="container">
<div class="row">
<div class="col-lg-10 offset-lg-1 mb-5">
<h3 class="title-m text-center">Third-Party Masternode Services</h3>
<div class="subtitle subtitle-s text-center">
If you do not have the resources to maintain a masternode, there are a number of third-party services and volunteers willing to provide you with top-notch support and services.
</div>
</div>
</div>
<div class="row row-flex">
<div class="col-lg-12">
<div class="row justify-content-center">
<div class="col-lg-3 col-md-4 col-sm-6 mt-2 mb-2">
<a href="https://indsoft.net" target="_blank">
<div class="h-100 card px-4 p-5 bg-lightgray br-20 border-0">
<div class="card-info text-center">
<img src="assets/images/inside-page/masternode/indsoft-light.svg" class="center logoFs img-fluid iconL" alt="indsoft.net" />
<img src="assets/images/inside-page/masternode/indsoft.svg" class="center logoFs img-fluid iconD" alt="indsoft.net" />
<!--<div class="card-infoHead mt-5 mb-3">Indsoft System</div>
<p class="fs-6 mb-0">Indsoft System is a simple, and easy to use masternode hosting platform for all your needs.</p>
<a href="https://indsoft.net" target="_blank" class="btn socialHead-button mt-auto">
Visit Now
<svg class="w-6 h-6 icon ml-5" fill="none" stroke="currentColor" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M14 5l7 7m0 0l-7 7m7-7H3"></path>
</svg>
</a>-->
</div>
</div>
</a>
</div>
<div class="col-lg-3 col-md-4 col-sm-6 mt-2 mb-2">
<a href="https://nodeforge.io/" target="_blank">
<div class="h-100 card px-4 p-5 bg-lightgray br-20 border-0">
<div class="card-info text-center">
<img src="assets/images/inside-page/masternode/nodeforge-light.svg" class="center logoFs img-fluid iconL" alt="nodeforge.io" />
<img src="assets/images/inside-page/masternode/nodeforge.svg" class="center logoFs img-fluid iconD" alt="nodeforge.io" />
<!--<div class="card-infoHead mt-5 mb-3">Node Forge</div>
<p class="fs-6 mb-0">A non-custodial multi-cloud blockchain infrastructure and masternode hosting platform.</p>
<a href="https://nodeforge.io/" target="_blank" class="btn socialHead-button mt-auto">
Visit Now
<svg class="w-6 h-6 icon ml-5" fill="none" stroke="currentColor" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M14 5l7 7m0 0l-7 7m7-7H3"></path>
</svg>
</a>-->
</div>
</div>
</a>
</div>
<div class="col-lg-3 col-md-4 col-sm-6 mt-2 mb-2">
<a href="https://www.zeeve.io/blockchain-protocols/deploy-xdc-node/" target="_blank">
<div class="h-100 card px-4 p-5 bg-lightgray br-20 border-0">
<div class="card-info text-center">
<img src="assets/images/inside-page/masternode/zeeve-light.svg" class="center logoFs img-fluid iconL" alt="zeeve.io" />
<img src="assets/images/inside-page/masternode/zeeve.svg" class="center logoFs img-fluid iconD" alt="zeeve.io" />
<!--<div class="card-infoHead mt-5 mb-3">Zeeve</div>
<p class="fs-6 mb-0">Zeeve streamlines the deployment of full node and validator nodes with a simple, no-code interface.</p>
<a href="https://www.zeeve.io/blockchain-protocols/deploy-xdc-node/" target="_blank" class="btn socialHead-button mt-auto">
Visit Now
<svg class="w-6 h-6 icon ml-5" fill="none" stroke="currentColor" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M14 5l7 7m0 0l-7 7m7-7H3"></path>
</svg>
</a>-->
</div>
</div>
</a>
</div>
<div class="col-lg-3 col-md-4 col-sm-6 mt-2 mb-2">
<a href="https://www.blockdaemon.com/" target="_blank">
<div class="h-100 card px-4 p-5 bg-lightgray br-20 border-0">
<div class="card-info text-center">
<img src="assets/images/inside-page/masternode/blockdaemon-light.svg" class="center logoFs img-fluid iconL" alt="zeeve.io" />
<img src="assets/images/inside-page/masternode/blockdaemon.svg" class="center logoFs img-fluid iconD" alt="zeeve.io" />
<!--<div class="card-infoHead mt-5 mb-3">Blockdaemon</div>
<p class="fs-6 mb-0">Blockdaemon powers integrated business solutions such as dedicated nodes setup, APIs & more.</p>
<a href="https://www.blockdaemon.com/" target="_blank" class="btn socialHead-button mt-auto">
Visit Now
<svg class="w-6 h-6 icon ml-5" fill="none" stroke="currentColor" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M14 5l7 7m0 0l-7 7m7-7H3"></path>
</svg>
</a>-->
</div>
</div>
</a>
</div>
<div class="col-lg-3 col-md-4 col-sm-6 mt-2 mb-2">
<a href="https://tatum.io/" target="_blank">
<div class="h-100 card px-4 p-5 bg-lightgray br-20 border-0">
<div class="card-info text-center">
<img src="assets/images/inside-page/masternode/tatum-light.svg" class="center logoFs img-fluid iconL" alt="tatum.io" />
<img src="assets/images/inside-page/masternode/tatum.svg" class="center logoFs img-fluid iconD" alt="tatum.io" />
<!--<div class="card-infoHead mt-5 mb-3">Tatum</div>
<p class="fs-6 mb-0"></p>
<a href="https://tatum.io/" target="_blank" class="btn socialHead-button mt-auto">
Visit Now
<svg class="w-6 h-6 icon ml-5" fill="none" stroke="currentColor" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M14 5l7 7m0 0l-7 7m7-7H3"></path>
</svg>
</a>-->
</div>
</div>
</a>
</div>
<div class="col-lg-3 col-md-4 col-sm-6 mt-2 mb-2">
<a href="https://nownodes.io/" target="_blank">
<div class="h-100 card px-4 p-5 bg-lightgray br-20 border-0">
<div class="card-info text-center">
<img src="assets/images/inside-page/masternode/nownodes-light.svg" class="center logoFs img-fluid iconL" alt="nownodes.io" />
<img src="assets/images/inside-page/masternode/nownodes.svg" class="center logoFs img-fluid iconD" alt="nownodes.io" />
<!--<div class="card-infoHead mt-5 mb-3">NOWNodes</div>
<p class="fs-6 mb-0"></p>
<a href="https://nownodes.io/" target="_blank" class="btn socialHead-button mt-auto">
Visit Now
<svg class="w-6 h-6 icon ml-5" fill="none" stroke="currentColor" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M14 5l7 7m0 0l-7 7m7-7H3"></path>
</svg>
</a>-->
</div>
</div>
</a>
</div>
<div class="col-lg-3 col-md-4 col-sm-6 mt-2 mb-2">
<a href="https://www.asternodes.io/" target="_blank">
<div class="h-100 card px-4 p-5 bg-lightgray br-20 border-0">
<div class="card-info text-center">
<img src="assets/images/inside-page/masternode/asternodes-light.svg" class="center logoFs img-fluid iconL" alt="asternodes.io" />
<img src="assets/images/inside-page/masternode/asternodes.svg" class="center logoFs img-fluid iconD" alt="asternodes.io" />
<!--<div class="card-infoHead mt-5 mb-3">Asternodes</div>
<p class="fs-6 mb-0"></p>
<a href="https://www.asternodes.io/" target="_blank" class="btn socialHead-button mt-auto">
Visit Now
<svg class="w-6 h-6 icon ml-5" fill="none" stroke="currentColor" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M14 5l7 7m0 0l-7 7m7-7H3"></path>
</svg>
</a>-->
</div>
</div>
</a>
</div>
<div class="col-lg-3 col-md-4 col-sm-6 mt-2 mb-2">
<a href="https://www.ankr.com/" target="_blank">
<div class="h-100 card px-4 p-5 bg-lightgray br-20 border-0">
<div class="card-info text-center">
<img src="assets/images/inside-page/masternode/ankr-light.svg" class="center logoFs img-fluid iconL" alt="ankr.com" />
<img src="assets/images/inside-page/masternode/ankr.svg" class="center logoFs img-fluid iconD" alt="ankr.com" />
<!--<div class="card-infoHead mt-5 mb-3">Ankr</div>
<p class="fs-6 mb-0"></p>
<a href="https://www.ankr.com/" target="_blank" class="btn socialHead-button mt-auto">
Visit Now
<svg class="w-6 h-6 icon ml-5" fill="none" stroke="currentColor" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M14 5l7 7m0 0l-7 7m7-7H3"></path>
</svg>
</a>-->
</div>
</div>
</a>
</div>
<div class="col-lg-3 col-md-4 col-sm-6 mt-2 mb-2">
<a href="https://thirdweb.com/" target="_blank">
<div class="h-100 card px-4 p-5 bg-lightgray br-20 border-0">
<div class="card-info text-center">
<img src="assets/images/inside-page/masternode/thirdweb-light.svg" class="center logoFs img-fluid iconL" alt="thirdweb.com" />
<img src="assets/images/inside-page/masternode/thirdweb.svg" class="center logoFs img-fluid iconD" alt="thirdweb.com" />
<!--<div class="card-infoHead mt-5 mb-3">thirdweb</div>
<p class="fs-6 mb-0"></p>
<a href="https://thirdweb.com/" target="_blank" class="btn socialHead-button mt-auto">
Visit Now
<svg class="w-6 h-6 icon ml-5" fill="none" stroke="currentColor" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M14 5l7 7m0 0l-7 7m7-7H3"></path>
</svg>
</a>-->
</div>
</div>
</a>
</div>
<div class="col-lg-3 col-md-4 col-sm-6 mt-2 mb-2">
<a href="https://goldsky.com/" target="_blank">
<div class="h-100 card px-4 p-5 bg-lightgray br-20 border-0">
<div class="card-info text-center">
<img src="assets/images/inside-page/masternode/goldsky-light.svg" class="center logoFs img-fluid iconL" alt="goldsky.com" />
<img src="assets/images/inside-page/masternode/goldsky.svg" class="center logoFs img-fluid iconD" alt="goldsky.com" />
<!--<div class="card-infoHead mt-5 mb-3">Goldsky</div>
<p class="fs-6 mb-0"></p>
<a href="https://goldsky.com/" target="_blank" class="btn socialHead-button mt-auto">
Visit Now
<svg class="w-6 h-6 icon ml-5" fill="none" stroke="currentColor" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M14 5l7 7m0 0l-7 7m7-7H3"></path>
</svg>
</a>-->
</div>
</div>
</a>
</div>
</div>
</div>
</div>
<div class="row row-flex">
<div class="col-lg-10 offset-lg-1 mt-4">
<p class="subtitle text-center mb-0">
<i>
<span class="fw-600">DISCLAIMER:</span> Please be advised that the third-party services listed do not constitute an endorsement by XDC and are provided for informational purposes only. Please exercise caution when
using any third-party services, as it is outside of our control.
</i>
</p>
</div>
</div>
</div>
</section>
<!-- Third-Party Masternode Services Ends -->
<!-- Guides and Documentation Starts -->
<section class="px-80 bg-lightgray">
<div class="container">
<div class="row">
<div class="col-lg-8 offset-lg-2 mb-5">
<h3 class="title-m text-center">Guides and Documentation</h3>
<div class="subtitle subtitle-s text-center">Looking for more details or instructions? No Problem. We've got you covered.</div>
</div>
</div>
<div class="row justify-content-center pb-5">
<div class="col-lg-5 col-md-5 col-sm-6 mt-2 mb-2">
<div class="h-100 card p-4 bg-light75 br-20 border-0">
<div class="card-info">
<div class="card-infoHead mb-2">One Click Installer</div>
<p class="fs-6 mt-3 mb-0">Download the appropriate One-Click Installer for your operating system (Windows or Linux).</p>
<a href="oneclick-installer" class="btn socialHead-button internalLink mt-auto">
Learn More
<svg class="w-6 h-6 icon ml-5" fill="none" stroke="currentColor" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M14 5l7 7m0 0l-7 7m7-7H3"></path>
</svg>
</a>
</div>
</div>
</div>
<div class="col-lg-5 col-md-5 col-sm-6 mt-2 mb-2">
<div class="h-100 card p-4 bg-light75 br-20 border-0">
<div class="card-info">
<div class="card-infoHead mb-2">Docker Setup</div>
<p class="fs-6 mt-3 mb-0">Setting up XDC masternode using Docker is a convenient way to deploy and manage node.</p>
<a href="docker-setup" class="btn socialHead-button internalLink mt-auto">
Learn More
<svg class="w-6 h-6 icon ml-5" fill="none" stroke="currentColor" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M14 5l7 7m0 0l-7 7m7-7H3"></path>
</svg>
</a>
</div>
</div>
</div>
</div>
<div class="row mt-4 justify-content-center">
<div class="col-lg-10 col-md-10 mt-2 mb-4">
<h3 class="title-m">FAQs</h3>
<div class="subtitle subtitle-s">Here are some frequently asked questions.</div>
</div>
<div class="col-lg-10 col-md-10 mt-2 mb-2">
<div class="accordion accordion-flush fs-6" id="accordionFlushExample">
<div class="accordion-item">
<h2 class="accordion-header" id="flush-headingOne">
<button class="fw-500 accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#flush-collapseOne" aria-expanded="false" aria-controls="flush-collapseOne">
How can I set up Msternode on XDC Network?
</button>
</h2>
<div id="flush-collapseOne" class="accordion-collapse collapse" aria-labelledby="flush-headingOne" data-bs-parent="#accordionFlushExample">
<div class="accordion-body">You can set up the master on the Windows server with a click installer or using docker-compose file for more details, please visit XinFin Masternode setup page.</div>
</div>
</div>
<div class="accordion-item">
<h2 class="accordion-header" id="flush-headingTwo">
<button class="fw-500 accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#flush-collapseTwo" aria-expanded="false" aria-controls="flush-collapseTwo">
Are there any risks associated with running a Masternode?
</button>
</h2>
<div id="flush-collapseTwo" class="accordion-collapse collapse" aria-labelledby="flush-headingTwo" data-bs-parent="#accordionFlushExample">
<div class="accordion-body">As with any cryptocurrency venture, there are inherent risks involved. It's essential to do thorough research and understand the potential risks before setting up a Masternode.</div>
</div>
</div>
<div class="accordion-item">
<h2 class="accordion-header" id="flush-headingThree">
<button class="fw-500 accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#flush-collapseThree" aria-expanded="false" aria-controls="flush-collapseThree">
Can I withdraw my rewards from the Masternode?
</button>
</h2>
<div id="flush-collapseThree" class="accordion-collapse collapse" aria-labelledby="flush-headingThree" data-bs-parent="#accordionFlushExample">
<div class="accordion-body">You can withdraw the rewards you earn from running a Masternode on the XDC Network.</div>
</div>
</div>
<div class="accordion-item">
<h2 class="accordion-header" id="flush-headingFour">
<button class="fw-500 accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#flush-collapseFour" aria-expanded="false" aria-controls="flush-collapseFour">
What's the benefit of running a Masternode?
</button>
</h2>
<div id="flush-collapseFour" class="accordion-collapse collapse" aria-labelledby="flush-headingFour" data-bs-parent="#accordionFlushExample">
<div class="accordion-body">Running a Masternode allows you to participate in the XDC Network actively, contribute to its operation, and earn rewards for your involvement.</div>
</div>
</div>
<div class="accordion-item">
<h2 class="accordion-header" id="flush-headingFive">
<button class="fw-500 accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#flush-collapseFive" aria-expanded="false" aria-controls="flush-collapseFive">
How many Masternodes can I run simultaneously?
</button>
</h2>
<div id="flush-collapseFive" class="accordion-collapse collapse" aria-labelledby="flush-headingFive" data-bs-parent="#accordionFlushExample">
<div class="accordion-body">You can run as many Masternodes as you wish! However, each Masternode must meet specific requirements outlined on the XDC Network Masternode Setup page.</div>
</div>
</div>
<div class="accordion-item">
<h2 class="accordion-header" id="flush-headingSix">
<button class="fw-500 accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#flush-collapseSix" aria-expanded="false" aria-controls="flush-collapseSix">
What's the distinction between a Coinbase Address and a Masternode Owner Address?
</button>
</h2>
<div id="flush-collapseSix" class="accordion-collapse collapse" aria-labelledby="flush-headingSix" data-bs-parent="#accordionFlushExample">
<div class="accordion-body">The Coinbase Address is your Masternode address, whereas the Masternode Owner Address is associated with the wallet where you staked 10 million XDC.</div>
</div>
</div>
<div class="accordion-item">
<h2 class="accordion-header" id="flush-headingSeven">
<button class="fw-500 accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#flush-collapseSeven" aria-expanded="false" aria-controls="flush-collapseSeven">
When are Masternode rewards distributed on the XDC Network?
</button>
</h2>
<div id="flush-collapseSeven" class="accordion-collapse collapse" aria-labelledby="flush-headingSeven" data-bs-parent="#accordionFlushExample">
<div class="accordion-body">Masternode rewards are distributed to owners after each epoch, consisting of 900 blocks.</div>
</div>
</div>
<div class="accordion-item">
<h2 class="accordion-header" id="flush-headingEight">
<button class="fw-500 accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#flush-collapseEight" aria-expanded="false" aria-controls="flush-collapseEight">
How long does it take to complete one epoch in the XDC Network?
</button>
</h2>
<div id="flush-collapseEight" class="accordion-collapse collapse" aria-labelledby="flush-headingEight" data-bs-parent="#accordionFlushExample">
<div class="accordion-body">An epoch completes in approximately 50 minutes, during which 900 blocks are mined.</div>
</div>
</div>
<div class="accordion-item">
<h2 class="accordion-header" id="flush-headingNine">
<button class="fw-500 accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#flush-collapseNine" aria-expanded="false" aria-controls="flush-collapseNine">
What is the Transaction Per Second (TPS) capacity of the XDC Network?
</button>
</h2>
<div id="flush-collapseNine" class="accordion-collapse collapse" aria-labelledby="flush-headingNine" data-bs-parent="#accordionFlushExample">
<div class="accordion-body">Currently, the XDC Network boasts a robust capacity of 2000+ transactions per second (TPS).</div>
</div>
</div>
<div class="accordion-item">
<h2 class="accordion-header" id="flush-headingTen">
<button class="fw-500 accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#flush-collapseTen" aria-expanded="false" aria-controls="flush-collapseTen">
Is there a TestNet available for the XDC Network?
</button>
</h2>
<div id="flush-collapseTen" class="accordion-collapse collapse" aria-labelledby="flush-headingTen" data-bs-parent="#accordionFlushExample">
<div class="accordion-body">Certainly! You can explore and experiment with the XDC Network's TestNet at <a href="http://apothem.network" target="_blank">http://apothem.network</a>.</div>
</div>
</div>
<div class="accordion-item">
<h2 class="accordion-header" id="flush-headingEleven">
<button class="fw-500 accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#flush-collapseEleven" aria-expanded="false" aria-controls="flush-collapseEleven">
Why is it essential to back up your Coinbase address?
</button>
</h2>
<div id="flush-collapseEleven" class="accordion-collapse collapse" aria-labelledby="flush-headingEleven" data-bs-parent="#accordionFlushExample">
<div class="accordion-body">Backing up your Coinbase address is crucial. If lost, your Masternode will be inaccessible, requiring you to resign from the network.</div>
</div>
</div>
<div class="accordion-item">
<h2 class="accordion-header" id="flush-headingTwelve">
<button class="fw-500 accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#flush-collapseTwelve" aria-expanded="false" aria-controls="flush-collapseTwelve">
What happens if I lose my Coinbase address?
</button>
</h2>
<div id="flush-collapseTwelve" class="accordion-collapse collapse" aria-labelledby="flush-headingTwelve" data-bs-parent="#accordionFlushExample">
<div class="accordion-body">Loss of your Coinbase address results in your Masternode going offline. You will need to resign from the Masternode under such circumstances.</div>
</div>
</div>
<div class="accordion-item">
<h2 class="accordion-header" id="flush-headingThirteen">
<button class="fw-500 accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#flush-collapseThirteen" aria-expanded="false" aria-controls="flush-collapseThirteen">
What if I misplace my keystore or owner wallet's private key?
</button>
</h2>
<div id="flush-collapseThirteen" class="accordion-collapse collapse" aria-labelledby="flush-headingThirteen" data-bs-parent="#accordionFlushExample">
<div class="accordion-body">Losing your keystore or private key means your funds are inaccessible, and you won't receive rewards. Always ensure you have secure backups to prevent this loss.</div>
</div>
</div>
<div class="accordion-item">
<h2 class="accordion-header" id="flush-headingFourteen">
<button class="fw-500 accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#flush-collapseFourteen" aria-expanded="false" aria-controls="flush-collapseFourteen">
How long does it take to complete the resignation process for my node?
</button>
</h2>
<div id="flush-collapseFourteen" class="accordion-collapse collapse" aria-labelledby="flush-headingFourteen" data-bs-parent="#accordionFlushExample">
<div class="accordion-body">Resigning from a Masternode requires a 30-day period before you can retrieve your 10 million XDC.</div>
</div>
</div>
<div class="accordion-item">
<h2 class="accordion-header" id="flush-headingFifteen">
<button class="fw-500 accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#flush-collapseFifteen" aria-expanded="false" aria-controls="flush-collapseFifteen">
Why do I see my node marked as "slashed"?
</button>
</h2>
<div id="flush-collapseFifteen" class="accordion-collapse collapse" aria-labelledby="flush-headingFifteen" data-bs-parent="#accordionFlushExample">
<div class="accordion-body">If your node is down, it may be marked as "slashed". Ensure your node remains operational to avoid this status.</div>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- Guides and Documentation Ends -->
<!-- Need More Help Starts -->
<section class="px-80">
<div class="container">
<div class="row">
<div class="col-lg-8 offset-lg-2">
<h3 class="title-m text-center">Need More Help?</h3>
<div class="subtitle subtitle-s text-center">Seeking help with setting up an XDC masternode? Access XDC documents, ask in the XDC Forum, or join Telegram's Developers community for assistance.</div>
</div>
</div>
<div class="row mb-2">
<div class="col-lg-12 text-center">
<div class="btn-block multi mt-5">
<a href="https://www.xdc.dev/" target="_blank">
<button class="btn-blue"><i class="fas fa-comments me-1"></i> XDC Forum</button>
</a>
<a href="https://t.me/xinfintech" target="_blank">
<button class="btn-blue"><i class="fa fa-paper-plane me-1"></i> XDC Dev Community</button>
</a>
<a href="https://docs.xdc.network" target="_blank">
<button class="btn-blue"><i class="fa fa-book me-1"></i> XDC Documents</button>
</a>
<a href="https://coderun.ai/" target="_blank">
<button class="btn-blue">
<i class="fa me-1">
<svg class="svg-icn" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 39 39">
<path fill="#FFFFFF" d="M32,0H7.1C3.2,0,0,3.2,0,7.1V32C0,35.9,3.2,39,7.1,39H32c3.9,0,7.1-3.2,7.1-7.1V7.1C39,3.2,35.9,0,32,0zM7.4,16.3l6.5-7.1h6.9l-6.6,7.1l6.6,7.1h-6.9L7.4,16.3z M26.3,30.2h-6.9l6.6-7.1l-6.6-7.1h6.9l6.5,7.1L26.3,30.2z"/>
</svg>
</i> AI based Technical Support
</button>
</a>
</div>
</div>
</div>
</div>
</section>
<!-- Need More Help Ends -->
<?php include 'inc/footer.php'; ?>