Skip to content

Commit c2f5707

Browse files
committed
Merge pull request #15 from l1204366/1.1
Revise readme
2 parents d0e1f86 + f1c34fe commit c2f5707

1 file changed

Lines changed: 14 additions & 13 deletions

File tree

README.md

Lines changed: 14 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,17 @@
1-
Gcoin Core integration/staging tree
2-
=====================================
3-
4-
http://gcoin.com.tw
5-
61
Copyright (c) 2014-2016 GCOIN Foundation
72

8-
What is Gcoin?
3+
What is GCOIN?
94
----------------
105

11-
Gcoin is an experimental new blockchain that enables native multicurrency/multitoken capability.
12-
Gcoin is a permissioned distributed blockchain.
6+
GCOIN blockchain protocol is an open-source software.
7+
GCOIN is built for next-generation digital infrastructure, the distributed ledger.
138

14-
For more information, see http://gcoin.com.tw
9+
For more information, see http://g-coin.org, or go to the [help forum](https://groups.google.com/forum/#!forum/gcoins).
1510

1611
License
1712
-------
1813

19-
Gcoin is released under the terms of the Apache License 2.0. See [COPYING](COPYING) for more
14+
GCOIN is released under the terms of the Apache License 2.0. See [COPYING](COPYING) for more
2015
information or see http://www.apache.org/licenses/LICENSE-2.0.html.
2116

2217
Development process
@@ -25,7 +20,7 @@ Development process
2520
Developers work in their own trees, then submit pull requests when they think
2621
their feature or bug fix is ready.
2722

28-
If it is a simple/trivial/non-controversial change, then one of the Gcoin
23+
If it is a simple/trivial/non-controversial change, then one of the GCOIN
2924
development team members simply pulls it.
3025

3126
The patch will be accepted if there is broad consensus that it is a good thing.
@@ -57,7 +52,7 @@ Translations
5752
------------
5853

5954
Changes to translations as well as new translations can be submitted to
60-
55+
6156

6257
Development tips and tricks
6358
---------------------------
@@ -89,7 +84,13 @@ that run in -regest mode.
8984

9085
**DEBUG_LOCKORDER**
9186

92-
Gcoin Core is a multithreaded application, and deadlocks or other multithreading bugs
87+
GCOIN Core is a multithreaded application, and deadlocks or other multithreading bugs
9388
can be very difficult to track down. Compiling with -DDEBUG_LOCKORDER (configure
9489
CXXFLAGS="-DDEBUG_LOCKORDER -g") inserts run-time checks to keep track of what locks
9590
are held, and adds warning to the debug.log file if inconsistencies are detected.
91+
92+
Help Forums
93+
---------------------------
94+
Post questions and get advice from other people using GCOIN.
95+
96+
https://groups.google.com/forum/#!forum/gcoins

0 commit comments

Comments
 (0)