Bitcoin Forum
May 05, 2024, 09:56:02 PM *
News: Latest Bitcoin Core release: 27.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 »
  Print  
Author Topic: Open Source XPM Pool + GPU Miner (aka. madPrimeMiner)  (Read 63418 times)
primer10
Sr. Member
****
Offline Offline

Activity: 249
Merit: 250


View Profile
May 14, 2014, 11:20:54 PM
 #201

@SuperComputing, thanks for sharing ! Pls post your address  Smiley
1714946162
Hero Member
*
Offline Offline

Posts: 1714946162

View Profile Personal Message (Offline)

Ignore
1714946162
Reply with quote  #2

1714946162
Report to moderator
1714946162
Hero Member
*
Offline Offline

Posts: 1714946162

View Profile Personal Message (Offline)

Ignore
1714946162
Reply with quote  #2

1714946162
Report to moderator
1714946162
Hero Member
*
Offline Offline

Posts: 1714946162

View Profile Personal Message (Offline)

Ignore
1714946162
Reply with quote  #2

1714946162
Report to moderator
Be very wary of relying on JavaScript for security on crypto sites. The site can change the JavaScript at any time unless you take unusual precautions, and browsers are not generally known for their airtight security.
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1714946162
Hero Member
*
Offline Offline

Posts: 1714946162

View Profile Personal Message (Offline)

Ignore
1714946162
Reply with quote  #2

1714946162
Report to moderator
1714946162
Hero Member
*
Offline Offline

Posts: 1714946162

View Profile Personal Message (Offline)

Ignore
1714946162
Reply with quote  #2

1714946162
Report to moderator
1714946162
Hero Member
*
Offline Offline

Posts: 1714946162

View Profile Personal Message (Offline)

Ignore
1714946162
Reply with quote  #2

1714946162
Report to moderator
ivanlabrie
Hero Member
*****
Offline Offline

Activity: 812
Merit: 1000



View Profile
May 15, 2014, 12:24:23 AM
 #202

Supercomputing, that's amazing man!

Thanks...
ozzy1926
Sr. Member
****
Offline Offline

Activity: 378
Merit: 250


View Profile
May 15, 2014, 12:56:03 AM
Last edit: May 15, 2014, 01:23:51 AM by ozzy1926
 #203

Hi guys,

I am very confused now... So it seems maxmad will not be making solominer.

Which miner is recommended to use now? xpmminer or maxmad's xpmclient?

And what pool to use? eXtremal's private pool (5%) or should I compile maxmad's xpmpool? Which miner works for eXtremal's pool?
I don't need a detailed guide but even after compiling xpmpool's successfully there are prestsql user/role to set and not successful to initDb...

Thanks!

P.S. To MaxMad, I've just sent the 4.87XPM I mined with your server last week to you, which are all I've got in the wallet Cheesy
I need to get the miner working to donate more  Grin

I hope madmax is working on this: https://bitcointalk.org/index.php?topic=602292.msg6689199#msg6689199

As for those who wants it now, you could either use eXtremal's pool, compile xpmpool or get SuperComputing to share his code/binary:


How to convert the Pool Sever into a Solo Pool Server -  without a web/database server.

Please make the following changes in the pool.cpp file and recompile:
.../xpmpool-master/primeserver/src/pool.cpp

Comment out the following code:

Line 30: //mBackend = 0;
Line 94: //mBackend = zsocket_new(ctx, ZMQ_DEALER);
Line 100: //zsocket_set_sndhwm(mBackend, 1*1000*1000);
Line 113: //err = zsocket_connect(mBackend, "tcp://localhost:8888");
Line 150: //zsocket_destroy(ctx, mBackend);
Line 344: //SendData(iter->second, mBackend);
Line 367: //SendData(mData, mBackend);
Line 569: //SendData(mData, mBackend);
Line 698: //mBackend = new PoolBackend(pwallet);
Line 750: //delete mBackend;

Change the following code as shown below:

Line 709: mMinShare = 7;//mBackend->Settings().MinShare;
Line 710: mTarget = 10;//mBackend->Settings().Target;

Recompile the pool server and you can now solo mine. Configure xpmclient miner with your XPM payout address (not used - key pool from your wallet.dat file will be used as usual)

Happy Mining
where is this pool.cpp file?

edit i find https://github.com/madMAx43v3r/xpmpool/blob/master/primeserver/src/pool.cpp  so after changing these what should i do?
LongAndShort
Legendary
*
Offline Offline

Activity: 1078
Merit: 1050


View Profile
May 15, 2014, 02:25:36 AM
 #204

Hi guys,

I am very confused now... So it seems maxmad will not be making solominer.

Which miner is recommended to use now? xpmminer or maxmad's xpmclient?

And what pool to use? eXtremal's private pool (5%) or should I compile maxmad's xpmpool? Which miner works for eXtremal's pool?
I don't need a detailed guide but even after compiling xpmpool's successfully there are prestsql user/role to set and not successful to initDb...

Thanks!

P.S. To MaxMad, I've just sent the 4.87XPM I mined with your server last week to you, which are all I've got in the wallet Cheesy
I need to get the miner working to donate more  Grin

I hope madmax is working on this: https://bitcointalk.org/index.php?topic=602292.msg6689199#msg6689199

As for those who wants it now, you could either use eXtremal's pool, compile xpmpool or get SuperComputing to share his code/binary:


How to convert the Pool Sever into a Solo Pool Server -  without a web/database server.

Please make the following changes in the pool.cpp file and recompile:
.../xpmpool-master/primeserver/src/pool.cpp

Comment out the following code:

Line 30: //mBackend = 0;
Line 94: //mBackend = zsocket_new(ctx, ZMQ_DEALER);
Line 100: //zsocket_set_sndhwm(mBackend, 1*1000*1000);
Line 113: //err = zsocket_connect(mBackend, "tcp://localhost:8888");
Line 150: //zsocket_destroy(ctx, mBackend);
Line 344: //SendData(iter->second, mBackend);
Line 367: //SendData(mData, mBackend);
Line 569: //SendData(mData, mBackend);
Line 698: //mBackend = new PoolBackend(pwallet);
Line 750: //delete mBackend;

Change the following code as shown below:

Line 709: mMinShare = 7;//mBackend->Settings().MinShare;
Line 710: mTarget = 10;//mBackend->Settings().Target;

Recompile the pool server and you can now solo mine. Configure xpmclient miner with your XPM payout address (not used - key pool from your wallet.dat file will be used as usual)

Happy Mining
where is this pool.cpp file?

edit i find https://github.com/madMAx43v3r/xpmpool/blob/master/primeserver/src/pool.cpp  so after changing these what should i do?

Are you trolling? It clearly says what to do
ivanlabrie
Hero Member
*****
Offline Offline

Activity: 812
Merit: 1000



View Profile
May 15, 2014, 02:41:18 AM
 #205

That's the guy who actively wanted to bring this pool down with DDOS and whatnot...or at least he claimed to be.
primer10
Sr. Member
****
Offline Offline

Activity: 249
Merit: 250


View Profile
May 15, 2014, 03:14:30 AM
 #206

That's the guy who actively wanted to bring this pool down with DDOS and whatnot...or at least he claimed to be.

Yes. Rather unfortunate to have such individuals in this world.

SpeedDemon13
Hero Member
*****
Offline Offline

Activity: 518
Merit: 500



View Profile WWW
May 15, 2014, 03:42:27 AM
 #207

That's the guy who actively wanted to bring this pool down with DDOS and whatnot...or at least he claimed to be.

Yes. Rather unfortunate to have such individuals in this world.



He was cheering for madMAx's pool to go down, now he wants help with the solo miner. That's irony in it self, really ungrateful.

CRYPTSY exchange: https://www.cryptsy.com/users/register?refid=9017 BURST= BURST-TE3W-CFGH-7343-6VM6R BTC=1CNsqGUR9YJNrhydQZnUPbaDv6h4uaYCHv ETH=0x144bc9fe471d3c71d8e09d58060d78661b1d4f32 SHF=0x13a0a2cb0d55eca975cf2d97015f7d580ce52d85 EXP=0xd71921dca837e415a58ca0d6dd2223cc84e0ea2f SC=6bdf9d12a983fed6723abad91a39be4f95d227f9bdb0490de3b8e5d45357f63d564638b1bd71 CLAMS=xGVTdM9EJpNBCYAjHFVxuZGcqvoL22nP6f SOIL=0x8b5c989bc931c0769a50ecaf9ffe490c67cb5911
user2
Member
**
Offline Offline

Activity: 92
Merit: 10


View Profile
May 15, 2014, 06:03:49 AM
 #208

That's the guy who actively wanted to bring this pool down with DDOS and whatnot...or at least he claimed to be.

Yes. Rather unfortunate to have such individuals in this world.



He was cheering for madMAx's pool to go down, now he wants help with the solo miner. That's irony in it self, really ungrateful.

You can't even downvote MF.

▒ NOW token ▒ by ChangeNOW ▒ Get the WIN! ▒
ChangeNOW - an instant Non-custodial Exchange Service  (( changenow.io ))
Whitepaper  ▓  Telegram  ▓  Twitter  ▓  Facebook  ▓  Medium  ▓  Reddit  ▓  Bounty Thread
ozzy1926
Sr. Member
****
Offline Offline

Activity: 378
Merit: 250


View Profile
May 15, 2014, 06:39:24 AM
 #209

lol thats funny here is the private pool adress     Grin  :  http://89.179.126.88:8081
LongAndShort
Legendary
*
Offline Offline

Activity: 1078
Merit: 1050


View Profile
May 15, 2014, 06:58:01 AM
 #210

lol thats funny here is the private pool adress     Grin  :  http://89.179.126.88:8081

You are a lot weird you know that right
ozzy1926
Sr. Member
****
Offline Offline

Activity: 378
Merit: 250


View Profile
May 15, 2014, 07:01:40 AM
 #211

lol thats funny here is the private pool adress     Grin  :  http://89.179.126.88:8081

You are a lot weird you know that right
why dont you just join ypool   Grin  ?
LongAndShort
Legendary
*
Offline Offline

Activity: 1078
Merit: 1050


View Profile
May 15, 2014, 07:07:01 AM
 #212

lol thats funny here is the private pool adress     Grin  :  http://89.179.126.88:8081

You are a lot weird you know that right
why dont you just join ypool   Grin  ?

Because i have my own pool! why don't you just go get some help with your mind.

You are clearly unwell and by clearly, i mean, you think you are fine but everyone can see you are not
eXtremal
Sr. Member
****
Offline Offline

Activity: 2106
Merit: 282


👉bit.ly/3QXp3oh | 🔥 Ultimate Launc


View Profile WWW
May 15, 2014, 07:15:28 AM
 #213

lol thats funny here is the private pool adress     Grin  :  http://89.179.126.88:8081
What's your interest to publish pool address?
Yesterday I post something mining statistics, now we have another statistics, 1 rat from ~20-25 users - 4-5% rats  Grin

To all: difficulty more than 10.95, move please to 11ch version, after 24 hours accounting will be adjusted. A big part of shared produces by 10ch version are empty now.

TONUP██
██
██
██
██
██
██
██
██
██
██
██
██
██
██
██
██
██
██
██
██
██
██
██
██
██
▄▄███████▄▄
▄▄███████████████▄▄
▄███████████████████▄
▄█████▄░▄▄▀█████▀▄████▄
▄███████▄▀█▄▀██▀▄███████▄
█████████▄▀█▄▀▄██████████
██████████▄▀█▄▀██████████
██████████▀▄▀█▄▀█████████
▀███████▀▄██▄▀█▄▀███████▀
▀████▀▄█████▄▀▀░▀█████▀
▀███████████████████▀
▀▀███████████████▀▀
▀▀███████▀▀
▄▄▄███████▄▄▄
▄▄███████████████▄▄
▄███████████████████▄
▄██████████████▀▀█████▄
▄██████████▀▀█████▐████▄
██████▀▀████▄▄▀▀█████████
████▄▄███▄██▀█████▐██████
█████████▀██████████████
▀███████▌▐██████▐██████▀
▀███████▄▄███▄████████▀
▀███████████████████▀
▀▀███████████████▀▀
▀▀▀███████▀▀▀
▄▄▄███████▄▄▄
▄▄███████████████▄▄
▄███████████████████▄
▄█████████████████████▄
▄████▀▀███▀▀███▀▀██▀███▄
████▀███████▀█▀███▀█████
██████████████████████
████▄███████▄█▄███▄█████
▀████▄▄███▄▄███▄▄██▄███▀
▀█████████████████████▀
▀███████████████████▀
▀▀███████████████▀▀
▀▀▀███████▀▀▀
████████
██
██
██
██
██
██
██
██
██
██
██
████████
████████████████████████████████████████████████████████████████████████████████
.
JOIN NOW
.
████████████████████████████████████████████████████████████████████████████████
████████
██
██
██
██
██
██
██
██
██
██
██
████████
primer10
Sr. Member
****
Offline Offline

Activity: 249
Merit: 250


View Profile
May 15, 2014, 07:31:07 AM
 #214

lol thats funny here is the private pool adress     Grin  :  http://89.179.126.88:8081

You are a lot weird you know that right
why dont you just join ypool   Grin  ?

