Post
Topic
Board Announcements (Altcoins)
Re: [ANN][Gcoin] Gcoin, Consortium-Proof-of-Work (CPOW)
by
ikal
on 08/07/2016, 10:56:36 UTC
Is this launched? If yes where are the nodes?

Running
https://github.com/OpenNetworking/gcoin-community/wiki#running

Place a configure file in ~/.gcoin/gcoin.conf with the following contents (you don't need to modify anything)

addnode=140.112.29.201:12321
addnode=54.254.159.145
rpcuser=username
rpcpassword=password
Now, run the demand!

./src/gcoind -daemon
It would automatically synchronize the Gcoin test net blockchain. You should be able to use the RPC after runs the daemon. Here's a quick way to test:

./src/gcoin-cli getinfo

Is it mineable? When i setgenerate to true the cli returns me false
Can you provide more information?
Block reward? Premine? Algo? Who, where and how mine it?

Get your own addresses.
https://github.com/OpenNetworking/gcoin-community/wiki#get-your-own-addresses

First refill the keypool.

./src/gcoin-cli keypoolrefill 100
It would refill your keypool with 100 new keys derived from your key seed.

Then get the address.

./src/gcoin-cli getnewaddress
It would return a new address until your key pool is empty.

There is a fixed key in each wallet,

./src/gcoin-cli getfixedaddress
It would return the fixed key, which is using for authentication.

Getting the test license

To get the license or become an Alliance, please contact flew80530@gmail.com, gcoincommunity@gmail.com

Post questions and get advice from other people using Gcoin. https://groups.google.com/forum/#!forum/gcoins

More information about License, please see License. https://github.com/OpenNetworking/gcoin-community/wiki/License

or

Running a private blockchain
https://github.com/OpenNetworking/gcoin-community/wiki/Running-a-private-blockchain