Bitcoin Forum
September 06, 2025, 06:20:24 PM *
News: Latest Bitcoin Core release: 29.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]
  Print  
Author Topic: Open Source XPM (Primecoin) GPU Miner & Pool xpmforall.org  (Read 110860 times)
ser_ator
Newbie
*
Offline Offline

Activity: 22
Merit: 0


View Profile
September 29, 2022, 06:20:28 PM
 #1021

Someone has a working deposit button for XPM on aex.com? I have there "Wallet Maintenance".

use only southxchange
"...SouthXchange recommended now"   recommended >>ONLY<<
do not use coinegg & aex
mauserus
Newbie
*
Offline Offline

Activity: 24
Merit: 0


View Profile
September 11, 2023, 06:20:55 AM
 #1022

Does anyone know if the new pool coinsforall.io/new have an api? In the previous version, the request coinsforall.io/api/xpm/clientStats?userId=your_address work.
The same thing is interesting about xpmforall.org.
Yaphets14
Newbie
*
Offline Offline

Activity: 2
Merit: 0


View Profile
January 09, 2024, 01:25:41 AM
Last edit: January 09, 2024, 01:36:14 AM by Yaphets14
 #1023

Hello everyone  Smiley

Anyone have an idea what drivers works the best Rx 580 8gb. Miner xpmclient 10.6.1 win 7 or win 10.
On http://xpmforall.org/ it says:For continue using coinsforall.io/new need update miner to version 10.6.1 until 4 August 12.00 GMT

Thanks
tar1s
Jr. Member
*
Offline Offline

Activity: 40
Merit: 1


View Profile
January 09, 2024, 04:56:13 PM
Last edit: January 09, 2024, 05:08:41 PM by tar1s
 #1024

Why do you need it?
Where will you change it?
SouthXchange closes on February 1st
Yaphets14
Newbie
*
Offline Offline

Activity: 2
Merit: 0


View Profile
January 10, 2024, 02:43:09 AM
 #1025

Why do you need it?
Where will you change it?
SouthXchange closes on February 1st

Hope there will be exchange for prime in future.
But for now i see other one its called FreiExchange,dont know how safe is it
mauserus
Newbie
*
Offline Offline

Activity: 24
Merit: 0


View Profile
October 24, 2024, 06:29:24 AM
 #1026

coinsforall.io/new don't pay xpm for me since 22 Oct 21:29. Does anybody have same problem?
https://disk.yandex.ru/i/EqC0E3gmL1NBgQ
https://disk.yandex.ru/i/eTfLgsIO6vgHqQ
mauserus
Newbie
*
Offline Offline

Activity: 24
Merit: 0


View Profile
October 24, 2024, 10:42:50 AM
 #1027

coinsforall.io/new don't pay xpm for me since 22 Oct 21:29. Does anybody have same problem?
https://disk.yandex.ru/i/EqC0E3gmL1NBgQ
https://disk.yandex.ru/i/eTfLgsIO6vgHqQ

I change payment address and xpm was sent on this new one.
ZipEyes
Member
**
Offline Offline

Activity: 70
Merit: 10


View Profile
March 27, 2025, 01:12:46 PM
 #1028

Thread looks a bit dead but could anyone who still active with this help me to set up mining with HiveOS.

Bitrated user: Hyp0crit.
mauserus
Newbie
*
Offline Offline

Activity: 24
Merit: 0


View Profile
March 28, 2025, 10:53:27 AM
 #1029

Thread looks a bit dead but could anyone who still active with this help me to set up mining with HiveOS.

I don't know how working HiveOS, but I think like other linux os. In my linux miner start like service systemd:
superuser@superuser-pc:~$ cat /etc/systemd/system/xpmclient.service
[Unit]
Description=xpmclientnv on start in tmux
[Service]
WorkingDirectory=/home/superuser/xpmclient-cuda-10.6.1-linux/
ExecStart=/home/superuser/xpmclient-cuda-10.6.1-linux/start_xpmclientnv.sh
ExecStop=/usr/bin/tmux kill-session -t xpmclientnv
Type=forking
User=superuser
Restart=always
RuntimeMaxSec=24h
StandardOutput=file:/home/superuser/xpmclient-cuda-10.6.1-linux/StandardOutput.log
StandardError=file:/home/superuser/xpmclient-cuda-10.6.1-linux/StandardError.log
[Install]
WantedBy=multi-user.target

Mining client start in tmux session for convinient view his status:
superuser@superuser-pc:~$ cat /home/superuser/xpmclient-cuda-10.6.1-linux/start_xpmclientnv.sh
#!/bin/sh
/usr/bin/tmux new-session -s xpmclientnv -d sh xpmclientnv
ZipEyes
Member
**
Offline Offline

Activity: 70
Merit: 10


View Profile
April 04, 2025, 12:04:40 PM
 #1030

Still cant get it to install all the packages..

2025-04-04 15:01:33 (2.89 MB/s) - ‘xpmclient-cuda-10.6.1-linux.tar.gz’ saved [26068713/26068713]

> Unpacking xpmclient-cuda-10.6.1-linux.tar.gz
xpmclient-cuda-10.6.1-linux/
xpmclient-cuda-10.6.1-linux/libnvrtc-builtins.so.11.8.89
xpmclient-cuda-10.6.1-linux/miner
xpmclient-cuda-10.6.1-linux/xpm/
xpmclient-cuda-10.6.1-linux/xpm/cuda/
xpmclient-cuda-10.6.1-linux/xpm/cuda/benchmarks.cu
xpmclient-cuda-10.6.1-linux/xpm/cuda/sieve.cu
xpmclient-cuda-10.6.1-linux/xpm/cuda/config.cu
xpmclient-cuda-10.6.1-linux/xpm/cuda/procs.cu
xpmclient-cuda-10.6.1-linux/xpm/cuda/fermat.cu
xpmclient-cuda-10.6.1-linux/xpm/cuda/sha256.cu
xpmclient-cuda-10.6.1-linux/config.txt
xpmclient-cuda-10.6.1-linux/libnvrtc-builtins.so.11.8
xpmclient-cuda-10.6.1-linux/xpmclientnv
xpmclient-cuda-10.6.1-linux/libnvrtc.so.11.2
chown: cannot access '/hive/miners/custom/xpmclient-cuda-10.6.1': No such file or directory
sed: can't read /hive/miners/custom/xpmclient-cuda-10.6.1/h-manifest.conf: No such file or directory
sed: can't read /hive/miners/custom/xpmclient-cuda-10.6.1/h-config.sh: No such file or directory
sed: can't read /hive/miners/custom/xpmclient-cuda-10.6.1/h-run.sh: No such file or directory
sed: can't read /hive/miners/custom/xpmclient-cuda-10.6.1/h-stats.sh: No such file or directory

Bitrated user: Hyp0crit.
ZipEyes
Member
**
Offline Offline

Activity: 70
Merit: 10


View Profile
April 29, 2025, 10:30:57 AM
 #1031

Still cant get it to install all the packages..

2025-04-04 15:01:33 (2.89 MB/s) - ‘xpmclient-cuda-10.6.1-linux.tar.gz’ saved [26068713/26068713]

> Unpacking xpmclient-cuda-10.6.1-linux.tar.gz
xpmclient-cuda-10.6.1-linux/
xpmclient-cuda-10.6.1-linux/libnvrtc-builtins.so.11.8.89
xpmclient-cuda-10.6.1-linux/miner
xpmclient-cuda-10.6.1-linux/xpm/
xpmclient-cuda-10.6.1-linux/xpm/cuda/
xpmclient-cuda-10.6.1-linux/xpm/cuda/benchmarks.cu
xpmclient-cuda-10.6.1-linux/xpm/cuda/sieve.cu
xpmclient-cuda-10.6.1-linux/xpm/cuda/config.cu
xpmclient-cuda-10.6.1-linux/xpm/cuda/procs.cu
xpmclient-cuda-10.6.1-linux/xpm/cuda/fermat.cu
xpmclient-cuda-10.6.1-linux/xpm/cuda/sha256.cu
xpmclient-cuda-10.6.1-linux/config.txt
xpmclient-cuda-10.6.1-linux/libnvrtc-builtins.so.11.8
xpmclient-cuda-10.6.1-linux/xpmclientnv
xpmclient-cuda-10.6.1-linux/libnvrtc.so.11.2
chown: cannot access '/hive/miners/custom/xpmclient-cuda-10.6.1': No such file or directory
sed: can't read /hive/miners/custom/xpmclient-cuda-10.6.1/h-manifest.conf: No such file or directory
sed: can't read /hive/miners/custom/xpmclient-cuda-10.6.1/h-config.sh: No such file or directory
sed: can't read /hive/miners/custom/xpmclient-cuda-10.6.1/h-run.sh: No such file or directory
sed: can't read /hive/miners/custom/xpmclient-cuda-10.6.1/h-stats.sh: No such file or directory


Would love to get back into mining this but I cant get this to work with HiveOS. How you guys run your multiple rigs?
I could make clean linux isntall if that's the way but I have zero experience using linux as primary os.

Bitrated user: Hyp0crit.
ser_ator
Newbie
*
Offline Offline

Activity: 22
Merit: 0


View Profile
May 11, 2025, 01:13:05 PM
 #1032

if you wanna mine xpm:

1. don t lose energy, don t lose time. dont try with hive. So dont be lazy install win.

2. for newest graphic cards install proper display driver.

3.AMD- stop trying asm mode on navi cards. Not work Wink use 24.12.drivers for 5xxxx/6xxxx/7xxxx will work well.

4.nvidia miner dont like many nvidia cards in the rig. you will lose hash. For some XXX reason cpu usable is much higher with nvidia cards. If you put more card you will need strong cpu to hold (3 x 1080ti with i3 6th gen will hold). Rigs with amd cards dont have this problem (polaris & vega).

5. dont forget to erase 5 *.bin file when you change some parameter. those bin fail are created on 1st start.

6. Last 2 weeks xpmforall work very bad. I forced to get out & use 10.6.1 miner & coinsforall/new pool. I have less cpd on miner, terrible cpd on site, but in the end of the day the average score is here. XPM count.

! Dont burn your cards/power suplys. For 24/7/365 low gpu tact , low voltage or power limit (70) is your friend. I hear those rtx3080/90 4080/90 arent user frendly.

GL

"kirk out"
ZipEyes
Member
**
Offline Offline

Activity: 70
Merit: 10


View Profile
May 26, 2025, 01:49:49 PM
 #1033

I was using maybe 5 year's ago windows and mining with it. It was pain in the a$$. You get it to mine easily but to keep it 24/7 is never happening with windows.

HiveOS is thousand times easier to handle with multiple rigs or even 1 rig with multiple card. It's pretty much automatic once you plug it in and get it to mine.

I have zero experience working with Linux, I tried to but no success to get mining.

Maybe someone can write me step by step instuctions how to do it.

Bitrated user: Hyp0crit.
ser_ator
Newbie
*
Offline Offline

Activity: 22
Merit: 0


View Profile
June 05, 2025, 02:50:13 PM
Last edit: June 05, 2025, 03:09:29 PM by ser_ator
 #1034

chez moi work fine Smiley

win10 16H home edition lite (for old cards like polaris , pascal)  ; display driver 471 for nvidia ,amd  adrenalin 20.11.2 vegas , polaris, r9 cards.

block any windows update & no problems.

navi1 cards will probably work to
minerja
Sr. Member
****
Offline Offline

Activity: 1254
Merit: 297


View Profile
June 18, 2025, 08:37:28 AM
Last edit: June 18, 2025, 11:41:36 AM by minerja
 #1035

Hi there,

I'm using xpmclient 10.6.1 on RX6600
using
corefreq =       ["-1"];
memfreq =        ["-1"];
powertune =      ["-1"];
fanspeed =       ["-1"];

What does the powertune mean, is 100 = 100% full power, so 80 would be 80% of full power...

Can anyone help me please?
ser_ator
Newbie
*
Offline Offline

Activity: 22
Merit: 0


View Profile
June 20, 2025, 11:05:02 AM
 #1036

Hi there,

I'm using xpmclient 10.6.1 on RX6600
using
corefreq =       ["-1"];
memfreq =        ["-1"];
powertune =      ["-1"];
fanspeed =       ["-1"];

What does the powertune mean, is 100 = 100% full power, so 80 would be 80% of full power...

Can anyone help me please?


Using MsiAB :
                      for nvidia 100 = 100% ; 70 = 70% ( if 225W is 100% , 70% is 157.5W)

                      for AMD 100 = 100% ; -20 = 80% ; +20 = 120%

just move slider with mouse & you will see the point.

For some card like asrock rx6600 powerlimit range is -6% to +6% (define from card bios)

with some card you can be allowed to play with voltage , define power curve. lower voltage is allays god solution
mauserus
Newbie
*
Offline Offline

Activity: 24
Merit: 0


View Profile
September 01, 2025, 04:04:47 PM
 #1037

Does anyone know what's going on with the blockchain? What's the deal with it? There have been some slowdowns for a couple of months now, and in the last 24 hours there have been no payments from soinsforal.io for 13+ hours. On the difficulty chart:
https://s.iimg.su/s/01/g9eE1OqxNl4T7dHCAWawYyoCSSZWw9pIwPRap4Lf.png
The last error from the wallet seems to be this:
2025-09-01 11:10:32 ERROR: CAlert::CheckSignature() : verify signature failed
2025-09-01 11:10:32 Misbehaving: 135.181.164.189:9911 (0 -> 10)
2025-09-01 11:10:32 getheaders 6469982 to 0000000000000000000000000000000000000000000000000000000000000000
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]
  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!