Author

Topic: [ANN] Ħ [HODL] 5% Interest. No Staking Req. Term Deposits 10%. Solo Mining. - page 246. (Read 472878 times)

newbie
Activity: 1
Merit: 0
To digress, I just wanted to report one more thing about windows mining. I tried to do this:
hodlcoin-qt.exe -gen=1 -minermemory=2 -genproclimit=X -address="foofoofoofoofoofoofoofoo"
or
hodlcoin-qt.exe -gen=1 -minermemory=2 -genproclimit=X -address=foofoofoofoofoofoofoofoo

hoping that blocks would all arrive in one wallet, which would be convenient, but so far they are all just arriving in the wallet where they are mining from.  Sad

It would be sweet to get this working, but I don't mind really.  Cool

cheers


-miningaddress="address"

And without the "" you will be mining to the local wallet.
Windows and Linux, right?
sr. member
Activity: 250
Merit: 250
To digress, I just wanted to report one more thing about windows mining. I tried to do this:
hodlcoin-qt.exe -gen=1 -minermemory=2 -genproclimit=X -address="foofoofoofoofoofoofoofoo"
or
hodlcoin-qt.exe -gen=1 -minermemory=2 -genproclimit=X -address=foofoofoofoofoofoofoofoo

hoping that blocks would all arrive in one wallet, which would be convenient, but so far they are all just arriving in the wallet where they are mining from.  Sad

It would be sweet to get this working, but I don't mind really.  Cool

cheers

best thing to do is edit your hodlcoin.conf file, works like a charm here

Code:
rpcuser=username
rpcpassword=password
daemon=1
server=1
p2pport=1989
rpcport=11989
gen=1
minermemory=3 --> change those settings
genproclimit=2 --> change those settings
miningaddress=YourAddressHere

EDIT: just saw u smacks yourself in the face Cheesy

IT WORKS!!!  Grin

block block block block
sr. member
Activity: 250
Merit: 250
To digress, I just wanted to report one more thing about windows mining. I tried to do this:
hodlcoin-qt.exe -gen=1 -minermemory=2 -genproclimit=X -address="foofoofoofoofoofoofoofoo"
or
hodlcoin-qt.exe -gen=1 -minermemory=2 -genproclimit=X -address=foofoofoofoofoofoofoofoo

hoping that blocks would all arrive in one wallet, which would be convenient, but so far they are all just arriving in the wallet where they are mining from.  Sad

It would be sweet to get this working, but I don't mind really.  Cool

cheers

best thing to do is edit your hodlcoin.conf file, works like a charm here

Code:
rpcuser=username
rpcpassword=password
daemon=1
server=1
p2pport=1989
rpcport=11989
gen=1
minermemory=3 --> change those settings
genproclimit=2 --> change those settings
miningaddress=YourAddressHere

EDIT: just saw u smacks yourself in the face Cheesy

IT WORKS!!!  Grin
sr. member
Activity: 490
Merit: 250
Is there any guide to compile the wallet on Debian 7 x64 server ?

Yes I will work on testing a Debian guide as well.. Just a note I test my guides no less then 20 times before posting them for you guys.. so this takes time.. I spin up a new server.. follow the guide.. test.. destroy.. repeat..
legendary
Activity: 1232
Merit: 1001
To digress, I just wanted to report one more thing about windows mining. I tried to do this:
hodlcoin-qt.exe -gen=1 -minermemory=2 -genproclimit=X -address="foofoofoofoofoofoofoofoo"
or
hodlcoin-qt.exe -gen=1 -minermemory=2 -genproclimit=X -address=foofoofoofoofoofoofoofoo

hoping that blocks would all arrive in one wallet, which would be convenient, but so far they are all just arriving in the wallet where they are mining from.  Sad

It would be sweet to get this working, but I don't mind really.  Cool

cheers

best thing to do is edit your hodlcoin.conf file, works like a charm here

Code:
rpcuser=username
rpcpassword=password
daemon=1
server=1
p2pport=1989
rpcport=11989
gen=1
minermemory=3 --> change those settings
genproclimit=2 --> change those settings
miningaddress=YourAddressHere

EDIT: just saw u smacks yourself in the face Cheesy
sr. member
Activity: 250
Merit: 250
To digress, I just wanted to report one more thing about windows mining. I tried to do this:
hodlcoin-qt.exe -gen=1 -minermemory=2 -genproclimit=X -address="foofoofoofoofoofoofoofoo"
or
hodlcoin-qt.exe -gen=1 -minermemory=2 -genproclimit=X -address=foofoofoofoofoofoofoofoo

hoping that blocks would all arrive in one wallet, which would be convenient, but so far they are all just arriving in the wallet where they are mining from.  Sad

It would be sweet to get this working, but I don't mind really.  Cool

cheers


-miningaddress="address"

(smacks self in face)
sr. member
Activity: 490
Merit: 250
To digress, I just wanted to report one more thing about windows mining. I tried to do this:
hodlcoin-qt.exe -gen=1 -minermemory=2 -genproclimit=X -address="foofoofoofoofoofoofoofoo"
or
hodlcoin-qt.exe -gen=1 -minermemory=2 -genproclimit=X -address=foofoofoofoofoofoofoofoo

hoping that blocks would all arrive in one wallet, which would be convenient, but so far they are all just arriving in the wallet where they are mining from.  Sad

It would be sweet to get this working, but I don't mind really.  Cool

cheers


-miningaddress="address"
sr. member
Activity: 490
Merit: 250
Linux/Ubuntu 14.04 build guide


Code:
sudo apt-get update
sudo apt-get install checkinstall subversion git git-core build-essential
sudo apt-get install libssl-dev libminiupnpc-dev
sudo add-apt-repository ppa:bitcoin/bitcoin
sudo apt-get update
sudo apt-get install libdb4.8-dev libdb4.8++-dev
sudo apt-get install build-essential libboost-all-dev automake libtool autoconf
sudo apt-get install pkg-config
sudo apt-get install git
git clone https://github.com/FreeTrade/HOdlcoin
cd HOdlcoin
./autogen.sh && ./configure --without-gui
make
sudo make install
mkdir -p ~/.hodlcoin/
echo -e "rpcuser=rpc\nrpcpassword=1234\nserver=1\ndaemon=1\ntxindex=1" > ~/.hodlcoin/hodlcoin.conf


This will start the wallet mining

Code:
hodlcoind -gen=1 -minermemory=1 -genproclimit=8 -miningaddress="address"

minermemory= the amount of Ram in 1gb increments (1,2,3)

genproclimit=   the number of threads per 1gb of ram from "minermemory" (this number must be a power of 2 so 2,4,8,16,)

miningaddress="address" this is the address all your mined blocks will be sent to (example "HodlDsNuts57MFNiN8CMrMjC2CYAy8pwi9")


This will shut down the wallet

Code:
hodlcoin-cli stop

sr. member
Activity: 490
Merit: 250
such a pleasure to build a coin with autotools! :-D

I spoke too early:

undefined reference to `qInitResources_hodlcoin()'
undefined reference to `qInitResources_bitcoin_locale()'
collect2: error: ld returned 1 exit status

I reverted to compiling the daemon and it linked fine, but hashing is broken:

    "hashespersec" : 425984

and it goes up indefinitely, while cpu is mostly idle.

what os? cooked like a champ for me.

ubuntu 15.10 desktop

Running without GUI? also, did you use the bitcoin repo for the older packages?

there is only one "old package" which is db 4.8, I compiled with 5.3 which is supported (it just generates non-portable wallets).


Sry to see your having so much trouble.. I will post my Linux guide I have tested it extensively on Ubuntu 14.04.. I sure you know how to compile a wallet.. I just see a good place to post the guide again.. I will work on a nice looking one and push it to the GitHub this weekend.. I will also test 15.10
sr. member
Activity: 250
Merit: 250
To digress, I just wanted to report one more thing about windows mining. I tried to do this:
hodlcoin-qt.exe -gen=1 -minermemory=2 -genproclimit=X -address="foofoofoofoofoofoofoofoo"
or
hodlcoin-qt.exe -gen=1 -minermemory=2 -genproclimit=X -address=foofoofoofoofoofoofoofoo

hoping that blocks would all arrive in one wallet, which would be convenient, but so far they are all just arriving in the wallet where they are mining from.  Sad

It would be sweet to get this working, but I don't mind really.  Cool

cheers
full member
Activity: 149
Merit: 100
Has anyone reported any benchmarks yet? Particularly linux vs windows. I wonder what the best H/s is out there currently with the linux wallet.  Huh
i am getting around "hashespersec" : 340 running Ubuntu server with Intel(R) Xeon(R) CPU @ 2.30GHz  - 24cores - 12cores @1GB RAM
Update: Have tried multiple hardware and OS and configurations. 372 seems to be as high as I can get it to go. Have yet to look at VM's.
Too bad there are no AM3+ boards with multiple sockets.  Wink

http://www.cpubenchmark.net/compare.php?cmp[]=2337&cmp[]=2374    (copy and paste)

Getting a third of your performance for less than a tenth of the cost. But your server is probably just idling anyways.  Grin

I love running AMD 8 cores for this coin. Hell, Microcenter even put it on sale but If I could snag an AM3+ dual socket board, I'd be sooooo happy.
sr. member
Activity: 490
Merit: 250
thx m8
gonna try it , btw my son has much better pc ( amd quadcore 750k ) then i have  and he has hashrate of 60H/s without tweaks, so gonna try at his computer Smiley
No problem. Samsmith16 pointed out, that one has to multiply the hashes/sec by the amount of RAM used as well as the number of threads.

So when using
Code:
HOdlcoin-qt.exe -gen=1 -minermemory=2 -genproclimit=4
multiply the hashes/sec in your debug.log by 8.  Wink


Ok I need to clear this up.. you only multiply your hash by the amount or ram you are using.. every 1gb of ram equale 1 instance.. how many threads you use for each instance only hepls speed the search.. all the instances are searching at the same time.. this is why you multiply hash of each 1gb instance.. I will post an image from many pages ago..



This is a 2gb setting.. So there is 2 separate instances running at the same time.. See how both instances finished the same amount of seconds in to this new block.. really you should be adding up the hash of all the instances (each of the 1gb) So that hash was 74 + 75 = 149.. but this changes so its fine to just multiply one of the hashrates by the number of Ram used to mine.. this is just an avg.
newbie
Activity: 30
Merit: 0


there is only one "old package" which is db 4.8, I compiled with 5.3 which is supported (it just generates non-portable wallets).

Could there be an issue with a newer version of boostlib on 15.10? I'm trying to recall that I had compile issues on 15.10 but 14.04 compiled fine.
legendary
Activity: 2716
Merit: 1094
Black Belt Developer
such a pleasure to build a coin with autotools! :-D

I spoke too early:

undefined reference to `qInitResources_hodlcoin()'
undefined reference to `qInitResources_bitcoin_locale()'
collect2: error: ld returned 1 exit status

I reverted to compiling the daemon and it linked fine, but hashing is broken:

    "hashespersec" : 425984

and it goes up indefinitely, while cpu is mostly idle.

what os? cooked like a champ for me.

ubuntu 15.10 desktop

Running without GUI? also, did you use the bitcoin repo for the older packages?

there is only one "old package" which is db 4.8, I compiled with 5.3 which is supported (it just generates non-portable wallets).
legendary
Activity: 2716
Merit: 1094
Black Belt Developer
such a pleasure to build a coin with autotools! :-D

I spoke too early:

undefined reference to `qInitResources_hodlcoin()'
undefined reference to `qInitResources_bitcoin_locale()'
collect2: error: ld returned 1 exit status

I reverted to compiling the daemon and it linked fine, but hashing is broken:

    "hashespersec" : 425984

and it goes up indefinitely, while cpu is mostly idle.

what os? cooked like a champ for me.

ubuntu 15.10 desktop

huh. have you cooked other wallets on it?

countless :-D

about the second issue (stuck mining process), it looks to be present only if the daemon is run without "-daemon".
newbie
Activity: 30
Merit: 0
such a pleasure to build a coin with autotools! :-D

I spoke too early:

undefined reference to `qInitResources_hodlcoin()'
undefined reference to `qInitResources_bitcoin_locale()'
collect2: error: ld returned 1 exit status

I reverted to compiling the daemon and it linked fine, but hashing is broken:

    "hashespersec" : 425984

and it goes up indefinitely, while cpu is mostly idle.

what os? cooked like a champ for me.

ubuntu 15.10 desktop

Running without GUI? also, did you use the bitcoin repo for the older packages?
legendary
Activity: 1610
Merit: 1000
Crackpot Idealist
such a pleasure to build a coin with autotools! :-D

I spoke too early:

undefined reference to `qInitResources_hodlcoin()'
undefined reference to `qInitResources_bitcoin_locale()'
collect2: error: ld returned 1 exit status

I reverted to compiling the daemon and it linked fine, but hashing is broken:

    "hashespersec" : 425984

and it goes up indefinitely, while cpu is mostly idle.

what os? cooked like a champ for me.

ubuntu 15.10 desktop

huh. have you cooked other wallets on it?
legendary
Activity: 2716
Merit: 1094
Black Belt Developer
such a pleasure to build a coin with autotools! :-D

I spoke too early:

undefined reference to `qInitResources_hodlcoin()'
undefined reference to `qInitResources_bitcoin_locale()'
collect2: error: ld returned 1 exit status

I reverted to compiling the daemon and it linked fine, but hashing is broken:

    "hashespersec" : 425984

and it goes up indefinitely, while cpu is mostly idle.

what os? cooked like a champ for me.

ubuntu 15.10 desktop
legendary
Activity: 1610
Merit: 1000
Crackpot Idealist
such a pleasure to build a coin with autotools! :-D

I spoke too early:

undefined reference to `qInitResources_hodlcoin()'
undefined reference to `qInitResources_bitcoin_locale()'
collect2: error: ld returned 1 exit status

I reverted to compiling the daemon and it linked fine, but hashing is broken:

    "hashespersec" : 425984

and it goes up indefinitely, while cpu is mostly idle.

what os? cooked like a champ for me.
legendary
Activity: 2716
Merit: 1094
Black Belt Developer
such a pleasure to build a coin with autotools! :-D

I spoke too early:

undefined reference to `qInitResources_hodlcoin()'
undefined reference to `qInitResources_bitcoin_locale()'
collect2: error: ld returned 1 exit status

I reverted to compiling the daemon and it linked fine, but hashing is broken:

    "hashespersec" : 425984

and it goes up indefinitely, while cpu is mostly idle.
Jump to: