Skip to content

Latest commit

 

History

History
94 lines (73 loc) · 2.98 KB

README.md

File metadata and controls

94 lines (73 loc) · 2.98 KB

Merit

Setup

For the moment setting up of merit core requires obtaining code, compiling and installing it. Binary distribution will be released soon.

To compile and run merit follow instructions linked in #Building section of the doc.

Need Help?

  • See the documentation at the Merit Wiki for help and more information.
  • Ask for help on #merit on Freenode. If you don't have an IRC client use webchat here.

Building

The following are developer notes on how to build Merit on your native platform. They are not complete guides, but include notes on the necessary libraries, compile flags, etc.

Running

Unix

To start the Merit daemon, run

  • src/meritd

Test Net

You should create a long RPCpassword as instructed here: https://github.com/meritlabs/merit/blob/master/doc/build-osx.md#running

You will want a merit.conf that looks like. You can find the merit.conf file under $HOME/.merit/merit.conf

rpcuser=meritrpc
rpcpassword=<randomLongPassword>

#--- Network
addnode=13.90.86.37
addnode=13.90.85.234
addnode=13.82.88.148

testnet=1
server=1
rpcapplowip=127.0.0.1
whitelist=127.0.0.1

zmqpubrawtx=tcp://127.0.0.1:28332
zmqpubhashblock=tcp://127.0.0.1:28332
zmqpubrawblock=tcp://127.0.0.1:28332
zmqpubhashtx=tcp://127.0.0.1:28332

Development

Resources

  • Discuss general aspects of Merit on #merit on Freenode. webchat here.
  • Discuss general Merit development on #merit-dev on Freenode. webchat here.

Miscellaneous

License

Distributed under the MIT software license. This product includes software developed by the OpenSSL Project for use in the OpenSSL Toolkit. This product includes cryptographic software written by Eric Young ([email protected]), and UPnP software written by Thomas Bernard.