Bitcoin Forum
April 23, 2024, 01:47:24 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 »  All
  Print  
Author Topic: CoiniumServ - open source & high performance pooled mining server software  (Read 105711 times)
This is a self-moderated topic. If you do not want to be moderated by the person who started this topic, create a new topic.
thor3202
Newbie
*
Offline Offline

Activity: 10
Merit: 0


View Profile
April 15, 2015, 12:36:17 AM
 #261

here is a screen shot of the issue, I used mysql workbench to grant user privileges and still nothing. I not sure where it's going wrong.

https://i.imgur.com/ZJtJAho.png
If you want to be a moderator, report many posts with accuracy. You will be noticed.
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
bobby88
Full Member
***
Offline Offline

Activity: 147
Merit: 100


View Profile
May 08, 2015, 07:32:10 AM
 #262

this shit always trouble and you must take bounty to repair , rebel
lavajumper
Hero Member
*****
Offline Offline

Activity: 873
Merit: 1035


Sexcoin Core Dev Team Member


View Profile
June 13, 2015, 07:28:32 PM
Last edit: June 14, 2015, 12:57:47 AM by lavajumper
 #263

I've written a storage layer for a redis/postgresql hybrid, but I'm having a hell of a time finding where the database gets built ( "CREATE TABLE..." etc. ) Could someone point me in the right direction?

Yes I've done a global search. Is it all in the Migration? I'm NOT a c# guy.

[Edit]Found it.... never mind.

SXC: S7NgcaY5qtjsBpNqdJsYbeTjacwuCUhC2Z | LTC: LVmkQd2T5nffVf1Bum9GzbNTaEQBXxURo9 | BTC: 17H4ut7WeaUkVkNh3UfvQArvsawabmrvg4 | http://sexcoinforum.com | Bitrated user: Lavajumper.
dmz241
Hero Member
*****
Offline Offline

Activity: 519
Merit: 502


View Profile
August 09, 2015, 06:01:01 PM
 #264

Can anyone point me to a tutorial for windows where I can compile this and be able to setup a pool. I just want to learn nothing else.
wargo
Sr. Member
****
Offline Offline

Activity: 472
Merit: 250

Technician


View Profile WWW
August 10, 2015, 07:46:19 AM
 #265

Can anyone point me to a tutorial for windows where I can compile this and be able to setup a pool. I just want to learn nothing else.
https://github.com/int6/CoiniumServ/wiki/Getting-Started:-Windows
Coryvmcs1
Hero Member
*****
Offline Offline

Activity: 659
Merit: 501


View Profile WWW
August 17, 2015, 07:35:04 PM
 #266

Is this project still active?

BlokSpace Mining Pools -  https://blokspace.io | BlokSpace Discord# https://discord.gg/dGAKk9T
coolsd
Newbie
*
Offline Offline

Activity: 24
Merit: 0


View Profile
September 08, 2015, 12:36:59 AM
 #267

An unfinished project
truerue
Full Member
***
Offline Offline

Activity: 156
Merit: 100


View Profile
September 28, 2015, 09:05:59 PM
 #268

I don't know why it was always crash and stop working every couples hours.

the debug log show nothing it is just stop.

i try running it using:

screen mono coiniumserv.exe

and

mono-service coiniumserv.exe

but it is always stop working after a few hours.

Also when can we expect the new release of node.js version.

Thank you.

Have same problem with this pool. Crashes after few hours of mining without errors.

I see that project abandoned, but maybe somebody figured out how to fix it.
alexhiggins732
Newbie
*
Offline Offline

Activity: 16
Merit: 0


View Profile
October 04, 2015, 06:47:24 AM
 #269

So yeah, I have forked this projected and working on it. I tried to contact the original devs to no avail.

Redis just has all kinds of bugs, I will probably end up ripping it out.

Right now, I have refactored all calls to the redis client wrapping them in a (lock) statement... seems to be working so far.

To be fair, that's after about a week of ripping my hair out and mitigating numerous bugs.

Unfortunately, cryptocurrency programming is new to me but fortunately I a quick learner a Luke-JR has plenty of source code and documentation to follow.

I have used this code to set up a NeuCoin mining pool  (I know I am going to get blasted for that but spare me I am a virtual currency newb ) at http://173.61.3.30:3334/

Point is, after several days of working out bug after I bug I was able to get three CPU mining clients to work. Then someone sent an array of 9 grids (of what I don't know) at the pool and I started getting the Redis errors everyone else is referring to.

Not easy hammering out concurrency bugs when 20 M/hps is getting sent your way.

Anyway, after some trial an error it seems that wrapping all calls to the the redis client inside of a lock statement has stabilized things.

Some pointers to anyone starting from scratch from a git pool. Change the target frame to net 4.5 first. Then use the package manager to uninstall and reinstall every package (listed in package.config) so they are updated. The packages in the git are way out of date and have numerous bugs.

As outline previously, you'll have to do a decent amount of configuration with the json config files as while some examples are provided in the source others require you to go to the wiki for examples.

Also, you'll have to be able to run your wallets with RPC enabled and spend some time troubleshooting errors calling the json-rpc.

With NeuCoin, I recieved error after error until I pulled bitCoinLib and send a direct RPC to GetBlockTemplate to the wallet. The wallet itself would crash entering it into the debug console. After that, I had no issue connecting to the daemon.
BittrexCoin
Member
**
Offline Offline

Activity: 117
Merit: 10

BinPool Admin


View Profile
October 13, 2015, 03:45:46 PM
 #270

Hello guys

Need help. After launch node i have error

node example.js
error: [POOL] Daemon reports address is not valid

or maybe please takeme correct settings for  example.js - thanks
newbeecrypto
Full Member
***
Offline Offline

Activity: 213
Merit: 100

HardWork


View Profile WWW
October 15, 2015, 07:42:31 PM
 #271

Need help with CoiniumServ payed version.
Who can help, pm please.
Need install with my coin!

murderouskirk
Hero Member
*****
Offline Offline

Activity: 938
Merit: 1002



View Profile
November 11, 2015, 01:42:34 AM
 #272

Quote
Even better multi-pool & auto-exchange module is being developed which once completed will allow you to setup pools that can pay users in any crypto-currency that can be traded over exchanges.

Hey dev, wonderful project you've got going here. I just discovered it. I was wondering if it's still being actively developed or if it's mostly in the hands of community pull requests at this point? Specifically, I need a service with the feature listed above. Wondering where Coinium stands with this.
.m.
Sr. Member
****
Offline Offline

Activity: 280
Merit: 260



View Profile
January 09, 2016, 06:52:35 PM
 #273

Hi, I was able to compile coinium finally, but I am not C# and it is a bit of a nightmare Wink

Is there anybody willing to cooperate ?

Thanks - PF2016 !


███████████████████████████████████████
███████████████████████████████████████
█████████████████████████████
██████████████████████████
████████████████████████
███████████████████████
█████████████████▐████
███████████████████████
████████████████████████
██████████████████████████
█████████████████████████████
███████████████████████████████████████
███████████████████████████████████████
DECENT
FOUNDATION



██
██
██
██
██
██
██
██
██

██
██
██


[D]ecentralized application
[E]liminated third parties
[C]ontent distribution



██
██
██
██
██
██
██
██
██

██
██
██


[E]ncrypted & secure
[N]o borders
[T]imeless reputation



██
██
██
██
██
██
██
██
██

██
██
██



██
██
██
██
██
██
██
██
██

██
██
██

Coryvmcs1
Hero Member
*****
Offline Offline

Activity: 659
Merit: 501


View Profile WWW
January 13, 2016, 05:51:02 PM
 #274

Is anyone still continuing this project?


BlokSpace Mining Pools -  https://blokspace.io | BlokSpace Discord# https://discord.gg/dGAKk9T
newbeecrypto
Full Member
***
Offline Offline

Activity: 213
Merit: 100

HardWork


View Profile WWW
January 17, 2016, 01:19:35 AM
 #275

Is anyone still continuing this project?


I have buy from they Coiniumserv , but no one help me with it!
They only sell, but nothing more!

ed-ro0t
Newbie
*
Offline Offline

Activity: 13
Merit: 0


View Profile WWW
January 29, 2016, 02:15:26 PM
 #276

Is anyone still continuing this project?


I have buy from they Coiniumserv , but no one help me with it!
They only sell, but nothing more!

aye^
i just did a setup with custom pools, not far from production mode.
maybe i can help you out so whats your problem?
tag4lucy
Newbie
*
Offline Offline

Activity: 14
Merit: 0


View Profile
January 29, 2016, 09:20:20 PM
 #277

Hi everyone,
I was wondering if someone could have a look at my config files and let me know where I have gone. I'm having some trouble and I can't seem to put my finger on it. This install is running on ubuntu server 15.10

Cheers for the help.  Grin

Config.json
Code:
{
    "stack": {
        "name": "Ozminingpool.ml",
        "nodes": [
            {
                "location": "au",
                "address": "127.0.0.1",
                "default": true
            }
        ]
    },
    "statistics": {
        "updateInterval": 60,
        "hashrateWindow": 300
    },
    "website": {
        "enabled": true,
        "bind": "",
        "port": 80,
        "template": "default",
        "feed": "",
        "backend": {
            "metrics": {
                "enabled": false
            }
        }
    },
    "logging": {
        "root": "logs",
        "targets": [
            {
                "enabled": true,
                "type": "file",
                "filename": "server.log",
                "rolling": false,
                "level": "information"
            },
            {
                "enabled": true,
                "type": "file",
                "filename": "debug.log",
                "rolling": false,
                "level": "verbose"
            },
            {
                "enabled": true,
                "type": "packet",
                "filename": "packet.log",
                "rolling": false,
                "level": "verbose"
            }
        ]
    }
}

Default.json
Code:
{
    "daemon": {
        "host": "127.0.0.1",
        "timeout": 5
    },
    "meta": {
        "motd": "Welcome to CoiniumServ pool, enjoy your stay! - http://www.coiniumserv.com",
        "txMessage": "http://www.coiniumserv.com/"
    },
    "payments": {
        "enabled": true,
        "interval": 60,
        "minimum": 0.01
    },
    "miner": {
        "validateUsername": true,
        "timeout": 300
    },
    "job": {
        "blockRefreshInterval": 1000,
        "rebroadcastTimeout": 55
    },
    "stratum": {
        "enabled": true,
        "bind": "192.168.*.***",
        "diff": 16,
        "vardiff": {
            "enabled": true,
            "minDiff": 8,
            "maxDiff": 512,
            "targetTime": 15,
            "retargetTime": 90,
            "variancePercent": 30
        }
    },
    "banning": {
        "enabled": true,
        "duration": 600,
        "invalidPercent": 50,
        "checkThreshold": 100,
        "purgeInterval": 300
    },
    "storage": {
        "hybrid": {
            "enabled": true,
            "redis": {
                "host": "127.0.0.1",
                "port": 6379,
                "password": "",
                "databaseId": 0
            },
            "mysql": {
                "host": "127.0.0.1",
                "port": 3306,
                "user": "******",
                "password": "******"
            }
        },
        "mpos": {
            "enabled": false,
            "mysql": {
                "host": "127.0.0.1",
                "port": 3306,
                "user": "######",
                "password": "######"
            }
        }
    }
}

Goldcoin.json
Code:
{
    "enabled": true,
    "coin": "gold.json",
    "daemon": {
"host": "127.0.0.1",
        "port": 8122,
        "username": "******",
        "password": "******"
    },
    "wallet": {
        "address": "DwnvvTCg6QiP8cN3KRxrB1BerqGgztnFF8"
    },
    "rewards": [
        {
            "": 1
        }
    ],
    "stratum": {
        "port": 3003
    },
    "storage": {
        "hybrid": {
            "mysql": {
                "database": "c0goldcoin"
            }
        }
    }
}
wargo
Sr. Member
****
Offline Offline

Activity: 472
Merit: 250

Technician


View Profile WWW
January 30, 2016, 11:41:45 AM
 #278

What error?
tag4lucy
Newbie
*
Offline Offline

Activity: 14
Merit: 0


View Profile
February 03, 2016, 03:42:44 PM
 #279

What error?
hi mate, sorry for the slow reply (work and life). I have attached attach a screen shot of whats happening, I know that the coin deamon was having some connection issues at the time of the screen shot.

Start Up
https://drive.google.com/file/d/0B_ZqlB5jL86fbDdaSHkxME9JUkE/view?usp=docslist_api

Running
https://drive.google.com/file/d/0B_ZqlB5jL86fTmp2alJ2b3E2M1U/view?usp=docslist_api


Hi everyone,
I was wondering if someone could have a look at my config files and let me know where I have gone. I'm having some trouble and I can't seem to put my finger on it. This install is running on ubuntu server 15.10

Cheers for the help.  Grin

Config.json
Code:
{
    "stack": {
        "name": "Ozminingpool.ml",
        "nodes": [
            {
                "location": "au",
                "address": "127.0.0.1",
                "default": true
            }
        ]
    },
    "statistics": {
        "updateInterval": 60,
        "hashrateWindow": 300
    },
    "website": {
        "enabled": true,
        "bind": "",
        "port": 80,
        "template": "default",
        "feed": "",
        "backend": {
            "metrics": {
                "enabled": false
            }
        }
    },
    "logging": {
        "root": "logs",
        "targets": [
            {
                "enabled": true,
                "type": "file",
                "filename": "server.log",
                "rolling": false,
                "level": "information"
            },
            {
                "enabled": true,
                "type": "file",
                "filename": "debug.log",
                "rolling": false,
                "level": "verbose"
            },
            {
                "enabled": true,
                "type": "packet",
                "filename": "packet.log",
                "rolling": false,
                "level": "verbose"
            }
        ]
    }
}

Default.json
Code:
{
    "daemon": {
        "host": "127.0.0.1",
        "timeout": 5
    },
    "meta": {
        "motd": "Welcome to CoiniumServ pool, enjoy your stay! - http://www.coiniumserv.com",
        "txMessage": "http://www.coiniumserv.com/"
    },
    "payments": {
        "enabled": true,
        "interval": 60,
        "minimum": 0.01
    },
    "miner": {
        "validateUsername": true,
        "timeout": 300
    },
    "job": {
        "blockRefreshInterval": 1000,
        "rebroadcastTimeout": 55
    },
    "stratum": {
        "enabled": true,
        "bind": "192.168.*.***",
        "diff": 16,
        "vardiff": {
            "enabled": true,
            "minDiff": 8,
            "maxDiff": 512,
            "targetTime": 15,
            "retargetTime": 90,
            "variancePercent": 30
        }
    },
    "banning": {
        "enabled": true,
        "duration": 600,
        "invalidPercent": 50,
        "checkThreshold": 100,
        "purgeInterval": 300
    },
    "storage": {
        "hybrid": {
            "enabled": true,
            "redis": {
                "host": "127.0.0.1",
                "port": 6379,
                "password": "",
                "databaseId": 0
            },
            "mysql": {
                "host": "127.0.0.1",
                "port": 3306,
                "user": "******",
                "password": "******"
            }
        },
        "mpos": {
            "enabled": false,
            "mysql": {
                "host": "127.0.0.1",
                "port": 3306,
                "user": "######",
                "password": "######"
            }
        }
    }
}

Goldcoin.json
Code:
{
    "enabled": true,
    "coin": "gold.json",
    "daemon": {
"host": "127.0.0.1",
        "port": 8122,
        "username": "******",
        "password": "******"
    },
    "wallet": {
        "address": "DwnvvTCg6QiP8cN3KRxrB1BerqGgztnFF8"
    },
    "rewards": [
        {
            "": 1
        }
    ],
    "stratum": {
        "port": 3003
    },
    "storage": {
        "hybrid": {
            "mysql": {
                "database": "c0goldcoin"
            }
        }
    }
}
wargo
Sr. Member
****
Offline Offline

Activity: 472
Merit: 250

Technician


View Profile WWW
February 03, 2016, 09:11:09 PM
 #280

Do you have configured mysql properly? And how many connections coin client has?
Pages: « 1 2 3 4 5 6 7 8 9 10 11 12 13 [14] 15 16 17 18 19 20 »  All
  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!