Skip to content

zupermann/GMD-blockchain

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation


Welcome to GMD!


What is GMD?

Geoma DAO (GMD) is a cryptocurrency to make the world a better place.


How to use it?

One of the following options must be chosen in order to use it (more details about each option on next paragraph):

  1. Download the code from this repository, compile it on Linux or MacOS and run it on Windows, Linux or MacOS.
  2. Download the compiled node and run it on your Windows, Linux or MacOS.
  3. Use one of the trusted nodes hosted by TheCoopNetwork.io (no installation needed for this option)

As zero trust is required to run this blockchain, we recommend using option 1 whenever possible.


Option 1: Get code, compile and run it

  • dependencies: - to compile you need Java 11 or newer JDK on Linux or MacOS.
    - Ubuntu/Debian - sudo apt install default-jdk
  • ./compile.sh --skip-desktop
  • ./run.sh
  • Open in your browser http://localhost:6876/

Option 2: Download built node

For Windows and MacOS - use Desktop app

For Linux

Option 3: use trusted node

Please make sure you never use your private passphrase on any site unless you trust the node (e.g. is running on your own machine). In case you use remote (over the internet node) please make sure https is enabled and certificate is valid.

Nodes are tested and run well over both IPv4 and IPv6 networks.

Testnet

Testnet is available on the following links. Do not use real wallet on testnet - create new one.

Important!!!

  • Never send your secret phrase to an unknown server. Always use your own node or if not possible a node that is provided by coopnetwork.io (i.e. url is in the format https://.thecoopnetwork.io and browser shows "secure connection" icon in the address bar)
  • If you plan to make your node reachable over internet, make sure that you expose an "https" connection, not "http".
    • In order to make it secure you need to edit the file conf/nxt.properties similar to this example:
nxt.apiSSL=true
nxt.apiServerSSLPort=7876
nxt.apiServerPort=7876
nxt.peerServerPort=6874
nxt.keyStoreType=PKCS12
nxt.keyStorePath=/some/path/keystore.p12
nxt.keyStorePassword=somepassword12345!

The keystore.p12 should be the keystore containing the server private key and public certificate. Keystore should be protected with a password defined in nxt.keyStorePassword

License

  • This program is distributed under the terms of the Jelurida Public License version 1.1 for the Ardor Public Blockchain Platform.
  • This source code has been generated by CoinGenerator - https://coingenerator.sh

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 63.0%
  • JavaScript 23.1%
  • HTML 11.8%
  • CSS 1.5%
  • Shell 0.4%
  • Python 0.1%
  • Other 0.1%