Bitcoin Forum
April 19, 2024, 07:40:28 AM *
News: Latest Bitcoin Core release: 26.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 [39] 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 ... 280 »
  Print  
Author Topic: [ANN] Ħ [HODL] No Staking, 1% Standard Interest per Day, 750% APR For HOdlers  (Read 472773 times)
This is a self-moderated topic. If you do not want to be moderated by the person who started this topic, create a new topic.
Fuzzbawls
Hero Member
*****
Offline Offline

Activity: 750
Merit: 500



View Profile
February 25, 2016, 09:35:18 AM
 #761

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.
1713512428
Hero Member
*
Offline Offline

Posts: 1713512428

View Profile Personal Message (Offline)

Ignore
1713512428
Reply with quote  #2

1713512428
Report to moderator
1713512428
Hero Member
*
Offline Offline

Posts: 1713512428

View Profile Personal Message (Offline)

Ignore
1713512428
Reply with quote  #2

1713512428
Report to moderator
1713512428
Hero Member
*
Offline Offline

Posts: 1713512428

View Profile Personal Message (Offline)

Ignore
1713512428
Reply with quote  #2

1713512428
Report to moderator
Make sure you back up your wallet regularly! Unlike a bank account, nobody can help you if you lose access to your BTC.
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1713512428
Hero Member
*
Offline Offline

Posts: 1713512428

View Profile Personal Message (Offline)

Ignore
1713512428
Reply with quote  #2

1713512428
Report to moderator
1713512428
Hero Member
*
Offline Offline

Posts: 1713512428

View Profile Personal Message (Offline)

Ignore
1713512428
Reply with quote  #2

1713512428
Report to moderator
pallas
Legendary
*
Offline Offline

Activity: 2716
Merit: 1094


Black Belt Developer


View Profile
February 25, 2016, 09:58:19 AM
Last edit: February 25, 2016, 10:11:51 AM by pallas
 #762

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
Hero Member
*****
Offline Offline

Activity: 1540
Merit: 502


View Profile
February 25, 2016, 10:17:48 AM
 #763

2 questions :
1: where can i find nodes to add?
2 is there paperwallet ?
Fuzzbawls
Hero Member
*****
Offline Offline

Activity: 750
Merit: 500



View Profile
February 25, 2016, 10:21:40 AM
 #764

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 Offline

Activity: 2716
Merit: 1094


Black Belt Developer


View Profile
February 25, 2016, 10:28:21 AM
 #765

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
Hero Member
*****
Offline Offline

Activity: 750
Merit: 500



View Profile
February 25, 2016, 10:38:59 AM
 #766

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:

Code:
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 Offline

Activity: 1428
Merit: 1030



View Profile
February 25, 2016, 11:38:01 AM
 #767

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.

Membercoin - Layer 1 Coin used for the member.cash decentralized social network.
10% Interest On All Balances. Browser and Solo Mining. 100% Distributed to Users and Developers.
FreeTrade (OP)
Legendary
*
Offline Offline

Activity: 1428
Merit: 1030



View Profile
February 25, 2016, 11:43:25 AM
 #768

drink some vodka and squirrel come to you  Grin Grin Grin

BTW need some pool... in solo too hard to mine Hodl  Cry

Thanks for this. Looks like we got ourselves an official beverage.

Membercoin - Layer 1 Coin used for the member.cash decentralized social network.
10% Interest On All Balances. Browser and Solo Mining. 100% Distributed to Users and Developers.
RidgyDidge
Sr. Member
****
Offline Offline

Activity: 369
Merit: 250


View Profile
February 25, 2016, 01:05:57 PM
 #769

Is there an updated wallet with the Squirrel logo out yet ?

TheInfidel
Hero Member
*****
Offline Offline

Activity: 532
Merit: 500


Better die on your feet, than live on your knees


View Profile
February 25, 2016, 01:21:13 PM
 #770

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
Sr. Member
****
Offline Offline

Activity: 523
Merit: 252


View Profile
February 25, 2016, 01:47:03 PM
 #771

how can I sell some HODL?

░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░
EUROPECOIN ERC  BITTREX  BLEUTRADE  EUROPECOIN WEB  TWITTER  QUICKFACTS  CLOUDSTAKING  NSA
░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░

.
pallas
Legendary
*
Offline Offline

Activity: 2716
Merit: 1094


Black Belt Developer


View Profile
February 25, 2016, 01:48:48 PM
 #772

how can I sell some HODL?

try here:
https://bitcointalk.org/index.php?topic=1372878.0

meyer
Sr. Member
****
Offline Offline

Activity: 523
Merit: 252


View Profile
February 25, 2016, 01:49:04 PM
 #773


thx

░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░
EUROPECOIN ERC  BITTREX  BLEUTRADE  EUROPECOIN WEB  TWITTER  QUICKFACTS  CLOUDSTAKING  NSA
░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░

.
theboccet
Legendary
*
Offline Offline

Activity: 1064
Merit: 1000



View Profile
February 25, 2016, 01:54:22 PM
 #774

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  Huh
is there something that i've missed?

¦¦¦¦¦¦¦______
¦¦¦¦_¦¦¦¦¦¦¦¦¦¦_
¦¦¦¦¦¦¯¦¦¦¦¦¦¯¦¦¦
¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦
¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦
¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦
¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦
¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦
¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦
¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦
¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦
¦¦¦¦¦¦_¦¦¦¦¦¦_¦¦¦
¦¦¦¦¯¦¦¦¦¦¦¦¦¦¦¯
¦¦¦¦¦¦¦¯¯¯¯¯¯
   ¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦
¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦
¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦
¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦
¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦
¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦
¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦
¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦


¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦
¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦
¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦
¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦
  

¦¦¦¦¦¦¦
¦¦¦¦¦¦¦¦¦¦¦¦¦¦
¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦
¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦
¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦
¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦
¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦
¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦
¦¦¦¦¦¦¦¦¦¦¦¦¦¦
¦¦¦¦¦¦¦¦¦¦¦¦¦
¦¦¯¦¦¦¦¦¦¦¦¯
¦¦¦¦¦¯
   ¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¯¦¦¦¦¦¦¦
¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¯¦¦¦¦¦¦¦¦¦
¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¯¦¦¦¦¦¦¦¦¦
¦¦¦¦¦¦¦¦¦¦¦¦¦¯¦_¦¦¦¦¦¦¦¦¦¦¦
¦¦¦¦¦¦¦¦¦¦¦¦_¦_¦¦¦¦¦¦¦¦¦¦¦¦
¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦
¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦
¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦
¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦
¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦
¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦
¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦
¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦
¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦
MONETARYUNIT
.......for Me, U & Everyone.......
[/
joehoebot
Sr. Member
****
Offline Offline

Activity: 250
Merit: 250


View Profile
February 25, 2016, 02:40:22 PM
 #775

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  Huh
is there something that i've missed?
how many virtual cores on the server?  is it just 4?

I am CPU mining Aquachain right now. https://bitcointalk.org/index.php?topic=3138231
theboccet
Legendary
*
Offline Offline

Activity: 1064
Merit: 1000



View Profile
February 25, 2016, 02:43:32 PM
 #776

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  Huh
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
Sr. Member
****
Offline Offline

Activity: 250
Merit: 250


View Profile
February 25, 2016, 02:54:52 PM
 #777

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  Huh
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.

I am CPU mining Aquachain right now. https://bitcointalk.org/index.php?topic=3138231
Laamadeus
Sr. Member
****
Offline Offline

Activity: 453
Merit: 255



View Profile
February 25, 2016, 04:17:55 PM
 #778

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  Huh
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.

██
██
██
1st Stake
Android Wallet
████████████████████████████████████████████████████████████████████████████████
Transfercoin
████████████████████████████████████████████████████████████████████████████████
              ▄▄█▀▀▀▀▀▀▀▀▀▀▀█▄▄
          ▄█▀▀▀ ▄▄▄▄█████▄▄▄▄ ▀▀▀█▄
       ▄█▀▀▄▄█████▀ ▄▄▄▄▄ ▀█████▄▄▀▀█▄
     ▄█▀ ▄████▀▀▀ ▄███████▄ ▀▀▀████▄▀▀█▄
   ▄█▀ ▄███▀  ▄██ █████████ ██▄  ▀███▄ ▀█▄
  ▄█ ▄███▀ ▄████▀ ▀███████▀ ▀████▄ ▀███▄ █▄
 ▄█ ▄███  ████▀     ▀▀▀▀▀     ▀████  ███▄ █▄
▄█ ▄███  ███▀                   ▀███  ███▄ █▄
██ ███  ███▀                     ▀███  ███ ██
██ ███  ███                       ███  ███ ██
██ ███  ▄▄▄▄▄                   ▄▄▄▄▄  ███ ██
██ ██ ▄███████▄               ▄███████▄ ██ ██
▀█ ▀█ █████████               █████████ █▀ █▀
 ▀█ █ ▀███████▀               ▀███████▀ █ █▀
  █▄ ▀▄ ▀▀▀▀▀ ▄██▄▄       ▄▄██▄ ▀▀▀▀▀ ▄▀ ▄█
   ▀█▄ ▀███▄  ▀▀█████████████▀▀  ▄███▀ ▄█▀
     ▀█▄ ▀████▄    ▀▀▀▀▀▀▀    ▄████ ▄▄█▀
       ▀█▄▄▀▀██████▄▄▄▄▄▄▄██████▀▀▄▄█▀
          ▀█▄▄▄ ▀▀▀▀█████▀▀▀▀ ▄▄▄█▀
             ▀▀█▄▄▄▄▄▄▄▄▄▄▄█▀▀
██
██
██
Belligerent Fool
Legendary
*
Offline Offline

Activity: 1218
Merit: 1001



View Profile
February 25, 2016, 04:26:46 PM
 #779

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  Huh
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
Sr. Member
****
Offline Offline

Activity: 453
Merit: 255



View Profile
February 25, 2016, 04:28:42 PM
 #780

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  Huh
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.

██
██
██
1st Stake
Android Wallet
████████████████████████████████████████████████████████████████████████████████
Transfercoin
████████████████████████████████████████████████████████████████████████████████
              ▄▄█▀▀▀▀▀▀▀▀▀▀▀█▄▄
          ▄█▀▀▀ ▄▄▄▄█████▄▄▄▄ ▀▀▀█▄
       ▄█▀▀▄▄█████▀ ▄▄▄▄▄ ▀█████▄▄▀▀█▄
     ▄█▀ ▄████▀▀▀ ▄███████▄ ▀▀▀████▄▀▀█▄
   ▄█▀ ▄███▀  ▄██ █████████ ██▄  ▀███▄ ▀█▄
  ▄█ ▄███▀ ▄████▀ ▀███████▀ ▀████▄ ▀███▄ █▄
 ▄█ ▄███  ████▀     ▀▀▀▀▀     ▀████  ███▄ █▄
▄█ ▄███  ███▀                   ▀███  ███▄ █▄
██ ███  ███▀                     ▀███  ███ ██
██ ███  ███                       ███  ███ ██
██ ███  ▄▄▄▄▄                   ▄▄▄▄▄  ███ ██
██ ██ ▄███████▄               ▄███████▄ ██ ██
▀█ ▀█ █████████               █████████ █▀ █▀
 ▀█ █ ▀███████▀               ▀███████▀ █ █▀
  █▄ ▀▄ ▀▀▀▀▀ ▄██▄▄       ▄▄██▄ ▀▀▀▀▀ ▄▀ ▄█
   ▀█▄ ▀███▄  ▀▀█████████████▀▀  ▄███▀ ▄█▀
     ▀█▄ ▀████▄    ▀▀▀▀▀▀▀    ▄████ ▄▄█▀
       ▀█▄▄▀▀██████▄▄▄▄▄▄▄██████▀▀▄▄█▀
          ▀█▄▄▄ ▀▀▀▀█████▀▀▀▀ ▄▄▄█▀
             ▀▀█▄▄▄▄▄▄▄▄▄▄▄█▀▀
██
██
██
Pages: « 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 [39] 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 ... 280 »
  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!