Pages:
Author

Topic: [XPM] Primecoin Built-in Miner Sieve Performance Issue - page 36. (Read 69141 times)

hero member
Activity: 714
Merit: 510
When I compile on windows with mingw32 and then run primecoind it gives error: can't connect to server. Does anyone know the cause?.

I get that error on linux when I forget to sudo

You need to run it as a daemon

primecoind --daemon

without it thinks your trying to connect to the server to send a command (for example getmininginfo).

In my case primecoind runs but doing nothing, and then if I open another cmd window and type primecoind.exe getinfo it tells me error: can't connect to server

Getting the same error as you. Someone should show a snapshot of their screen so we can see what its supposed to do.
legendary
Activity: 1420
Merit: 1010
How to use it?


Quote
cd ~/ ; git clone https://github.com/primecoin/primecoin ; cd ~/primecoin/src ; make -j8 -f makefile.unix ; mv primecoind ~/ ; rm -Rf ~/primecoin/

What is the -j8 parameter on the make command?
hero member
Activity: 506
Merit: 500
When I compile on windows with mingw32 and then run primecoind it gives error: can't connect to server. Does anyone know the cause?.

I get that error on linux when I forget to sudo

You need to run it as a daemon

primecoind --daemon

without it thinks your trying to connect to the server to send a command (for example getmininginfo).

In my case primecoind runs but doing nothing, and then if I open another cmd window and type primecoind.exe getinfo it tells me error: can't connect to server
full member
Activity: 140
Merit: 100
When I compile on windows with mingw32 and then run primecoind it gives error: can't connect to server. Does anyone know the cause?.

I get that error on linux when I forget to sudo

You need to run it as a daemon

primecoind --daemon

without it thinks your trying to connect to the server to send a command (for example getmininginfo).
hero member
Activity: 714
Merit: 510
When I compile on windows with mingw32 and then run primecoind it gives error: can't connect to server. Does anyone know the cause?.

I get that error on linux when I forget to sudo

Are you compiled in Linux then what? Do you have to run primecoind.exe or do you run primecoin.exe? How do we use primecoind.exe if that is necessary because when I run it I seem to get nothing.

hero member
Activity: 506
Merit: 500
When I compile on windows with mingw32 and then run primecoind it gives error: can't connect to server. Does anyone know the cause?.

I get that error on linux when I forget to sudo

I think it has to do with this error at compiling stage, after that part everything ends with something has different size:
Code:
obj/rpcdump.o: duplicate section `.data$_ZGVN11json_spirit10Value_implINS_13Conf
ig_vectorISsEEE4nullE[guard variable for json_spirit::Value_implnfig_vector, std::allocator
 > > >::null]' has different size
sr. member
Activity: 308
Merit: 250
When I compile on windows with mingw32 and then run primecoind it gives error: can't connect to server. Does anyone know the cause?.

I get that error on linux when I forget to sudo
hero member
Activity: 506
Merit: 500
When I compile on windows with mingw32 and then run primecoind it gives error: can't connect to server. Does anyone know the cause?.
hero member
Activity: 812
Merit: 1000
nice, now, how to do this on ubuntu console...gotta figure it out on my own :p
sr. member
Activity: 473
Merit: 250
Windows update is very much needed for this to reach a larger user base.

+1



I'm downloading MinGW now, let me see if I can get it working
hero member
Activity: 756
Merit: 501
Those are the source files, i.e. not compiled.  Cheesy
hero member
Activity: 770
Merit: 500

Edit: I am indeed a noob
full member
Activity: 180
Merit: 100
Windows update is very much needed for this to reach a larger user base.

+1

full member
Activity: 224
Merit: 100
Windows update is very much needed for this to reach a larger user base.
full member
Activity: 238
Merit: 100
With your report, Entz, I probably need to run this test again. Perhaps I did not give it enough time to get off of zero pps before I lost patience.

This is on Ubuntu, so hopefully it works the same in OSX. Takes a few mins to climb as always. I am going to guess that haveged is mandatory as well

Will Sunny King do this for us soon?
hero member
Activity: 602
Merit: 500
Quote
{
    "blocks" : 8728,
    "currentblocksize" : 1000,
    "currentblocktx" : 0,
    "errors" : "",
    "generate" : true,
    "genproclimit" : -1,
    "primespersec" : 2318,
    "pooledtx" : 0,
    "testnet" : false
}

Patch does something Wink
full member
Activity: 210
Merit: 100
I not use any kind of messenger beware of scammers
With your report, Entz, I probably need to run this test again. Perhaps I did not give it enough time to get off of zero pps before I lost patience.

This is on Ubuntu, so hopefully it works the same in OSX. Takes a few mins to climb as always. I am going to guess that haveged is mandatory as well
legendary
Activity: 1078
Merit: 1001
How do you compile that github file? Please someone explain this to me. I am running windows.

https://bitcointalksearch.org/topic/building-headless-bitcoin-and-bitcoin-qt-on-windows-149479

And then you'll need a C++ compiler like Visual Studio.

And all libraries needed ...
sr. member
Activity: 476
Merit: 250
With your report, Entz, I probably need to run this test again. Perhaps I did not give it enough time to get off of zero pps before I lost patience.

I'm using OS X.
...
Still have the problem that I must run a discrete instance per core rather than just letting primecoind spin off threads.
full member
Activity: 210
Merit: 100
I not use any kind of messenger beware of scammers
From the reports I have gathered, it impacted some server systems with high thread count, yes it may impact atoms as it's threads are relatively slow.
Awesome! I gave up on trying to mine on my opteron (pps between 0 and 1) so hopefully this helps!

Making a huge difference, while I realize primes per sec is a not the best metric. I have gone from a max of 1 to 204 on my Opteron 6174 (using 8 of the 12 cores)

Edit: Make that 500 Shocked
Pages:
Jump to: