Bitcoin Forum
May 04, 2024, 12:15:32 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 [48] 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 ... 399 »
  Print  
Author Topic: [ANN] Firo (FIRO) - Implementing ZKP privacy without trusted setup  (Read 662443 times)
This is a self-moderated topic. If you do not want to be moderated by the person who started this topic, create a new topic. (2 posts by 1+ user deleted.)
Nik4691
Sr. Member
****
Offline Offline

Activity: 352
Merit: 250



View Profile
October 18, 2016, 08:18:22 PM
 #941

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.
1714824932
Hero Member
*
Offline Offline

Posts: 1714824932

View Profile Personal Message (Offline)

Ignore
1714824932
Reply with quote  #2

1714824932
Report to moderator
1714824932
Hero Member
*
Offline Offline

Posts: 1714824932

View Profile Personal Message (Offline)

Ignore
1714824932
Reply with quote  #2

1714824932
Report to moderator
1714824932
Hero Member
*
Offline Offline

Posts: 1714824932

View Profile Personal Message (Offline)

Ignore
1714824932
Reply with quote  #2

1714824932
Report to moderator
If you see garbage posts (off-topic, trolling, spam, no point, etc.), use the "report to moderator" links. All reports are investigated, though you will rarely be contacted about your reports.
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1714824932
Hero Member
*
Offline Offline

Posts: 1714824932

View Profile Personal Message (Offline)

Ignore
1714824932
Reply with quote  #2

1714824932
Report to moderator
1714824932
Hero Member
*
Offline Offline

Posts: 1714824932

View Profile Personal Message (Offline)

Ignore
1714824932
Reply with quote  #2

1714824932
Report to moderator
1714824932
Hero Member
*
Offline Offline

Posts: 1714824932

View Profile Personal Message (Offline)

Ignore
1714824932
Reply with quote  #2

1714824932
Report to moderator
Pellkopf
Member
**
Offline Offline

Activity: 105
Merit: 10


View Profile WWW
October 18, 2016, 08:19:25 PM
 #942

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
PapanyMiner
Newbie
*
Offline Offline

Activity: 21
Merit: 0


View Profile
October 18, 2016, 08:19:42 PM
 #943

there are normal miners? except
https://github.com/ocminer/cpuminer-xzc/releases
felixbrucker
Hero Member
*****
Offline Offline

Activity: 700
Merit: 500


View Profile WWW
October 18, 2016, 08:21:21 PM
 #944

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)
drays
Legendary
*
Offline Offline

Activity: 2520
Merit: 1073


View Profile
October 18, 2016, 08:28:22 PM
 #945

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.

... this space is not for rent ...
garthkiser
Full Member
***
Offline Offline

Activity: 176
Merit: 100



View Profile
October 18, 2016, 08:34:39 PM
Last edit: October 18, 2016, 08:55:40 PM by garthkiser
 #946

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,

dbt1033
Legendary
*
Offline Offline

Activity: 1274
Merit: 1000



View Profile
October 18, 2016, 08:37:58 PM
 #947

https://poloniex.com/coinRequest

Don't forget to fill out your coin request on Poloniex!
szafa
Hero Member
*****
Offline Offline

Activity: 812
Merit: 500


View Profile
October 18, 2016, 08:39:25 PM
 #948

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.
bigbass
Newbie
*
Offline Offline

Activity: 18
Merit: 0


View Profile
October 18, 2016, 08:42:06 PM
 #949

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
dbt1033
Legendary
*
Offline Offline

Activity: 1274
Merit: 1000



View Profile
October 18, 2016, 08:46:36 PM
 #950

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

cpuminer -a lyra2rev2 -o stratum+tcp://xzc-low.suprnova.cc:5595  -u (username.workername) -p (password for worker) -t (number of cores on your pc)
jeremy grol
Hero Member
*****
Offline Offline

Activity: 882
Merit: 500


View Profile
October 18, 2016, 08:48:35 PM
 #951

https://github.com/zcoinofficial/zcoin/releases/tag/v0.1.1

New release, reindexing issue fixed.  Hello Bittrex/Poloniex.

Wow wow wow
Now zcoin start to roll!!

Price already rolling to 0.00747999. And bittrex/poloniex is so near now.
bigbass
Newbie
*
Offline Offline

Activity: 18
Merit: 0


View Profile
October 18, 2016, 08:54:38 PM
 #952

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

cpuminer -a lyra2rev2 -o stratum+tcp://xzc-low.suprnova.cc:5595  -u (username.workername) -p (password for worker) -t (number of cores on your pc)

Thanks changing it to xzc-low.suprnova worked
dbt1033
Legendary
*
Offline Offline

Activity: 1274
Merit: 1000



View Profile
October 18, 2016, 09:13:01 PM
 #953

Approaching all time high.  Strap the fuk in.
jeremy grol
Hero Member
*****
Offline Offline

Activity: 882
Merit: 500


View Profile
October 18, 2016, 09:18:31 PM
 #954

kryptopojken
Hero Member
*****
Offline Offline

Activity: 767
Merit: 532


View Profile
October 18, 2016, 09:21:01 PM
 #955

ATH baby
PapanyMiner
Newbie
*
Offline Offline

Activity: 21
Merit: 0


View Profile
October 18, 2016, 09:23:45 PM
 #956

boost for polonex
http://joxi.ru/brRe1VoTRzKPA1.jpg
felixbrucker
Hero Member
*****
Offline Offline

Activity: 700
Merit: 500


View Profile WWW
October 18, 2016, 09:37:29 PM
 #957

can any one pls upload Zcoin data blocks to sharing file and post link here? sync wallet its very loooong  Sad

https://transfer.sh/ecesw/bootstrap.dat
drays
Legendary
*
Offline Offline

Activity: 2520
Merit: 1073


View Profile
October 18, 2016, 09:41:55 PM
 #958

Approaching all time high.  Strap the fuk in.

You can unstrap it, already  Grin

But the all time high was indeed cut on Nova: new record 0.0088 vs old one 0.008746  Grin

... this space is not for rent ...
Peterjohn42
Newbie
*
Offline Offline

Activity: 12
Merit: 0


View Profile
October 18, 2016, 09:46:41 PM
 #959

Where is this currently trading?
jeremy grol
Hero Member
*****
Offline Offline

Activity: 882
Merit: 500


View Profile
October 18, 2016, 09:53:32 PM
 #960

"ZCoin is the first implementation of the Zerocoin protocol into a fully functional cryptocurrency. A truly exciting moment for all privacy conscious crypto-currency enthusiasts"

Roger Ver, ZCoin Investor
Pages: « 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 [48] 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 ... 399 »
  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!