Bitcoin Forum
May 05, 2024, 11:18:36 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 28426 times)
joshstandalone
Newbie
*
Offline Offline

Activity: 22
Merit: 0


View Profile
December 18, 2012, 01:36:46 AM
 #121

All works fine, but when i click on activate subpool

http://pastebin.com/g1XE6Wj1

here is what happends
i tryed many times with variable options what Tittiez said.
1714907916
Hero Member
*
Offline Offline

Posts: 1714907916

View Profile Personal Message (Offline)

Ignore
1714907916
Reply with quote  #2

1714907916
Report to moderator
1714907916
Hero Member
*
Offline Offline

Posts: 1714907916

View Profile Personal Message (Offline)

Ignore
1714907916
Reply with quote  #2

1714907916
Report to moderator
The grue lurks in the darkest places of the earth. Its favorite diet is adventurers, but its insatiable appetite is tempered by its fear of light. No grue has ever been seen by the light of day, and few have survived its fearsome jaws to tell the tale.
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1714907916
Hero Member
*
Offline Offline

Posts: 1714907916

View Profile Personal Message (Offline)

Ignore
1714907916
Reply with quote  #2

1714907916
Report to moderator
1714907916
Hero Member
*
Offline Offline

Posts: 1714907916

View Profile Personal Message (Offline)

Ignore
1714907916
Reply with quote  #2

1714907916
Report to moderator
1714907916
Hero Member
*
Offline Offline

Posts: 1714907916

View Profile Personal Message (Offline)

Ignore
1714907916
Reply with quote  #2

1714907916
Report to moderator
Pontius
Full Member
***
Offline Offline

Activity: 225
Merit: 100


View Profile
December 18, 2012, 07:20:11 AM
 #122

All works fine, but when i click on activate subpool

http://pastebin.com/g1XE6Wj1

here is what happends
i tryed many times with variable options what Tittiez said.

ecoinpool won't work with bitcoind >= 0.7 (as getmemorypool has been removed), use bitcoind 0.6.3.

Anyway you should reconsider your software choice as ecoinpool

  • seems unmaintained (last activity on github was 10 months ago)
  • cannot deal with recent bitcoind (see above)
  • will break when v2 blocks become mandatory (https://en.bitcoin.it/wiki/BIP_0034)
  • doesn't support neither Stratum nor GBT

joshstandalone
Newbie
*
Offline Offline

Activity: 22
Merit: 0


View Profile
December 18, 2012, 04:37:36 PM
 #123

Thanks a lot for help!

It is very sad because this ecoinpool for me seems to be best one, and i feel very bad that it dont works Sad
i would like that owner work on it and fix this issues.
arruah
Legendary
*
Offline Offline

Activity: 1357
Merit: 1004



View Profile WWW
April 04, 2013, 05:12:46 AM
 #124

hi. i've error when a try to start

root@feinman:~/ltc/ecoinpool# ./test_launch.sh
==> ecoinpool (compile)
src/abstract_coindaemon.erl:26: parameterized modules are no longer supported
src/abstract_coindaemon.erl:44: variable 'M' is unbound
src/abstract_coindaemon.erl:47: variable 'M' is unbound
src/abstract_coindaemon.erl:50: variable 'M' is unbound
src/abstract_coindaemon.erl:53: variable 'M' is unbound
src/abstract_coindaemon.erl:56: variable 'M' is unbound
src/abstract_coindaemon.erl:59: variable 'M' is unbound
src/abstract_coindaemon.erl:62: variable 'M' is unbound
src/abstract_coindaemon.erl:62: variable 'PID' is unbound
src/abstract_coindaemon.erl:65: variable 'M' is unbound
src/abstract_coindaemon.erl:65: variable 'PID' is unbound
src/abstract_coindaemon.erl:68: variable 'M' is unbound
src/abstract_coindaemon.erl:68: variable 'PID' is unbound
src/abstract_coindaemon.erl:71: variable 'M' is unbound
src/abstract_coindaemon.erl:71: variable 'PID' is unbound
src/abstract_coindaemon.erl:74: variable 'M' is unbound
src/abstract_coindaemon.erl:78: variable 'PID' is unbound
src/abstract_coindaemon.erl:79: variable 'THIS' is unbound
src/abstract_coindaemon.erl:81: variable 'M' is unbound

BCH
arruah
Legendary
*
Offline Offline

Activity: 1357
Merit: 1004



View Profile WWW
April 05, 2013, 06:41:45 AM
 #125

So that error now

root@feinman:~/ltc/ecoinpool# ./test_launch.sh
==> ecoinpool (compile)
==> ebitcoin (compile)
==> rel (compile)
==> ecoinpool (compile)
Erlang R15B03 (erts-5.9.3.1) [source] [64-bit] [smp:4:4] [async-threads:0] [hipe] [kernel-poll:true]

Eshell V5.9.3.1  (abort with ^G)
(ecoinpool_test@feinman)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 ()

BCH
Keninishna
Hero Member
*****
Offline Offline

Activity: 556
Merit: 500



View Profile
April 06, 2013, 11:40:12 PM
 #126

So that error now

root@feinman:~/ltc/ecoinpool# ./test_launch.sh
==> ecoinpool (compile)
==> ebitcoin (compile)
==> rel (compile)
==> ecoinpool (compile)
Erlang R15B03 (erts-5.9.3.1) [source] [64-bit] [smp:4:4] [async-threads:0] [hipe] [kernel-poll:true]

Eshell V5.9.3.1  (abort with ^G)
(ecoinpool_test@feinman)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 ()

[/quote

I get this same exact error, any workaround?
Nimbulan
Hero Member
*****
Offline Offline

Activity: 658
Merit: 500


View Profile
April 12, 2013, 03:33:52 PM
Last edit: April 12, 2013, 05:01:12 PM by Nimbulan
 #127

./test_launch.sh
==> ecoinpool (compile)
==> ebitcoin (compile)
==> rel (compile)
==> ecoinpool (compile)
Erlang R15B (erts-5.9) [source] [64-bit] [smp:32:24] [async-threads:0] [hipe] [kernel-poll:true]

Eshell V5.9  (abort with ^G)
(ecoinpool_test@s869)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 ()


what its bad? can where help me

 
                                . ██████████.
                              .████████████████.
                           .██████████████████████.
                        -█████████████████████████████
                     .██████████████████████████████████.
                  -█████████████████████████████████████████
               -███████████████████████████████████████████████
           .-█████████████████████████████████████████████████████.
        .████████████████████████████████████████████████████████████
       .██████████████████████████████████████████████████████████████.
       .██████████████████████████████████████████████████████████████.
       ..████████████████████████████████████████████████████████████..
       .   .██████████████████████████████████████████████████████.
       .      .████████████████████████████████████████████████.

       .       .██████████████████████████████████████████████
       .    ██████████████████████████████████████████████████████
       .█████████████████████████████████████████████████████████████.
        .███████████████████████████████████████████████████████████
           .█████████████████████████████████████████████████████
              .████████████████████████████████████████████████
                   ████████████████████████████████████████
                      ██████████████████████████████████
                          ██████████████████████████
                             ████████████████████
                               ████████████████
                                   █████████
.YoBit AirDrop $.|.Get 700 YoDollars for Free!.🏆
nemercry
Sr. Member
****
Offline Offline

Activity: 339
Merit: 250

Vice versa is not a meal.


View Profile
June 16, 2013, 10:55:50 AM
 #128

PLEASE DO NOT USE THIS SOFTWARE ANYMORE

It appears that there are no more updates for a long time. It would be extremely dangerous to open a Pool with this kind of Software.
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!