Bitcoin Forum
May 27, 2024, 09:51:48 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: Advanced NXT Platform | Clone | Developer Assistance Required | Long Term  (Read 510 times)
VanityWallets2015 (OP)
Hero Member
*****
Offline Offline

Activity: 1498
Merit: 506



View Profile
February 29, 2016, 12:26:53 PM
 #1

Advanced NXT Platform Clone

Hi all, I need to create an NXT "clone" but with design improvements and a different primary unit (currency) of transaction.

I have downloaded the NXT master to modify however need some help to modify and set up with a new genesis block, configuration etc.

Can anyone help at all. This is a substantial project (potential for significant funding at a later date).

Requirement

3 x NXT Clones custom currency and modified front end

Note: this is a development on a project that has been in development for 2 years. PM's welcome.

         ▄▄▄███████▄▄▄
     ▄▀█▀█ █████████████▄▄
   ▄██ █ █▄████████████████▄
  ██ █ ██▀█ █████████████████
 █▀█▄█▄▀█▄██▄█████████████████
██ █ ██ ██ ██▄▀████████████████
███▀█▀██ ███▀███▀██████████████
███▄██ ██▄▀██▄███▄█████████████
 ███▄▀██▀██▄▀██▄▀██▄▀▀████████
  █████▀█▄█▀█▄▀▀██▄▀▀██▄▄▀█▀█
   ▀████▄███▄█▀█▄▄▀▀▀█▄▄█▀█▀
     ▀▀████▄▀██▄▄█▀▀█▄▄▄▀▀
         ▀▀▀██▄▄███▀▀▀
.
......1xBit.com..BENEFIT ..SEASON........
       ▄▄███████████▄▄
    ▄███████████████████▄
  ▄██████████████████████▄
 █████████████████████████
██████████████████████████▌
████████████████████████████▄▄
███████████████████████████████
        █    █▄   █
        ▀▀▄    ▀▀▀█▀▀▀█▀▀▀▀▀▀▀█
           ▀▀▄    ▀▀▄▄█      ▄▀
              ▀▀▄     █▀▀▄▄  █
                 ▀▀▄  █   ▄█▀
                    ▀▀█▄▀▀
.
.
..PLAY NOW..
bcdev
Member
**
Offline Offline

Activity: 61
Merit: 10


View Profile
February 29, 2016, 07:17:45 PM
 #2

You can start by downloading 1.4.6-testnetinabox.tar.xz from here: https://github.com/bcdev-/NXT-testnet-in-a-box.git
Then download the official 1.4.6 [https://bitbucket.org/JeanLucPicard/nxt/src], make a recursive diff and compare changes that I made to create my own testnet.

Then you can create your own genesis block and port changes to 1.7.4.

Happy coding!
VanityWallets2015 (OP)
Hero Member
*****
Offline Offline

Activity: 1498
Merit: 506



View Profile
February 29, 2016, 07:31:39 PM
 #3

You can start by downloading 1.4.6-testnetinabox.tar.xz from here: https://github.com/bcdev-/NXT-testnet-in-a-box.git
Then download the official 1.4.6 [https://bitbucket.org/JeanLucPicard/nxt/src], make a recursive diff and compare changes that I made to create my own testnet.

Then you can create your own genesis block and port changes to 1.7.4.

Happy coding!

Cool. Thanks! Is there a recursive diff function in Visual Studio or do you use a particular program? Thanks Smiley

         ▄▄▄███████▄▄▄
     ▄▀█▀█ █████████████▄▄
   ▄██ █ █▄████████████████▄
  ██ █ ██▀█ █████████████████
 █▀█▄█▄▀█▄██▄█████████████████
██ █ ██ ██ ██▄▀████████████████
███▀█▀██ ███▀███▀██████████████
███▄██ ██▄▀██▄███▄█████████████
 ███▄▀██▀██▄▀██▄▀██▄▀▀████████
  █████▀█▄█▀█▄▀▀██▄▀▀██▄▄▀█▀█
   ▀████▄███▄█▀█▄▄▀▀▀█▄▄█▀█▀
     ▀▀████▄▀██▄▄█▀▀█▄▄▄▀▀
         ▀▀▀██▄▄███▀▀▀
.
......1xBit.com..BENEFIT ..SEASON........
       ▄▄███████████▄▄
    ▄███████████████████▄
  ▄██████████████████████▄
 █████████████████████████
██████████████████████████▌
████████████████████████████▄▄
███████████████████████████████
        █    █▄   █
        ▀▀▄    ▀▀▀█▀▀▀█▀▀▀▀▀▀▀█
           ▀▀▄    ▀▀▄▄█      ▄▀
              ▀▀▄     █▀▀▄▄  █
                 ▀▀▄  █   ▄█▀
                    ▀▀█▄▀▀
.
.
..PLAY NOW..
bcdev
Member
**
Offline Offline

Activity: 61
Merit: 10


View Profile
February 29, 2016, 07:37:13 PM
 #4

I used the "diff" command. I don't remember the exact syntax, you'll need to ask google.
I don't think that Visual Studio is a tool for the job. NXT is written in Java. Smiley
VanityWallets2015 (OP)
Hero Member
*****
Offline Offline

Activity: 1498
Merit: 506



View Profile
February 29, 2016, 08:23:06 PM
 #5

I used the "diff" command. I don't remember the exact syntax, you'll need to ask google.
I don't think that Visual Studio is a tool for the job. NXT is written in Java. Smiley

Thanks. Visual studio supports Java, I also have Netbeans IDE, but will ask the Googles Smiley

         ▄▄▄███████▄▄▄
     ▄▀█▀█ █████████████▄▄
   ▄██ █ █▄████████████████▄
  ██ █ ██▀█ █████████████████
 █▀█▄█▄▀█▄██▄█████████████████
██ █ ██ ██ ██▄▀████████████████
███▀█▀██ ███▀███▀██████████████
███▄██ ██▄▀██▄███▄█████████████
 ███▄▀██▀██▄▀██▄▀██▄▀▀████████
  █████▀█▄█▀█▄▀▀██▄▀▀██▄▄▀█▀█
   ▀████▄███▄█▀█▄▄▀▀▀█▄▄█▀█▀
     ▀▀████▄▀██▄▄█▀▀█▄▄▄▀▀
         ▀▀▀██▄▄███▀▀▀
.
......1xBit.com..BENEFIT ..SEASON........
       ▄▄███████████▄▄
    ▄███████████████████▄
  ▄██████████████████████▄
 █████████████████████████
██████████████████████████▌
████████████████████████████▄▄
███████████████████████████████
        █    █▄   █
        ▀▀▄    ▀▀▀█▀▀▀█▀▀▀▀▀▀▀█
           ▀▀▄    ▀▀▄▄█      ▄▀
              ▀▀▄     █▀▀▄▄  █
                 ▀▀▄  █   ▄█▀
                    ▀▀█▄▀▀
.
.
..PLAY NOW..
Pages: [1]
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!