From 5a20d18bb1a8bb5d347c3d8447247c5df7e3fa95 Mon Sep 17 00:00:00 2001 From: AyzeLYC <35877385+AyzeGamingFR@users.noreply.github.com> Date: Thu, 24 Feb 2022 10:32:01 +0100 Subject: [PATCH 1/2] Created marscoin.json --- coins/marscoin.json | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 coins/marscoin.json diff --git a/coins/marscoin.json b/coins/marscoin.json new file mode 100644 index 00000000..c2c7023b --- /dev/null +++ b/coins/marscoin.json @@ -0,0 +1,7 @@ +{ + + "name": "Marscoin", + "symbol": "MARS", + "algorithm": "scrypt" + +} From 4a66b4afa9a9d2ca3054c323a60dcefdd7e5f230 Mon Sep 17 00:00:00 2001 From: AyzeLYC <35877385+AyzeGamingFR@users.noreply.github.com> Date: Thu, 24 Feb 2022 10:32:38 +0100 Subject: [PATCH 2/2] Created mooncoin.json --- coins/mooncoin.json | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 coins/mooncoin.json diff --git a/coins/mooncoin.json b/coins/mooncoin.json new file mode 100644 index 00000000..8c802bda --- /dev/null +++ b/coins/mooncoin.json @@ -0,0 +1,7 @@ +{ + + "name": "Mooncoin", + "symbol": "MOON", + "algorithm": "scrypt" + +}