Because i have my own pool! why don't you just go get some help with your mind.

You are clearly unwell and by clearly, i mean, you think you are fine but everyone can see you are not

He is clearly unwell. He is asking ppl to join ypool yet ypool's jh00 said he tried to ddos them as well and jh00 has blocked his ID.

ozzy1926
Sr. Member
****
Offline Offline

Activity: 378
Merit: 250


View Profile
May 15, 2014, 09:17:03 AM
 #215

lol thats funny here is the private pool adress     Grin  :  http://89.179.126.88:8081

You are a lot weird you know that right
why dont you just join ypool   Grin  ?

Because i have my own pool! why don't you just go get some help with your mind.

You are clearly unwell and by clearly, i mean, you think you are fine but everyone can see you are not

He is clearly unwell. He is asking ppl to join ypool yet ypool's jh00 said he tried to ddos them as well and jh00 has blocked his ID.


lol i didnt ddos ypool and why should i?After many ddos atacks he bought a well protected firewall.Btw  jh00 tried to scam people before and he cried me about it.Now he tries do the same thing with xpm.If you dont belive come to ypool chat and check how many people complain:They cant get cashout their xpms for 5 days at least.I dont know what will be his excuse this time.Btw he cant block me Cheesy
LongAndShort
Legendary
*
Offline Offline

Activity: 1078
Merit: 1050


View Profile
May 15, 2014, 09:20:48 AM
 #216

meh i'm just putting this guy on ignore and moving on i really don't need to see his dribble.

Either its a culture disconnection and or a language barrier. Whatever it is i think the guy is unstable and i really don't wanna entertain it anymore if you ignore them they usually go away
Romulo
Newbie
*
Offline Offline

Activity: 42
Merit: 0


View Profile
May 15, 2014, 01:10:21 PM
 #217

I am trying to get the server figured out, but would prefer a solo version with no fees.  Is anyone working on this?
qiufeng
Newbie
*
Offline Offline

Activity: 59
Merit: 0


View Profile
May 15, 2014, 01:43:33 PM
 #218

need primeserver and webserver use the same database and user?
eXtremal
Sr. Member
****
Offline Offline

Activity: 2106
Merit: 282


👉bit.ly/3QXp3oh | 🔥 Ultimate Launc


View Profile WWW
May 15, 2014, 02:06:12 PM
 #219

need primeserver and webserver use the same database and user?
Same database, users can be different.

TONUP██
██
██
██
██
██
██
██
██
██
██
██
██
██
██
██
██
██
██
██
██
██
██
██
██
██
▄▄███████▄▄
▄▄███████████████▄▄
▄███████████████████▄
▄█████▄░▄▄▀█████▀▄████▄
▄███████▄▀█▄▀██▀▄███████▄
█████████▄▀█▄▀▄██████████
██████████▄▀█▄▀██████████
██████████▀▄▀█▄▀█████████
▀███████▀▄██▄▀█▄▀███████▀
▀████▀▄█████▄▀▀░▀█████▀
▀███████████████████▀
▀▀███████████████▀▀
▀▀███████▀▀
▄▄▄███████▄▄▄
▄▄███████████████▄▄
▄███████████████████▄
▄██████████████▀▀█████▄
▄██████████▀▀█████▐████▄
██████▀▀████▄▄▀▀█████████
████▄▄███▄██▀█████▐██████
█████████▀██████████████
▀███████▌▐██████▐██████▀
▀███████▄▄███▄████████▀
▀███████████████████▀
▀▀███████████████▀▀
▀▀▀███████▀▀▀
▄▄▄███████▄▄▄
▄▄███████████████▄▄
▄███████████████████▄
▄█████████████████████▄
▄████▀▀███▀▀███▀▀██▀███▄
████▀███████▀█▀███▀█████
██████████████████████
████▄███████▄█▄███▄█████
▀████▄▄███▄▄███▄▄██▄███▀
▀█████████████████████▀
▀███████████████████▀
▀▀███████████████▀▀
▀▀▀███████▀▀▀
████████
██
██
██
██
██
██
██
██
██
██
██
████████
████████████████████████████████████████████████████████████████████████████████
.
JOIN NOW
.
████████████████████████████████████████████████████████████████████████████████
████████
██
██
██
██
██
██
██
██
██
██
██
████████
qiufeng
Newbie
*
Offline Offline

Activity: 59
Merit: 0


View Profile
May 15, 2014, 02:56:16 PM
 #220

need primeserver and webserver use the same database and user?
Same database, users can be different.
got it thank you
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 »
  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!