Author

Topic: [ANN] Zcoin (XZC) - Implementing ZKP privacy without trusted setup - page 214. (Read 663312 times)

full member
Activity: 154
Merit: 100
Dont waste your time using Getwork, it will show as it would hash but it will not ever find a block.
All shares willbe rejected.

Devs should fix the wallet.

We are mining with getwork on our testnet though? Will look into it. You fixed it on yours?
You are probably using GBT.
Getwork size is 128 if you did not change the size to lyra2z.
HexxCoin has it fixed, atlest when using cpuminer wallet needs the fix.
cpuminer-opt v3.6.0 works with fixed Zcoin wallet solo/Getwork.
Gpu miners not tested by myself because HexxCoin has none.

User felixbrucker has done more testing with the issue with cpuminer.

-        for(int i = 0; i < 4; i++)
-        {
-            vchData.insert(vchData.begin(), 0);
-        }
-        if (vchData.size() != 132)
+        if (vchData.size() != 128)

I have compiled Zcoin windows 64bit wallet with the fix if you need with testing..

https://github.com/zcoinofficial/zcoin/commit/feb30a4dec722d5bce989e0840b9c50ed4affec5
Was fixed on 5 Feb I believe.

No..
That broke it!

It was working before that commit..
I developped both sgminer and ccminer on the wallet using getwork (testnet)
So I can confirm the wallet is working for both miners.

This has been tested and validated. (now in view of the size of the hashrate, it will take some time before you get a block)

Wrong!
Ask joblo for help.
Or Pm me.

Im not telling that your miner would not accept current getwork code, cpuminer will not.
Wallet source is coded wrong.
Validate drops after tesing 132 size. Gpu miner allows greater.??
Also the code above not valid for cpuminer.

Why none cant see it?
then it is the cpuminer you are using which should be fixed.
Don't reverse the problem.
Fix your miner and be done with it, don't ask everybody (else) to fix their code  Angry

ps: and don't say "wrong" you weren't be there...
Are you telling me Zcoin datasize is 132?
Why fix MY miner when it is not mine?


explain this for cpuminer

-        for(int i = 0; i < 4; i++)
-        {
-            vchData.insert(vchData.begin(), 0);
-        }

how it could validate data size?
legendary
Activity: 1400
Merit: 1050
Dont waste your time using Getwork, it will show as it would hash but it will not ever find a block.
All shares willbe rejected.

Devs should fix the wallet.

We are mining with getwork on our testnet though? Will look into it. You fixed it on yours?
You are probably using GBT.
Getwork size is 128 if you did not change the size to lyra2z.
HexxCoin has it fixed, atlest when using cpuminer wallet needs the fix.
cpuminer-opt v3.6.0 works with fixed Zcoin wallet solo/Getwork.
Gpu miners not tested by myself because HexxCoin has none.

User felixbrucker has done more testing with the issue with cpuminer.

-        for(int i = 0; i < 4; i++)
-        {
-            vchData.insert(vchData.begin(), 0);
-        }
-        if (vchData.size() != 132)
+        if (vchData.size() != 128)

I have compiled Zcoin windows 64bit wallet with the fix if you need with testing..

https://github.com/zcoinofficial/zcoin/commit/feb30a4dec722d5bce989e0840b9c50ed4affec5
Was fixed on 5 Feb I believe.

No..
That broke it!

It was working before that commit..
I developped both sgminer and ccminer on the wallet using getwork (testnet)
So I can confirm the wallet is working for both miners.

This has been tested and validated. (now in view of the size of the hashrate, it will take some time before you get a block)

Wrong!
Ask joblo for help.
Or Pm me.

Im not telling that your miner would not accept current getwork code, cpuminer will not.
Wallet source is coded wrong.
Validate drops after tesing 132 size. Gpu miner allows greater.??
Also the code above not valid for cpuminer.

Why none cant see it?
then it is the cpuminer you are using which should be fixed.
Don't reverse the problem.
Fix your miner and be done with it, don't ask everybody (else) to fix their code  Angry

ps: and don't say "wrong" you weren't be there...

just looking at your github: You forked from vtc lyra2re which had a problem in the header such that it wasn't possible to run a miner on getwork.
This problem was solved when lyra2rev2 was released. So it is mostly likely your code which is faulty
full member
Activity: 154
Merit: 100
Dont waste your time using Getwork, it will show as it would hash but it will not ever find a block.
All shares willbe rejected.

Devs should fix the wallet.

We are mining with getwork on our testnet though? Will look into it. You fixed it on yours?
You are probably using GBT.
Getwork size is 128 if you did not change the size to lyra2z.
HexxCoin has it fixed, atlest when using cpuminer wallet needs the fix.
cpuminer-opt v3.6.0 works with fixed Zcoin wallet solo/Getwork.
Gpu miners not tested by myself because HexxCoin has none.

User felixbrucker has done more testing with the issue with cpuminer.

-        for(int i = 0; i < 4; i++)
-        {
-            vchData.insert(vchData.begin(), 0);
-        }
-        if (vchData.size() != 132)
+        if (vchData.size() != 128)

I have compiled Zcoin windows 64bit wallet with the fix if you need with testing..

https://github.com/zcoinofficial/zcoin/commit/feb30a4dec722d5bce989e0840b9c50ed4affec5
Was fixed on 5 Feb I believe.

No..
That broke it!

It was working before that commit..
I developped both sgminer and ccminer on the wallet using getwork (testnet)
So I can confirm the wallet is working for both miners.

This has been tested and validated. (now in view of the size of the hashrate, it will take some time before you get a block)

Wrong!
Ask joblo for help.
Or Pm me.

Im not telling that your miner would not accept current getwork code, cpuminer will not.
Wallet source is coded wrong.
Validate drops after tesing 132 size. Gpu miner allows greater.??
Also the code above not valid for cpuminer.

Why none cant see it?
legendary
Activity: 1400
Merit: 1050
Dont waste your time using Getwork, it will show as it would hash but it will not ever find a block.
All shares willbe rejected.

Devs should fix the wallet.

We are mining with getwork on our testnet though? Will look into it. You fixed it on yours?
You are probably using GBT.
Getwork size is 128 if you did not change the size to lyra2z.
HexxCoin has it fixed, atlest when using cpuminer wallet needs the fix.
cpuminer-opt v3.6.0 works with fixed Zcoin wallet solo/Getwork.
Gpu miners not tested by myself because HexxCoin has none.

User felixbrucker has done more testing with the issue with cpuminer.

-        for(int i = 0; i < 4; i++)
-        {
-            vchData.insert(vchData.begin(), 0);
-        }
-        if (vchData.size() != 132)
+        if (vchData.size() != 128)

I have compiled Zcoin windows 64bit wallet with the fix if you need with testing..

https://github.com/zcoinofficial/zcoin/commit/feb30a4dec722d5bce989e0840b9c50ed4affec5
Was fixed on 5 Feb I believe.

No..
That broke it!

It was working before that commit..
I developped both sgminer and ccminer on the wallet using getwork (testnet)
So I can confirm the wallet is working for both miners.

This has been tested and validated. (now in view of the size of the hashrate, it will take some time before you get a block)
full member
Activity: 154
Merit: 100
Dont waste your time using Getwork, it will show as it would hash but it will not ever find a block.
All shares willbe rejected.

Devs should fix the wallet.

We are mining with getwork on our testnet though? Will look into it. You fixed it on yours?
You are probably using GBT.
Getwork size is 128 if you did not change the size to lyra2z.
HexxCoin has it fixed, atlest when using cpuminer wallet needs the fix.
cpuminer-opt v3.6.0 works with fixed Zcoin wallet solo/Getwork.
Gpu miners not tested by myself because HexxCoin has none.

User felixbrucker has done more testing with the issue with cpuminer.

-        for(int i = 0; i < 4; i++)
-        {
-            vchData.insert(vchData.begin(), 0);
-        }
-        if (vchData.size() != 132)
+        if (vchData.size() != 128)

I have compiled Zcoin windows 64bit wallet with the fix if you need with testing..

https://github.com/zcoinofficial/zcoin/commit/feb30a4dec722d5bce989e0840b9c50ed4affec5
Was fixed on 5 Feb I believe.

No..
That broke it!

It was working before that commit..
sr. member
Activity: 1004
Merit: 268
Firo (FIRO)
Dont waste your time using Getwork, it will show as it would hash but it will not ever find a block.
All shares willbe rejected.

Devs should fix the wallet.

We are mining with getwork on our testnet though? Will look into it. You fixed it on yours?
You are probably using GBT.
Getwork size is 128 if you did not change the size to lyra2z.
HexxCoin has it fixed, atlest when using cpuminer wallet needs the fix.
cpuminer-opt v3.6.0 works with fixed Zcoin wallet solo/Getwork.
Gpu miners not tested by myself because HexxCoin has none.

User felixbrucker has done more testing with the issue with cpuminer.

-        for(int i = 0; i < 4; i++)
-        {
-            vchData.insert(vchData.begin(), 0);
-        }
-        if (vchData.size() != 132)
+        if (vchData.size() != 128)

I have compiled Zcoin windows 64bit wallet with the fix if you need with testing..

https://github.com/zcoinofficial/zcoin/commit/feb30a4dec722d5bce989e0840b9c50ed4affec5
Was fixed on 5 Feb I believe.
full member
Activity: 154
Merit: 100
Dont waste your time using Getwork, it will show as it would hash but it will not ever find a block.
All shares willbe rejected.

Devs should fix the wallet.

We are mining with getwork on our testnet though? Will look into it. You fixed it on yours?
You are probably using GBT.
Getwork size is 128 if you did not change the size to lyra2z.
HexxCoin has it fixed, atlest when using cpuminer wallet needs the fix.
cpuminer-opt v3.6.0 works with fixed Zcoin wallet solo/Getwork.
Gpu miners not tested by myself because HexxCoin has none.

User felixbrucker has done more testing with the issue with cpuminer.

-        for(int i = 0; i < 4; i++)
-        {
-            vchData.insert(vchData.begin(), 0);
-        }
-        if (vchData.size() != 132)
+        if (vchData.size() != 128)

I have compiled Zcoin windows 64bit wallet with the fix if you need with testing..
sr. member
Activity: 1004
Merit: 268
Firo (FIRO)
Dont waste your time using Getwork, it will show as it would hash but it will not ever find a block.
All shares willbe rejected.

Devs should fix the wallet.

We are mining with getwork on our testnet though? Will look into it. You fixed it on yours?
full member
Activity: 154
Merit: 100

Thank you for your guide. I really want to try solomining with this coin. I expect I'm not wrong with this guide.

For the mining binaries, you can look at this guide https://zcoin.io/guide-on-how-to-mine-zcoin-xzc/

It's still shown " No payout address provided, switching to getwork" Anybody here helps me to I fix this . I 'm very grateful.
I think this is normal
pool mining : stratum protocol (can use getwork to but stratum is better)
solo mining : getwork protocol (there is an other one possible): should require some line in the wallet conf file if this is like others coins...

Yeah i spoke to Aizen and he said it's normal.

Thank you for your helps . I 'm trying to test solomining zcoin . it's very great if I can find a lucky block then .

Glad you got it working and good luck finding a block solo!
It will be hard with the network difficulty so let us know if you get lucky!
Zcoin wallet is broken when it comes to Getwork.
Dont waste your time using Getwork, it will show as it would hash but it will not ever find a block.
All shares willbe rejected.

Devs should fix the wallet.
legendary
Activity: 1049
Merit: 1001

Thank you for your guide. I really want to try solomining with this coin. I expect I'm not wrong with this guide.

For the mining binaries, you can look at this guide https://zcoin.io/guide-on-how-to-mine-zcoin-xzc/

It's still shown " No payout address provided, switching to getwork" Anybody here helps me to I fix this . I 'm very grateful.
I think this is normal
pool mining : stratum protocol (can use getwork to but stratum is better)
solo mining : getwork protocol (there is an other one possible): should require some line in the wallet conf file if this is like others coins...

Yeah i spoke to Aizen and he said it's normal.

Thank you for your helps . I 'm trying to test solomining zcoin . it's very great if I can find a lucky block then .

Glad you got it working and good luck finding a block solo!
It will be hard with the network difficulty so let us know if you get lucky!
sr. member
Activity: 401
Merit: 257

Thank you for your guide. I really want to try solomining with this coin. I expect I'm not wrong with this guide.

For the mining binaries, you can look at this guide https://zcoin.io/guide-on-how-to-mine-zcoin-xzc/

It's still shown " No payout address provided, switching to getwork" Anybody here helps me to I fix this . I 'm very grateful.
I think this is normal
pool mining : stratum protocol (can use getwork to but stratum is better)
solo mining : getwork protocol (there is an other one possible): should require some line in the wallet conf file if this is like others coins...

Yeah i spoke to Aizen and he said it's normal.

Thank you for your helps . I 'm trying to test solomining zcoin . it's very great if I can find a lucky block then .
sr. member
Activity: 1216
Merit: 333
Here is a very good interview on the Zcoin project!

Lots of development, and beautiful things to come ... Shocked

This project is one of the best in cryptos!

Happy reading...

Lots of crispy things .... Wink

https://block-chain-invest.com/exclusive-interview-zcoin/


sr. member
Activity: 1004
Merit: 268
Firo (FIRO)

Thank you for your guide. I really want to try solomining with this coin. I expect I'm not wrong with this guide.

For the mining binaries, you can look at this guide https://zcoin.io/guide-on-how-to-mine-zcoin-xzc/

It's still shown " No payout address provided, switching to getwork" Anybody here helps me to I fix this . I 'm very grateful.
I think this is normal
pool mining : stratum protocol (can use getwork to but stratum is better)
solo mining : getwork protocol (there is an other one possible): should require some line in the wallet conf file if this is like others coins...

Yeah i spoke to Aizen and he said it's normal.
newbie
Activity: 8
Merit: 0
Hi all! We're kicking off our marketing!

As a first step we're doing a retweet campaign!

Join our Slack invite.zcoin.io and head to the #promotion channel for details!

*Effective Now, until the end of March GMT, we will be rewarding free XZC to those who retweet @zcoinofficial posts on Twitter.*

Tweets can be retweeted manually or through IFTTT using this recipe http://ift.tt/2nd0XWR. If retweeted manually, you need to indicate so in the google form mentioned below.

In order to ensure your tweets are counted and the appropriate XZC address is rewarded, please private message your Twitter account name & XZC address to Silver so it can be added to this /2mWQYU5]google sheet.

We will verify your twitter following to calculate your reward.  *Your Reward % = Your Verified Followers / Total Verified Followers. 100 XZC will be given to participants in total. Rewards less than transaction fees will not be sent*

Thank you for your support! Let's build the biggest Zcoin retweet engine and help expand the reach of Zcoin!

How to use the IFTTT Recipe?

1.)    Simply click the bitly link
2.)    Click “ON” at which point it will ask you to sign up (free) and connect your twitter account
3.)    You will need to enter zcoinofficial as the account to watch
4.)    Click save and Zcoin tweets will auto retweet !

http://i.imgur.com/ZPXmQJs.png


Twitter account https://twitter.com/PutBlueX

Zcoin  a31z7zBRi41FqAh6FmEAjqBFvrqGd1gMrj
sr. member
Activity: 445
Merit: 255

Thank you for your guide. I really want to try solomining with this coin. I expect I'm not wrong with this guide.

For the mining binaries, you can look at this guide https://zcoin.io/guide-on-how-to-mine-zcoin-xzc/

It's still shown " No payout address provided, switching to getwork" Anybody here helps me to I fix this . I 'm very grateful.
I think this is normal
pool mining : stratum protocol (can use getwork to but stratum is better)
solo mining : getwork protocol (there is an other one possible): should require some line in the wallet conf file if this is like others coins...
sr. member
Activity: 401
Merit: 257

Thank you for your guide. I really want to try solomining with this coin. I expect I'm not wrong with this guide.

For the mining binaries, you can look at this guide https://zcoin.io/guide-on-how-to-mine-zcoin-xzc/

It's still shown " No payout address provided, switching to getwork" Anybody here helps me to I fix this . I 'm very grateful.
hero member
Activity: 1148
Merit: 512
The price is increasing highly . Maybe there are some good news coming . Just join the party now.
full member
Activity: 154
Merit: 100
I still can't run it on win10 Shocked Shocked Shocked
sr. member
Activity: 1004
Merit: 268
Firo (FIRO)

Thank you for your guide. I really want to try solomining with this coin. I expect I'm not wrong with this guide.

For the mining binaries, you can look at this guide https://zcoin.io/guide-on-how-to-mine-zcoin-xzc/
sr. member
Activity: 401
Merit: 257
I have just tried to solomine zcoin but it's shown " no payout address provided " I do not know how to fix this ? Please help me to fix this issue. Thank you.

Here is my proof.
http://imgur.com/a/zFhhP  

You can try following our new guide here:
https://zcoin.io/solo-mining-zcoin-guide/



Thank you for your guide. I really want to try solomining with this coin. I expect I'm not wrong with this guide.
Jump to: