Bitcoin Forum
April 20, 2024, 01:23:02 AM *
News: Latest Bitcoin Core release: 26.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1] 2 3 4 5 »  All
  Print  
Author Topic: Nxt :: NXTcash - progress and discussion  (Read 12298 times)
jl777 (OP)
Legendary
*
Offline Offline

Activity: 1176
Merit: 1132


View Profile WWW
February 17, 2014, 02:02:25 PM
 #1

We are adding zerocoin to NXT in a way that will allow us to identify and fix any fundamental issues regarding incorporating zeroknowledge proofs within the NXT core.

This project is at the proof of concept stage, eg. can this even be done on a small scale demo basis. We are currently very close to an internal release of NXT core that integrates with Tutorial.java, which is a layer that hooks up to Tutorial.cpp from https://github.com/Zerocoin/libzerocoin

The proof of concept version will be deployed on zeronet for internal testing. Runtime performance and size of data is not a concern for now. In order to accomodate the 30K size of zeroknowledge proof in libzerocoin alpha, bloodyrookie has made a version that has a larger blocksize. This means that during development NXTcash will not be compatible with mainnet blockchain.

NXTcash will be fully opensourced upon completion, but during development, releases will be made internally only. PM me if you want access.

zerocoin.org says that they want somebody to actually use libzerocoin alpha. If anybody is able to contact them and let them know we are doing this, that would be fantastic. We want to integrate in the upcoming zerocash into the proof of concept version, which will help find any issues with zerocash. In order to help convince the zerocoin team, I want to be able to demonstrate a working NXTcash proof of concept, so as soon as we get it debugged, we will load it on a portable computer and fly it to wherever Matt Green is for the demo!

I know zerocoin is working on their own coin, so I hope they are still open to cooperating. It would save them a lot of work if they built zerocash on top of NXT, especially after we have done all the higher level changes to integrate libzerocoin alpha.

Task List
1. port Tutorial.cpp to Tutorial.java - completed by Bloodyrookie
2. integrate NXT core 4.7 and Tutorial.java - almost completed by Bloodyrookie
3. create NXTcash API - completed by Bloodyrookie
4. setup zeronet (testnet for NXTcash) - in progress by klee's team
5. create modified NXT client to support NXTcash API - undebugged release made my marcus03
6. deploy NXTcash proof of concept onto zeronet and debug NXTcash client
7. create demo machine with NXTcash and fly it to demonstrate to Matt Green
8. obtain pre-release libzerocash.cpp (or even object file) to start porting effort
9. debug NXTcash with libzerocash
10. refactor libzerocash into java for inclusion into proposed NXT core

We are developing this using klee's 1 million NXT donation to NXTcashoperatingfund 18388470681791198265
Please donate to NXTcashcompletionbonusfund 13313092584524529006

Since klee is funding the operating costs for this project and taking the risk of 1 million NXT, he will allocate the completion bounty. In the event that we cannot make a NXTcash release acceptable to the NXT community, all donations to the completion bounty fund will be returned.

James


http://www.digitalcatallaxy.com/report2015.html
100+ page annual report for SuperNET
1713576182
Hero Member
*
Offline Offline

Posts: 1713576182

View Profile Personal Message (Offline)

Ignore
1713576182
Reply with quote  #2

1713576182
Report to moderator
1713576182
Hero Member
*
Offline Offline

Posts: 1713576182

View Profile Personal Message (Offline)

Ignore
1713576182
Reply with quote  #2

1713576182
Report to moderator
No Gods or Kings. Only Bitcoin
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
BldSwtTrs
Legendary
*
Offline Offline

Activity: 861
Merit: 1010


View Profile
February 17, 2014, 02:14:45 PM
Last edit: February 17, 2014, 02:26:31 PM by BldSwtTrs
 #2

As far I know Zerocoin team came up with a new version which reduces the size of the proof by 98%. They will release that version in altcoin (Zerocash) but they don't reveal any detail about it.

So just to be sure my understanding is correct, your plan is to integrate the old version, the one with the big proof size?
bitcoinpaul
Hero Member
*****
Offline Offline

Activity: 910
Merit: 1000



View Profile
February 17, 2014, 02:24:52 PM
 #3

As I understand:

1. Integrate the old version to have a working code
2. After the release of the new code, the integration of the new code begins.
superresistant
Legendary
*
Offline Offline

Activity: 2128
Merit: 1120



View Profile
February 17, 2014, 02:27:36 PM
 #4

As I understand:
1. Integrate the old version to have a working code
2. After the release of the new code, the integration of the new code begins.

Really ? When is the next release of the zerocoin ?
jl777 (OP)
Legendary
*
Offline Offline

Activity: 1176
Merit: 1132


View Profile WWW
February 17, 2014, 02:27:47 PM
 #5

As far I know Zerocoin team came up with a new version which reduces the size of the proof by 98%. They will release that version in altcoin (Zerocash) but they don't reveal any detail about it.

So just to be sure my understanding is correct, your plan is to integrate the old version, the one with the big proof size?
We are scheduled to make an internal release of the old version integrated with NXT this week. yes, it has big proof size, but we made NXT block size bigger to handle it.

http://www.digitalcatallaxy.com/report2015.html
100+ page annual report for SuperNET
jl777 (OP)
Legendary
*
Offline Offline

Activity: 1176
Merit: 1132


View Profile WWW
February 17, 2014, 02:29:34 PM
 #6

As I understand:
1. Integrate the old version to have a working code
2. After the release of the new code, the integration of the new code begins.

Really ? When is the next release of the zerocoin ?
Scheduled in May, that is why I want to create a portable demo machine to demo in front of Matt Green personally. Then he will know we are first to actually use the alpha version of zerocoin, bloated 30K proof size and all. I hope he will maintain his academic viewpoint and not put on his coin creator hat. The more coins that have the newest zerocash tech, the better.

James

http://www.digitalcatallaxy.com/report2015.html
100+ page annual report for SuperNET
bitcoinpaul
Hero Member
*****
Offline Offline

Activity: 910
Merit: 1000



View Profile
February 17, 2014, 02:31:19 PM
 #7

As I understand:
1. Integrate the old version to have a working code
2. After the release of the new code, the integration of the new code begins.

Really ? When is the next release of the zerocoin ?
Scheduled in May, that is why I want to create a portable demo machine to demo in front of Matt Green personally. Then he will know we are first to actually use the alpha version of zerocoin, bloated 30K proof size and all. I hope he will maintain his academic viewpoint and not put on his coin creator hat. The more coins that have the newest zerocash tech, the better.

James

+1

If we have time and energy for this (we have a big community), we should go this route.
superresistant
Legendary
*
Offline Offline

Activity: 2128
Merit: 1120



View Profile
February 17, 2014, 02:32:45 PM
 #8


You said in the thread that the team require 1 Million additional Nxt at least to fund the project, correct ?
jl777 (OP)
Legendary
*
Offline Offline

Activity: 1176
Merit: 1132


View Profile WWW
February 17, 2014, 02:50:55 PM
 #9


You said in the thread that the team require 1 Million additional Nxt at least to fund the project, correct ?

project has funds for operating costs, including plane ticket to fly someone to demo to Matt Green.

However, it is likely that little will remain of klees operating funds and I want there to be a strong incentive for the NXTcash team to push through and do whatever it takes to get this project done.

It is a relatively risky project as we require external help and it is cutting edge tech, so the model I proposed was to cover costs as we go with completion bounty as carrot. klee has funded the operating costs with the expectations that the community will provide the carrot.

Since many people never seemed to get tired telling me that it was impossible, impractical, etc. about this project, it is clear we will run into unforseen obstacles. The foreseen obstacles are intimidating enough, but I am just looking at one step at a time, well ok, so maybe several steps ahead, but concentrating on one step at a time.

James

http://www.digitalcatallaxy.com/report2015.html
100+ page annual report for SuperNET
hvezdasmrti
Sr. Member
****
Offline Offline

Activity: 797
Merit: 251


View Profile
February 17, 2014, 02:58:44 PM
 #10

: Nxt :: NXTcrash - progress and discussion

 Grin


In Pump and Dump we trust.
marcus03
Full Member
***
Offline Offline

Activity: 224
Merit: 100


View Profile
February 17, 2014, 03:03:42 PM
 #11

I'm in. :-)
idev
Hero Member
*****
Offline Offline

Activity: 859
Merit: 1004


BTC OG and designer of the BitcoinMarket.com logo


View Profile
February 17, 2014, 03:05:35 PM
 #12

Great news, this is badly needed.
Zahlen
Member
**
Offline Offline

Activity: 98
Merit: 10


View Profile
February 17, 2014, 04:38:42 PM
 #13

This is super sexy. Best wishes to the team!

josephliton
Hero Member
*****
Offline Offline

Activity: 644
Merit: 500


View Profile
February 17, 2014, 05:27:20 PM
 #14

Good news.

abctc
Legendary
*
Offline Offline

Activity: 1778
Merit: 1025



View Profile
February 17, 2014, 05:38:15 PM
 #15

- interested!  some donation sent to address 13313092584524529006.

█████████████████████████████████████████████████
███████████████████████████████████████████████████
█████████████████████████████████████████████████████
█████████████████████████████████████████████████████
██████████████████████████████████████████████████████
█████
█████████████████████████████████████████████████████████████
██████████████████████████████████████████████████████
███████████████████████████████████████████████████████
█████████████████████████████████████████████████████████████
███████████████████████████████████████████████████████████████
██████████████████████████████████████████████████████████████████
   
, the Next platform.  Magis quam Moneta (More than a Coin)
superresistant
Legendary
*
Offline Offline

Activity: 2128
Merit: 1120



View Profile
February 17, 2014, 06:22:15 PM
 #16

just sent 5K
klee
Legendary
*
Offline Offline

Activity: 1498
Merit: 1000



View Profile
February 17, 2014, 07:50:44 PM
 #17

Good luck James et al!
upekha
Full Member
***
Offline Offline

Activity: 183
Merit: 100

TDTPJR-P5SGXY-UU2OS6-BPTUV4-NJYQFT-6CWYZP-IA2W


View Profile
February 17, 2014, 08:00:44 PM
 #18

interested

NEM - New Economy Movement
bitcoinpaul
Hero Member
*****
Offline Offline

Activity: 910
Merit: 1000



View Profile
February 17, 2014, 08:30:15 PM
 #19

Quote
interested

lol Grin
allwelder
Legendary
*
Offline Offline

Activity: 1512
Merit: 1004



View Profile
February 17, 2014, 11:31:11 PM
 #20

Interested,good luck to you and your project.

 
                                . ██████████.
                              .████████████████.
                           .██████████████████████.
                        -█████████████████████████████
                     .██████████████████████████████████.
                  -█████████████████████████████████████████
               -███████████████████████████████████████████████
           .-█████████████████████████████████████████████████████.
        .████████████████████████████████████████████████████████████
       .██████████████████████████████████████████████████████████████.
       .██████████████████████████████████████████████████████████████.
       ..████████████████████████████████████████████████████████████..
       .   .██████████████████████████████████████████████████████.
       .      .████████████████████████████████████████████████.

       .       .██████████████████████████████████████████████
       .    ██████████████████████████████████████████████████████
       .█████████████████████████████████████████████████████████████.
        .███████████████████████████████████████████████████████████
           .█████████████████████████████████████████████████████
              .████████████████████████████████████████████████
                   ████████████████████████████████████████
                      ██████████████████████████████████
                          ██████████████████████████
                             ████████████████████
                               ████████████████
                                   █████████
.CryptoTalk.org.|.MAKE POSTS AND EARN BTC!.🏆
Pages: [1] 2 3 4 5 »  All
  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!