-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathconfig.txt
46 lines (33 loc) · 1.08 KB
/
config.txt
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
#!/bin/false
#Build config file
#############################
## Configuration / options ##
#############################
#Release or Developement version
#YES => last updated source code (today git : v7.0.0.0)
#NO => last release (last "official" version : v6.9.0.7)
Okcash_DEV=YES
#Rpc communication ports (defauls rpc and udp ports):
drpc_port=6969
dudp_port=6970
#Bootstrap (speedup first start, but requier 4GB free space on sdcard)
#YES will download my personal backup of blockchain, it will speed up OKcash first start.
Bootstrap=YES
#Optimiser Raspberry (give watchdog function and autostart okcash, speedup a little the raspberry)
Raspi_optimize=YES
#Website frontend (give a small web page to check if everything is ok)
Website=YES
#Website port 80 for standard html port , or other port if needed
Website_port=80
#website server can be apache,lighttpd or nginx
Website_daemon=nginx
#Enable firewall
Firewall=YES
#Disable Ipv6
Ipv6=NO
#Login banner (add logo banner at start)
Banner=YES
#enable okcash autostart at raspberry boot
AutoStart=YES
#Reboot after build
Reboot=YES