Fuzzbawls
|
|
February 25, 2016, 09:35:18 AM |
|
compiled the daemon on another machine, an amd fx 8 core. it exits without errors:
2016-02-24 16:08:01 init message: Verifying wallet... 2016-02-24 16:08:01 CDBEnv::Open: LogDir=XXX ErrorFile=XXX (end of the log)
no db.log nor wallet.dat is created
EDIT: on the same machine, there are three other wallets running fine.
Is this other machine running 15.10 as well? Yes. I spooled up an Ubuntu 15.10 instance today to test this myself. Nothing fancy going on, even using the distro-provided BDB. Daemon compiles fine (using the --with-incompatible-bdb) config flag and has been running all day. I tried rebuilding from scratch, running the daemon with gen=0, no way. It crashes without any hint. Not even segfault. not sure what to tell ya man. I finally stopped my 15.10 instance about an hour ago because i just couldn't get it to NOT run. everything on the instance was standard distro packages. Edit: for reference, I myself typically DON'T rely on distro packages and instead compile dependencies myself, but thought I'd give the distro package route a try for this.
|
|
|
|
pallas
Legendary
Offline
Activity: 2716
Merit: 1094
Black Belt Developer
|
|
February 25, 2016, 09:58:19 AM Last edit: February 25, 2016, 10:11:51 AM by pallas |
|
compiled the daemon on another machine, an amd fx 8 core. it exits without errors:
2016-02-24 16:08:01 init message: Verifying wallet... 2016-02-24 16:08:01 CDBEnv::Open: LogDir=XXX ErrorFile=XXX (end of the log)
no db.log nor wallet.dat is created
EDIT: on the same machine, there are three other wallets running fine.
Is this other machine running 15.10 as well? Yes. I spooled up an Ubuntu 15.10 instance today to test this myself. Nothing fancy going on, even using the distro-provided BDB. Daemon compiles fine (using the --with-incompatible-bdb) config flag and has been running all day. I tried rebuilding from scratch, running the daemon with gen=0, no way. It crashes without any hint. Not even segfault. not sure what to tell ya man. I finally stopped my 15.10 instance about an hour ago because i just couldn't get it to NOT run. everything on the instance was standard distro packages. Edit: for reference, I myself typically DON'T rely on distro packages and instead compile dependencies myself, but thought I'd give the distro package route a try for this. it crashes on: dbenv->set_cachesize(0, 0x100000, 1); it doesn't return from this function. the previous call, set_lg_dir(), returns 0. EDIT: hold on, I may have found the issue. EDIT2: gotcha! I had a stale /usr/lib/libdb_cxx-4.8.so; even though "configure" detected libdb 5.3, for some reason it linked the old file, but the other libs where on 5.3, hence the crash.
|
|
|
|
kaltun
|
|
February 25, 2016, 10:17:48 AM |
|
2 questions : 1: where can i find nodes to add? 2 is there paperwallet ?
|
|
|
|
Fuzzbawls
|
|
February 25, 2016, 10:21:40 AM |
|
EDIT2: gotcha! I had a stale /usr/lib/libdb_cxx-4.8.so; even though "configure" detected libdb 5.3, for some reason it linked the old file, but the other libs where on 5.3, hence the crash.
HUZZAH! damn those pesky leftover libs (and...honestly...damn BDB all together anyways!)
|
|
|
|
pallas
Legendary
Offline
Activity: 2716
Merit: 1094
Black Belt Developer
|
|
February 25, 2016, 10:28:21 AM |
|
EDIT2: gotcha! I had a stale /usr/lib/libdb_cxx-4.8.so; even though "configure" detected libdb 5.3, for some reason it linked the old file, but the other libs where on 5.3, hence the crash.
HUZZAH! damn those pesky leftover libs (and...honestly...damn BDB all together anyways!) true, I remember having 3 or 4 versions of dbd on a single system because it was needed by programs.... :-) now the bad news, after some minutes of mining: "hashespersec" : 3932160 and nothing is written on the log.
|
|
|
|
Fuzzbawls
|
|
February 25, 2016, 10:38:59 AM |
|
now the bad news, after some minutes of mining:
"hashespersec" : 3932160
and nothing is written on the log.
if you're polling gethashespersec or getmininginfo continuously it seems to be doing multiple calculations when it should be doing just one, this calculation is done at the time of issuing the getmininginfo or gethashespersec RPC functions and is only designed to be a generalized value. Haven't had time yet to dig into the cause, but the output of those 2 RPC calls should reset on each iteration of the miner's work loop. Exact hashespersec values can be found in debug.log after each iteration like so: hash: 0001455b2ea2505716ba29340ce1020291262750aa356223d5fef69c450217da collisions:1026 gethash:0001455b2ea2505716ba29340ce1020291262750aa356223d5fef69c450217da ba:151318 bb:2232995626 nonce:9158 target: 000001c609000000000000000000000000000000000000000000000000000000 2016-02-25 10:35:53 Hashes Per Second=26 (total seconds=409 hashes=10923)
|
|
|
|
FreeTrade (OP)
Legendary
Offline
Activity: 1470
Merit: 1030
|
|
February 25, 2016, 11:38:01 AM |
|
2 questions : 1: where can i find nodes to add? 2 is there paperwallet ?
Hey there. Solid range of nodes should be built in and connected to automically within a few minutes of starting up the software. No paper wallet yet.
|
RepNet is a reputational social network blockchain for uncensored Twitter/Reddit style discussion. 10% Interest On All Balances. 100% Distributed to Users and Developers.
|
|
|
FreeTrade (OP)
Legendary
Offline
Activity: 1470
Merit: 1030
|
|
February 25, 2016, 11:43:25 AM |
|
Thanks for this. Looks like we got ourselves an official beverage.
|
RepNet is a reputational social network blockchain for uncensored Twitter/Reddit style discussion. 10% Interest On All Balances. 100% Distributed to Users and Developers.
|
|
|
RidgyDidge
|
|
February 25, 2016, 01:05:57 PM |
|
Is there an updated wallet with the Squirrel logo out yet ?
|
|
|
|
TheInfidel
|
|
February 25, 2016, 01:21:13 PM |
|
My luck with mining this has fallen down below one block a day now, getting difficult. Earning nice interest on the ones I have though. Has there been any progress made on getting this on an exchange yet?
|
|
|
|
meyer
|
|
February 25, 2016, 01:47:03 PM |
|
how can I sell some HODL?
|
|
|
|
pallas
Legendary
Offline
Activity: 2716
Merit: 1094
Black Belt Developer
|
|
February 25, 2016, 01:48:48 PM |
|
|
|
|
|
meyer
|
|
February 25, 2016, 01:49:04 PM |
|
|
|
|
|
theboccet
Legendary
Offline
Activity: 1064
Merit: 1000
|
|
February 25, 2016, 01:54:22 PM |
|
I have 67h/s on a 4 threads and 8Gb memory.HOdlcoin-qt.exe -gen=1 -minermemory=2 -genproclimit=4 just split my hashrate in two 32h/s with 2Gb miner memory on a windows server is there something that i've missed?
|
|
|
|
¦¦¦¦¦¦¦______ ¦¦¦¦_¦¦¦¦¦¦¦¦¦¦_ ¦¦¦¦¦¦¯¦¦¦¦¦¦¯¦¦¦ ¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦ ¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦ ¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦ ¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦ ¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦ ¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦ ¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦ ¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦ ¦¦¦¦¦¦_¦¦¦¦¦¦_¦¦¦ ¦¦¦¦¯¦¦¦¦¦¦¦¦¦¦¯ ¦¦¦¦¦¦¦¯¯¯¯¯¯
| | | ¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦ ¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦ ¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦ ¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦ ¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦ ¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦ ¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦ ¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦
¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦ ¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦ ¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦ ¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦
| | |
¦¦¦¦¦¦¦ ¦¦¦¦¦¦¦¦¦¦¦¦¦¦ ¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦ ¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦ ¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦ ¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦ ¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦ ¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦ ¦¦¦¦¦¦¦¦¦¦¦¦¦¦ ¦¦¦¦¦¦¦¦¦¦¦¦¦ ¦¦¯¦¦¦¦¦¦¦¦¯ ¦¦¦¦¦¯
| | | ¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¯¦¦¦¦¦¦¦ ¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¯¦¦¦¦¦¦¦¦¦ ¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¯¦_¦¦¦¦¦¦¦¦¦ ¦¦¦¦¦¦¦¦¦¦¦¦¦¯¦_¦¦¦¦¦¦¦¦¦¦¦ ¦¦¦¦¦¦¦¦¦¦¦¦_¦_¦¦¦¦¦¦¦¦¦¦¦¦ ¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦ ¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦ ¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦ ¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦ ¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦ ¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦ ¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦ ¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦ ¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦ | MONETARYUNIT .......for Me, U & Everyone....... |
[/
|
|
|
joehoebot
|
|
February 25, 2016, 02:40:22 PM |
|
I have 67h/s on a 4 threads and 8Gb memory.HOdlcoin-qt.exe -gen=1 -minermemory=2 -genproclimit=4 just split my hashrate in two 32h/s with 2Gb miner memory on a windows server is there something that i've missed? how many virtual cores on the server? is it just 4?
|
|
|
|
theboccet
Legendary
Offline
Activity: 1064
Merit: 1000
|
|
February 25, 2016, 02:43:32 PM |
|
I have 67h/s on a 4 threads and 8Gb memory.HOdlcoin-qt.exe -gen=1 -minermemory=2 -genproclimit=4 just split my hashrate in two 32h/s with 2Gb miner memory on a windows server is there something that i've missed? how many virtual cores on the server? is it just 4? yup just 4
|
|
|
|
¦¦¦¦¦¦¦______ ¦¦¦¦_¦¦¦¦¦¦¦¦¦¦_ ¦¦¦¦¦¦¯¦¦¦¦¦¦¯¦¦¦ ¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦ ¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦ ¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦ ¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦ ¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦ ¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦ ¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦ ¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦ ¦¦¦¦¦¦_¦¦¦¦¦¦_¦¦¦ ¦¦¦¦¯¦¦¦¦¦¦¦¦¦¦¯ ¦¦¦¦¦¦¦¯¯¯¯¯¯
| | | ¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦ ¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦ ¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦ ¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦ ¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦ ¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦ ¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦ ¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦
¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦ ¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦ ¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦ ¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦
| | |
¦¦¦¦¦¦¦ ¦¦¦¦¦¦¦¦¦¦¦¦¦¦ ¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦ ¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦ ¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦ ¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦ ¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦ ¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦ ¦¦¦¦¦¦¦¦¦¦¦¦¦¦ ¦¦¦¦¦¦¦¦¦¦¦¦¦ ¦¦¯¦¦¦¦¦¦¦¦¯ ¦¦¦¦¦¯
| | | ¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¯¦¦¦¦¦¦¦ ¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¯¦¦¦¦¦¦¦¦¦ ¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¯¦_¦¦¦¦¦¦¦¦¦ ¦¦¦¦¦¦¦¦¦¦¦¦¦¯¦_¦¦¦¦¦¦¦¦¦¦¦ ¦¦¦¦¦¦¦¦¦¦¦¦_¦_¦¦¦¦¦¦¦¦¦¦¦¦ ¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦ ¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦ ¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦ ¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦ ¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦ ¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦ ¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦ ¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦ ¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦ | MONETARYUNIT .......for Me, U & Everyone....... |
[/
|
|
|
joehoebot
|
|
February 25, 2016, 02:54:52 PM |
|
I have 67h/s on a 4 threads and 8Gb memory.HOdlcoin-qt.exe -gen=1 -minermemory=2 -genproclimit=4 just split my hashrate in two 32h/s with 2Gb miner memory on a windows server is there something that i've missed? how many virtual cores on the server? is it just 4? yup just 4 there is an explanation post a few pages back. let me see if I can find it.
|
|
|
|
Laamadeus
|
|
February 25, 2016, 04:17:55 PM |
|
I have 67h/s on a 4 threads and 8Gb memory.HOdlcoin-qt.exe -gen=1 -minermemory=2 -genproclimit=4 just split my hashrate in two 32h/s with 2Gb miner memory on a windows server is there something that i've missed? how many virtual cores on the server? is it just 4? yup just 4 there is an explanation post a few pages back. let me see if I can find it. You can multiply your hashrate to miningmemory, so your hashrate is actually 64h/s.
|
|
|
|
Belligerent Fool
Legendary
Offline
Activity: 1218
Merit: 1001
|
|
February 25, 2016, 04:26:46 PM |
|
I have 67h/s on a 4 threads and 8Gb memory.HOdlcoin-qt.exe -gen=1 -minermemory=2 -genproclimit=4 just split my hashrate in two 32h/s with 2Gb miner memory on a windows server is there something that i've missed? how many virtual cores on the server? is it just 4? yup just 4 there is an explanation post a few pages back. let me see if I can find it. You can multiply your hashrate to miningmemory, so your hashrate is actually 64h/s. That's worse then the 67H/s he got from using just standard settings without doubling anything.
|
|
|
|
Laamadeus
|
|
February 25, 2016, 04:28:42 PM |
|
I have 67h/s on a 4 threads and 8Gb memory.HOdlcoin-qt.exe -gen=1 -minermemory=2 -genproclimit=4 just split my hashrate in two 32h/s with 2Gb miner memory on a windows server is there something that i've missed? how many virtual cores on the server? is it just 4? yup just 4 there is an explanation post a few pages back. let me see if I can find it. You can multiply your hashrate to miningmemory, so your hashrate is actually 64h/s. That's worse then the 67H/s he got from using just standard settings without doubling anything. Yes it is.
|
|
|
|
|