sandoche / Proof-of-Stake-Cryptocurrency-generator

🍀 Create your own Proof of Stake cryptocurrency with its own blockchain based on NXT
https://coingenerator.sh
MIT License
360 stars 437 forks source link

downloadJPLSnapshot dosnt exist #49

Closed 0xnim closed 3 years ago

0xnim commented 3 years ago

it is just not there as well as ADDOONS section. what is the otehr way to go on?

0xnim commented 3 years ago

Yea still dosnt work even after changin the nxt.properties file

0xnim commented 3 years ago

How to fix it?

sandoche commented 3 years ago

Have you followed this? https://bitbucket.org/Jelurida/nxt-clone-starter/src/master/

0xnim commented 3 years ago

yes

0xnim commented 3 years ago

It does not take effect

Toxiapo commented 3 years ago

What I did was skip step 3 from the guide, and download the NXT client directly from the official site. https://bitbucket.org/Jelurida/nxt/downloads/

OPTIONAL: Download the latest database, and replace the nxt_db folder, so you don't need to resync the blockchain. https://www.jelurida.com/NXT-nxt_db.zip

Enable the JPLSnapshot add-on in conf/nxt.properties by setting:

nxt.addOns=nxt.addons.JPLSnapshot

Compile and run.

You should see it in http://localhost:7876/test?requestTag=ADDONS

0xnim commented 3 years ago

ok

0xnim commented 3 years ago

will try when avalable

0xnim commented 3 years ago

If i do the default from bitbuclet then will i just drag the files into the folder?

Toxiapo commented 3 years ago

Yes, you can drag the files into the nxt folder if you want.