Bitcoin Forum
June 21, 2024, 02:38:32 PM *
News: Voting for pizza day contest
 
  Home Help Search Login Register More  
  Show Posts
Pages: [1]
1  Alternate cryptocurrencies / Altcoin Discussion / Re: [XPM] The Unofficial Primecoin Overview Thread (all information in one place!) on: March 20, 2016, 08:57:17 AM
Hi,

As many of XPM mining pools listed here are no more running,
for now, you can have a try only with one of the two remaining Primecoin pool:

http://xpmforall.org/
http://pool-prime.net/

Thanks for update.
2  Alternate cryptocurrencies / Mining (Altcoins) / Re: Open Source XPM (Primecoin) GPU Miner & Pool xpmforall.org on: September 09, 2015, 02:33:10 PM
Hi,

I was trying for a long time to make work this GPU miner on my laptop (Nvidia GeForce GTX 765M) without success, and today it works  Smiley !
Code:
# ./xpmclient -b
madPrimeMiner-v1.1
ClientName = 'modulix'  ClientID = 1962103082  InstanceID = 2241023174
Address = 'AG7ofBFDfjoPNWvYapLUj2DL4KXDMSyNJA'
found platform[0] name = 'NVIDIA CUDA'
Found 1 devices
Using device 0 as GPU 0
GeForce GTX 765M; 4 compute units
square 320 bits: 315.070ms (425.993M ops/sec)
square 320 bits: 323.220ms (415.252M ops/sec)
multiply 320 bits: 244.722ms (548.450M ops/sec)
square 352 bits: 363.831ms (368.901M ops/sec)
multiply 352 bits: 297.200ms (451.607M ops/sec)
Fermat tests 320 bits: 229.570ms (0.571M ops/sec)
Fermat tests 352 bits: 276.810ms (0.474M ops/sec)

 *** hashmod benchmark ***
 MHash per second: 37.204
 Hash per iteration: 37.266 (0.000444 %)
 Average hash multiplier size: 30.620

 *** sieve (check) benchmark ***
 * [OK] found candidates by CPU: 5431 by GPU: 5435
 * [OK] invalid candidates: 0
 * [OK] CPU/GPU candidates difference: 0

 *** sieve (performance) benchmark ***
 * scan speed: 2.303 G
 * iteration time: 239.022ms
 * candidates per second: 30096.465
 * candidates per iteration: 7193.70 (3017.97 320bit, 4175.73 352bit)
 * 320bit/352bit ratio: 0.723/1

Unfortunately, i needed to hack the xpmclient.cpp file to remove the test after the line 1251 about incompatible configuration :
Code:
        config_t config = miner->getConfig();
        /*
        if (config.TARGET != clKernelTarget ||
            config.PCOUNT != clKernelPCount ||
            config.STRIPES != clKernelStripes ||
            config.WIDTH != clKernelWidth ||
            config.WINDOWSIZE_ != clKernelWindowSize) {
          printf("Existing OpenCL kernel (kernel.bin) incompatible with configuration\n");
          printf("Please remove kernel.bin file and restart miner\n");
          exit(1);
        }
        */

I don't know exactly what is bad in this test, but after i tried to put in config.txt file same values as found in gpu/config.cl without success, i tried to remove the test and... now, it's ok ;-)

The values i have in my config.txt :
Code:
server = "xpmforall.org";
port = "6666";
address="xxxxxxxxxxxxxxxxxxxxxxxxxxx";
name="modulix";
cpuload="1";
platform="nvidia";
target="10";
weaveDepth="40960";
sieveSize="420";
width="20";
windowSize="4096";
devices=["1", "0", "0", "0"];

I hope that this post could enhance this great project !

3  Alternate cryptocurrencies / Service Discussion (Altcoins) / Re: Primecoin/XPM Faucet(Post Active) on: September 08, 2015, 02:10:35 PM
Anybody Know an Faucets paying out XPM/Primecoin?

You have a monitored XPM Faucets list on : https://faucetbox.com/en/list/XPM
4  Local / Produits et services / [ANN] Annaka.fr - bijoux (Pretty Pop Jewelry) on: June 04, 2015, 10:30:08 PM
Le site http://annaka.fr/ accepte désormais les achats en Bitcoins.
Ce site est réalisé avec Prestashop avec un module spécifique :
https://www.prestashop.com/forums/topic/433681-module-gratuit-paiement-en-bitcoins-via-paymium/

N'hésitez pas à dépenser vos coins sur http://annaka.fr  Wink
5  Alternate cryptocurrencies / Mining (Altcoins) / [ANN] pool-prime.net new pplns 100% free XPM pool on: October 22, 2014, 01:57:38 PM
Hi,

If you are interressed in Primecoins (Ψ), have a look on the last new XPM pool : http://pool-prime.net/
The web site contain also a XPM block chain explorer.

Enjoy !
6  Alternate cryptocurrencies / Mining (Altcoins) / Re: What is the 'best' coin to mine with CPUs? on: October 21, 2014, 10:49:10 AM
Have a look on Primecoin Ψ (XPM) cryptocurrency, i'm using only CPU miners connected to http://pool-prime.net/ ...
Pages: [1]
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!