Pages:
Author

Topic: [ANN] official NovaCoin thread - the original PoS+scrypt coin. --POOL LIST-- - page 42. (Read 282664 times)

legendary
Activity: 3108
Merit: 1359
when we can see the sample of NVC logo and banner?
Currently I have almost enough BTC and perform sha256 mining to get remaining part of BTC for prizes.

http://s017.radikal.ru/i443/1310/ea/c50c338fce15.png

 Smiley

There is a delay, which caused by hacking of forum. The voting is planned to start soon, maybe a week later.
legendary
Activity: 2506
Merit: 1030
Twitter @realmicroguy
Just wanted to let you guys know we're accepting NovaCoin!

For the first time ever a website has been created that makes buying collectible reserve notes with Bitcoin and all major altcoins fun and easy. And with our fast delivery time you’ll get your notes within 3 to 4 business days. Our notes are great for collecting, spending, or trading with friends!



http://www.coinbucks.net

Our uncirculated notes are great for converting your hashpower into “real world” items like fuel or food. During our beta phase we will be focusing on small denominations and limiting daily orders. This will give us a chance to adjust margins, fine-tune the payment system, and streamline our shipping process. Then as we grow we will increase these limits and begin adding more rare and valuable paper currency.
member
Activity: 93
Merit: 10
when we can see the sample of NVC logo and banner?
legendary
Activity: 3108
Merit: 1359
Do you have to leave your wallet open 24/7 for the PoS thing to work?
No, that's not neccessary.

Are there any settings required to enable it other than just coins in your wallet?
No, it's enabled by default and there are no configuration options.
legendary
Activity: 3108
Merit: 1359
Difficulty   407.7917  Shocked
erk
hero member
Activity: 826
Merit: 500
Do you have to leave your wallet open 24/7 for the PoS thing to work?

Are there any settings required to enable it other than just coins in your wallet?

sr. member
Activity: 294
Merit: 250
we want to get our NVC-Pool running with more hash. So please join and get an extra NVC for finding a block!

https://coinex.pw/mining/pools/NVC

i am mining for weeks there and have 99,5% accepted.
sr. member
Activity: 476
Merit: 253
is it normal to wait 6hours after 30days, input over 1k coins to POS reward? still dont get anything..

After 30 days you have A LOT of coindays, but still no stake power, it just started building up. With 1k coins input it shouldn't be to long.
Run your client after few days, unlock the wallet, and you should get a block quite quickly.
member
Activity: 93
Merit: 10
when we can see some logo/banner ?
legendary
Activity: 3108
Merit: 1359
I recently found out about Coin Control and I think it's awesome:

https://bitcointalksearch.org/topic/yet-another-coin-control-release-closed-144331

Is there any chance that you could implement it in Novacoin?
Merged into 0.4.4.5, testing build for win32 is available:

http://sourceforge.net/projects/novacoin/files/novacoin-0.4.4.5-nosetup-win32.zip/download
legendary
Activity: 1140
Merit: 1000
The Real Jude Austin
New p2pool release is planned for this weekend. It will start an independent shares chain due to some incompatible changes.

  • Fee for coinbase isn't required since 20 Sep 2013, so this code will be removed;
  • ECDSA signature isn't required for PoW blocks since 20 Sep 2013. This allows us to remove a few serious limitations, such as requirements for public node fee and wallet unlocking;
  • -a option support, wallet address as worker name support;
  • No truncation for rewards lower than 0.01 coin;
  • 15s shares target spacing.



Can't wait.

Keep up the good work.

legendary
Activity: 3108
Merit: 1359
New p2pool release is planned for this weekend. It will start an independent shares chain due to some incompatible changes.

  • Fee for coinbase isn't required since 20 Sep 2013, so this code will be removed;
  • ECDSA signature isn't required for PoW blocks since 20 Sep 2013. This allows us to remove a few serious limitations, such as requirements for public node fee and wallet unlocking;
  • -a option support, wallet address as worker name support;
  • No truncation for rewards lower than 0.01 coin;
  • 15s shares target spacing.

legendary
Activity: 3108
Merit: 1359
But we still got a problem since the zerocoin library isn't a fully implementation of the zerocoin extension AFAIK.
Yes, but available functionality is enough for transactions validation. There are only a few issues with accumulatorblockhash/transactionhash, which implemented in the constructors, but actually not used by the library.
hero member
Activity: 490
Merit: 500
:)
Ok  Smiley And you're aware of that the 'coin spend' zero knowledge proofs are somewhat large (>25 KB). That means it's too large for the block chain itself, and the client must have a DHT network or something in that area as well for distributing those. Have you found any good libraries?  Smiley
DHT usage is too risky option, because it adds a point of failure into the system.

In my tests resulting proof sizes vary from 23 to 26kb. This could be handled by using the following approach:

1) Introduce the 520 blocks maturity window for coinspend transactions;
2) Include ZeroCoin transactions into Proof-of-Work blocks only;
3) Implement spent outpoints removal option (similar to "Ultraprune" branch, which merged into bitcoin 0.Cool;
3) Use gzip/bzip2/lzma/whatever in-memory binary compression in combination with standard 0.01/1kb fee.

Good point! Thanks, I will check it out  Smiley

But we still got a problem since the zerocoin library isn't a fully implementation of the zerocoin extension AFAIK.
legendary
Activity: 3108
Merit: 1359
Ok  Smiley And you're aware of that the 'coin spend' zero knowledge proofs are somewhat large (>25 KB). That means it's too large for the block chain itself, and the client must have a DHT network or something in that area as well for distributing those. Have you found any good libraries?  Smiley
DHT usage is too risky option, because it adds a point of failure into the system.

In my tests resulting proof sizes vary from 23 to 26kb. This could be handled by using the following approach:

1) Introduce the 520 blocks maturity window for coinspend transactions;
2) Include ZeroCoin transactions into Proof-of-Work blocks only;
3) Implement spent outpoints removal option (similar to "Ultraprune" branch, which merged into bitcoin 0.8.x);
3) Use gzip/bzip2/lzma/whatever in-memory binary compression in combination with standard 0.01/1kb fee.
hero member
Activity: 490
Merit: 500
:)
Quote
Flaw #1: Zerocoin v1 is highly inefficient (not production ready).
That's correct, ZeroCoin isn't ready for production yet. That's why it will be available for the testnet only.

Ok  Smiley And you're aware of that the 'coin spend' zero knowledge proofs are somewhat large (>25 KB). That means it's too large for the block chain itself, and the client must have a DHT network or something in that area as well for distributing those. Have you found any good libraries?  Smiley

I'm on the hunt myself!
legendary
Activity: 3108
Merit: 1359
meeh
Quote
Flaw #1: Zerocoin v1 is highly inefficient (not production ready).

That's correct, ZeroCoin isn't ready for production yet. That's why it will be available for the testnet only.

Quote
Flaw #2: Zerocoin as currently implemented requires configuration with a trusted non-secret integer of 1,026 bits in length generated by multiplying together two factors p and q. That means you need a "trusted party" to configure Zerocoin; more importantly, if this trusted party decides to hold on to the p and q factors they used (rather than destroying them) or shares them with anybody, then they will be able to double spend any zerocoins. This is a fatal flaw if we wish Zerocoin to operate in a zero-trust manner.

It's not a serious problem for the real-life scenario. Nobody will hold such information, it's too risky for health. Especially if you are a public person, like me. Destroying is a preferred solution, in terms of safety. There is no thing which could be used to pay for p and q holding related risks.



Quote
This will not require changes to the chainblock, but would require all users to download a updated wallet. If you would like to discuss it more please PM me.
It seems interesting. I'll send PM later. Roll Eyes
sr. member
Activity: 294
Merit: 250
Hey!

I really believe in NVC and try to get our mining pool at coinEX running.
We have found 5 blocks already, but we still need more hash. We would be glad if someone could join us and help us.
I have all my rigs pointed to this pool for the next months, so together we can do it  Tongue

https://coinex.pw/mining/pools/NVC

I will pay the next 5 blockfinders an extra nvc  Wink
hero member
Activity: 490
Merit: 500
:)
MinWG64 adapted branch published:

https://github.com/CryptoManiac/novacoin/commits/novacoin-win64

There are some OutputDebugStringF related warnings yet, will deal with it later.

P.S. Thinking about the ZeroCoin integration.  Roll Eyes

That's cool. We are too. But are you aware of the technical issues here? If you wish a "anonymizer" in your chainblock. Wee're working on another "anonymizer" implementation as well. This will not require changes to the chainblock, but would require all users to download a updated wallet. If you would like to discuss it more please PM me.


DigitalHermit did a great job highlighting the biggest flaw with the implementations yet.

FYI:

how far is your zerocoin implementation?

Was just coming here to ask the same thing. Any updates?

It's still in an early stage. The first part will be implementing the early alpha of Zerocoin into the Anoncoin testnet, then comes the testing to discover bugs within Zerocoin itself that the Zerocoin devs will be working on. I would not expect a fully working zerocoin implementation until the end of the year at best. If it works flawlessly the first time around (personally I believe there's a ~1% chance of that happening) it would probably be complete during november.

Are you integrating the Zerocoin v1 library as is or do you have plans to deal with the two major flaws in Zerocoin first, before releasing it for use against the "production" AnonCoin blockchain?

Flaw #1: Zerocoin v1 is highly inefficient (not production ready).

https://github.com/Zerocoin/libzerocoin/wiki/Frequently-asked-questions
Quote
The current implementation of Zerocoin has two efficiency problems. First, the 'coin spend' zero knowledge proofs are somewhat large (>25 KB). We intend for these proofs to reside in the block chain, but their large size makes this challenging. As a result it may be necessary to distribute them via some other mechanism such as a Distributed Hash Table.

Additionally, Zerocoin spend proofs are somewhat time consuming to verify, at least as compared to ECDSA signatures (they take a larger fraction of a second). This creates problems with latency when all nodes verify them, though we are hopeful that there are engineering solutions to this problem.

We are currently working on improvements to the Zerocoin cryptography that we hope will bring smaller and faster proofs. At this point we will release a 'Zerocoin v2' protocol and users will have to decide if they want to deploy this protocol in their networks.

Flaw #2: Zerocoin as currently implemented requires configuration with a trusted non-secret integer of 1,026 bits in length generated by multiplying together two factors p and q. That means you need a "trusted party" to configure Zerocoin; more importantly, if this trusted party decides to hold on to the p and q factors they used (rather than destroying them) or shares them with anybody, then they will be able to double spend any zerocoins. This is a fatal flaw if we wish Zerocoin to operate in a zero-trust manner.

https://github.com/Zerocoin/libzerocoin/wiki/Generating-Zerocoin-parameters

Quote
Security Warning: It is critical that the modulus N be generated properly and that the factors p, q and all related information be destroyed. These factors are not needed in the protocol. Moreover, any party who learns these factors will be able to double-spend zerocoins. Note however that knowledge of p, q does not jeopardize the anonymity of Zerocoin.

...

A second project (not currently planned) is to implement distributed multiparty generation of the modulus N. Some protocols exist in the literature to do this. We are not aware of any that have been implemented.

If you plan on integrating Zerocoin as is, that's fine. I just hope you realize that by doing so you'll be turning the AnonCoin blockchain into more of a test/research blockchain that may not scale well (due to Flaw 1) and can't be fully trusted (due to Flaw 2).

legendary
Activity: 3108
Merit: 1359
Is there any chance that you could implement it in Novacoin?
Yes, it was planned for 0.4.5.

How do I set up POS mining?
You shouldn't do any thing to "set up" PoS mining, because it works by default and there is no option to disable it. Except for encryption of wallet or reservebalance option in the config file.
Pages:
Jump to: