Bitcoin Forum
May 01, 2024, 11:11:58 AM *
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 105714 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.
tag4lucy
Newbie
*
Offline Offline

Activity: 14
Merit: 0


View Profile
February 08, 2016, 12:33:06 PM
 #281

Do you have configured mysql properly? And how many connections coin client has?

Hi wargo,
Hope you had a good weekend, I have one coin deamon running (i wanted to get one right first). The mysql db, all i did was create the db and i don't know what configurations/permissions are need after that.
"Bitcoin: the cutting edge of begging technology." -- Giraffe.BTC
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1714561918
Hero Member
*
Offline Offline

Posts: 1714561918

View Profile Personal Message (Offline)

Ignore
1714561918
Reply with quote  #2

1714561918
Report to moderator
1714561918
Hero Member
*
Offline Offline

Posts: 1714561918

View Profile Personal Message (Offline)

Ignore
1714561918
Reply with quote  #2

1714561918
Report to moderator
1714561918
Hero Member
*
Offline Offline

Posts: 1714561918

View Profile Personal Message (Offline)

Ignore
1714561918
Reply with quote  #2

1714561918
Report to moderator
helipotte
Hero Member
*****
Offline Offline

Activity: 650
Merit: 500


Pick and place? I need more coffee.


View Profile
March 29, 2016, 05:32:49 AM
 #282

How would one go about removing the Cryptsy references?  Since that exchange is now defunct.  Might try to add Cryptopia instead.
larocfra
Newbie
*
Offline Offline

Activity: 32
Merit: 0


View Profile
April 18, 2016, 07:05:09 PM
 #283

I am having problem with Peercoin

this is the MSG I get

 [Error] [NetworkInfo] [Peercoin] Can not read getinfo(): Error getting response stream (ReadDone2): ReceiveFailure
 [Error] [NetworkInfo] [Peercoin] Can not read getmininginfo(): Error getting response stream (ReadDone2): ReceiveFailure
 [Error] [NetworkInfo] [Peercoin] Can not read getblocktemplate(): Error getting response stream (ReadDone2): ReceiveFailure

if I remove rpcssl=1 in the ppcoin.conf

FYI .cert and perm are created in the .ppcoin directory

I get this error

[Error] [Pool] [Peercoin] Pool initilization failed; Nancy.TinyIoc.TinyIoCResolutionException: Unable to resolve type: CoiniumServ.Pools.INetworkInfo ---> Nancy.TinyIoc.TinyIoCResolutionException: Unable to resolve type: CoiniumServ.Pools.NetworkInfo ---> System.Exception: There was a problem deserializing the response from the coin wallet. ---> Newtonsoft.Json.JsonReaderException: Error reading string. Unexpected token: StartObject. Path 'error', line 1, position 24.
  at Newtonsoft.Json.JsonReader.ReadAsStringInternal () <0x41c55a90 + 0x0030f> in <filename unknown>:0
  at Newtonsoft.Json.JsonTextReader.ReadAsString () <0x41c55a60 + 0x0000f> in <filename unknown>:0
  at Newtonsoft.Json.Serialization.JsonSerializerInternalReader.ReadForType (Newtonsoft.Json.JsonReader reader, Newtonsoft.Json.Serialization.JsonContract contract, Boolean hasConverter) <0x41a34fa0 + 0x000f8> in <filename unknown>:0
  at Newtonsoft.Json.Serialization.JsonSerializerInternalReader.ResolvePropertyAndCr eatorValues (Newtonsoft.Json.Serialization.JsonObjectContract contract, Newtonsoft.Json.Serialization.JsonProperty containerProperty, Newtonsoft.Json.JsonReader reader, System.Type objectType, IDictionary`2& extensionData) <0x41c55280 + 0x0029f> in <filename unknown>:0
  at Newtonsoft.Json.Serialization.JsonSerializerInternalReader.CreateObjectUsingCre atorWithParameters (Newtonsoft.Json.JsonReader reader, Newtonsoft.Json.Serialization.JsonObjectContract contract, Newtonsoft.Json.Serialization.JsonProperty containerProperty, Newtonsoft.Json.Serialization.ObjectConstructor`1 creator, System.String id) <0x41c539a0 + 0x004eb> in <filename unknown>:0
  at Newtonsoft.Json.Serialization.JsonSerializerInternalReader.CreateNewObject (Newtonsoft.Json.JsonReader reader, Newtonsoft.Json.Serialization.JsonObjectContract objectContract, Newtonsoft.Json.Serialization.JsonProperty containerMember, Newtonsoft.Json.Serialization.JsonProperty containerProperty, System.String id, System.Boolean& createdFromNonDefaultCreator) <0x41c53720 + 0x0017b> in <filename unknown>:0
  at Newtonsoft.Json.Serialization.JsonSerializerInternalReader.CreateObject (Newtonsoft.Json.JsonReader reader, System.Type objectType, Newtonsoft.Json.Serialization.JsonContract contract, Newtonsoft.Json.Serialization.JsonProperty member, Newtonsoft.Json.Serialization.JsonContainerContract containerContract, Newtonsoft.Json.Serialization.JsonProperty containerMember, System.Object existingValue) <0x41a36cf0 + 0x0046f> in <filename unknown>:0
  at Newtonsoft.Json.Serialization.JsonSerializerInternalReader.CreateValueInternal (Newtonsoft.Json.JsonReader reader, System.Type objectType, Newtonsoft.Json.Serialization.JsonContract contract, Newtonsoft.Json.Serialization.JsonProperty member, Newtonsoft.Json.Serialization.JsonContainerContract containerContract, Newtonsoft.Json.Serialization.JsonProperty containerMember, System.Object existingValue) <0x41a36770 + 0x000cf> in <filename unknown>:0
  at Newtonsoft.Json.Serialization.JsonSerializerInternalReader.Deserialize (Newtonsoft.Json.JsonReader reader, System.Type objectType, Boolean checkAdditionalContent) <0x41a20b80 + 0x001e7> in <filename unknown>:0
  --- End of inner exception stack trace ---
  at CoiniumServ.Daemon.DaemonBase.GetRpcResponse[T] (System.Net.HttpWebRequest httpWebRequest) <0x41c197a0 + 0x00133> in <filename unknown>:0
  at CoiniumServ.Daemon.DaemonBase.MakeRpcRequest[T] (CoiniumServ.Daemon.DaemonRequest walletRequest) <0x41bfeef0 + 0x0003b> in <filename unknown>:0
  at CoiniumServ.Daemon.DaemonBase.MakeRequest[T] (System.String method, System.Object[] parameters) <0x41bfebd0 + 0x00083> in <filename unknown>:0
  at CoiniumServ.Daemon.DaemonClient.SubmitBlock (System.String blockHex) <0x41c5f600 + 0x0005f> in <filename unknown>:0
  at CoiniumServ.Pools.NetworkInfo.DetectSubmitBlockSupport () <0x41c5f1e0 + 0x00057> in <filename unknown>:0
  at CoiniumServ.Pools.NetworkInfo..ctor (IDaemonClient daemonClient, IHashAlgorithm hashAlgorithm, IPoolConfig poolConfig) <0x41c5ed30 + 0x0015b> in <filename unknown>:0
  at (wrapper dynamic-method) System.Object:lambda_method (System.Runtime.CompilerServices.Closure,object[])
  at Nancy.TinyIoc.TinyIoCContainer.ConstructType (System.Type requestedType, System.Type implementationType, System.Reflection.ConstructorInfo constructor, Nancy.TinyIoc.NamedParameterOverloads parameters, Nancy.TinyIoc.ResolveOptions options) <0x419d49c0 + 0x00432> in <filename unknown>:0
  --- End of inner exception stack trace ---
  at Nancy.TinyIoc.TinyIoCContainer.ConstructType (System.Type requestedType, System.Type implementationType, System.Reflection.ConstructorInfo constructor, Nancy.TinyIoc.NamedParameterOverloads parameters, Nancy.TinyIoc.ResolveOptions options) <0x419d49c0 + 0x004af> in <filename unknown>:0
  at Nancy.TinyIoc.TinyIoCContainer+MultiInstanceFactory.GetObject (System.Type requestedType, Nancy.TinyIoc.TinyIoCContainer container, Nancy.TinyIoc.NamedParameterOverloads parameters, Nancy.TinyIoc.ResolveOptions options) <0x41aecd50 + 0x0004f> in <filename unknown>:0
  --- End of inner exception stack trace ---
  at Nancy.TinyIoc.TinyIoCContainer+MultiInstanceFactory.GetObject (System.Type requestedType, Nancy.TinyIoc.TinyIoCContainer container, Nancy.TinyIoc.NamedParameterOverloads parameters, Nancy.TinyIoc.ResolveOptions options) <0x41aecd50 + 0x000ab> in <filename unknown>:0
  at Nancy.TinyIoc.TinyIoCContainer.ResolveInternal (Nancy.TinyIoc.TypeRegistration registration, Nancy.TinyIoc.NamedParameterOverloads parameters, Nancy.TinyIoc.ResolveOptions options) <0x419d3fa0 + 0x000b8> in <filename unknown>:0

