Author

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

newbie
Activity: 18
Merit: 0
Newbie question trying to follow the instructions on supernova and it says  save the file as "RunMe.bat" in the same folder as minerd.
But i cant find minerd do i need to dowload anything else apart from https://github.com/ocminer/cpuminer-xzc/releases. for windows
hero member
Activity: 812
Merit: 500
Trying dumpprivkey and this is not working,there is a problem -4.I synch my wallet,send to exchange,download fixed wallet and install,and send from exchange to me.
legendary
Activity: 1274
Merit: 1000
https://poloniex.com/coinRequest

Don't forget to fill out your coin request on Poloniex!
full member
Activity: 176
Merit: 100
When building Zcoin 0.1.1 on Linux 16.04 I had to add:

Code:
sudo apt-get install libdb++-dev

Other than that I just used the dependencies listed on the documentation page: https://github.com/zcoinofficial/zcoin/blob/master/doc/build-unix.md

And confirmed, no resync.

Version info reads same as previous version:
 
Code:
"version" : 80702,
 "protocolversion" : 90014,
 "walletversion" : 60000,
legendary
Activity: 2576
Merit: 1073
can any one pls upload Zcoin data blocks to sharing file and post link here? sync wallet its very loooong  Sad

how do i do that?


He's asking for a bootstrap!  Sync is slow...

and im asking how to create a bootstrap as my wallet is synced Cheesy

http://bitcoin.stackexchange.com/questions/23074/how-to-create-a-bootstrap-dat-file

Try this

thanks, it seems a bootstrap file is just all blk files concatted, as there is only one till now this one should suffice (blk00000.dat)

Yes, just sharing the 'blk00000.dat' with the name of 'bootstrap.dat' will work in this case.
Theoretically speaking, that is not a clean bootstrap file, as it will/may contain orphans and also the block order in there might not be perfect, however in practice it should work ok.
hero member
Activity: 700
Merit: 500
can any one pls upload Zcoin data blocks to sharing file and post link here? sync wallet its very loooong  Sad

how do i do that?


He's asking for a bootstrap!  Sync is slow...

and im asking how to create a bootstrap as my wallet is synced Cheesy

http://bitcoin.stackexchange.com/questions/23074/how-to-create-a-bootstrap-dat-file

Try this

thanks, it seems a bootstrap file is just all blk files concatted, as there is only one till now this one should suffice (blk00000.dat)
newbie
Activity: 21
Merit: 0
member
Activity: 105
Merit: 10
Hi joblo,
which miner you are using?

Or using Shift Key and click rigth Mouse on the cpuminer folder and then click of Command Line.
And in the Window you put cpuminer.exe -a lyra2rev2 -o stratum+tcp://xzc.suprnova.cc:5595 -u bekasto.*** -p ****

Greets Pellkopf
sr. member
Activity: 352
Merit: 250
Hey, tell me, have created cpminer.bat it just blinks and does not start what to do?

What´s in the .bat file?

Which commands?
as usual for the pool  cpuminer.exe -a lyra2rev2 -o stratum+tcp://xzc.suprnova.cc:5595 -u bekasto.*** -p ****

make it executable, for example this could help:

Code:
chmod oug+x cpminer.bat

HuhHuhHuh


Sorry, that was a Linux command, I didn't notice you are using Windows...
What you mean when saying "it blinks"?

Try running the command directly from "cmd", instead of creating .bat file.
Put cpuminer.exe in some directory, for example "C:\zcoin" run 'cmd', type "cd C:\zcoin" in 'cmd' shell, then run your command "cpuminer.exe -a lyra2rev2 -o stratum+tcp://xzc.suprnova.cc:5595 -u bekasto.*** -p ****". Does it work?

A .bat window closes when the last command exits. In this case the miner exitted on an error but you don't see
it because the window closed immediately. Type the command manually so you can see the error.
Or add "pause" at the end of the bat.
legendary
Activity: 1274
Merit: 1000
can any one pls upload Zcoin data blocks to sharing file and post link here? sync wallet its very loooong  Sad

how do i do that?


He's asking for a bootstrap!  Sync is slow...

and im asking how to create a bootstrap as my wallet is synced Cheesy

http://bitcoin.stackexchange.com/questions/23074/how-to-create-a-bootstrap-dat-file

Try this
sr. member
Activity: 434
Merit: 250
Hey, tell me, have created cpminer.bat it just blinks and does not start what to do?

What´s in the .bat file?

Which commands?
as usual for the pool  cpuminer.exe -a lyra2rev2 -o stratum+tcp://xzc.suprnova.cc:5595 -u bekasto.*** -p ****

make it executable, for example this could help:

Code:
chmod oug+x cpminer.bat

HuhHuhHuh


Sorry, that was a Linux command, I didn't notice you are using Windows...
What you mean when saying "it blinks"?

Try running the command directly from "cmd", instead of creating .bat file.
Put cpuminer.exe in some directory, for example "C:\zcoin" run 'cmd', type "cd C:\zcoin" in 'cmd' shell, then run your command "cpuminer.exe -a lyra2rev2 -o stratum+tcp://xzc.suprnova.cc:5595 -u bekasto.*** -p ****". Does it work?

A .bat window closes when the last command exits. In this case the miner exitted on an error but you don't see
it because the window closed immediately. Type the command manually so you can see the error.

Add command "pause" as the last line of the file cpuminer.bat. It will let you to see the error. The window will not close until you enter "enter" key in the keyboard.
legendary
Activity: 1470
Merit: 1114
Hey, tell me, have created cpminer.bat it just blinks and does not start what to do?

What´s in the .bat file?

Which commands?
as usual for the pool  cpuminer.exe -a lyra2rev2 -o stratum+tcp://xzc.suprnova.cc:5595 -u bekasto.*** -p ****

make it executable, for example this could help:

Code:
chmod oug+x cpminer.bat

HuhHuhHuh


Sorry, that was a Linux command, I didn't notice you are using Windows...
What you mean when saying "it blinks"?

Try running the command directly from "cmd", instead of creating .bat file.
Put cpuminer.exe in some directory, for example "C:\zcoin" run 'cmd', type "cd C:\zcoin" in 'cmd' shell, then run your command "cpuminer.exe -a lyra2rev2 -o stratum+tcp://xzc.suprnova.cc:5595 -u bekasto.*** -p ****". Does it work?

A .bat window closes when the last command exits. In this case the miner exitted on an error but you don't see
it because the window closed immediately. Type the command manually so you can see the error.
hero member
Activity: 700
Merit: 500
can any one pls upload Zcoin data blocks to sharing file and post link here? sync wallet its very loooong  Sad

how do i do that?


He's asking for a bootstrap!  Sync is slow...

and im asking how to create a bootstrap as my wallet is synced Cheesy
legendary
Activity: 1274
Merit: 1000
can any one pls upload Zcoin data blocks to sharing file and post link here? sync wallet its very loooong  Sad

how do i do that?


He's asking for a bootstrap!  Sync is slow...
hero member
Activity: 700
Merit: 500
can any one pls upload Zcoin data blocks to sharing file and post link here? sync wallet its very loooong  Sad

how do i do that?
legendary
Activity: 2576
Merit: 1073
Hey, tell me, have created cpminer.bat it just blinks and does not start what to do?

What´s in the .bat file?

Which commands?
as usual for the pool  cpuminer.exe -a lyra2rev2 -o stratum+tcp://xzc.suprnova.cc:5595 -u bekasto.*** -p ****

make it executable, for example this could help:

Code:
chmod oug+x cpminer.bat

HuhHuhHuh


Sorry, that was a Linux command, I didn't notice you are using Windows...
What you mean when saying "it blinks"?

Try running the command directly from "cmd", instead of creating .bat file.
Put cpuminer.exe in some directory, for example "C:\zcoin" run 'cmd', type "cd C:\zcoin" in 'cmd' shell, then run your command "cpuminer.exe -a lyra2rev2 -o stratum+tcp://xzc.suprnova.cc:5595 -u bekasto.*** -p ****". Does it work?
hero member
Activity: 1016
Merit: 502
can any one pls upload Zcoin data blocks to sharing file and post link here? sync wallet its very loooong  Sad
newbie
Activity: 59
Merit: 0
Thanks for your kind remind.

However if you don't have any protection against the address. Anyone with that address can steal the coin, am I right?

Another question regarding receive address.

Is there a key to protect this address? How do I know this is my address? I don't see a private password in the zcoin-qt wallet application like other coins wallet.

Thanks.
Be careful:
1.dumpprivkey YOUADRESS.
2.ENCRYPT WALLET.
If you lost or forgot password you lost all coins!
------------------------------------------------
I have encrypted DOGE wallet from 2014,without privatekey and without password.
Do not repeat my mistake.
legendary
Activity: 1274
Merit: 1000
https://github.com/zcoinofficial/zcoin/releases/tag/v0.1.1

New release, reindexing issue fixed.  Hello Bittrex/Poloniex.
legendary
Activity: 2744
Merit: 1245
There are currently attacks running against the web Frontend, site will be back up as soon as possible

All good again, thanks for your patience Smiley
Jump to: