Pages:
Author

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

legendary
Activity: 3108
Merit: 1359
newbie
Activity: 21
Merit: 0
------------------------------------------------------------------------

Mac OSX (Mountain Lion) Binary:

NovaCoin-Qt.dmg - http://ge.tt/7jfbWWd/v/0

------------------------------------------------------------------------

Spent half a day baking this, hope it's useful to someone. Cheers.
newbie
Activity: 21
Merit: 0
Then you will be able to generate .dmg using MAC deployment script.

Thanks! macdeployqt was the key. I will post links to .dmg later if anyone needs.
legendary
Activity: 3108
Merit: 1359
Do you know how to compile under mac osx to include all dependencies in the app bundle, thus eliminating need for end user to download dependencies themselves? Much like bitcoin-qt and litecoin-qt do it.
Try this

Code:
qmake "RELEASE=1"

command and then compile as usual. It should help with this. Then you will be able to generate .dmg using MAC deployment script.

P.S. deployment scripts for MAC and debian-based linux distros will be updated soon.
newbie
Activity: 21
Merit: 0
Do you know how to compile under mac osx to include all dependencies in the app bundle, thus eliminating need for end user to download dependencies themselves? Much like bitcoin-qt and litecoin-qt do it.
legendary
Activity: 3108
Merit: 1359
Thanks, I'll merge it in the next release. Smiley
newbie
Activity: 21
Merit: 0
It seems that llvm-g++ can't understand AT&T assembler properly. You can try gcc, this may be helpful in your case.

http://stackoverflow.com/questions/9353444/how-to-use-install-gcc-on-mac-os-x-10-8-xcode-4-4

P.S. I will add C implementation of scrypt soon.

You are right, it does not. However no other gcc I could get my hands on could do this under mac osx.

Fortunately there is a solution and I was abale to compile it just fine. Use https://github.com/iongchun/cpuminer/blob/cpumine/nomacro.pl to expand the macros.

Code:
sudo perl nomacro.pl scrypt-x86_64.S

Cheers.
sr. member
Activity: 470
Merit: 250
I want to try mining at the p2pool, the novaco.in pool, but I can't figure out the miner config. What do I put into cgminer for the port?

Host 127.0.0.1 and port 8336 for p2pool.

Simple p2pool guide for windows users:

Hi,

Is there somewhere a detailed guide on how to use p2pool with nvc?

The readme file attached was not helpful to me at all using the precomplied .exe.

Thanks,
balu
It's quite simple.

1) You need to run novacoin client in server mode, just like in case of solo mining. Create file novacoin.conf in

C:\Users\Your user name\AppData\Roaming\NovaCoin

with contents like this:

Quote
rpcuser=user
rpcpassword=password
server=1

2) Start client and wait for syncronization proccess
3) Double-click on run_p2pool.exe, wait until shares chain download will be completed
3) Point your miners to http://any_user:[email protected]:8336/
full member
Activity: 154
Merit: 100
Don't dwell in the past, don't dream of the future
I want to try mining at the p2pool, the novaco.in pool, but I can't figure out the miner config. What do I put into cgminer for the port?
sr. member
Activity: 782
Merit: 258
Betking.io - Best Bitcoin Casino
legendary
Activity: 3108
Merit: 1359
codegnome, it's just estimation. Real payments can differ from this value, and users are often receive payments while p2pool displays zero.
sr. member
Activity: 782
Merit: 258
Betking.io - Best Bitcoin Casino
Has anyone had 'current payment' go to 0 with P2pool? It has happened to me numerous times and I have to restart the client to get payout working again.
 
legendary
Activity: 3108
Merit: 1359
Stratum is unavailable for NVC and PPC yet. It's because we use different transaction format and current mining software can't handle this correctly.

We have a plan to release modified stratum server for NVC and PPC, and stratum-mining-proxy with new transactions format support.
sr. member
Activity: 782
Merit: 258
Betking.io - Best Bitcoin Casino
Is stratum fixed in the current P2pool build?
full member
Activity: 154
Merit: 100
Don't dwell in the past, don't dream of the future
novacoin wallet will not open, says there is a c++ error...
https://bitcointalksearch.org/topic/m.1756315

Quote
You should remove blkindex.dat and blk0001.dat before starting new client, otherwise you will get assert exception.

P.S. attached readme file to binaries download page.

thx man
sr. member
Activity: 280
Merit: 250
V for Victory or Rather JustV8
Anyone mining NVC at nvc.khore.org? If so, what is your invalid percentage? I just started tonight. Seems stable enough, but my invalid percentage is ~8%. When mining LTC at ozcoin using the same setup, cgminer flags, etc I had less than 1% invalids. Thoughts?

Also, is there a dedicated thread for nvc.khore.org? I searched and did not find anything.

Invalid percentage seems lower in the Donor pools, but that may just be me.
legendary
Activity: 3108
Merit: 1359
DOA shares are not paid. Orphaned shares are partially paid in the p2pool, in case when orphaned share generates a block. So, you need to enable --submit-stale feature in your miner to prevent lost of the valid blocks.

Hmmm...

I try to use but qt-client crash many times...

So P2Pool lost conection, than mining are useless...

There is a fix? I using Windows 7 and Windows 2003 Server.
We trying to debug it now.
I've received message from kha0s, he successfully created the crashdump and we will analyze it 2-3 hours later. More info will be available later.
newbie
Activity: 53
Merit: 0
did you pay invalid shares ?
legendary
Activity: 3108
Merit: 1359
It seems that llvm-g++ can't understand AT&T assembler properly. You can try gcc, this may be helpful in your case.

http://stackoverflow.com/questions/9353444/how-to-use-install-gcc-on-mac-os-x-10-8-xcode-4-4

P.S. I will add C implementation of scrypt soon.
newbie
Activity: 21
Merit: 0
When compiling under OSX Mountain Lion 10.8.2 I get this error:

Code:
llvm-g++ -c  -MMD -o obj/scrypt-x86_64.o scrypt-x86_64.S
scrypt-x86_64.S:182:Alignment too large: 15. assumed.
scrypt-x86_64.S:11:expecting operand before ','; got nothing
scrypt-x86_64.S:11:expecting operand before ','; got nothing
scrypt-x86_64.S:11:expecting operand before ','; got nothing
scrypt-x86_64.S:11:expecting operand before ','; got nothing
scrypt-x86_64.S:11:suffix or operands invalid for `rol'

......

scrypt-x86_64.S:1857:invalid character '\' before operand 1
scrypt-x86_64.S:1857:invalid character '\' before operand 1
scrypt-x86_64.S:1857:invalid character '\' before operand 2
scrypt-x86_64.S:1857:invalid character '\' before operand 2
scrypt-x86_64.S:1857:invalid character '\' before operand 2
scrypt-x86_64.S:1857:invalid character '\' before operand 2
make: *** [obj/scrypt-x86_64.o] Error 1

What am I doing wrong?
Pages:
Jump to: