Bitcoin Forum
June 29, 2024, 11:36:21 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 2 3 4 5 [6] 7 »  All
  Print  
Author Topic: [ANNOUNCE] ecoinpool - A brand new pool mining software written in Erlang  (Read 28431 times)
sippsnapp
Sr. Member
****
Offline Offline

Activity: 322
Merit: 250


View Profile
October 08, 2012, 01:37:44 PM
Last edit: October 08, 2012, 05:24:58 PM by sippsnapp
 #101

I can not create a worker.

System is ubuntu 12.04
bitcoind http://gitorious.org/~Luke-Jr/bitcoin/luke-jr-bitcoin/commits/next-eligius
getinfo
Code:
{
    "version" : 60010,
    "protocolversion" : 70000,
    "walletversion" : 60000,
    "balance" : 0.00000000,
    "blocks" : 202383,
    "connections" : 13,
    "proxy" : "",
    "difficulty" : 3054627.52694864,
    "testnet" : false,
    "keypoololdest" : 1349160278,
    "keypoolsize" : 101,
    "paytxfee" : 0.00000000,
    "maxtxfee" : 0.01000000,
    "forcetxfee" : false,
    "errors" : ""
}



#EDIT, the prev printed error is replaced, it was a wrong username set.
This error most probably is a wrong bitcoin version.
Code:
    =ERROR REPORT==== 8-Oct-2012::17:18:32 ===
    ** Generic server <0.232.0> terminating
    ** Last message in was {'$gen_cast',post_workunit}
    ** When Server state == {state,<<"1cade7e67fdab5080fab0a2afd0050c1">>,btc,
                                "http://127.0.0.1:8332/",
                                {"user",
                                 "passwd"},
                                <<"eco">>,
                                {default,
                                    <<80,214,174,106,246,223,58,77,209,76,17,192,
                                      154,154,39,42,98,241,111,85>>},
                                undefined,<<"81c8fd55f5316039ae579bbf0900870e">>,
                                106535,110632,undefined,undefined,undefined,
                                undefined,undefined}
    ** Reason for termination ==
    ** {{case_clause,{ok,"404",
                         [{"Date","Mon, 08 Oct 2012 17:18:32 +0000"},
                          {"Connection","close"},
                          {"Content-Length","79"},
                          {"Content-Type","application/json"},
                          {"Server","bitcoin-json-rpc/0.6.0.10-beta"}],
                         "{\"result\":null,\"error\":{\"code\":-32601,\"message\":\"Method not found\"},\"id\":null}\n"}},
        [{btc_daemon_util,get_memory_pool,5,
                          [{file,"src/btc_daemon_util.erl"},{line,225}]},
         {btc_daemon_util,fetch_work,11,
                          [{file,"src/btc_daemon_util.erl"},{line,316}]},
         {btc_coindaemon,fetch_work_with_state,1,
                         [{file,"src/btc_coindaemon.erl"},{line,206}]},
         {btc_coindaemon,handle_cast,2,
                         [{file,"src/btc_coindaemon.erl"},{line,150}]},
         {gen_server,handle_msg,5,[{file,"gen_server.erl"},{line,597}]},
         {proc_lib,init_p_do_apply,3,[{file,"proc_lib.erl"},{line,227}]}]}
    
    =CRASH REPORT==== 8-Oct-2012::17:18:32 ===
      crasher:
        initial call: btc_coindaemon:init/1
        pid: <0.232.0>
        registered_name: []
        exception exit: {{case_clause,
                             {ok,"404",
                                 [{"Date","Mon, 08 Oct 2012 17:18:32 +0000"},
                                  {"Connection","close"},
                                  {"Content-Length","79"},
                                  {"Content-Type","application/json"},
                                  {"Server","bitcoin-json-rpc/0.6.0.10-beta"}],
                                 "{\"result\":null,\"error\":{\"code\":-32601,\"message\":\"Method not found\"},\"id\":null}\n"}},
                         [{btc_daemon_util,get_memory_pool,5,
                              [{file,"src/btc_daemon_util.erl"},{line,225}]},
                          {btc_daemon_util,fetch_work,11,
                              [{file,"src/btc_daemon_util.erl"},{line,316}]},
                          {btc_coindaemon,fetch_work_with_state,1,
                              [{file,"src/btc_coindaemon.erl"},{line,206}]},
                          {btc_coindaemon,handle_cast,2,
                              [{file,"src/btc_coindaemon.erl"},{line,150}]},
                          {gen_server,handle_msg,5,
                              [{file,"gen_server.erl"},{line,597}]},
                          {proc_lib,init_p_do_apply,3,
                              [{file,"proc_lib.erl"},{line,227}]}]}
          in function  gen_server:terminate/6 (gen_server.erl, line 737)
        ancestors: [<0.158.0>,ecoinpool_sup,<0.100.0>]
        messages: []
        links: [<0.158.0>]
        dictionary: []
        trap_exit: true
        status: running
        heap_size: 2584
        stack_size: 24
        reductions: 4215
      neighbours:
    
    =SUPERVISOR REPORT==== 8-Oct-2012::17:18:32 ===
         Supervisor: {global,
                                               ecoinpool_server_sup_1cade7e67fdab5080fab0a2afd0050c1}
         Context:    child_terminated
         Reason:     {{case_clause,{ok,"404",
                                       [{"Date","Mon, 08 Oct 2012 17:18:32 +0000"},
                                        {"Connection","close"},
                                        {"Content-Length","79"},
                                        {"Content-Type","application/json"},
                                        {"Server",
                                         "bitcoin-json-rpc/0.6.0.10-beta"}],
                                       "{\"result\":null,\"error\":{\"code\":-32601,\"message\":\"Method not found\"},\"id\":null}\n"}},
                      [{btc_daemon_util,get_memory_pool,5,
                                        [{file,"src/btc_daemon_util.erl"},
                                         {line,225}]},
                       {btc_daemon_util,fetch_work,11,
                                        [{file,"src/btc_daemon_util.erl"},
                                         {line,316}]},
                       {btc_coindaemon,fetch_work_with_state,1,
                                       [{file,"src/btc_coindaemon.erl"},
                                        {line,206}]},
                       {btc_coindaemon,handle_cast,2,
                                       [{file,"src/btc_coindaemon.erl"},
                                        {line,150}]},
                       {gen_server,handle_msg,5,
                                   [{file,"gen_server.erl"},{line,597}]},
                       {proc_lib,init_p_do_apply,3,
                                 [{file,"proc_lib.erl"},{line,227}]}]}
         Offender:   [{pid,<0.232.0>},
                      {name,coindaemon},
                      {mfargs,
                          {btc_coindaemon,start_link,
                              [<<"1cade7e67fdab5080fab0a2afd0050c1">>,
                               [{pool_type,btc},
                                {host,<<"127.0.0.1">>},
                                {port,8332},
                                {user,<<"user">>},
                                {pass,<<"passwd">>},
                                {ebitcoin_client_id,
                                    <<"81c8fd55f5316039ae579bbf0900870e">>}]]}},
                      {restart_type,permanent},
                      {shutdown,5000},
                      {child_type,worker}]
    
    [17:18:32.276][daemon/warn] Bitcoin-btc CoinDaemon terminated.
    
    =ERROR REPORT==== 8-Oct-2012::17:18:32 ===
    ** Generic server <0.245.0> terminating
    ** Last message in was {'$gen_cast',post_workunit}
    ** When Server state == {state,<<"1cade7e67fdab5080fab0a2afd0050c1">>,btc,
                                "http://127.0.0.1:8332/",
                                {"user",
                                 "passwd"},
                                <<"eco">>,
                                {default,
                                    <<80,214,174,106,246,223,58,77,209,76,17,192,
                                      154,154,39,42,98,241,111,85>>},
                                undefined,<<"81c8fd55f5316039ae579bbf0900870e">>,
                                114727,118824,undefined,undefined,undefined,
                                undefined,undefined}
    ** Reason for termination ==
    ** {{case_clause,{ok,"404",
                         [{"Date","Mon, 08 Oct 2012 17:18:32 +0000"},
                          {"Connection","close"},
                          {"Content-Length","79"},
                          {"Content-Type","application/json"},
                          {"Server","bitcoin-json-rpc/0.6.0.10-beta"}],
                         "{\"result\":null,\"error\":{\"code\":-32601,\"message\":\"Method not found\"},\"id\":null}\n"}},
        [{btc_daemon_util,get_memory_pool,5,
                          [{file,"src/btc_daemon_util.erl"},{line,225}]},
         {btc_daemon_util,fetch_work,11,
                          [{file,"src/btc_daemon_util.erl"},{line,316}]},
         {btc_coindaemon,fetch_work_with_state,1,
                         [{file,"src/btc_coindaemon.erl"},{line,206}]},
         {btc_coindaemon,handle_cast,2,
                         [{file,"src/btc_coindaemon.erl"},{line,150}]},
         {gen_server,handle_msg,5,[{file,"gen_server.erl"},{line,597}]},
         {proc_lib,init_p_do_apply,3,[{file,"proc_lib.erl"},{line,227}]}]}
    
    =CRASH REPORT==== 8-Oct-2012::17:18:32 ===
      crasher:
        initial call: btc_coindaemon:init/1
        pid: <0.245.0>
        registered_name: []
        exception exit: {{case_clause,
                             {ok,"404",
                                 [{"Date","Mon, 08 Oct 2012 17:18:32 +0000"},
                                  {"Connection","close"},
                                  {"Content-Length","79"},
                                  {"Content-Type","application/json"},
                                  {"Server","bitcoin-json-rpc/0.6.0.10-beta"}],
                                 "{\"result\":null,\"error\":{\"code\":-32601,\"message\":\"Method not found\"},\"id\":null}\n"}},
                         [{btc_daemon_util,get_memory_pool,5,
                              [{file,"src/btc_daemon_util.erl"},{line,225}]},
                          {btc_daemon_util,fetch_work,11,
                              [{file,"src/btc_daemon_util.erl"},{line,316}]},
                          {btc_coindaemon,fetch_work_with_state,1,
                              [{file,"src/btc_coindaemon.erl"},{line,206}]},
                          {btc_coindaemon,handle_cast,2,
                              [{file,"src/btc_coindaemon.erl"},{line,150}]},
                          {gen_server,handle_msg,5,
                              [{file,"gen_server.erl"},{line,597}]},
                          {proc_lib,init_p_do_apply,3,
                              [{file,"proc_lib.erl"},{line,227}]}]}
          in function  gen_server:terminate/6 (gen_server.erl, line 737)
        ancestors: [<0.158.0>,ecoinpool_sup,<0.100.0>]
        messages: []
        links: [<0.158.0>]
        dictionary: []
        trap_exit: true
        status: running
        heap_size: 2584
        stack_size: 24
        reductions: 4215
      neighbours:
    
    =SUPERVISOR REPORT==== 8-Oct-2012::17:18:32 ===
         Supervisor: {global,
                                               ecoinpool_server_sup_1cade7e67fdab5080fab0a2afd0050c1}
         Context:    child_terminated
         Reason:     {{case_clause,{ok,"404",
                                       [{"Date","Mon, 08 Oct 2012 17:18:32 +0000"},
                                        {"Connection","close"},
                                        {"Content-Length","79"},
                                        {"Content-Type","application/json"},
                                        {"Server",
                                         "bitcoin-json-rpc/0.6.0.10-beta"}],
                                       "{\"result\":null,\"error\":{\"code\":-32601,\"message\":\"Method not found\"},\"id\":null}\n"}},
                      [{btc_daemon_util,get_memory_pool,5,
                                        [{file,"src/btc_daemon_util.erl"},
                                         {line,225}]},
                       {btc_daemon_util,fetch_work,11,
                                        [{file,"src/btc_daemon_util.erl"},
                                         {line,316}]},
                       {btc_coindaemon,fetch_work_with_state,1,
                                       [{file,"src/btc_coindaemon.erl"},
                                        {line,206}]},
                       {btc_coindaemon,handle_cast,2,
                                       [{file,"src/btc_coindaemon.erl"},
                                        {line,150}]},
                       {gen_server,handle_msg,5,
                                   [{file,"gen_server.erl"},{line,597}]},
                       {proc_lib,init_p_do_apply,3,
                                 [{file,"proc_lib.erl"},{line,227}]}]}
         Offender:   [{pid,<0.245.0>},
                      {name,coindaemon},
                      {mfargs,
                          {btc_coindaemon,start_link,
                              [<<"1cade7e67fdab5080fab0a2afd0050c1">>,
                               [{pool_type,btc},
                                {host,<<"127.0.0.1">>},
                                {port,8332},
                                {user,<<"user">>},
                                {pass,<<"passwd">>},
                                {ebitcoin_client_id,
                                    <<"81c8fd55f5316039ae579bbf0900870e">>}]]}},
                      {restart_type,permanent},
                      {shutdown,5000},
                      {child_type,worker}]
    
    [17:18:32.277][default/warn] ecoinpool_rpc: Stopped RPC on port 8888
    
    =SUPERVISOR REPORT==== 8-Oct-2012::17:18:32 ===
         Supervisor: {global,
                                               ecoinpool_server_sup_1cade7e67fdab5080fab0a2afd0050c1}
         Context:    shutdown
         Reason:     reached_max_restart_intensity
         Offender:   [{pid,<0.245.0>},
                      {name,coindaemon},
                      {mfargs,
                          {btc_coindaemon,start_link,
                              [<<"1cade7e67fdab5080fab0a2afd0050c1">>,
                               [{pool_type,btc},
                                {host,<<"127.0.0.1">>},
                                {port,8332},
                                {user,<<"user">>},
                                {pass,<<"8passwd">>},
                                {ebitcoin_client_id,
                                    <<"81c8fd55f5316039ae579bbf0900870e">>}]]}},
                      {restart_type,permanent},
                      {shutdown,5000},
                      {child_type,worker}]
    
    [17:18:32.277][server/warn] Subpool 1cade7e67fdab5080fab0a2afd0050c1 terminated.
    [17:18:32.285][ebitcoin/warn] srae44sss: Connecting to 127.0.0.1:8333...
    [17:18:32.285][ebitcoin/warn] srae44sss: Connection established.
    [17:18:32.306][ebitcoin/warn] srae44sss: Alert received: URGENT: upgrade required, see http://bitcoin.org/dos for details





Πάντα ῥεῖ
Bitcoin + Altcoin node pool setup - pm
sippsnapp
Sr. Member
****
Offline Offline

Activity: 322
Merit: 250


View Profile
October 09, 2012, 10:05:36 AM
Last edit: October 09, 2012, 05:16:24 PM by sippsnapp
 #102

Still dont know which version of bitcoin is the correct one to run ecoinpool with.
\\\\\\\\\\\\\\\\\\\\\\
EDIT:
http://sourceforge.net/projects/bitcoin/files/Bitcoin/bitcoin-0.6.3/

Obv its working, i mine on my own server.

Πάντα ῥεῖ
Bitcoin + Altcoin node pool setup - pm
mu50stang
Full Member
***
Offline Offline

Activity: 162
Merit: 100


View Profile
October 09, 2012, 08:02:27 PM
 #103

Crash dump was written to: erl_crash.dump
init terminating in do_boot ()
:~/ecoinpool$ ./test_launch.sh
==> ecoinpool (compile)
==> ebitcoin (compile)
==> rel (compile)
==> ecoinpool (compile)
Erlang R15B (erts-5.9) [source] [64-bit] [smp:2:2] [async-threads:0] [hipe] [kernel-poll:true]

Eshell V5.9  (abort with ^G)
(ecoinpool_test)1> {"init terminating in do_boot",{{badmatch,{error,{shutdown,{ebitcoin_app,start,[normal,[]]}}}},[{ecoinpool_test_launch,start,0,[{file,"src/ecoinpool_test_launch.erl"},{line,34}]},{init,start_it,1,[]},{init,start_em,1,[]}]}}

Crash dump was written to: erl_crash.dump
init terminating in do_boot ()


Can anyone help with this error.
betatest512
Full Member
***
Offline Offline

Activity: 140
Merit: 100


View Profile
October 10, 2012, 02:47:25 AM
 #104

Crash dump was written to: erl_crash.dump
init terminating in do_boot ()
:~/ecoinpool$ ./test_launch.sh
==> ecoinpool (compile)
==> ebitcoin (compile)
==> rel (compile)
==> ecoinpool (compile)
Erlang R15B (erts-5.9) [source] [64-bit] [smp:2:2] [async-threads:0] [hipe] [kernel-poll:true]

Eshell V5.9  (abort with ^G)
(ecoinpool_test)1> {"init terminating in do_boot",{{badmatch,{error,{shutdown,{ebitcoin_app,start,[normal,[]]}}}},[{ecoinpool_test_launch,start,0,[{file,"src/ecoinpool_test_launch.erl"},{line,34}]},{init,start_it,1,[]},{init,start_em,1,[]}]}}

Crash dump was written to: erl_crash.dump
init terminating in do_boot ()


Can anyone help with this error.


can you provide your test_launch.config file so i can help
sippsnapp
Sr. Member
****
Offline Offline

Activity: 322
Merit: 250


View Profile
October 10, 2012, 08:46:30 AM
 #105

