CoiniumServ
CoiniumServ copied to clipboard
Coinium Serv does not connect properly to Peercoin .
I am having problems with coiniumserv in windows 7. i installed coinium no problem and am using peercoin. The connections seem okay when I start coinium up but peercoin is not getting any new blocks or work . When i run peercoind it does not seem to connect to the server When i run peercoin-qt i get the results described above. I triued to insert some screenshots but this system is not letting me. My config files are listed below. [u][b] peercoin.conf[/b][/u] rpcwallet=mywalletaddress rpcuser=myusername rpcpassword=mypassword rpcallowip=127.0.0.1 rpcallowip=192.168.1.23 rpcallowip=192.168.1.32 rpcallowip=192.168.1.1 rpcallowip=192.168.1.77 addnode=192.168.1.77 addnode=192.168.1.32 addnode=127.0.0.1 addnode=192.168.1.1 rpcport=9333 gen=1 getwork=1 listen=1 daemon=1 server=1 maxconnections=250
Coiniumserv Config Files pool.conf { "enabled": true, "coin": "peercoin.json", "daemon": { "host": "127.0.0.1", "port": 9333, "username": "user", "password": "pass" }, "wallet": { "address": "[payment address]" }, "rewards": [ { "[paymentaddress]": 1 } ], "stratum": { "port": 3333 }, "storage": { "hybrid": { "mysql": { "database": "mysql", "username": "user", "password": "pass" } } } }
Config.conf { "stack": { "name": "CoiniumServ.com", "nodes": [ { "location": "us", "address": "192.168.1.32", "default": true } ] }, "statistics": { "updateInterval": 30, "hashrateWindow": 60 }, "website": { "enabled": true, "bind": "192.168.1.32", "port": 8020, "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.conf { "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": 30, "minimum": 0.01 }, "miner": { "validateUsername": true, "timeout": 300 }, "job": { "blockRefreshInterval": 100, "rebroadcastTimeout": 55 }, "stratum": { "enabled": true, "bind": "", "port": 3333, "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, "user": "user", "password": "pass", "database": "mysql" }, "mysql": { "host": "192.168.1.32", "port": 3306, "user": "user", "password": "pass" } }, "mpos": { "enabled": false, "mysql": { "host": "127.0.0.1", "port": 3306, "user": "user", "password": "pass" } } } }
All the connections for storage connect to the pool fine. the pool picks up the data from the peercoin network for difficults, network hash rate, etc..., just will not get new blocks/work and the website does not show the hash rate for my miner when i connect it, only shows that i have 1 miner connected
rpcport=9902 for peercoin