Skip to content

Commit

Permalink
Guide for new devs
Browse files Browse the repository at this point in the history
Easier to make a coin
  • Loading branch information
bobbieltd committed May 7, 2019
1 parent 80189a7 commit 63636d9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions README.md
Expand Up @@ -13,6 +13,8 @@ LICENSES:

Please see the included LICENSE file for more information.

FOR DEVS : If you fork the repo to make your own coin, take a look at CryptoNoteConfig_new_coin.h for simplicity

### Installing

We offer binary images of the latest releases here: https://github.com/bitcoinmono/bitcoinmono/releases
Expand Down
2 changes: 1 addition & 1 deletion src/config/CryptoNoteConfig_new_coin.h
Expand Up @@ -229,7 +229,7 @@ const char LATEST_VERSION_URL[] = "https://github.c
const std::string LICENSE_URL = "https://github.com/bitcoinmono/bitcoinmono/blob/master/LICENSE";
const static boost::uuids::uuid CRYPTONOTE_NETWORK =
{
{ 0xa2, 0x1c, 0x3a, 0x1c, 0x2f, 0x52, 0x51, 0x4a, 0x61, 0xfa, 0x9c, 0xb4, 0x36, 0xa1, 0x23, 0xae }
{ 0xa2, 0x1c, 0x3a, 0x1c, 0x2f, 0x52, 0x51, 0x4a, 0x61, 0xfa, 0x9c, 0xb4, 0x31, 0xa2, 0x23, 0xa4 }
};

const char* const SEED_NODES[] = {
Expand Down

0 comments on commit 63636d9

Please sign in to comment.