aboutsummaryrefslogtreecommitdiffstats
path: root/Access-to-Testnet.md
diff options
context:
space:
mode:
authorWei-Ning Huang <w@dexon.org>2018-12-04 17:13:43 +0800
committerWei-Ning Huang <w@dexon.org>2018-12-04 17:13:43 +0800
commitfd7e47306ee66bc8e2ba0bcbe0205be96803e52c (patch)
treee2bddc8de77526dfab88b2774053ce987b491e58 /Access-to-Testnet.md
parent79bcf6daab2fb14df02a2e6a657425dbeec72684 (diff)
downloaddexon-wiki-fd7e47306ee66bc8e2ba0bcbe0205be96803e52c.tar
dexon-wiki-fd7e47306ee66bc8e2ba0bcbe0205be96803e52c.tar.gz
dexon-wiki-fd7e47306ee66bc8e2ba0bcbe0205be96803e52c.tar.bz2
dexon-wiki-fd7e47306ee66bc8e2ba0bcbe0205be96803e52c.tar.lz
dexon-wiki-fd7e47306ee66bc8e2ba0bcbe0205be96803e52c.tar.xz
dexon-wiki-fd7e47306ee66bc8e2ba0bcbe0205be96803e52c.tar.zst
dexon-wiki-fd7e47306ee66bc8e2ba0bcbe0205be96803e52c.zip
Updated Access to Testnet (markdown)
Diffstat (limited to 'Access-to-Testnet.md')
-rw-r--r--Access-to-Testnet.md6
1 files changed, 4 insertions, 2 deletions
diff --git a/Access-to-Testnet.md b/Access-to-Testnet.md
index b030037..21c2975 100644
--- a/Access-to-Testnet.md
+++ b/Access-to-Testnet.md
@@ -8,12 +8,14 @@ Just point your DEXON/Ethereum client to this endpoint, and you should be able t
## Syncing Fullnode
-The testnet could be synchronised with the following command:
+The testnet could be synchronized with the following command:
```
gdex --testnet
```
+If you don't know how to build the `gdex` binary, please follow the wiki page [here](https://github.com/dexon-foundation/wiki/wiki/Building-DEXON).
+
It may take a few hours before your fullnode is fully-synchronised. When it does, you can now point your DEXON/Ethereum client to http://localhost:8545
-Note: DEXON's current testnet is still unstable, it might be reset at some point. If it does, you might have to remove the data directory (`$HOME/.dexon` on Linux, and `Library/Dexon` on MacOS) and re-sync the node.
+Note: DEXON's current testnet is still unstable, it might be reset at some point. If it does, you might have to remove the data directory (`$HOME/.dexon` on Linux, and `$HOME/Library/Dexon` on MacOS) and re-sync the node.