He already has the solution, just did not post it here..  Grin

Πάντα ῥεῖ
Bitcoin + Altcoin node pool setup - pm
betatest512
Full Member
***
Offline Offline

Activity: 140
Merit: 100


View Profile
October 10, 2012, 09:43:47 AM
 #106

Crash dump was written to: erl_crash.dump
init terminating in do_boot ()
:~/ecoinpool$ ./test_launch.sh
==> ecoinpool (compile)
==> ebitcoin (compile)
==> rel (compile)
==> ecoinpool (compile)
Erlang R15B (erts-5.9) [source] [64-bit] [smp:2:2] [async-threads:0] [hipe] [kernel-poll:true]

Eshell V5.9  (abort with ^G)
(ecoinpool_test)1> {"init terminating in do_boot",{{badmatch,{error,{shutdown,{ebitcoin_app,start,[normal,[]]}}}},[{ecoinpool_test_launch,start,0,[{file,"src/ecoinpool_test_launch.erl"},{line,34}]},{init,start_it,1,[]},{init,start_em,1,[]}]}}

Crash dump was written to: erl_crash.dump
init terminating in do_boot ()


Can anyone help with this error.


this is my test_launch.config file just change the line's i have uncomment'ed to your setting's

Code:

% This is an example configuration file. Lists are denoted with [...] and tuples
% are denoted with {...}. Together they form a nested structure of names and
% parameters. If you make changes and add or remove options, make sure not to
% have a comma before a closing bracket or curly brace.

