Pages:
Author

Topic: Open Source XPM Pool + GPU Miner (aka. madPrimeMiner) (Read 63418 times)

jr. member
Activity: 117
Merit: 2
Whay i getting this error?

OpenCL error: -5 at /home/dejan/Git/xpm/xpmclient-10.2.2-beta/opencl.h:91
OpenCL error: -5 at /home/dejan/Git/xpm/xpmclient-10.2.2-beta/opencl.h:91
OpenCL error: -5 at /home/dejan/Git/xpm/xpmclient-10.2.2-beta/opencl.h:91
OpenCL error: -5 at /home/dejan/Git/xpm/xpmclient-10.2.2-beta/opencl.h:91
OpenCL error: -5 at /home/dejan/Git/xpm/xpmclient-10.2.2-beta/opencl.h:91
OpenCL error: -5 at /home/dejan/Git/xpm/xpmclient-10.2.2-beta/opencl.h:91
OpenCL error: -5 at /home/dejan/Git/xpm/xpmclient-10.2.2-beta/opencl.h:91
OpenCL error: -5 at /home/dejan/Git/xpm/xpmclient-10.2.2-beta/opencl.h:91
OpenCL error: -5 at /home/dejan/Git/xpm/xpmclient-10.2.2-beta/opencl.h:91
OpenCL error: -5 at /home/dejan/Git/xpm/xpmclient-10.2.2-beta/opencl.h:91
OpenCL error: -5 at /home/dejan/Git/xpm/xpmclient-10.2.2-beta/opencl.h:91
OpenCL error: -5 at /home/dejan/Git/xpm/xpmclient-10.2.2-beta/opencl.h:91
OpenCL error: -5 at /home/dejan/Git/xpm/xpmclient-10.2.2-beta/opencl.h:91
OpenCL error: -5 at /home/dejan/Git/xpm/xpmclient-10.2.2-beta/opencl.h:91
OpenCL error: -5 at /home/dejan/Git/xpm/xpmclient-10.2.2-beta/opencl.h:91
OpenCL error: -5 at /home/dejan/Git/xpm/xpmclient-10.2.2-beta/opencl.h:91
OpenCL error: -5 at /home/dejan/Git/xpm/xpmclient-10.2.2-beta/opencl.h:91
OpenCL error: -5 at /home/dejan/Git/xpm/xpmclient-10.2.2-beta/opencl.h:91
OpenCL error: -5 at /home/dejan/Git/xpm/xpmclient-10.2.2-beta/opencl.h:91
WARNING: candidate age > PW/2 with 3363
Segmentacijska greška (jezgra izbačena)


Nvidia 1050 ti.

deinstariraj drivere pa ih ponovo instaliraj ili probaj neku drugu verziju drivera.
jr. member
Activity: 44
Merit: 12
Whay i getting this error?

OpenCL error: -5 at /home/dejan/Git/xpm/xpmclient-10.2.2-beta/opencl.h:91
OpenCL error: -5 at /home/dejan/Git/xpm/xpmclient-10.2.2-beta/opencl.h:91
OpenCL error: -5 at /home/dejan/Git/xpm/xpmclient-10.2.2-beta/opencl.h:91
OpenCL error: -5 at /home/dejan/Git/xpm/xpmclient-10.2.2-beta/opencl.h:91
OpenCL error: -5 at /home/dejan/Git/xpm/xpmclient-10.2.2-beta/opencl.h:91
OpenCL error: -5 at /home/dejan/Git/xpm/xpmclient-10.2.2-beta/opencl.h:91
OpenCL error: -5 at /home/dejan/Git/xpm/xpmclient-10.2.2-beta/opencl.h:91
OpenCL error: -5 at /home/dejan/Git/xpm/xpmclient-10.2.2-beta/opencl.h:91
OpenCL error: -5 at /home/dejan/Git/xpm/xpmclient-10.2.2-beta/opencl.h:91
OpenCL error: -5 at /home/dejan/Git/xpm/xpmclient-10.2.2-beta/opencl.h:91
OpenCL error: -5 at /home/dejan/Git/xpm/xpmclient-10.2.2-beta/opencl.h:91
OpenCL error: -5 at /home/dejan/Git/xpm/xpmclient-10.2.2-beta/opencl.h:91
OpenCL error: -5 at /home/dejan/Git/xpm/xpmclient-10.2.2-beta/opencl.h:91
OpenCL error: -5 at /home/dejan/Git/xpm/xpmclient-10.2.2-beta/opencl.h:91
OpenCL error: -5 at /home/dejan/Git/xpm/xpmclient-10.2.2-beta/opencl.h:91
OpenCL error: -5 at /home/dejan/Git/xpm/xpmclient-10.2.2-beta/opencl.h:91
OpenCL error: -5 at /home/dejan/Git/xpm/xpmclient-10.2.2-beta/opencl.h:91
OpenCL error: -5 at /home/dejan/Git/xpm/xpmclient-10.2.2-beta/opencl.h:91
OpenCL error: -5 at /home/dejan/Git/xpm/xpmclient-10.2.2-beta/opencl.h:91
WARNING: candidate age > PW/2 with 3363
Segmentacijska greška (jezgra izbačena)


Nvidia 1050 ti.
jr. member
Activity: 117
Merit: 2
newbie
Activity: 12
Merit: 0
legendary
Activity: 1078
Merit: 1050
Just found the pool software, but can not compile, it says :

/usr/include/czmq_prelude.h:488:13: error: conflicting declaration ‘typedef int SOCKET’

please kindly help.

PF2016 !


You need to comment out a few things in compat.h

Code:
diff --git a/primeserver/src/compat.h b/primeserver/src/compat.h
index 7062216..c407587 100644
--- a/primeserver/src/compat.h
+++ b/primeserver/src/compat.h
@@ -5,6 +5,8 @@
 #ifndef _BITCOIN_COMPAT_H
 #define _BITCOIN_COMPAT_H 1
 
+#include
+
 #ifdef WIN32
 #define _WIN32_WINNT 0x0501
 #define WIN32_LEAN_AND_MEAN 1
@@ -26,7 +28,7 @@
 #include
 #endif
 
-typedef u_int SOCKET;
+//typedef u_int SOCKET;
 #ifdef WIN32
 #define MSG_NOSIGNAL        0
 #define MSG_DONTWAIT        0
@@ -42,7 +44,7 @@ typedef int socklen_t;
 #define WSAEINPROGRESS      EINPROGRESS
 #define WSAEADDRINUSE       EADDRINUSE
 #define WSAENOTSOCK         EBADF
-#define INVALID_SOCKET      (SOCKET)(~0)
+//#define INVALID_SOCKET      (SOCKET)(~0)
 #define SOCKET_ERROR        -1
 #endif
 
@@ -58,7 +60,7 @@ inline int myclosesocket(SOCKET& hSocket)
     hSocket = INVALID_SOCKET;
     return ret;
 }
-#define closesocket(s)      myclosesocket(s)
+//#define closesocket(s)      myclosesocket(s)
 
 
 #endif

Ref- https://bitcointalksearch.org/topic/m.6652871
.m.
sr. member
Activity: 280
Merit: 260
Just found the pool software, but can not compile, it says :

/usr/include/czmq_prelude.h:488:13: error: conflicting declaration ‘typedef int SOCKET’

please kindly help.

PF2016 !
4ex
newbie
Activity: 54
Merit: 0
Tell me, saves or not the server is accepted share if suddenly restart computer?windows 10
4ex
newbie
Activity: 54
Merit: 0
ok i am understand Smiley
Thanks!
legendary
Activity: 1078
Merit: 1050
well..otherwise I will ask - atenolil server started-how to see the web page 127.0.0.1:6666 server? no file index.html, and I only see a cmd window here-



The windows gui server is different to the linux server program. The windows one does not come with a webserver.
That is something you need to setup on linux the link is also in the op.

Alternatively eXtremal, the guy who optimises the miner now has a thread here https://bitcointalksearch.org/topic/open-source-xpm-primecoin-gpu-miner-pool-xpmforallorg-831708

