[ANN] pool-prime.net new pplns 100% free XPM pool

Which figure is more accurate?

According to mikaelh:

Well, I put together this:

http://xpm.muuttuja.org/chaininfo/totalcoins

That’s the “moneysupply” value as reported by the wallet daemon. It’s nearly real-time (about 2 second delay).

You forgot to use parentheses. Your query is equivalent to this:
select count(*), sum(999) from blocks;

If you want a pretty accurate number of how many primecoins have been mined, try this:
select count(*), sum(floor(99900 / (difficulty * difficulty)) / 100) from blocks;

The result is actually slightly higher than the “moneysupply” reported by the wallet (7862275.75 vs 7861162.58281181 reported by the wallet). The wallet tracks how many coins are still available, so it seems about 1000 XPM have been lost already.

Coinmarketcap calls the “supply” the available supply, so I passed mikaelh’s supply value:

This pool only has 8 users? You would probably get more if the windows miner were fixed.
It goes to ypool. I would love to join.

[quote=“marsh”]This pool only has 8 users? You would probably get more if the windows miner were fixed.
It goes to ypool. I would love to join.[/quote]

The windows miner works great. just change your setup to loginto the ip instead of the address pool-prime.net
to do this go to start menu and run the command prompt
then type “ping pool-prime.net

it will return an ip address. If it ever disconnects, this may have been changed.

Code for batch file:
jhPrimeminer-T18v3 -o -poolip 212.129.10.83:10034 -u XXX -p x

edit:
This set up lets me log in, and do things, but the website is not updating appropriately, not sure if it just updates slowly or what not. but it says my account is only 2 threads when i had 2 devices connected (6 threads), it didn’t show second one. it also isn’t showing the 7 shares i found. not sure what is up

This set up lets me log in, and do things, but the website is not updating appropriately, not sure if it just updates slowly or what not. but it says my account is only 2 threads when i had 2 devices connected (6 threads), it didn't show second one. it also isn't showing the 7 shares i found. not sure what is up

Hi,
Yes, you’re right the website updates slowly, but all the shares you found should be on it. To be sure, you can create a new secondary address in your wallet and run your workers with different accounts. I use this solution for my three workers, to have individual stats…
I hope this help you, if some issue remains do not hesitate to ask by mail.
Best regards.

Code for batch file: [b]jhPrimeminer-T18v3 -o -poolip 212.129.10.83:10034 -u XXX -p x[/b]

Sorry…
I’m trying to connect with these settings, it writes that connects, but in cmd it types that connected to ypool!

I don’t use Windows, but as far as i understand README and miner.bat files, the command to use should be something like :

jhPrimeminer-T18v3.exe -o pool-prime.net -port 10034 -u XPMADDRESS -p x

It seems that the “-poolip” argument is not used in this version.
Best regards

Sorry… but jhPrimeminer think different… it’s trying to connect to ypool.net (128.65.210.152) by default.

I think the server updates fast enough. But it seems that some versions of jhPrimeminer don’t upload the shares correcty. I tried the two following repositories :

The first one works fine with me, but not the second one.

Hi,

I has updated today the web site of the pool to add a XPM Faucet.
So, if you want to get some Primecoin for free, have a try on http://pool-prime.net/faucet/
This is the first step to permit payouts less than 0.01 XPM for “small” workers on this pool.

Enjoy !

Hi,

I have a Windows server with Intel Xeon 4 core cpu, I want to use for Primecoin mining, but unfortunately its on a network where every port except port 80 is blocked by the network :(.

This is being allowed by other pools like wemineltc.com and ozco.in to mine Litecoins, but i really like Primecoins and want to move all my miner workers to pool-prime.net.

Thanks and regards, :slight_smile:

I want to use for Primecoin mining, but unfortunately its on a network where every port except port 80 is blocked by the network :(.

Hi,

Unfortunately, you need to use 10034 port to mine Primecoins using the xpt protocol.
This port is hardcoded in main.cpp : https://github.com/clintar/jhPrimeminer-Aero/blob/master/src/primecoinMiner/main.cpp#L1570
Best regards.

A socks proxy connecting to somewhere outside via port 80 would be possible, right?

Yes, in theory, with two tunnels, it is possible:
worker -> localhost (10034: 80) -> (outgoing internet) -> Proxy (80: 10034) -> pool-prime.net
but it’s complicated and it is likely to not work well.
You can have a look on https://github.com/jh000/xptProxy
Rather, I suggest asking your system administrator to allow outgoing connections on the port 10034.
Normally this does not represent a risk if the firewall allows only outgoing TCP transactions…

Hi everyone!

Could someone help me please?

I am trying to set a small rig to join this pool, but fail to make jhprimeminer (rdb version) work using a AMD K8 CPU (before investing in GPUs).

I am getting the following looping error message:

xptClient_processPacket_client2ServerPing(): Parse error
xpt: Disconnected, auto reconnect in 30 seconds

Thank you.

xptClient_processPacket_client2ServerPing(): Parse error xpt: Disconnected, auto reconnect in 30 seconds
Well, it seems like this worker use a xpt protocol which is not compatible with this server... If possible have a try with [url=https://github.com/clintar/jhPrimeminer-Aero]https://github.com/clintar/jhPrimeminer-Aero[/url] (i use this one, so i'm sure it works), otherwise... sorry i don't know.