Pages:
Author

Topic: HOdlcoin CPU Solo Mining Guide - page 3. (Read 32781 times)

sr. member
Activity: 490
Merit: 250
May 14, 2016, 04:59:38 PM
#80
sr. member
Activity: 420
Merit: 252
May 14, 2016, 12:21:36 PM
#79
sr. member
Activity: 490
Merit: 250
May 14, 2016, 11:22:26 AM
#78
My errors and warning:
Code:
Makefile.am:5: warning: user variable 'GZIP_ENV' defined here ...
/usr/share/automake-1.14/am/distdir.am: ... overrides Automake variable 'GZIP_ENV' defined here
Makefile.am:55: warning: user target 'distcleancheck' defined here ...
/usr/share/automake-1.14/am/distdir.am: ... overrides Automake target 'distcleancheck' defined here
src/Makefile.am: installing 'build-aux/depcomp'
src/Makefile.am:420: warning: user target '.mm.o' defined here ...

Code:
./configure: line 8906: cannot create temp file for here-document: No such file or directory



Code:
checking if compiler needs -Werror to reject unknown flags... no


Code:
configure: error: hexdump is required for tests





Have you followed the Guide in the OP 100% and are you on Ubuntu 14.04?
sr. member
Activity: 490
Merit: 250
May 14, 2016, 11:21:44 AM
#77
hero member
Activity: 1246
Merit: 708
May 14, 2016, 07:21:27 AM
#76
My errors and warning:
Code:
Makefile.am:5: warning: user variable 'GZIP_ENV' defined here ...
/usr/share/automake-1.14/am/distdir.am: ... overrides Automake variable 'GZIP_ENV' defined here
Makefile.am:55: warning: user target 'distcleancheck' defined here ...
/usr/share/automake-1.14/am/distdir.am: ... overrides Automake target 'distcleancheck' defined here
src/Makefile.am: installing 'build-aux/depcomp'
src/Makefile.am:420: warning: user target '.mm.o' defined here ...

Code:
./configure: line 8906: cannot create temp file for here-document: No such file or directory



Code:
checking if compiler needs -Werror to reject unknown flags... no


Code:
configure: error: hexdump is required for tests



sr. member
Activity: 420
Merit: 252
May 14, 2016, 06:57:41 AM
#75
i have setup hodlcoind with following config :

rpcuser=local
rpcpassword=test123!
rpcallowip=192.168.2.100
rpcallowip=192.168.2.101
rpcbind=192.168.2.100
rpcport=9578
server=1
daemon=1

Started hodlcoind :

show if it is in sync
./hodlcoin-cli getinfo
{
    "version" : 1000000,
    "protocolversion" : 70002,
    "walletversion" : 60000,
    "balance" : 0.00000000,
    "blocks" : 54935,
    "timeoffset" : -1,
    "connections" : 8,
    "proxy" : "",
    "difficulty" : 0.02292348,
    "testnet" : false,
    "keypoololdest" : 1460809006,
    "keypoolsize" : 101,
    "paytxfee" : 0.00000000,
    "relayfee" : 0.00005000,
    "errors" : ""
}

looks okay.

startet cpuminer:

./cpuminer -a hodl -o 192.168.2.100:9578 -u local -p test123!

gives me following output :



         **********  cpuminer-multi 1.2-dev  ***********
     A CPU miner with multi algo support and optimized for CPUs
     with AES_NI extension.
     BTC donation address: 12tdvfF7KmAsihBXQXynT6E6th2c2pByTT
     Forked from TPruvot's cpuminer-multi with credits
     to Lucas Jones, elmad, palmd, djm34, pooler, ig0tik3d,
     Wolf0 and Jeff Garzik.

Checking CPU capatibility...
        Intel(R) Core(TM) i5-5200U CPU @ 2.20GHz
   CPU arch supports AES_NI...YES.
   SW built for AES_NI........YES.
   Algo supports AES_NI.......YES.
Start mining with AES_NI optimizations...

[2016-05-14 12:56:25] 4 miner threads started, using 'hodl' algorithm.
[2016-05-14 12:56:26] Current block is 54936
[2016-05-14 12:56:26] Switching to getwork, gbt version 4
[2016-05-14 12:56:26] Long-polling on http://192.168.2.100:9578
[2016-05-14 12:56:27] json_rpc_call failed, retry after 10 seconds
[2016-05-14 12:56:38] json_rpc_call failed, retry after 10 seconds
[2016-05-14 12:56:49] json_rpc_call failed, retry after 10 seconds


someone an idea what is going wrong ?




hero member
Activity: 578
Merit: 501
May 13, 2016, 01:46:55 PM
#74
such a long time,4 days mining to find a block, well.....

Not really.
newbie
Activity: 14
Merit: 0
May 13, 2016, 12:52:48 PM
#73
Help please.

From windows 8 i started mining solo, all night mining, but balance is 00000. Why?
8gb RAM, 6x cores.
wallet show 48h/s

p.s. mining from wallet
p.p.s. when i start mining, cpu load 100%

When you find a block, you will get paid 50 HOdlcoin plus txfees. Until then, you will continue to have 0. It usually takes me a few days to find a block and my hashrate is 120h/s.
such a long time,4 days mining to find a block, well.....
hero member
Activity: 578
Merit: 501
May 12, 2016, 10:39:46 PM
#72
Help please.

From windows 8 i started mining solo, all night mining, but balance is 00000. Why?
8gb RAM, 6x cores.
wallet show 48h/s

p.s. mining from wallet
p.p.s. when i start mining, cpu load 100%

When you find a block, you will get paid 50 HOdlcoin plus txfees. Until then, you will continue to have 0. It usually takes me a few days to find a block and my hashrate is 120h/s.
legendary
Activity: 1134
Merit: 1002
May 12, 2016, 10:21:00 PM
#71
Help please.

From windows 8 i started mining solo, all night mining, but balance is 00000. Why?
8gb RAM, 6x cores.
wallet show 48h/s

p.s. mining from wallet
p.p.s. when i start mining, cpu load 100%
hero member
Activity: 784
Merit: 1000
Pools Of Honor
May 12, 2016, 05:28:14 PM
#70
Makefile:622: recipe for target 'all-recursive' failed
 and now i get this...on compiling hodl.
hero member
Activity: 784
Merit: 1000
Pools Of Honor
May 12, 2016, 04:35:42 PM
#69
sudo add-apt-repository ppa:bitcoin/bitcoin <----- i cannot install this.
legendary
Activity: 2590
Merit: 1022
Leading Crypto Sports Betting & Casino Platform
May 07, 2016, 01:45:18 AM
#68
For solo mining with the wallet, is it possible to update the miner the wallet is using to the new Wolf optimized version?  Or does that even make sense?

i think not, it's only utilizable in the pool at supernova, it can not be integrated in the client, to optimize it
hero member
Activity: 578
Merit: 501
May 07, 2016, 01:38:23 AM
#67
For solo mining with the wallet, is it possible to update the miner the wallet is using to the new Wolf optimized version?  Or does that even make sense?

The Wolf0 miner is not currently capable of doing what you are asking.
full member
Activity: 154
Merit: 100
May 06, 2016, 03:30:38 PM
#66
For solo mining with the wallet, is it possible to update the miner the wallet is using to the new Wolf optimized version?  Or does that even make sense?
legendary
Activity: 1050
Merit: 1000
May 06, 2016, 01:06:19 PM
#65
is it possible to get a developed gpu miner on hodl algorithm anywhere soon   
hero member
Activity: 644
Merit: 500
May 06, 2016, 06:10:41 AM
#64
it's been quite a while since i started to work with this wallet I don't know if it's a problem with my laptop or I'm doing it wrong, I open the wallet and select the mining feature I don't have any coin inside it and I let it on but it seem that I'm not getting anything any one who can guide me how this one works? thank you.

If you are wallet mining, you only earn coins from blocks you find.
I have at least 12 coins from my wallet and I seen that my laptop is moving slow when I start the mining feature of this wallet if I understand it correctly the miner needs at least 1gb of memory? correct me if I'm wrong, just wanted to ask as well if closing my wallet will still stake the 12 coins that I have or it is needed to always open for it to stake? thank you guys.
hero member
Activity: 578
Merit: 501
May 06, 2016, 05:29:29 AM
#63
it's been quite a while since i started to work with this wallet I don't know if it's a problem with my laptop or I'm doing it wrong, I open the wallet and select the mining feature I don't have any coin inside it and I let it on but it seem that I'm not getting anything any one who can guide me how this one works? thank you.

If you are wallet mining, you only earn coins from blocks you find.
hero member
Activity: 644
Merit: 500
May 05, 2016, 11:54:38 PM
#62
it's been quite a while since i started to work with this wallet I don't know if it's a problem with my laptop or I'm doing it wrong, I open the wallet and select the mining feature I don't have any coin inside it and I let it on but it seem that I'm not getting anything any one who can guide me how this one works? thank you.
hero member
Activity: 1246
Merit: 708
May 05, 2016, 03:44:04 PM
#61
I tried to run on Ubuntu headless mode (on vps via ssh)
but I get many errors:
Code:
configure: error: hexdump is required for tests
Code:
make: *** No targets specified and no makefile found.  Stop.



any ideas?
Pages:
Jump to: