From 19988aec23f4271ac6290c1331f0304ebe3c6243 Mon Sep 17 00:00:00 2001 From: 65Roses CCF Cure Cistic Fibrosis Crypto Currency Date: Sat, 17 Mar 2018 03:37:47 +1100 Subject: [PATCH 01/16] Update CryptoNoteConfig.h --- src/CryptoNoteConfig.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/CryptoNoteConfig.h b/src/CryptoNoteConfig.h index 4506f667c9..b0086ba716 100644 --- a/src/CryptoNoteConfig.h +++ b/src/CryptoNoteConfig.h @@ -73,7 +73,7 @@ const char MINER_CONFIG_FILE_NAME[] = "miner_conf.json" } // parameters //TODO Put here the name of your currency -const char CRYPTONOTE_NAME[] = ""; +const char CRYPTONOTE_NAME[] = "NEUROMASTER"; = ""; const char GENESIS_COINBASE_TX_HEX[] = ""; const uint8_t CURRENT_TRANSACTION_VERSION = 1; From 72dffc5db89af73f3a872ccd5ad009694c1d34e1 Mon Sep 17 00:00:00 2001 From: 65Roses CCF Cure Cistic Fibrosis Crypto Currency Date: Sat, 17 Mar 2018 03:40:07 +1100 Subject: [PATCH 02/16] Update CMakeLists.txt --- src/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index b02ec2896e..d2f1647dcb 100755 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -80,4 +80,4 @@ set_property(TARGET SimpleWallet PROPERTY OUTPUT_NAME "simplewallet") set_property(TARGET PaymentGateService PROPERTY OUTPUT_NAME "walletd") set_property(TARGET Miner PROPERTY OUTPUT_NAME "miner") #TODO Specify the name of daemon for your currency -set_property(TARGET Daemon PROPERTY OUTPUT_NAME "cryptonoted") +set_property(TARGET Daemon PROPERTY OUTPUT_NAME "NEUROMASTER") From b2572b75256ff37b73d8cf99ca09a5111e7b2f0c Mon Sep 17 00:00:00 2001 From: 65Roses CCF Cure Cistic Fibrosis Crypto Currency Date: Sat, 17 Mar 2018 03:42:01 +1100 Subject: [PATCH 03/16] Update CryptoNoteConfig.h --- src/CryptoNoteConfig.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/CryptoNoteConfig.h b/src/CryptoNoteConfig.h index b0086ba716..dffaeef931 100644 --- a/src/CryptoNoteConfig.h +++ b/src/CryptoNoteConfig.h @@ -24,7 +24,7 @@ const size_t BLOCKCHAIN_TIMESTAMP_CHECK_WINDOW = 60; //TODO Specify total number of available coins //TODO ((uint64_t)(-1)) equals to 18446744073709551616 coins //TODO or you can define number explicitly UINT64_C(858986905600000000) -const uint64_t MONEY_SUPPLY = ; +const uint64_t MONEY_SUPPLY = (uint64_t)(-1); = ; const unsigned EMISSION_SPEED_FACTOR = 18; static_assert(EMISSION_SPEED_FACTOR <= 8 * sizeof(uint64_t), "Bad EMISSION_SPEED_FACTOR"); From 6a993b231c940613b8c45ec10d3174afe47f7eaa Mon Sep 17 00:00:00 2001 From: 65Roses CCF Cure Cistic Fibrosis Crypto Currency Date: Sat, 17 Mar 2018 04:05:16 +1100 Subject: [PATCH 04/16] Update CryptoNoteConfig.h --- src/CryptoNoteConfig.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/CryptoNoteConfig.h b/src/CryptoNoteConfig.h index dffaeef931..87abed85d7 100644 --- a/src/CryptoNoteConfig.h +++ b/src/CryptoNoteConfig.h @@ -24,7 +24,7 @@ const size_t BLOCKCHAIN_TIMESTAMP_CHECK_WINDOW = 60; //TODO Specify total number of available coins //TODO ((uint64_t)(-1)) equals to 18446744073709551616 coins //TODO or you can define number explicitly UINT64_C(858986905600000000) -const uint64_t MONEY_SUPPLY = (uint64_t)(-1); = ; +const uint64_t MONEY_SUPPLY = (uint64_t)(-1); const unsigned EMISSION_SPEED_FACTOR = 18; static_assert(EMISSION_SPEED_FACTOR <= 8 * sizeof(uint64_t), "Bad EMISSION_SPEED_FACTOR"); From 40b6a54ae76d722ec61d24356b09cbaecb112f85 Mon Sep 17 00:00:00 2001 From: 65Roses CCF Cure Cistic Fibrosis Crypto Currency Date: Sat, 17 Mar 2018 04:44:13 +1100 Subject: [PATCH 05/16] Update ReleaseNotes.txt --- ReleaseNotes.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ReleaseNotes.txt b/ReleaseNotes.txt index bea3de1a54..24193a49da 100644 --- a/ReleaseNotes.txt +++ b/ReleaseNotes.txt @@ -1,4 +1,4 @@ -Release notes 1.1.1 +Release notes 1.1.1 NEUROMASTER Crypto Currency - New API for CryptoNote RPC Wallet @@ -98,4 +98,4 @@ Release notes 0.8.2 Release notes 0.8.1 -Bytecoin project is moved to GitHub \ No newline at end of file +Bytecoin project is moved to GitHub From 651a2834f527067a4df388a23207abc4d1706905 Mon Sep 17 00:00:00 2001 From: 65Roses CCF Cure Cistic Fibrosis Crypto Currency Date: Sat, 17 Mar 2018 04:59:33 +1100 Subject: [PATCH 06/16] Update README.md --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 02819498ec..68486b1f7f 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,5 @@ +NEUROMASTER Crypto Currency Beginning + This is the reference code for [CryptoNote](https://cryptonote.org) cryptocurrency protocol. * Launch your own CryptoNote currency: [CryptoNote Starter](https://cryptonotestarter.org/) @@ -238,4 +240,4 @@ cmake -G "Visual Studio 12 Win64" .. ``` And then do Build. -Good luck! \ No newline at end of file +Good luck! From 05f6dd2e523f904f64aefb261610d490afa0bc41 Mon Sep 17 00:00:00 2001 From: 65Roses CCF Cure Cistic Fibrosis Crypto Currency Date: Sat, 17 Mar 2018 05:00:42 +1100 Subject: [PATCH 07/16] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 68486b1f7f..8c71e534e8 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -NEUROMASTER Crypto Currency Beginning +NEUROMASTER Crypto Currency - Beginning of world NEURO Crypt Technology This is the reference code for [CryptoNote](https://cryptonote.org) cryptocurrency protocol. From ec89bcc75162140473364bef108f5585be9ee151 Mon Sep 17 00:00:00 2001 From: 65Roses CCF Cure Cistic Fibrosis Crypto Currency <22627700+neuromaster@users.noreply.github.com> Date: Mon, 19 Mar 2018 17:43:34 +1100 Subject: [PATCH 08/16] Update CryptoNoteConfig.h --- src/CryptoNoteConfig.h | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/CryptoNoteConfig.h b/src/CryptoNoteConfig.h index 87abed85d7..e3bc0069d7 100644 --- a/src/CryptoNoteConfig.h +++ b/src/CryptoNoteConfig.h @@ -35,7 +35,7 @@ const size_t CRYPTONOTE_COINBASE_BLOB_RESERVED_SIZE = 600; //TODO Define number of digits const size_t CRYPTONOTE_DISPLAY_DECIMAL_POINT = 8; //TODO Define minimum fee for transactions -const uint64_t MINIMUM_FEE = ; +const uint64_t MINIMUM_FEE = 1; const uint64_t DEFAULT_DUST_THRESHOLD = MINIMUM_FEE; //TODO Define preferred block's target time @@ -73,7 +73,7 @@ const char MINER_CONFIG_FILE_NAME[] = "miner_conf.json" } // parameters //TODO Put here the name of your currency -const char CRYPTONOTE_NAME[] = "NEUROMASTER"; = ""; +const char CRYPTONOTE_NAME[] = "NEUROMASTER"; const char GENESIS_COINBASE_TX_HEX[] = ""; const uint8_t CURRENT_TRANSACTION_VERSION = 1; @@ -85,9 +85,9 @@ const size_t BLOCKS_SYNCHRONIZING_DEFAULT_COUNT = 200; //by def const size_t COMMAND_RPC_GET_BLOCKS_FAST_MAX_COUNT = 1000; //TODO This port will be used by the daemon to establish connections with p2p network -const int P2P_DEFAULT_PORT = ; +const int P2P_DEFAULT_PORT = 17236; //TODO This port will be used by the daemon to interact with simlewallet -const int RPC_DEFAULT_PORT = ; +const int RPC_DEFAULT_PORT = 18236; const size_t P2P_LOCAL_WHITE_PEERLIST_LIMIT = 1000; const size_t P2P_LOCAL_GRAY_PEERLIST_LIMIT = 5000; @@ -106,8 +106,8 @@ const char P2P_STAT_TRUSTED_PUB_KEY[] = "8f80f9a5a434a9f1 //TODO Add here your network seed nodes const std::initializer_list SEED_NODES = { - //"your_seed_ip1.com:8080", - //"your_seed_ip2.com:8080", + //"111.11.11.11:17236", + //"222.22.22.22:17236", }; struct CheckpointData { From 37d5fcb779c2f6694129941b39e207ca705609b0 Mon Sep 17 00:00:00 2001 From: 65Roses CCF Cure Cistic Fibrosis Crypto Currency <22627700+neuromaster@users.noreply.github.com> Date: Mon, 19 Mar 2018 17:47:47 +1100 Subject: [PATCH 09/16] Update P2pNetworks.h --- src/P2p/P2pNetworks.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/P2p/P2pNetworks.h b/src/P2p/P2pNetworks.h index 90401a03eb..b529c48829 100644 --- a/src/P2p/P2pNetworks.h +++ b/src/P2p/P2pNetworks.h @@ -6,5 +6,4 @@ namespace CryptoNote { - const static boost::uuids::uuid CRYPTONOTE_NETWORK = { { 0x43, 0x52, 0x59, 0x50, 0x54, 0x4f, 0x4e, 0x4f, 0x54, 0x45, 0x00, 0x12, 0x10, 0x11, 0x01, 0x10 } }; -} +const static boost::uuids::uuid CRYPTONOTE_NETWORK = { { 0xA1, 0x1A, 0xA1, 0x1A, 0xA1, 0x0A, 0xA1, 0x0A, 0xA0, 0x1A, 0xA0, 0x1A, 0xA0, 0x1A, 0xA1, 0x1A } }; From 1e75e6ce357d42d186775f72f773f4aad3e12030 Mon Sep 17 00:00:00 2001 From: 65Roses CCF Cure Cistic Fibrosis Crypto Currency <22627700+neuromaster@users.noreply.github.com> Date: Mon, 19 Mar 2018 17:49:28 +1100 Subject: [PATCH 10/16] Update CryptoNoteConfig.h --- src/CryptoNoteConfig.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/CryptoNoteConfig.h b/src/CryptoNoteConfig.h index e3bc0069d7..f473fb63f4 100644 --- a/src/CryptoNoteConfig.h +++ b/src/CryptoNoteConfig.h @@ -35,7 +35,7 @@ const size_t CRYPTONOTE_COINBASE_BLOB_RESERVED_SIZE = 600; //TODO Define number of digits const size_t CRYPTONOTE_DISPLAY_DECIMAL_POINT = 8; //TODO Define minimum fee for transactions -const uint64_t MINIMUM_FEE = 1; +const uint64_t MINIMUM_FEE = 100000; const uint64_t DEFAULT_DUST_THRESHOLD = MINIMUM_FEE; //TODO Define preferred block's target time From 14128ee4c7e525fe89d3a2999032613425ff62ff Mon Sep 17 00:00:00 2001 From: 65Roses CCF Cure Cistic Fibrosis Crypto Currency <22627700+neuromaster@users.noreply.github.com> Date: Mon, 19 Mar 2018 17:50:27 +1100 Subject: [PATCH 11/16] Update CryptoNoteConfig.h --- src/CryptoNoteConfig.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/CryptoNoteConfig.h b/src/CryptoNoteConfig.h index f473fb63f4..0b795d0432 100644 --- a/src/CryptoNoteConfig.h +++ b/src/CryptoNoteConfig.h @@ -30,7 +30,7 @@ static_assert(EMISSION_SPEED_FACTOR <= 8 * sizeof(uint64_t), "Bad EMISSION_SPEED //TODO Define number of blocks for block size median calculation const size_t CRYPTONOTE_REWARD_BLOCKS_WINDOW = 100; -const size_t CRYPTONOTE_BLOCK_GRANTED_FULL_REWARD_ZONE = 10000; //size of block (bytes) after which reward for block calculated using block size +const size_t CRYPTONOTE_BLOCK_GRANTED_FULL_REWARD_ZONE = 20000; //size of block (bytes) after which reward for block calculated using block size const size_t CRYPTONOTE_COINBASE_BLOB_RESERVED_SIZE = 600; //TODO Define number of digits const size_t CRYPTONOTE_DISPLAY_DECIMAL_POINT = 8; From 731a82e29b176f75404d93c8e7c2716432c7b523 Mon Sep 17 00:00:00 2001 From: 65Roses CCF Cure Cistic Fibrosis Crypto Currency <22627700+neuromaster@users.noreply.github.com> Date: Mon, 19 Mar 2018 19:31:50 +1100 Subject: [PATCH 12/16] Update CryptoNoteConfig.h --- src/CryptoNoteConfig.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/CryptoNoteConfig.h b/src/CryptoNoteConfig.h index 0b795d0432..f56e64263c 100644 --- a/src/CryptoNoteConfig.h +++ b/src/CryptoNoteConfig.h @@ -14,7 +14,7 @@ const uint64_t CRYPTONOTE_MAX_BLOCK_NUMBER = 500000000; const size_t CRYPTONOTE_MAX_BLOCK_BLOB_SIZE = 500000000; const size_t CRYPTONOTE_MAX_TX_SIZE = 1000000000; //TODO Currency-specific address prefix -const uint64_t CRYPTONOTE_PUBLIC_ADDRESS_BASE58_PREFIX = ; +const uint64_t CRYPTONOTE_PUBLIC_ADDRESS_BASE58_PREFIX = 0xne9; // addresses start with "f" ; //TODO Choose maturity period for your currency const size_t CRYPTONOTE_MINED_MONEY_UNLOCK_WINDOW = 60; const uint64_t CRYPTONOTE_BLOCK_FUTURE_TIME_LIMIT = 60 * 60 * 2; From eda7d858d66b3cf0662b49d8e7afe006ef4f8544 Mon Sep 17 00:00:00 2001 From: 65Roses CCF Cure Cistic Fibrosis Crypto Currency <22627700+neuromaster@users.noreply.github.com> Date: Mon, 19 Mar 2018 21:36:22 +1100 Subject: [PATCH 13/16] Update CryptoNoteConfig.h --- src/CryptoNoteConfig.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/CryptoNoteConfig.h b/src/CryptoNoteConfig.h index f56e64263c..fc4910df34 100644 --- a/src/CryptoNoteConfig.h +++ b/src/CryptoNoteConfig.h @@ -14,7 +14,7 @@ const uint64_t CRYPTONOTE_MAX_BLOCK_NUMBER = 500000000; const size_t CRYPTONOTE_MAX_BLOCK_BLOB_SIZE = 500000000; const size_t CRYPTONOTE_MAX_TX_SIZE = 1000000000; //TODO Currency-specific address prefix -const uint64_t CRYPTONOTE_PUBLIC_ADDRESS_BASE58_PREFIX = 0xne9; // addresses start with "f" ; +const uint64_t CRYPTONOTE_PUBLIC_ADDRESS_BASE58_PREFIX = 0x27868; // addresses start with "f" ; //TODO Choose maturity period for your currency const size_t CRYPTONOTE_MINED_MONEY_UNLOCK_WINDOW = 60; const uint64_t CRYPTONOTE_BLOCK_FUTURE_TIME_LIMIT = 60 * 60 * 2; From 0b40394a4d39a1a34d2cd7131bb6cd3e28575c75 Mon Sep 17 00:00:00 2001 From: NEUROMASTER - Binance Smart Chain - NEURODEX <22627700+neuromaster@users.noreply.github.com> Date: Sun, 30 Jan 2022 00:00:52 +1100 Subject: [PATCH 14/16] Update README.md --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 8c71e534e8..dc19045ea3 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,11 @@ +$NXR NEUROMASTER Binance Token http://neuromaster.io + +NEUROMASTER #BSC Binance Smart Chain / $WAVES Migration + + +# Outdated Development - #NEURODEX for Latest Developments + + NEUROMASTER Crypto Currency - Beginning of world NEURO Crypt Technology This is the reference code for [CryptoNote](https://cryptonote.org) cryptocurrency protocol. From 830be64e17a15d5cfc142b25e5f8692362009a6a Mon Sep 17 00:00:00 2001 From: NEUROMASTER - Binance Smart Chain - NEURODEX <22627700+neuromaster@users.noreply.github.com> Date: Sun, 30 Jan 2022 07:22:48 +1100 Subject: [PATCH 15/16] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index dc19045ea3..dd78cc571e 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ $NXR NEUROMASTER Binance Token http://neuromaster.io -NEUROMASTER #BSC Binance Smart Chain / $WAVES Migration +NEUROMASTER #BSC Binance Smart Chain / $WAVES $NXR Migration $SOLANA $MATIC $ETH $BNB # Outdated Development - #NEURODEX for Latest Developments From e3374288d65b9471cbab80a54b79a468850deb47 Mon Sep 17 00:00:00 2001 From: NEUROMASTER - Binance Smart Chain - NEURODEX <22627700+neuromaster@users.noreply.github.com> Date: Thu, 29 Sep 2022 02:03:15 +1000 Subject: [PATCH 16/16] Update README.md --- README.md | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index dd78cc571e..134e3be3b1 100644 --- a/README.md +++ b/README.md @@ -1,12 +1,10 @@ -$NXR NEUROMASTER Binance Token http://neuromaster.io - -NEUROMASTER #BSC Binance Smart Chain / $WAVES $NXR Migration $SOLANA $MATIC $ETH $BNB +SOLANA Migration $SOL/$NEUROMASTER +#BCN Cryptonote NEUROMASTER Beta -# Outdated Development - #NEURODEX for Latest Developments - +$NXR NEUROMASTER Binance Token http://neuromaster.io -NEUROMASTER Crypto Currency - Beginning of world NEURO Crypt Technology +#BSC Binance Smart Chain / $WAVES $NXR $SOLANA $MATIC $ETH $BNB $BCN $AUDIUS $CRYPTOMUSIC This is the reference code for [CryptoNote](https://cryptonote.org) cryptocurrency protocol.