Hi Guys, im facing probably a very little issue when installing my ecoinpool https://bitcointalk.org/index.php?topic=56068.0 (A bitcoin mining pool software coded in erlang working with couchdb) I already posted my issue in the bitcointalk forum, however, there obviously nobody has an idea how to fix this. https://bitcointalk.org/index.php?topic=56068.msg1146080#msg1146080 Ecoinpool on git https://github.com/p2k/ecoinpool Couchdb on git https://github.com/apache/couchdb Here my issue: I have setup everything as described in the tutorials/READMEs, however, as im not a real linux geek i probably missed some easy point. Here the error ecoinpool is printing: root@j064:~/ecoinpool# ./test_launch.sh ==> ecoinpool (compile) ==> ebitcoin (compile) ==> rel (compile) ==> ecoinpool (compile) Erlang R15B01 (erts-5.9.1) [source] [64-bit] [smp:4:4] [async-threads:0] [kernel-poll:true] Eshell V5.9.1 (abort with ^G) (ecoinpool_test@j064)1> [12:29:23.245][ebitcoin/fatal] config_db - couchbeam:open_or_create_db/3 returned an error: {ok,"401", [{"Server","CouchDB/1.2.0 (Erlang OTP/R15B01)"}, {"Date","Thu, 30 Aug 2012 12:29:23 GMT"}, {"Content-Type","application/json"}, {"Content-Length","67"}, {"Cache-Control","must-revalidate"}], <<"{\"error\":\"unauthorized\",\"reason\":\"Name or password is incorrect.\"}\n">>} {"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 () root@j064:~/ecoinpool# Code (markup): Thx for any help!!
You probably already gave up on this but in case someone else reads, I will put in my 2 cents. From the info you posted it looks like you have the wrong username or password for the database.