So NFD will be disabled now?
Could send the last NSCs please?
And could place a purchase order for NFDMMNXT?
NFD can not be disabled. It is a p2p crypto coin and the source code is open source.
HZ offers a buy out. Anyone is free to decide whether he/she wants to merge with HZ or not.
The NFD NSC asset will not be transferred to NHZ, but assets will be transferred to any forging NFD account until 5th of July.
I will not remove the current NFD NSC buy wall. You should be able to sell all your NFD NSC assets.
I think NFDMMNXT will be transferred to NHZ, but you have to get in contact with Nxtblg.
I do not like their wallet has a very ugly look, hopefully in a way NFDteam it.
It's not difficult to create a third party HZ GUI or an unofficial HZ release.
The HZ source code is available at
https://git.nhzcrypto.org/java-devs/hz-releaseNXT 1.2.9 GUI is also available
https://bitbucket.org/JeanLucPicard/nxt/src/9066d63eb281b766e684fbdea15b80884f5c5e23?at=1.2.9You only need to change genesisIds:
https://bitbucket.org/JeanLucPicard/nxt/src/9066d63eb281b766e684fbdea15b80884f5c5e23/html/ui/js/nrs.js?at=1.2.9#cl-30https://bitbucket.org/JeanLucPicard/nxt/src/9066d63eb281b766e684fbdea15b80884f5c5e23/html/ui/js/nrs.server.js?at=1.2.9#cl-442https://bitbucket.org/JeanLucPicard/nxt/src/9066d63eb281b766e684fbdea15b80884f5c5e23/html/ui/js/nrs.server.js?at=1.2.9#cl-455all epoch dates:
nrs/recentBlocks.html:215: return (new Date(Date.UTC(2013, 10, 24, 12, 0, 0, 0) + timestamp * 1000)).toLocaleString();
nrs/myTransactions.html:179: return (new Date(Date.UTC(2013, 10, 24, 12, 0, 0, 0) + timestamp * 1000)).toLocaleString();
nrs/orphanedBlocks.html:185: return (new Date(Date.UTC(2013, 10, 24, 12, 0, 0, 0) + timestamp * 1000)).toLocaleString();
nrs/unconfirmedTransactions.html:123: return (new Date(Date.UTC(2013, 10, 24, 12, 0, 0, 0) + timestamp * 1000)).toLocaleString();
ui/js/nrs.util.js:595: var date = new Date(Date.UTC(2013, 10, 24, 12, 0, 0, 0) + timestamp * 1000);
ui/js/nrs.util.js:648: var date = new Date(Date.UTC(2013, 10, 24, 12, 0, 0, 0) + timestamp * 1000);
ui/js/nrs.messages.js:432: var date = new Date(Date.UTC(2013, 10, 24, 12, 0, 0, 0)).getTime();
ui/js/nrs.polls.js:133: var date = new Date(Date.UTC(2013, 10, 24, 12, 0, 0, 0)).getTime();
ui/js/nrs.dgs.js:31: var currentTime = (new Date() - Date.UTC(2013, 10, 24, 12, 0, 0, 0)) / 1000;
ui/js/nrs.dgs.js:419: data.deliveryDeadlineTimestamp = String(Math.floor((new Date() - Date.UTC(2013, 10, 24, 12, 0, 0, 0)) / 1000) + (60 * 60 * data.deliveryDeadlineTimestamp));
ui/js/nrs.dgs.js:725: var currentTime = (new Date() - Date.UTC(2013, 10, 24, 12, 0, 0, 0)) / 1000;
disable/delete digital good store tabs:
https://bitbucket.org/JeanLucPicard/nxt/src/9066d63eb281b766e684fbdea15b80884f5c5e23/html/ui/index.html?at=1.2.9#cl-255rename all NXT to NHZ
cd html/
grep -r -l 'Nxt' | xargs sed -i 's/Nxt/Nhz/g'
grep -r -l 'NXT' * | xargs sed -i 's/NXT/NHZ/g'
grep -r -l 'nxt' * | xargs sed -i 's/nxt/nhz/g'
Remove NXT website links
https://bitbucket.org/JeanLucPicard/nxt/src/9066d63eb281b766e684fbdea15b80884f5c5e23/html/ui/index.html?at=1.2.9#cl-196modify or disable news section/tab
change logo