[
    % SASL is Erlang's internal error and crash logger; it also logs starting
    % and stopping of certain processes. I set it to "error" here so it won't
    % pollute stdout/stderr.
    {sasl, [
        {errlog_type, error}
    ]},
   
    % This is ecoinpool's main configuration. The CouchDB connection is
    % configured here.
    {ecoinpool, [
        % The following commented lines are default settings.
        {db_host, "127.0.0.1"},
        % {db_port, 5984},
        % {db_prefix, ""},
       
        % The next line should be changed, depending on your CouchDB
        % authentication settings: username password
        {db_options, [{basic_auth, {"admin", "adminpassword"}}]},
       
        % Here you can change ecoinpool's HTTP service port, currently used to
        % serve global RPC functions used by the frontend.
        % {service_port, 8080},
       
        % The last line in this section contains your blowfish secret key, share
        % this among your servers and don't tell it to anyone else. Minimum key
        % length is 4 bytes, maximum is 56 bytes.
        % If you have pwgen (a password generator), try "pwgen -s 56 1" to get
        % 56 random characters.
        {blowfish_secret, "1a2a3a4a5a"}
    ]},
   
    % This is the ebitcoin configuration. ebitcoin forms a separate application,
    % thus it doesn't share ecoinpool's database settings. If you use the same
    % CouchDB server and authentication, copy it from above.
    {ebitcoin, [
        % You can also disable ebitcoin altogether by uncommenting the following
        % line. Note that you will fall back to the polling system then.
        %{enabled, false},
       
        {db_host, "127.0.0.1"},
        % {db_port, 5984},
        % {db_prefix, ""},
        {db_options, [{basic_auth, {"admin", "adminpassword"}}]}
    ]},
   
    % The third separate application (it also has to be started separately) is
    % the MySQL Replicator. It is used to bridge legacy MySQL worker tables to
    % CouchDB and also stores copies of the shares into a MySQL table.
    {ecoinpool_mysql_replicator, [
        % Again, commented lines are default settings.
        {couchdb_host, "127.0.0.1"},
        %{couchdb_port, 5984},
        %{couchdb_prefix, ""},
        {couchdb_options, [{basic_auth, {"admin", "adminpassword"}}]},
        {couchdb_database, "ecoinpool"},
       
        %{mysql_host, "127.0.0.1"},
        %{mysql_port, 3306},
        %{mysql_prefix, ""},
        {mysql_options, [{auth, {"admin", "adminpassword"}}]},
        {mysql_database, "ecoinpool"},
       
        % This is a setting that certainly has to be changed. Configure one or
        % more worker table replicators here (if you have multiple sub-pools).
        % Please only connect one sub-pool to one table or things get jammed up.
        {replicator_configs, [
             %Format: {<ecoinpool sub-pool ID>, <MySQL worker table>, <MySQL sync interval in seconds, 1 or more>}
            {"24aa68ec6c910de0850ed0c575621ec9", "pool_worker", 15}
        ]},
       
        % Next is your blowfish secret key. Copy it from above.
        {blowfish_secret, "1a2a3a4a5a"},
       
        % And the last one, also to be likely changed, is the shares deployer
        % configuration. There are two possible formats here, one with and one
        % without using merged mining. The config ID is used as basename for
        % saving the deployment state file and for the "source" column.
        {share_deployer_configs, [
            % Non-MM Format: {<config ID string>, <pool name>, <MySQL shares table>, <MySQL write interval in seconds, 0 allowed>}
            {"ltc_test_shares", "ltc-test", "shares", 60},
            % MM Format: {<config ID string>, <main pool name>, <aux pool name>, <MySQL shares table>, <MySQL write interval in seconds, 0 allowed>}
            {"btc_nmc_test_shares", "btc-test", "nmc-test", "shares", 60}
        ]}
    ]}
].

mu50stang
Full Member
***
Offline Offline

Activity: 162
Merit: 100


View Profile
October 10, 2012, 02:05:13 PM
 #107

I still can't get it to work with the suggested changes.  Is anyone interested in setting this up for a bounty.

OgStar
Newbie
*
Offline Offline

Activity: 24
Merit: 0


View Profile
October 14, 2012, 09:18:49 PM
 #108

I still can't get it to work with the suggested changes.  Is anyone interested in setting this up for a bounty.



If you want to give someone a bounty to fix your error, give it to maaku. He gave this solution, that worked for me and for slippsnapp:

Code:
{sub_dirs, ["apps/ecoinpool", "apps/ebitcoin", "rel"]}.

{deps, [
    {protobuffs, ".*", {git, "git://github.com/basho/erlang_protobuffs.git", "e0f5f6ea4c3dcb4e7b824496d2b48333fbd5a8c8"}},
    {ejson, ".*", {git, "git://github.com/benoitc/ejson.git", "820ff1725008e664293b88e13c16193857afc072"}},
    {oauth, ".*", {git, "git://github.com/refuge/erlang-oauth.git", "f332b77371d334d0faa13e106d0c36f948b325b6"}},
    {ibrowse, ".*", {git, "git://github.com/cmullaparthi/ibrowse.git", "eb8b62cf84ccae141700c8fd251277df8be27f28"}},
    {mochiweb, ".*", {git, "git://github.com/mochi/mochiweb.git", "b7f3693a9008de6d31a67174f7184fe24093a1b4"}},
    {couchbeam, ".*", {git, "git://github.com/benoitc/couchbeam.git", "7148bbdb19aca91b7b74e5392a23c94d33ca4e27"}},
    {log4erl, ".*", {git, "git://github.com/SemanticSugar/log4erl.git", "ec580f75ef9e28dfcfac92dc0d42c435520bd3d7"}},
    {mysql, ".*", {git, "git://github.com/elbrujohalcon/erlang-mysql-driver.git", "1dd4e22a80546fa1bda81607d6397a549fd791ae"}},
    {epgsql, ".*", {git, "git://github.com/wg/epgsql.git", "fc434772276475ac4e5b0bed6b18ed4732502156"}}
]}.

Backup your test_launch.config, delete the whole ecoinpool directory, change the dependencies in rebar.config to the aboves, and run:
Code:
$ ./rebar get-deps && ./rebar compile
This error we were getting happens because of incompatible dependencies. It was getting the master branch of everything, and ecoinpool was designed almost an year ago, so maaku changed the dependencies of everything in his rebar.config to someday close to when ecoinpool was designed.
hashking
Sr. Member
****
Offline Offline

Activity: 308
Merit: 250


View Profile
October 29, 2012, 02:27:03 AM
 #109

Has anyone been able to setup the included website with ecoinpool. 
sippsnapp
Sr. Member
****
Offline Offline

Activity: 322
Merit: 250


View Profile
October 29, 2012, 02:38:20 PM
 #110

Yes, its working, you got to compile it.

Πάντα ῥεῖ
Bitcoin + Altcoin node pool setup - pm
tvasconcelos
Member
**
Offline Offline

Activity: 66
Merit: 10


View Profile
November 13, 2012, 12:22:12 PM
 #111

Hi, i got it all running, but i'm facing a couple of problems.
I'm running linux on a VM Virtualbox, i installed everything but now i get this message:

[default/warn] ecoinpool_rpc: Stopped RPC on port 3333
[server/warn] Subpool 57dc82dcaab734d3436fe29287004bc0 terminated.

And, maybe because of that i can't add a worker. I'd like to be able to access the VM by the host machine and test with cgminer to see if it's running but can't connect. Can someone tell me what i'm doing wrong?
sippsnapp
Sr. Member
****
Offline Offline

Activity: 322
Merit: 250


View Profile
November 19, 2012, 06:56:43 PM
 #112

I had to reinstall the server for the final setup and now i get a no db file error when creating a worker.
Anybody an idea what causes this?

Πάντα ῥεῖ
Bitcoin + Altcoin node pool setup - pm
mich
Legendary
*
Offline Offline

Activity: 3178
Merit: 1032


#1 VIP Crypto Casino


View Profile
December 09, 2012, 05:14:48 PM
 #113

Hi! Server has been installed, all working fine except one problem - ecoinpool does not write shares into MySql table. With `pool_worker` it working good. May be I using wrong table shares' structure? I try from pushpool and poolserverJ - in both cases result is negative. test_launch_mysql_replicator in log got columns of table shares and then works with pool_worker only.
And second question - where I can edit shares difficulty (for litecoin)?

█████████████████████████
███████████▄█████████████
██████▀░▀█▀░▀█▀░▀████████
███████▄███▄███▄█████████
████▀██▀██▀░▀████▀░▀█████
███████████░███▀██▄██████
████▀██▀██░░░█░░░████████
███████████░███▄█▀░▀█████
████▀██▀██▄░▄███▄░░░▄████
███████▀███▀███▀██▄██████
██████▄░▄█▄░▄█▄░▄████████
███████████▀█████████████
█████████████████████████
 
.Bitcasino.io.
 
.BTC  ✦  Where winners play  BTC.
.
..
.
    ..





████
████
░░▄████▄████████████▄███▄▄
░███████▄██▄▄▄▄▄▄█████████▄
███████████████████████████
▀████████████████████████▀
░░▀▀████████████████████
██████████████████▄█████████
██
▐███████▀███████▀██▄██████
███████▄██▄█▀████▀████████
░░██████▀▀▀▄▄▄████▀▀████
██▐██████████▀███▀█████████████    ████
███
████████████
███████████████    ████
█████▀████████████████▀
███████▀▀▀█████████▀▀
..
....
 
 ..✦ Play now... 
.
..
tvasconcelos
Member
**
Offline Offline

Activity: 66
Merit: 10


View Profile
December 10, 2012, 06:28:17 PM
 #114

Hey mich, i'm stuck at the replicator, how did you manage to replicate users to mysql? When i start the replicator it crashes...
mich
Legendary
*
Offline Offline

Activity: 3178
Merit: 1032


#1 VIP Crypto Casino


View Profile
December 11, 2012, 10:18:28 AM
 #115

Hey mich, i'm stuck at the replicator, how did you manage to replicate users to mysql? When i start the replicator it crashes...
I've copy from subtool ID (left bottom corner) to config file
Code:
  % Format: {<ecoinpool sub-pool ID>, <MySQL worker table>, <MySQL sync interval in seconds, 1 or more>}
            {"da15293f5a1a3c7e88e04e8338c5073e", "pool_worker", 15}
ID is da15293f5a1a3c7e88e04e8338c5073e

█████████████████████████
███████████▄█████████████
██████▀░▀█▀░▀█▀░▀████████
███████▄███▄███▄█████████
████▀██▀██▀░▀████▀░▀█████
███████████░███▀██▄██████
████▀██▀██░░░█░░░████████
███████████░███▄█▀░▀█████
████▀██▀██▄░▄███▄░░░▄████
███████▀███▀███▀██▄██████
██████▄░▄█▄░▄█▄░▄████████
███████████▀█████████████
█████████████████████████
 
.Bitcasino.io.
 
.BTC  ✦  Where winners play  BTC.
.
..
.
    ..





████
████
░░▄████▄████████████▄███▄▄
░███████▄██▄▄▄▄▄▄█████████▄
███████████████████████████
▀████████████████████████▀
░░▀▀████████████████████
██████████████████▄█████████
██
▐███████▀███████▀██▄██████
███████▄██▄█▀████▀████████
░░██████▀▀▀▄▄▄████▀▀████
██▐██████████▀███▀█████████████    ████
███
████████████
███████████████    ████
█████▀████████████████▀
███████▀▀▀█████████▀▀
..
....
 
 ..✦ Play now... 
.
..
tvasconcelos
Member
**
Offline Offline

Activity: 66
Merit: 10


View Profile
December 11, 2012, 12:18:38 PM
 #116

Ok, that´s the subpool Id, the internal name ecoinpool gives the subpool. But already had the mysql database and tables created? And what info does the couchdb passes to mysql?

My idea was to use a php frontend with ecoinpool, but with no success. Also couchdb share database grows a lot, and i have limited space. It was good if couchdb could pass data to mysql and the erase what passed on. Or after no long needed, couch db discarded data. Like shares, when a block is found, just discard the documents.
mich
Legendary
*
Offline Offline

Activity: 3178
Merit: 1032


#1 VIP Crypto Casino


View Profile
December 11, 2012, 02:54:58 PM
 #117

Ok, that´s the subpool Id, the internal name ecoinpool gives the subpool. But already had the mysql database and tables created? And what info does the couchdb passes to mysql?
couchdb makes copy of pool_worker table with encrypted data and trigger on change of pool_worker. Any times per minute takes data from that table.
Quote
My idea was to use a php frontend with ecoinpool, but with no success. Also couchdb share database grows a lot, and i have limited space. It was good if couchdb could pass data to mysql and the erase what passed on. Or after no long needed, couch db discarded data. Like shares, when a block is found, just discard the documents.
I dont know how to do it. Seems couchdb compact itselves after reach some volume.
And my problem is very high usage of CPU by couchdb process.

█████████████████████████
███████████▄█████████████
██████▀░▀█▀░▀█▀░▀████████
███████▄███▄███▄█████████
████▀██▀██▀░▀████▀░▀█████
███████████░███▀██▄██████
████▀██▀██░░░█░░░████████
███████████░███▄█▀░▀█████
████▀██▀██▄░▄███▄░░░▄████
███████▀███▀███▀██▄██████
██████▄░▄█▄░▄█▄░▄████████
███████████▀█████████████
█████████████████████████
 
.Bitcasino.io.
 
.BTC  ✦  Where winners play  BTC.
.
..
.
    ..





████
████
░░▄████▄████████████▄███▄▄
░███████▄██▄▄▄▄▄▄█████████▄
███████████████████████████
▀████████████████████████▀
░░▀▀████████████████████
██████████████████▄█████████
██
▐███████▀███████▀██▄██████
███████▄██▄█▀████▀████████
░░██████▀▀▀▄▄▄████▀▀████
██▐██████████▀███▀█████████████    ████
███
████████████
███████████████    ████
█████▀████████████████▀
███████▀▀▀█████████▀▀
..
....
 
 ..✦ Play now... 
.
..
martychubbs
Hero Member
*****
Offline Offline

Activity: 742
Merit: 503


View Profile
December 12, 2012, 03:51:18 PM
 #118

Anyone share their fronted with me? or point me a direction to a repository Thanks!!!


              ▄▄▄▄▄▄▄▄
          ▄▄████████████▄▄
       ▄████████████████████▄
     ▄██████████████▀█████████▄
   ▄███████████████   ██████████▄
  ▐█████████████████   ██████████▌
 ▐█████████████████▀    ██████████▌
 ███████████████▀        ██████████
▐████████████▀     ▄███   █████████▌
████████████    ▄████▀██▄███████████
██████████▀██▄████▀    █████████████
█████████   ███▀     ▄██████████████
▐█████████        ▄████████████████▌
 ██████████    ▄███████████████████
 ▐██████████   ███████████████████▌
  ▐██████████   █████████████████▌
   ▀██████████▄█████████████████▀
     ▀████████████████████████▀
       ▀████████████████████▀
          ▀▀████████████▀▀
              ▀▀▀▀▀▀▀▀




     █
    ██
   ████
  ██▌███
 ▐██▌███▌
 ███ ██▀▌
 ▀██ █▄██
 █▄█ ███▀
 ▀██ ██▄█
 █▄█ ███▌
  ██▌███
  ▐█▌██
   ▐█▌
    █
    █
     ▀
 




░░██████
░░██████
░░██████

░░░░░░░░░░░██████
░░░░░░░░░░░██████
░░░░░░░░░░░██████

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

░░░░░░░░░░░░░░░░░░░██████
░░░░░░░░░░░░░░░░░░░██████
░░░░░░░░░░░░░░░░░░░██████
 







        ▄▄██████▄▄
       ▐██▀    ▀██▌
       ██        ██
       ██        ██
       ██        ██
      ██████████████
      █████  ███████     ██ 
  ██  █  ████████  █ ██   
      ███████  █████    ██   
      ██████████████
 








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

       ▄██▄
       ▀██▀

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


           ▄▄█▄▄   ▄
█▄        ████████▀▄
███      █████████▀
▐███▄    ████████▌
▄▄█████▄▄▄███████▌
  ▀█████████████
  ▄▄██████████▀
    ▄████████▀
▀▀████████▀
    ▀▀▀
 

    ▄█▀▀ ▄▄▄▄▄▄ ▀▀█▄
   ▐█▄████████████▄█▌
  ▐██████████████████▌
  █████▀▀▀████▀▀▀█████
 █████     ██     █████
▐██████▄▄▄████▄▄▄██████▌
 ████▄▀▀▀██████▀▀▀▄████
  ▀▀████        ████▀▀
      ▀▀        ▀▀
 

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

██ ██ ██ ██

   ██ ██ ██

      ██ ██

      ██ ██
   
Homepage

      ██ ██

      ██ ██

   ██ ██ ██

██ ██ ██ ██
   
White Paper
sippsnapp
Sr. Member
****
Offline Offline

Activity: 322
Merit: 250


View Profile
December 13, 2012, 05:41:18 PM
Last edit: December 13, 2012, 06:25:34 PM by sippsnapp
 #119

Hi guys,
was abroad busy and had to lay down all pool projects, today i just start over againbut for some reson eloipool does not work right now, so im back to ecoin.

Ill try to get the mysql thing working. Is ecoinpool automatically creating the tables?

Which bitcoin version you guys use, is there a mod for the most up to date bitcoin so that we dont have to use some ancient version?

regards.,

EDIT: i get a strange error in couchdb An error occurred accessing the view: missing

Πάντα ῥεῖ
Bitcoin + Altcoin node pool setup - pm
joshstandalone
Newbie
*
Offline Offline

Activity: 22
Merit: 0


View Profile
December 17, 2012, 11:41:17 PM
 #120

I just started it, some thinks still confusing, but il give a report about all, since i have miners waiting for it, i am not happy with old software.
Can you explain me how payout thinks works, it send shares and pays from confirmed shares or ?
Pages: « 1 2 3 4 5 [6] 7 »  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!