Pages:
Author

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

newbie
Activity: 38
Merit: 0
This software is OK but not really supported. There aren't any real full stack modern open source solutions anymore.  Closest you will get is Miningcore stratum server but there isn't a proper UI for it yet, just some static site with javascript - take a look at my site to see how it looks, but I'm going to write my own custom UI and if you can't do the same I think you are stuffed unless you want to license my (or others) services.
newbie
Activity: 3
Merit: 0

Bump.   

Anyone running the tpruvot fork of yiimp?   is it stable?  good support?  etc.

Thanks, Maxx
newbie
Activity: 3
Merit: 0

Is this software will actively supported?   I see that the author announced the netgen software HypePool back in June 2017 but appears to still be in development.

What is everyone else using?  Looking for something that's stable and is actively supported by the developer/community.  Any recommendation of what to look at or not look at?

Thanks,
Maxx
tio
jr. member
Activity: 133
Merit: 7
is this project still opened? is anybodies still using this?
newbie
Activity: 5
Merit: 0
Hello Dear autor. Can u help me with CoinumServ?
I am looking to support Equihash algo at ur project.
How i can add this algo?
I try run CoinumServ and see error:
[Error] [CoinOptions] [global] Error loading block explorer options: 'string' does not contain a definition for 'block'
14:23:11 [Error] [Pool] [Bitcoin Gold] Unknown hash algorithm: equihash, pool initilization failed
Tnx
newbie
Activity: 37
Merit: 0
Can anybody help me with this error?

[Error] [Pool] [COIN] Pool initilization failed; System.Exception: There was a problem deserializing the response from the coin wallet. ---> Newtonsoft.Json.JsonReaderException: Unexpected character encountered while parsing value: {. Path 'error', line 1, position 24.

I have another coin working without any issue
but the second coin ( the one above ) keeps giving me this error

Running the software using mono CoiniumServ.exe
newbie
Activity: 38
Merit: 0
This pool server was extremely simple to install and get working, even on Linux with the latest code requiring .NET 4.7.  The code seems well written and performant, and updated regularly. All major algorithms are supported, and adding additional support seems simple.

The UI lacks features of other pool software (autorefresh, graphs, etc.) but other than that I can't understand why this pool server is so unpopular?

Anybody know why this software seems to be completely ignored?
newbie
Activity: 7
Merit: 0
[Error] [PoolManager] [global] Error recaching statistics; The method or operation is not implemented.

anyone know how to fix this error?
newbie
Activity: 7
Merit: 0
I'm running ubuntu 16.04 but failed the compile the sources.

https://ibb.co/g8ZNi7
just run
$nuget restore
newbie
Activity: 21
Merit: 0
Is there a pool working?
newbie
Activity: 2
Merit: 0
I'm running ubuntu 16.04 but failed the compile the sources.

https://ibb.co/g8ZNi7
newbie
Activity: 2
Merit: 0
Quote
You can always run Windows Subsystem for Linux (WSL) and then install whatever you like Cheesy
https://docs.microsoft.com/en-us/windows/wsl/install-on-server

yeah I know lol, but then I would have to start from scratch. and it takes forever to download the blockchain.  Plus, I am running 2012 which don't have it.
sr. member
Activity: 349
Merit: 250
Got this compiled, running with litecoin (some issues still ironing out).  But for the life of me I cannot figure out how to make it do multiple pools.  I'm running a windows server so don't make suggestions for another pool unless it will run on windows server.

You can always run Windows Subsystem for Linux (WSL) and then install whatever you like Cheesy
https://docs.microsoft.com/en-us/windows/wsl/install-on-server
newbie
Activity: 2
Merit: 0
Got this compiled, running with litecoin (some issues still ironing out).  But for the life of me I cannot figure out how to make it do multiple pools.  I'm running a windows server so don't make suggestions for another pool unless it will run on windows server.
sr. member
Activity: 349
Merit: 250
Can anyone shed some light on these out of memory error messages?

newbie
Activity: 1
Merit: 0
@ViperGuyMike homie can you help me setup ConiumServ on ubuntu. I am facing errors while compiling binaries. help me out with this. tell me each and every step how you setuped you CoiniumServ
newbie
Activity: 18
Merit: 0
Hello
there anyone can setup this server for I will pay for the work please let me know
I have be trying to setup it but not to good on this please PM me with the price and availability to setup it for me I give access with Teamviewer and I need to know if better on Windows Server 2016  Or Ubuntu Server 16.4
jr. member
Activity: 126
Merit: 2
Hey guys, I have been working on getting CoiniumServ up and running for a couple days. I have the webserver up and running, but CoiniumServ connections are refused by the HTMLcoin daemon, so we get no coin info. After reading up on the html daemon, it looks like it may be due to the fact that the htmlcoin-cli now handles the RPC calls instead of the htmlcoind. I have tried every little trick I can think of to get it to connect without any success. Has anyone figured out a work around for this, or would the pros argue that I have a different cause? Thank-you in advance for any help or suggestions!

-Mike
member
Activity: 104
Merit: 10
I ran a fresh compile and I get the following error when running the .exe on Windows.

It would appear that it does not link to the correct directory when compiled.

https://i.imgur.com/kk8huzi.png

Quote
12/10/2017 17:07:23 +00:00 [Error] [WebServer] [global] Invalid template path for web-server given; Could not find a part of the path 'C:\Users\marti\Downloads\CoiniumServ-develop\src\Tests\src\CoiniumServ\web\default'.

If I move the web folder to the location there is no longer an error on statup but the web interface will not load?

Quote
Could not locate your error view! Details: Unable to locate view 'error'
Currently available view engine extensions: sshtml,html,htm
Locations inspected: views//error-en-GB,views//error,/error-en-GB,/error,views/error-en-GB,views/error,error-en-GB,error
Root path: C:\Users\marti\Downloads\CoiniumServ-develop\src\Tests\src\CoiniumServ\web\default
If you were expecting raw data back, make sure you set the 'Accept'-header of the request to correct format, for example 'application/json'

folder CoiniumServ \ Config ... there should be 5 files coin.json, config.json, daemons.json, YouCoin.json, software.json
folder CoiniumServ \ Config \ pools ... there must be 2 files default.json, pool.json
Configure them and everything will work.
member
Activity: 104
Merit: 10
I ran a fresh compile and I get the following error when running the .exe on Windows.

It would appear that it does not link to the correct directory when compiled.

https://i.imgur.com/kk8huzi.png

Quote
12/10/2017 17:07:23 +00:00 [Error] [WebServer] [global] Invalid template path for web-server given; Could not find a part of the path 'C:\Users\marti\Downloads\CoiniumServ-develop\src\Tests\src\CoiniumServ\web\default'.

If I move the web folder to the location there is no longer an error on statup but the web interface will not load?

Quote
Could not locate your error view! Details: Unable to locate view 'error'
Currently available view engine extensions: sshtml,html,htm
Locations inspected: views//error-en-GB,views//error,/error-en-GB,/error,views/error-en-GB,views/error,error-en-GB,error
Root path: C:\Users\marti\Downloads\CoiniumServ-develop\src\Tests\src\CoiniumServ\web\default
If you were expecting raw data back, make sure you set the 'Accept'-header of the request to correct format, for example 'application/json'

A, cкoнфигypиpoвaл ты eгo пpaвильнo? У, мeня тaкaя жe oшибкa былa, cкoнфигypиpoвaл и вce cтaлo нopмaльнo
Did you configure it correctly? U, I had the same mistake, configured and everything was fine
Pages:
Jump to: