I need help with do my own coin

Hello everybody,

i need help with do my own project of coint.

i want to use nxt clone to do my own coin, but i don't know how to install files in windows 7.

Maybe somebody can help me ?

when i try to install nxt after i done instalation of npm install i have a problem with the npm nxt installation : the system cannot find the path specified

Thank you.

1 Like

I don't know if my answer can help you, it's been a while and I don't remember everything right.

You don't need it to test, but if it becomes official, remember to respect the JPL license.
https://bitbucket.org/Jelurida/nxt-clone-starter/src/master/
https://bitbucket.org/Jelurida/nxt-clone-starter/downloads/
The second link is the download files.
The last one worked for me: nxt-clone-client-1.12.3.zip
Inside is windows and linux boot files.
I don't remember exactly but you should install .jdks 1.8
Set addresses to conf/data/genesisAccount.json
Set start date in conf/data/genesisParameters.json
Run run.bat for windows
Start run.sh for linux

If you have problems tell me, if I can help you I'll do it gladly.

With windows 7 I assume you made up for the lack of security updates.

thank you for tips, i will try to do it.

i will back to you soon.

when i open run. i have window with server informations but client open only like that on the screenshot.

what to do next ?

i open wallet in website and i have one account to open, i open it in browser and i have not connected to server info.

i have a problem with write in good place the : nxt.addOns=nxt.addons.JPLSnapshot in Enable the JPLSnapshot add-on in conf/nxt.properties

ehh ;/

sorry please try to explain me everything how to run it. and configure it.

i need to know how to do API config and for sure, everything.

For NXT-Clone it's been happening to me too for a few weeks and I couldn't find a solution. So now I think it's not our mistake.
Open in your browser it should work: http://localhost:7876/index.html# I use chrome and firefox.

nxt.addOns=nxt.addons.JPLSnapshot

nxt.addOns=nxt.addons.JPLSnapshot (it's active but you need to do something else)
If you only need to test and modify the clone, you don't need to activate the JPL license.
When you are ready to publish your clone at that time you will need to activate the JPL license.
Here is a video for the license:

The third video explains how to disable or enable some functions but, when it comes to changing the name of the clone, not following it is not correct. You have to recompile for that, I use iintellij.

genesis.Account.json

{
    "balances": {
         "NXT-NZKH-MZRE-2CTT-98NPZ": 10000000000000000,
         "NXT-X5JH-TJKJ-DVGC-5T2V8": 10000000000000000,
         "NXT-LTR8-GMHB-YG56-4NWSE": 10000000000000000,
		 "NXT-AHYW-P3YX-V426-4UMP2": 10000000000000000,
		 "NXT-F92D-3F3F-T35W-44JEE": 10000000000000000,
		 "NXT-C7Z7-RWVF-9MAG-DDMNL": 10000000000000000,
		 "NXT-UQLY-GZM3-K7Z3-3K687": 10000000000000000,
		 "NXT-4AWN-J45Q-RVWU-BJ6EV": 10000000000000000,
		 "NXT-VPZZ-BM5R-YR8R-FQW7E": 10000000000000000,
		 "NXT-U2NZ-6NBL-M8F2-ED6X6": 10000000000000000,
		 
     },
     "publicKeys": [
         "bf0ced0472d8ba3df9e21808e98e61b34404aad737e2bae1778cebc698b40f37",
         "39dc2e813bb45ff063a376e316b10cd0addd7306555ca0dd2890194d37960152",
         "011889a0988ccbed7f488878c62c020587de23ebbbae9ba56dd67fd9f432f808",
		 "fd27e61f3cb181d5b2583a7f858a948e33cb25b66fa7d2c05005fc3c5fd67c25",
		 "a5c433c23771d6dec21f72047abdb0f69ca9e6baade7ea5d5e2a891feffec965",
		 "847cb0368575f90ff2b6a9e10a20b3231a6249eba04a70ff601acce5ffc64652",
		 "664259d3516e500cbd6710b63f426142f555ae88cb3c69812f0484ee60b7cb47",
		 "b21facf5a53bfd419eb470585d6bca3e1ca2f57dd64ae39630cc04d1a9ed3a3c",
		 "f203d4685462d48e74bca66321c7ce03a6b23c23046c25e1ef5d62d1e8a9ad26",
		 "98e3de5568034d33ea3f5693102b012eb7edd4b981f7f4a54a2c843041495e7d",
		 "1bbd72a31a73adf1102e701052783d4917efbe878825fdd1122a4cb52b707339",
		 
     ]
 }

Login with password from 0 to 9

genseisParameters.json

{
  "genesisPublicKey":"1259ec21d31a30898d7cd1609f80d9668b4778e3d97e941044b39f0c44d2e51b",
  "epochBeginning":"2022-12-31 12:00:00 +0000"
}

Choose a date that is around 24-48 hours away.
Too young a date will cause the clone to activate only then, while too old a date should give you problems.