Pages:
Author

Topic: CoiniumServ - open source & high performance pooled mining server software - page 4. (Read 105775 times)

full member
Activity: 238
Merit: 101
 hi guys Got it working, I think im having an issue with payouts. The pools wallet fills up with coins but the server constantly says  [Information] [PaymentProcessor]  No pending payments found. I am mining with a different wallet address. any ideas?
jr. member
Activity: 125
Merit: 2
it was decided. It is a pity that the project is abandoned.
jr. member
Activity: 125
Merit: 2
"Block stats" don't show of finded blocks... What idea?
sr. member
Activity: 401
Merit: 251
Still learning
Some miner aren't compatibile
hero member
Activity: 588
Merit: 500
i have managed to get this up and running at last. now my issue is that some miners can connect and others cant. there is no hard fast rule as to why. i have used multiple accounts registered and re registered as i am using mpos layer. as i say its wholly random as to why
stratum connects ip
stratum authorises the miner.
stratum then complains its disconnected the miner
loops
whilst others can connect it even broadcasts the job to the miner but nothing happens. very frustrating as its not a coin issue or even a set up issue as far as i can tell
newbie
Activity: 12
Merit: 0
I downloaded, compiled and configured CoiniumServ for Linux yesterday and when I try to connect my miner to the pool on my network:

Code:
sgminer -o stratum+tcp://10.10.10.136:4033 -u WALLET -p 1 -k scrypt

I get the following in logs/debug.log:

Code:
10/09/2017 13:10:12 -07:00 [Debug] [StratumServer] [Litecoin] Stratum client connected: "10.10.10.142:52007"
10/09/2017 13:10:28 -07:00 [Debug] [StratumServer] [Litecoin] Stratum client disconnected: "Not Connected!"
10/09/2017 13:10:28 -07:00 [Debug] [StratumServer] [Litecoin] Stratum client connected: "10.10.10.142:52020"

I can confirm that the port is open and working by executing the following command from the same machine as I run the miner:

Code:
$ telnet 10.10.10.136 4033
Trying 10.10.10.136...
Connected to 10.10.10.136.
Escape character is '^]'.

Any help is highly appreciated.
member
Activity: 258
Merit: 10
p.m. me if you make pools...my son is trying to make one on linux, and we are
stuck at the moment, but in time im sure he'll get it..just wondering if someone
here knows how to make a pool, and if so, like to chat....also willing to pay..thanks
copper member
Activity: 970
Merit: 287
Per aspera ad astra
I've added support for some new algos/coins: PHI1612, Skunk, Tribus, X11Gost.
If anyone is interested, drop me a PM.

Code:
_applicationContext.Container.Register(PHI1612).AsMultiInstance();
_applicationContext.Container.Register(Skunk).AsMultiInstance();
_applicationContext.Container.Register(Tribus).AsMultiInstance();
_applicationContext.Container.Register(X11Gost).AsMultiInstance();
full member
Activity: 142
Merit: 100
how can i use coiniumServ with windows 10 ?
full member
Activity: 374
Merit: 101
Hello, is this project still active?
Thank you.

Ok, I think it's abandoned. :-)
full member
Activity: 374
Merit: 101
Hello, is this project still active?
Thank you.
newbie
Activity: 42
Merit: 0
Any chance Segwit support will be added? Getting the following error now :

Code:
New job creation failed: "Support for 'segwit' rule requires explicit client support"
sr. member
Activity: 401
Merit: 251
Still learning
What About the compatibility with other miner?
member
Activity: 166
Merit: 16
Update: Because I couldn't help myself Smiley

So since it seems to be a redis issue (or the way the pool communicates with redis), I started mucking around with the redis conf. Honestly while I normally do "combination lock" theory (I.e. 0-0-1 nope... 0-0-2 nope.. etc...)  I was frustrated and changed everything that had to do with r/w timing or async ANYTHING and I got it to *gasp* work.. kinda.  I found blocks.. they paid to the wallet, but not to the miner, and didn't show as found blocks on the front end. (issue for another day since I'm the only one mining on it for now) after about a day of mining I got that error again. restarted it and ran fine til I shut it down because well.. mining on a worthless coin just because you have the juice for it doesn't pay the electric bill eh?   So after some sleep, I'll get back to it and see if I can't compare the original redis conf file and see what all I changed.. then break it down bit by bit til I see what I did differently this time. 
member
Activity: 166
Merit: 16
Yes, every time I try to mess with this thing. I give up and come back to it at a later time.. only to face this in the end... again. A couple of "potential" solutions were posted somewhere ages ago.. none of which worked.




anyone getting this error?

[Error] [HybridStorage] [coin] An exception occured while comitting share: Cannot write to a BufferedStream while the read buffer is not empty if the underlying stream is not seekable. Ensure that the stream underlying this BufferedStream can seek or avoid interleaving read and write operations on this BufferedStream.
member
Activity: 114
Merit: 10
anyone getting this error?

[Error] [HybridStorage] [coin] An exception occured while comitting share: Cannot write to a BufferedStream while the read buffer is not empty if the underlying stream is not seekable. Ensure that the stream underlying this BufferedStream can seek or avoid interleaving read and write operations on this BufferedStream.
member
Activity: 114
Merit: 10
Its working now , it was because the blocks weren't confirmed yet.
sr. member
Activity: 480
Merit: 250
Got it working, I think im having an issue with payouts. The pools wallet fills up with coins but the server constantly says  [Information] [PaymentProcessor]  No pending payments found. I am mining with a different wallet address. any ideas?


https://github.com/bonesoul/CoiniumServ/issues/533

 Grin
member
Activity: 114
Merit: 10
Got it working, I think im having an issue with payouts. The pools wallet fills up with coins but the server constantly says  [Information] [PaymentProcessor]  No pending payments found. I am mining with a different wallet address. any ideas?
hero member
Activity: 588
Merit: 500
anybody still active in here? i have a few issues. 1 being the dreaded

Code:
An exception occured while comitting share: Cannot write to a BufferedStream while the read buffer is not empty if the underlying stream is not seekable. Ensure that the stream underlying this BufferedStream can seek or avoid interleaving read and write operations on this BufferedStream

think i fixed that but i also have a problem when trying to access page from none local i get a bad host error here is my default conf

https://pastebin.com/frVZnSQ7

https://ghettopool.ddns.net:8081 (ports are forwarded)

woke up to this. stack error! :

https://pastebin.com/UrfnXmEQ
running opn a ubuntu 16.x.x amd a4 apu  Shocked 8gb ram. and a crappy laptop hdd. could it be my os? i also had unomp on it before so not a "clean" distro. i know hardcore ppl will say start fresh but i dont want to have to be re downloading blocks again hahaha

i do think this is a very good attempt at a functional pool. the front end i really like the lay out. i only wish you could use this kind of lay out with mpos
i will keep my eyes on this but for now i am off the wagon back to unomp as this is just painful to my system

Pages:
Jump to: