Search content
Sort by

Showing 5 of 5 results by CryptHodler
Post
Topic
Board Announcements (Altcoins)
Re: [ANN] Ħ [HODL] Imagine If Your "Swiss" Bitcoin Account Had Compounding Interest.
by
CryptHodler
on 27/03/2016, 17:49:02 UTC
gpu miner still private i guess ..
not really fair..

Yeah its hard to believe no gpu miner involved...

Huge hasrate increase

Solo mining becoming harder and harder...

Still Hodling

CH
Post
Topic
Board Announcements (Altcoins)
Re: [ANN] Ħ [HODL] Imagine If Your "Swiss" Bitcoin Account Had Compounding Interest.
by
CryptHodler
on 27/03/2016, 17:40:18 UTC
any linux familiar folks care to give tip ? i picked up source from hodl.blockquarry.com pool , unfortunately all my makes on ubuntu 14.04 ends up with following :

g++ -DHAVE_CONFIG_H -I.    -Wall -D__STDC_LIMIT_MACROS  -MT hodlminer-hodl.o -MD -MP -MF .deps/hodlminer-hodl.Tpo -c -o hodlminer-hodl.o `test -f 'hodl.cpp' || echo './'`hodl.cpp
In file included from hodl.cpp:1:0:
miner.h:10:21: fatal error: jansson.h: No such file or directory
 #include

any direction what could be issue

The libjansson-dev is missing.

The following command line will install the dependencies and build (it includes the -Ofast flasg recomended by pallas):

sudo apt-get update && sudo apt-get install gcc g++ libjansson-dev make automake autoconf libcurl4-openssl-dev pkg-config yasm libboost1.55-all-dev libssl-dev && wget https://hodl.blockquarry.com/downloads/hodlminer.tar.gz && tar -zxvf hodlminer.tar.gz && cd hodlminer && ./autogen.sh && ./configure CFLAGS="-Ofast -march=native" CXXFLAGS="-Ofast -march=native" && make


This build resulted in 10%-20% more than wallet miner.

CH


Post
Topic
Board Announcements (Altcoins)
Re: [ANN] Ħ [HODL] Interest on all Balances, no Staking, 4000%+ for Early Adopters
by
CryptHodler
on 16/02/2016, 20:24:39 UTC
Can i run mining on one wallet at more than 2PCs?

Please clarify your question? Do you mean you are pointing 2PC's at the same address? Like -miningaddress="address" bc this is just fine to do.. Do you mean that you want to pool both PC's resources to the same wallet?
i mean that i will copy this wallet.dat to PC2 and run PC1, PC2 at the same time Smiley

I'm doing it this way and it works fine.
for me to
Hashes are combined?



I'm also using same wallet on 2pcs and, so far, no problems.

I believe the hashes are not combined, its just like 2 solo cpu mining with mining rewards being sent to the same wallet.

CH

Yup that is all that happens. No need to manage multiple wallets.




Ok you are all more then welcome to do as you wish.. but it is a long known problem to do this..

If you would rather it come from a different source

https://en.bitcoin.it/wiki/Wallet

Quote
It is intended that a wallet be used on only one installation of Bitcoin at a time. Attempting to clone a wallet for use on multiple computers will result in "weird behavior"

If you would like have more then 1 PC mined to the same address please use miningaddress="address"


Edit: While thinking about this a little more.. I truly think all your doing is using from the same initial Keypool.. So once those 100 Key pairs runout each wallet should generate a new set of 100 which will not be the same on each PC.. Once again I will give you a link to read https://en.bitcoin.it/wiki/Key_pool

Thanks for pointing that out. was not aware of it.

CH
Post
Topic
Board Announcements (Altcoins)
Re: [ANN] Ħ [HODL] Interest on all Balances, no Staking, 4000%+ for Early Adopters
by
CryptHodler
on 16/02/2016, 14:29:14 UTC
Can i run mining on one wallet at more than 2PCs?

Please clarify your question? Do you mean you are pointing 2PC's at the same address? Like -miningaddress="address" bc this is just fine to do.. Do you mean that you want to pool both PC's resources to the same wallet?
i mean that i will copy this wallet.dat to PC2 and run PC1, PC2 at the same time Smiley

I'm doing it this way and it works fine.

for me to
Hashes are combined?



I'm also using same wallet on 2pcs and, so far, no problems.

I believe the hashes are not combined, its just like 2 solo cpu mining with mining rewards being sent to the same wallet.

CH
Post
Topic
Board Announcements (Altcoins)
Re: [ANN] Ħ [HODL] Interest on all Balances, no Staking, 4000%+ for Early Adopters
by
CryptHodler
on 16/02/2016, 11:24:31 UTC
Still can't open the wallet!

Installation worked fine, but when I try to run the .exe with user or admin privileges, the splash screen loads as normal, minimizes to an icon in the taskbar, but disappears upon mouse-over (not even running at this point).  What gives? Should I be doing something differently?

Similar situation here.

Had to update the windows SSL libraries. https://wiki.openssl.org/index.php/Binaries

Now its working. Maybe your problem its the same.

CH