same error even with your git update! Must be me? The NOMP application issues a gettransactions call at start up which my bitbar daemon terminates afterwards :-(
well - let's back up a little. without starting nomp, what happens when you do "bitbard getinfo" ??
Guess I should ask how familiar you are with nomp, wallets, and linix in general.
Thanks for helping here.
Running Centos 6.7 and i used this script to install but modified it for Bitbar:
https://github.com/mikeminneman/dogecoind-centosOk, so my rpc password does match in both the pool config and bitbar.conf files. I think that is working because the debug log in Bitbar shows the rpc request from node "gettransactions".
Heres my Bitbar wallet "getinfo" - (I started a new wallet so its just downloading again)
"version" : "v0.4.3.004-5-g903edf9-beta",
"protocolversion" : 60006,
"walletversion" : 60000,
"balance" : 0.00000000,
"newmint" : 0.00000000,
"stake" : 0.00000000,
"blocks" : 83500,
"moneysupply" : 14044.44104100,
"connections" : 1,
"proxy" : "",
"ip" : "X.X.X.X",
"difficulty" : 41.30374091,
"testnet" : false,
"keypoololdest" : 1450404332,
"keypoolsize" : 101,
"paytxfee" : 0.00010000,
"errors" : ""
Heres the error in NOMP:
2015-12-18 15:45:44 [POSIX] [Connection Limit] (Safe to ignore) POSIX module not installed and resource (connection) limit was not raised
2015-12-18 15:45:44 [Master] [CLI] CLI listening on port 17117
2015-12-18 15:45:44 [Master] [PoolSpawner] Spawned 1 pool(s) on 1 thread(s)
terminate called after throwing an instance of 'boost::exception_detail::clone_impl
>'
what(): read_some: End of file
2015-12-18 15:45:44 [Payments] [bitbar] Payment processing setup to run every 120 second(s) with daemon ([email protected]:9344) and redis (127.0.0.1:6379)
2015-12-18 15:45:45 [Switching] [Setup] (Thread 1) Loading last proxy state from redis
2015-12-18 15:45:45 [Pool] [bitbar] (Thread 1) Share processing setup with redis (127.0.0.1:6379)
2015-12-18 15:45:46 [Payments] [bitbar] Check finished - daemon rpc error with batch gettransactions {"type":"request error","message":"read ECONNRESET"}
2015-12-18 15:45:46 [Payments] [bitbar] Finished interval - time spent: 995ms total, 3ms redis, 987ms daemon RPC
2015-12-18 15:45:46 [Pool] [bitbar] (Thread 1) Could not start pool, error with init batch RPC call: {"type":"offline","message":"connect ECONNREFUSED"}
Here the Bitbar debug log that shows the last entry before it terminated due to the above request from NOMP.
Flushed 5740 addresses to peers.dat 78ms
Flushed 5740 addresses to peers.dat 78ms
ThreadRPCServer method=getinfo
ThreadRPCServer method=validateaddress
ThreadRPCServer method=getbalance
Heres the error if i run from the terminal as you can see "getbalance" returns info but "gettransactions" kills it.
# bitbard getbalance
0.00000000
# bitbard gettransactions
terminate called after throwing an instance of 'std::vector >, std::allocator > > >'
terminate called after throwing an instance of 'boost::exception_detail::clone_impl >'
what(): read_some: End of file
Aborted (core dumped)
So it looks like an issue with the wallet when the "gettransactions" call is issued Im guessing there aren't any due to it being a new install. Any thing jump out at you? Maybe I'm missing something obvious....