anybody can help me ?

isamamin
Sr. Member
****
Offline Offline

Activity: 263
Merit: 250

semux


View Profile
April 23, 2016, 02:24:00 PM
 #284

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"
            }
        }
    }
}
add stratum port here :

 "stratum": {
        "enabled": true,
        "bind": "192.168.*.***",
        "diff": 16,

2- also don't forget the Goldcoin.json in ..\config\coin\Goldcoin.json

            ▄▄████▄▄
        ▄▄██████████████▄▄
      ███████████████████████▄▄
      ▀▀█████████████████████████
██▄▄       ▀▀█████████████████████
██████▄▄        ▀█████████████████
███████████▄▄       ▀▀████████████
███████████████▄▄        ▀████████
████████████████████▄▄       ▀▀███
 ▀▀██████████████████████▄▄
     ▀▀██████████████████████▄▄
▄▄        ▀██████████████████████▄
████▄▄        ▀▀██████████████████
█████████▄▄        ▀▀█████████████
█████████████▄▄        ▀▀█████████
██████████████████▄▄        ▀▀████
▀██████████████████████▄▄
  ▀▀████████████████████████
      ▀▀█████████████████▀▀
           ▀▀███████▀▀



.SEMUX
█ █
█ █
█ █
█ █
█ █
█ █
█ █
█ █
█ █
█ █
█ █
█ █
█ █
█ █
█ █
█ █
█ █
█ █
█ █
█ █
█ █
█ █
█ █
█ █
█ █
█ █
█ █
█ █
  Semux uses 100% original codebase
  Superfast with 30 seconds instant finality
  Tested 5000 tx per block on open network
█ █
█ █
█ █
█ █
█ █
█ █
█ █
█ █
█ █
█ █
█ █
█ █
█ █
█ █
minecoins
Member
**
Offline Offline

Activity: 112
Merit: 10


View Profile
May 27, 2016, 02:39:22 PM
 #285

hi guys. i try to install Coinium and i get this HUGE error

Code:
/root/CoiniumServ/build/CoiniumServ.sln (default targets) ->
(Build target) ->
/root/CoiniumServ/src/libCoiniumServ/libCoiniumServ.csproj (default targets) ->
/usr/lib/mono/4.5/Microsoft.CSharp.targets (CoreCompile target) ->

        CSC: error CS0518: The predefined type `System.Object' is not defined or imported
        CSC: error CS0518: The predefined type `System.ValueType' is not defined or imported
        CSC: error CS0518: The predefined type `System.Attribute' is not defined or imported
        CSC: error CS0518: The predefined type `System.Int32' is not defined or imported
        CSC: error CS0518: The predefined type `System.UInt32' is not defined or imported
        CSC: error CS0518: The predefined type `System.Int64' is not defined or imported
        CSC: error CS0518: The predefined type `System.UInt64' is not defined or imported
        CSC: error CS0518: The predefined type `System.Single' is not defined or imported
        CSC: error CS0518: The predefined type `System.Double' is not defined or imported
        CSC: error CS0518: The predefined type `System.Char' is not defined or imported
        CSC: error CS0518: The predefined type `System.Int16' is not defined or imported
        CSC: error CS0518: The predefined type `System.Decimal' is not defined or imported
        CSC: error CS0518: The predefined type `System.Boolean' is not defined or imported
        CSC: error CS0518: The predefined type `System.SByte' is not defined or imported
        CSC: error CS0518: The predefined type `System.Byte' is not defined or imported
        CSC: error CS0518: The predefined type `System.UInt16' is not defined or imported
        CSC: error CS0518: The predefined type `System.String' is not defined or imported
        CSC: error CS0518: The predefined type `System.Enum' is not defined or imported
        CSC: error CS0518: The predefined type `System.Delegate' is not defined or imported
        CSC: error CS0518: The predefined type `System.MulticastDelegate' is not defined or imported
        CSC: error CS0518: The predefined type `System.Void' is not defined or imported
        CSC: error CS0518: The predefined type `System.Array' is not defined or imported
        CSC: error CS0518: The predefined type `System.Type' is not defined or imported
        CSC: error CS0518: The predefined type `System.Collections.IEnumerator' is not defined or imported
        CSC: error CS0518: The predefined type `System.Collections.IEnumerable' is not defined or imported
        CSC: error CS0518: The predefined type `System.IDisposable' is not defined or imported
        CSC: error CS0518: The predefined type `System.IntPtr' is not defined or imported
        CSC: error CS0518: The predefined type `System.UIntPtr' is not defined or imported
        CSC: error CS0518: The predefined type `System.RuntimeFieldHandle' is not defined or imported
        CSC: error CS0518: The predefined type `System.RuntimeTypeHandle' is not defined or imported
        CSC: error CS0518: The predefined type `System.Exception' is not defined or imported

         0 Warning(s)
         62 Error(s)


any help ?
crysx
Sr. Member
****
Offline Offline

Activity: 364
Merit: 260


--- ChainWorks Industries ---


View Profile WWW
June 19, 2016, 12:34:06 PM
 #286

hi all ...

has anyone installed this successfully on centos 7 x64? ...

im curious as to whether the current state of development ( which is old from what i can gather ) is still usable ... though it doesnt have to be specifically on redhat based systems ( like centos ) - as ubuntu would suffice also ...

ive tried to install under fedora 23 x64 - and it fails in so many ways - that i cant begin to state which error i should start on ...

id be interested in discussing a few things ( maybe even a redevelopment deal ) with the devs that created coiniumserv ...

if any one can point me in the right direction - or contact info - it would be very much appreciated ...

#crysx

ChainWorks Industries . grn - Ga2TFVPW3y2vd9vMdqLWfid9hf8RPSQV19 . exchange - https://bleutrade.com/exchange/GRN/BTC/ . email - crysx@gnxs.com .
markhiroshisanrafael
Newbie
*
Offline Offline

Activity: 20
Merit: 0


View Profile
September 14, 2016, 01:05:24 AM
 #287

Hi there,

First of all, Really great software! I have a question, what are the strengths and weaknesses of this software? Can I set my own rule? Can I process 1,800,000 Kh/s hash rate? Thank you guys!  Wink

Best Regards,
Mark
yoda1204
Newbie
*
Offline Offline

Activity: 11
Merit: 0


View Profile
September 14, 2016, 05:23:21 PM
 #288

I noticed that the http://www.coiniumserv.com is no longer for the coiniumserv software. I am willing to host the coiniumserv webpage for free. I am in the process of building my first mining pool with coiniumserv. So I would like to help the cause.

Has anyone heard from bonesoul, about continuing this project. I am will to donate to the project but I want to know if the project is still growing.
crysx
Sr. Member
****
Offline Offline

Activity: 364
Merit: 260


--- ChainWorks Industries ---


View Profile WWW
September 15, 2016, 12:32:16 PM
 #289

I noticed that the http://www.coiniumserv.com is no longer for the coiniumserv software. I am willing to host the coiniumserv webpage for free. I am in the process of building my first mining pool with coiniumserv. So I would like to help the cause.

Has anyone heard from bonesoul, about continuing this project. I am will to donate to the project but I want to know if the project is still growing.

ill be with you on that also ...

i think its great software that is left for dead ...

our team will be looking at the code / software in the coming months - and see what can be done with it ...

for the time being - we are building a series of mpos pools just to get th mining started on various coins ...

any devs out there that are willing to work together ( or even with / for us ) is more than welcome to message me ...

#crysx

ChainWorks Industries . grn - Ga2TFVPW3y2vd9vMdqLWfid9hf8RPSQV19 . exchange - https://bleutrade.com/exchange/GRN/BTC/ . email - crysx@gnxs.com .
wargo
Sr. Member
****
Offline Offline

Activity: 472
Merit: 250

Technician


View Profile WWW
September 24, 2016, 03:24:56 PM
 #290

Post here lines 1 - 10 from config/pools/pool.json
wargo
Sr. Member
****
Offline Offline

Activity: 472
Merit: 250

Technician


View Profile WWW
September 25, 2016, 08:44:04 AM
 #291

Do you have redis installed? Try
Code:
service redis-server start
Make sure your coin client accepts RPC connections.
crysx
Sr. Member
****
Offline Offline

Activity: 364
Merit: 260


--- ChainWorks Industries ---


View Profile WWW
September 26, 2016, 05:42:30 AM
 #292

Do you have redis installed? Try
Code:
service redis-server start
Make sure your coin client accepts RPC connections.

Redis works, client accepts rpc.

but still I dont get this

Code:
14:09:02 [Error] [PaymentProcessor] [Bitcoin] Halted as we can not connect to configured coin daemon: An unknown exception occured while making json request.
14:09:02 [Error] [NetworkInfo] [Bitcoin] Can not read getdifficulty(): Error getting response stream (ReadDone4): ServerProtocolViolation
14:09:02 [Error] [NetworkInfo] [Bitcoin] Can not probe submitblock() support: Error getting response stream (ReadDone4): ServerProtocolViolation
14:09:02 [Error] [NetworkInfo] [Bitcoin] Can not read getinfo(): Error getting response stream (ReadDone4): ServerProtocolViolation
14:09:02 [Error] [NetworkInfo] [Bitcoin] Can not read getmininginfo(): An unknown exception occured while making json request.
14:09:02 [Error] [NetworkInfo] [Bitcoin] Can not read getblocktemplate(): Error getting response stream (ReadDone4): ServerProtocolViolation

Edit 1:

This is my deps folder which I got from git. Am I missing something?


Edit 2:
Now this happens



Edit 3:
Fixed Edit 1 and Edit 2
Now I get Error while reading json response

Can someone help me before I start preparation for seppuku

if this is bitcoin ( or later coins based on the bitcoin core ) - the stratum will not work due to the 'rpc-less' style of daemon its using ...

this stratum does not support accessibility to the bitcoin-cli - as mentioned to you in pm ...

we are trying to get devs to come join us and help us with much more than just pool code ...

if anyone knows how to code - and can recode with us and join - please pm me ... or post on the cwi thread ...

#crysx

ChainWorks Industries . grn - Ga2TFVPW3y2vd9vMdqLWfid9hf8RPSQV19 . exchange - https://bleutrade.com/exchange/GRN/BTC/ . email - crysx@gnxs.com .
wargo
Sr. Member
****
Offline Offline

Activity: 472
Merit: 250

Technician


View Profile WWW
September 26, 2016, 08:04:26 AM
 #293

if this is bitcoin ( or later coins based on the bitcoin core ) - the stratum will not work due to the 'rpc-less' style of daemon its using
Where to find details about this feature?
crysx
Sr. Member
****
Offline Offline

Activity: 364
Merit: 260


--- ChainWorks Industries ---


View Profile WWW
September 26, 2016, 10:46:59 AM
 #294

if this is bitcoin ( or later coins based on the bitcoin core ) - the stratum will not work due to the 'rpc-less' style of daemon its using
Where to find details about this feature?

well - most of the info can be found on the bitcoin site ...

but if you are after technical / code - then their git is the best place ...

site ...

Code:
https://bitcoincore.org/

git ...

Code:
https://github.com/bitcoin/bitcoin/

#crysx

ChainWorks Industries . grn - Ga2TFVPW3y2vd9vMdqLWfid9hf8RPSQV19 . exchange - https://bleutrade.com/exchange/GRN/BTC/ . email - crysx@gnxs.com .
wargo
Sr. Member
****
Offline Offline

Activity: 472
Merit: 250

Technician


View Profile WWW
September 26, 2016, 05:50:02 PM
 #295

What shows instead?
crysx
Sr. Member
****
Offline Offline

Activity: 364
Merit: 260


--- ChainWorks Industries ---


View Profile WWW
September 26, 2016, 08:50:36 PM
 #296

if this is bitcoin ( or later coins based on the bitcoin core ) - the stratum will not work due to the 'rpc-less' style of daemon its using
Where to find details about this feature?

well - most of the info can be found on the bitcoin site ...

but if you are after technical / code - then their git is the best place ...

site ...

Code:
https://bitcoincore.org/

git ...

Code:
https://github.com/bitcoin/bitcoin/

#crysx

I managed to fix all errors and got CoiniumServer up. But next problem appeared.

I enabled backend, but I can not access it on metrics page

thats great ...

it would be great for documented guides on how - a massive howto Smiley ...

#crysx

ChainWorks Industries . grn - Ga2TFVPW3y2vd9vMdqLWfid9hf8RPSQV19 . exchange - https://bleutrade.com/exchange/GRN/BTC/ . email - crysx@gnxs.com .
Nataly2014
Newbie
*
Offline Offline

Activity: 40
Merit: 0


View Profile
September 28, 2016, 01:40:51 PM
Last edit: September 29, 2016, 09:20:53 AM by Nataly2014
 #297

Hi!
Help me please!
I use windows 7.
I install redis and mysql and clients coin-wallets for scrypt and sha256 algo
I'm starting to Coiniumserv.
I can get more info on localhost - Web interface my pool
I can connect my miners to my stratum-pool!!!
but I see no console :
22:52:09 [Information] [JobManager] [Dogecoin] Broadcasted new job 0x1 to 0 subscribers as no new blocks found for last 55 seconds
And of course, the process of mining does not start!
What i dont right?
Help me please!
blackice2013
Sr. Member
****
Offline Offline

Activity: 448
Merit: 250



View Profile
December 06, 2016, 08:39:11 AM
 #298

Hi all!


Just wanted to know if this is working still for anyone.
I tried setting it up, but got some problems.
Btw it is a great project and a good web interface.

Anyone can solve the:
New job creation failed: An unknown exception occured while making json request.

I'm stuck there... well.. have other problems, but mainly this one atm.

Also dont know how to disable markets info:

09:34:57 [Error] [ExchangeApi] [global] Unexpected character encountered while parsing value: <. Path '', line 0, position 0.
09:34:57 [Error] [CryptsyClient] [global] Cannot perform member binding on `null' value
09:34:57 [Error] [ExchangeApi] [global] Error: SecureChannelFailure (The authentication or decryption has failed.)
09:34:57 [Error] [BittrexClient] [global] Cannot perform member binding on `null' value

If anyone is working this, will be great to get some help!!
Or if its a death project and is not working anymore will be nice to know, so i wont lose more time on this :p

Thanks a lot.
crysx
Sr. Member
****
Offline Offline

Activity: 364
Merit: 260


--- ChainWorks Industries ---


View Profile WWW
December 07, 2016, 09:39:28 AM
 #299

Hi all!


Just wanted to know if this is working still for anyone.
I tried setting it up, but got some problems.
Btw it is a great project and a good web interface.

Anyone can solve the:
New job creation failed: An unknown exception occured while making json request.

I'm stuck there... well.. have other problems, but mainly this one atm.

Also dont know how to disable markets info:

09:34:57 [Error] [ExchangeApi] [global] Unexpected character encountered while parsing value: <. Path '', line 0, position 0.
09:34:57 [Error] [CryptsyClient] [global] Cannot perform member binding on `null' value
09:34:57 [Error] [ExchangeApi] [global] Error: SecureChannelFailure (The authentication or decryption has failed.)
09:34:57 [Error] [BittrexClient] [global] Cannot perform member binding on `null' value

If anyone is working this, will be great to get some help!!
Or if its a death project and is not working anymore will be nice to know, so i wont lose more time on this :p

Thanks a lot.


this is an abandoned project ...

but there are still a few people out there that are installing and fixing a few issues with it ...

does anyone want me to start a new fork of the git - and we can all start a new code development? ...

if there are any devs out there that would like that - i can host the git and we can all start work on the project ...

im interested in a good solid pool system - and this seems to be a nice one ... so if we band together - ill fork it and start on it - and also start a new thread for the new fork ...

i mean - we dont 'need' any more projects than what we have - but this is probably a worthy one if there are a few / many people that are willing to help ...

what do you all think? ...

#crysx

ChainWorks Industries . grn - Ga2TFVPW3y2vd9vMdqLWfid9hf8RPSQV19 . exchange - https://bleutrade.com/exchange/GRN/BTC/ . email - crysx@gnxs.com .
jacobmayes94
Sr. Member
****
Offline Offline

Activity: 364
Merit: 250



View Profile
January 12, 2017, 07:56:35 PM
 #300

I have been trying to start a litecoin pool with this...

I have sorted the backend, now i cannot for the life of me get the webserver to load. if i access it via localhost, i get just an error, if i try and access it externally, nothing. Once this is sorted i will have a functioning pool for LItecoin which i will ensure is stable before releasing...

https://postimg.org/image/a0dvbh3u1/

This is my problem, showing what i get when i try and access on local host and what is in the console. Everything else seems to work including accepting of stratum connections and sending out work to miners.
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!