He also has his own pool that you can mine on and see the miner working on through a browser xpmforall.org
4ex
newbie
Activity: 54
Merit: 0
probably better to ask so - after you install and start the server how to see the web interface?-how to see the web page 127.0.0.1:6666 server? no file index.html, and I only see a cmd window here-
http://screenshot.ru/d082e5e4909e9ed019214b7cff465aa3.png
legendary
Activity: 1078
Merit: 1050
You can use GUI version on xpm server (primecoin-qt).. you will see notification when you found a block. Use mining calculator at pool website (http://xpmforall.org/)
Quote
XPM per day: 14.868
BTC per day: 0.007
USD per day: 2.315
it's 1-2 blocks per day.

Use this topic https://bitcointalksearch.org/topic/open-source-xpm-primecoin-gpu-miner-pool-xpmforallorg-831708
did not find a link to GUI-XPM server lkz windows tell me where are these files? Smiley

All links in the op!
4ex
newbie
Activity: 54
Merit: 0
You can use GUI version on xpm server (primecoin-qt).. you will see notification when you found a block. Use mining calculator at pool website (http://xpmforall.org/)
Quote
XPM per day: 14.868
BTC per day: 0.007
USD per day: 2.315
it's 1-2 blocks per day.

Use this topic https://bitcointalksearch.org/topic/open-source-xpm-primecoin-gpu-miner-pool-xpmforallorg-831708
did not find a link to GUI-XPM server lkz windows tell me where are these files? Smiley
sr. member
Activity: 2106
Merit: 282
👉bit.ly/3QXp3oh | 🔥 Ultimate Launc
You can use GUI version on xpm server (primecoin-qt).. you will see notification when you found a block. Use mining calculator at pool website (http://xpmforall.org/)
Quote
XPM per day: 14.868
BTC per day: 0.007
USD per day: 2.315
it's 1-2 blocks per day.

Use this topic https://bitcointalksearch.org/topic/open-source-xpm-primecoin-gpu-miner-pool-xpmforallorg-831708
4ex
newbie
Activity: 54
Merit: 0
Install the server, downloaded miner.. R9 290 - cpd=13.9 total cpd=32
Tell me when I am with such speed I find a block?
and there are no web interface for xpm server?
Thanks Smiley
legendary
Activity: 1078
Merit: 1050
when trying to compile webserver on ubuntu 12.04 (make command) receiving


webserver.cpp:(.text._ZNK2Wt3Dbo4Impl9QueryBaseIN5boost6tuples5tupleIiSsNS4_9null_typeES6_S6_S 6_S6_S6_S6_S6_EEE10statementsERKSsSA_SA_ii[Wt::Dbo::Impl::QueryBase, std::allocator >, boost::tuples::null_type, boost::tuples::null_type, boost::tuples::null_type, boost::tuples::null_type, boost::tuples::null_type, boost::tuples::null_type, boost::tuples::null_type, boost::tuples::null_type> >::statements(std::basic_string, std::allocator > const&, std::basic_string, std::allocator > const&, std::basic_string, std::allocator > const&, int, int) const]+0x48b): undefined reference to `Wt::Dbo::Impl::createWrappedQueryCountSql(std::basic_string, std::allocator > const&)'
collect2: ld returned 1 exit status
make[2]: *** [webserver] Error 1
make[1]: *** [CMakeFiles/webserver.dir/all] Error 2
make: *** [all] Error 2

This might not be the right end point folder but you can try..if it dosn't work come find me in irc..This is assuming its in your root directory
Code:
sudo cp -a /root/xpmpool/wt-3.3.2/src/Wt/Dbo/. /usr/local/include/Wt/Dbo
newbie
Activity: 5
Merit: 0
when trying to compile webserver on ubuntu 12.04 (make command) receiving


webserver.cpp:(.text._ZNK2Wt3Dbo4Impl9QueryBaseIN5boost6tuples5tupleIiSsNS4_9null_typeES6_S6_S 6_S6_S6_S6_S6_EEE10statementsERKSsSA_SA_ii[Wt::Dbo::Impl::QueryBase, std::allocator >, boost::tuples::null_type, boost::tuples::null_type, boost::tuples::null_type, boost::tuples::null_type, boost::tuples::null_type, boost::tuples::null_type, boost::tuples::null_type, boost::tuples::null_type> >::statements(std::basic_string, std::allocator > const&, std::basic_string, std::allocator > const&, std::basic_string, std::allocator > const&, int, int) const]+0x48b): undefined reference to `Wt::Dbo::Impl::createWrappedQueryCountSql(std::basic_string, std::allocator > const&)'
collect2: ld returned 1 exit status
make[2]: *** [webserver] Error 1
make[1]: *** [CMakeFiles/webserver.dir/all] Error 2
make: *** [all] Error 2
sr. member
Activity: 2106
Merit: 282
👉bit.ly/3QXp3oh | 🔥 Ultimate Launc
Pool at http://89.179.126.88:8081 will be closed at 25Oct with final payout to all users.
newbie
Activity: 19
Merit: 0
This question: on the pool http://89.179.126.88:8081/ I balance 3xpm. Already on maining http://xpmforall.org/. What will happen to the remainder of the balance?
sr. member
Activity: 2106
Merit: 282
👉bit.ly/3QXp3oh | 🔥 Ultimate Launc
ok, install boost random directly (sudo apt-get install libboost-random-dev).
newbie
Activity: 5
Merit: 0
still got the same error:
/usr/bin/ld: cannot find -lboost_random
collect2: ld returned 1 exit status
Pages:
Jump to: