You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+38-17Lines changed: 38 additions & 17 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,30 +1,49 @@
1
-
# chia-blockchain
2
-
Please check out the [wiki](https://github.com/Chia-Network/chia-blockchain/wiki) and [FAQ](https://github.com/Chia-Network/chia-blockchain/wiki/FAQ) for information on this project.
3
-
4
-
Python 3.7+ is required. Make sure your default python version is >=3.7 by typing `python3`.
1
+

5
2
6
-
If you are behind a NAT, it can be difficult for peers outside your subnet to reach you when they start up. You can enable
7
-
[UPnP](https://www.homenethowto.com/ports-and-nat/upnp-automatic-port-forward/) on your router or add a
8
-
NAT (for IPv4 but not IPv6) and firewall rules to allow TCP port 8444 access to your peer.
3
+
# chia-blockchain
4
+
Please check out the [wiki](https://github.com/Chia-Network/chia-blockchain/wiki)
5
+
and [FAQ](https://github.com/Chia-Network/chia-blockchain/wiki/FAQ) for
6
+
information on this project.
7
+
8
+
Python 3.7+ is required. Make sure your default python version is >=3.7
9
+
by typing `python3`.
10
+
11
+
If you are behind a NAT, it can be difficult for peers outside your subnet to
on your router or add a NAT (for IPv4 but not IPv6) and firewall rules to allow
15
+
TCP port 8444 access to your peer.
9
16
These methods tend to be router make/model specific.
10
17
11
-
Most should only install harvesters, farmers, plotter, full nodes, and wallets. Building timelords and VDFs is for sophisticated users in most environments. Chia Network and additional volunteers are running sufficient time lords for testnet consensus.
18
+
Most should only install harvesters, farmers, plotter, full nodes, and wallets.
19
+
Building timelords and VDFs is for sophisticated users in most environments.
20
+
Chia Network and additional volunteers are running sufficient Timelords
21
+
for testnet consensus.
12
22
13
23
# Installing
14
-
Install instructions are available in the [INSTALL](https://github.com/Chia-Network/chia-blockchain/wiki/INSTALL) section of the [chia-blockchain repository wiki](https://github.com/Chia-Network/chia-blockchain/wiki).
Once installed, a [Quick Start Guide](https://github.com/Chia-Network/chia-blockchain/wiki/Quick-Start-Guide) is available from the repository [wiki](https://github.com/Chia-Network/chia-blockchain/wiki).
You can also use the [HTTP RPC](https://github.com/Chia-Network/chia-blockchain/wiki/Networking-and-Serialization#rpc) api to access information and control the full node:
0 commit comments