Skip to content
This repository has been archived by the owner on Jan 18, 2019. It is now read-only.

Commit

Permalink
Merge pull request #32 from stellarsucks/master
Browse files Browse the repository at this point in the history
Update gostellar.org to stellar.org
  • Loading branch information
jedmccaleb committed Aug 1, 2014
2 parents 3c1f7b4 + 9b50c21 commit 1bae635
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 14 deletions.
4 changes: 2 additions & 2 deletions doc/stellar-example.txt
@@ -1,7 +1,7 @@
#
# Sample stellar.txt
#
# More information: https://wiki.gostellar.org/Stellar.txt
# More information: https://wiki.stellar.org/Stellar.txt
#
# Publishing this file allows a site to declare in a trustworthy manor stellar
# associated information.
Expand Down Expand Up @@ -123,4 +123,4 @@ loss
192.168.0.5

[validators]
gostellar.org
stellar.org
20 changes: 10 additions & 10 deletions doc/stellard-example.cfg
Expand Up @@ -36,7 +36,7 @@
# the file please visit the Stellar wiki. Specifically, the section explaining
# the --conf command line option:
#
# https://wiki.gostellar.org/Stellard#--conf.3Dpath
# https://wiki.stellar.org/Stellard#--conf.3Dpath
#
# This file should be named stellard.cfg. This file is UTF-8 with Dos, UNIX,
# or Mac style end of lines. Blank lines and lines beginning with '#' are
Expand All @@ -61,8 +61,8 @@
# [ips]
#
# List of hostnames or ips where the Stellar protocol is served. For a starter
# list, you can either copy entries from: https://gostellar.org/stellar.txt or if
# you prefer you can specify public-01.gostellar.org 52001
# list, you can either copy entries from: https://stellar.org/stellar.txt or if
# you prefer you can specify public-01.stellar.org 52001
#
# One IPv4 address or domain names per line is allowed. A port may optionally
# be specified after adding a space to the address. By convention, if known,
Expand All @@ -71,12 +71,12 @@
# Examples:
# 192.168.0.1
# 192.168.0.1 3939
# ips.gostellar.org 52001
# ips.stellar.org 52001
#
# This will give you a good, up-to-date list of addresses:
#
# [ips]
# ips.gostellar.org 52001
# ips.stellar.org 52001
#
#
#
Expand Down Expand Up @@ -508,7 +508,7 @@
# space to the pulic key.
#
# Examples:
# gostellar.org
# stellar.org
# n9KorY8QtTdRx7TVDpwnG9NvyxsDwHUKUEeDLY3AkiGncVaSXZi5
# n9MqiExBcoG19UXwoLjBJnhsxEhAZMuWwJDRdkyDz1EkEkwzQTNt John Doe
#
Expand Down Expand Up @@ -541,7 +541,7 @@
# Specifies where to find validators.txt for UNL boostrapping and RPC
# unl_network command.
#
# Example: gostellar.org
# Example: stellar.org
#
#
#
Expand Down Expand Up @@ -775,7 +775,7 @@ medium

# This is primary persistent datastore for stellard. This includes transaction
# metadata, account states, and ledger headers. Helpful information can be
# found here: https://gostellar.org/wiki/NodeBackEnd
# found here: https://stellar.org/wiki/NodeBackEnd
[node_db]
type=RocksDB
path=/var/lib/stellard/db/rocksdb
Expand All @@ -802,10 +802,10 @@ pool.ntp.org
# Where to find some other servers speaking the Stellar protocol.
#
[ips]
public-01.gostellar.org 52001
public-01.stellar.org 52001

# The latest validators can be obtained from
# https://gostellar.org/stellar.txt
# https://stellar.org/stellar.txt
#
[validators]
nakuKsirzNq66iejBfxKxt8Rw4t7kP5ZWSrvWzVKEVSHSkJKYd1 SDF1
Expand Down
4 changes: 2 additions & 2 deletions vagrant/stellard-public-ledger.cfg
Expand Up @@ -59,10 +59,10 @@ full
127.0.0.1

[ips]
public-01.gostellar.org 52001
public-01.stellar.org 52001

# The latest validators can be obtained from
# https://gostellar.org/stellar.txt
# https://stellar.org/stellar.txt
#
[validators]
nakuKsirzNq66iejBfxKxt8Rw4t7kP5ZWSrvWzVKEVSHSkJKYd1 SDF1
Expand Down

0 comments on commit 1bae635

Please sign in to comment.