Pages:
Author

Topic: [ANN] 1GH.COM - HVC / MAX / MMC / PTS / VIA Anonymous Pool ★ - page 16. (Read 75161 times)

newbie
Activity: 36
Merit: 0

[2014-03-15 18:20:06] 6 miner threads started, using 'heavy' algorithm.
[2014-03-15 18:20:06] Starting Stratum on stratum+tcp://hvcpool2.1gh.com:5333
[2014-03-15 18:20:28] Stratum connection failed: Failed to connect to hvcpool2.
gh.com port 5333: Timed out
[2014-03-15 18:20:28] ...retry after 20 seconds
[2014-03-15 18:21:09] Stratum connection failed: Failed to connect to hvcpool2.
gh.com port 5333: Timed out
[2014-03-15 18:21:09] ...retry after 20 seconds
[2014-03-15 18:22:02] stratum_subscribe timed out
[2014-03-15 18:22:02] ...terminating workio thread
[2014-03-15 18:22:02] workio thread dead, exiting.

whats the problem?..
hvcpool2.1gh.com seems to be ok currently, probably the problem is on the network between your miner and the host. Does hvcpool.1gh.com not work for you too?

yes..hvcpool.1gh.com not work for me too! Sad :(what happen between my miner and the host?.
sr. member
Activity: 462
Merit: 250

[2014-03-15 18:20:06] 6 miner threads started, using 'heavy' algorithm.
[2014-03-15 18:20:06] Starting Stratum on stratum+tcp://hvcpool2.1gh.com:5333
[2014-03-15 18:20:28] Stratum connection failed: Failed to connect to hvcpool2.
gh.com port 5333: Timed out
[2014-03-15 18:20:28] ...retry after 20 seconds
[2014-03-15 18:21:09] Stratum connection failed: Failed to connect to hvcpool2.
gh.com port 5333: Timed out
[2014-03-15 18:21:09] ...retry after 20 seconds
[2014-03-15 18:22:02] stratum_subscribe timed out
[2014-03-15 18:22:02] ...terminating workio thread
[2014-03-15 18:22:02] workio thread dead, exiting.

whats the problem?..
hvcpool2.1gh.com seems to be ok currently, probably the problem is on the network between your miner and the host. Does hvcpool.1gh.com not work for you too?
newbie
Activity: 36
Merit: 0

[2014-03-15 18:20:06] 6 miner threads started, using 'heavy' algorithm.
[2014-03-15 18:20:06] Starting Stratum on stratum+tcp://hvcpool2.1gh.com:5333
[2014-03-15 18:20:28] Stratum connection failed: Failed to connect to hvcpool2.
gh.com port 5333: Timed out
[2014-03-15 18:20:28] ...retry after 20 seconds
[2014-03-15 18:21:09] Stratum connection failed: Failed to connect to hvcpool2.
gh.com port 5333: Timed out
[2014-03-15 18:21:09] ...retry after 20 seconds
[2014-03-15 18:22:02] stratum_subscribe timed out
[2014-03-15 18:22:02] ...terminating workio thread
[2014-03-15 18:22:02] workio thread dead, exiting.

whats the problem?..
sr. member
Activity: 462
Merit: 250
Still crashes... I dunno maybe it's because of cg miner although my signal cores are hashing fine no issues..
The miner does not use any resources but CPU, so it might be an overheat.
full member
Activity: 140
Merit: 100
Still crashes... I dunno maybe it's because of cg miner although my signal cores are hashing fine no issues..
sr. member
Activity: 462
Merit: 250
Hello I just downloaded the miner and it will hash fine for a bit but then it will crash my system. I've tried lowering the -t but it still does it. I'm not familur with CPU mining but I have a 6 core AMD fx-6200 is there any settings I can tweak besides the -t that may prevent this?
You can only try lowering miner process priority in task manager.
full member
Activity: 140
Merit: 100
Hello I just downloaded the miner and it will hash fine for a bit but then it will crash my system. I've tried lowering the -t but it still does it. I'm not familur with CPU mining but I have a 6 core AMD fx-6200 is there any settings I can tweak besides the -t that may prevent this?
sr. member
Activity: 462
Merit: 250
Can you please lower the pool vote for HVC? Leaving it high wouldn't be profitable anymore and miners would drop.
It is miners who set the vote, not the pool.
newbie
Activity: 13
Merit: 0

Thanks for the update. BTW is there an optimized version for Opteron 6380 processors for Linux, or is the optimized version created during the building process? I am asking since I can see that here are several optimized versions for the Buldozer arch which is the older Opterons. I think mines are on the Abhu Dahbi architecture.

P.S: I am getting an average of 1-2 khash/s more per core with the new build. I have 1 Windows server where I see an increase of 2-3 khash/s. Great job. I think I will be breaking the 3mhash/s barrier tomorrow  Grin
1gh
jr. member
Activity: 46
Merit: 4
I just want to suggest instead
Code:
cd /usr/ports/ftp/curl
make install clean BATCH=yes
use:
Code:
pkg install curl
and the same with git and autotools (libtool will be installed as dependency to this moment)
Ok. Thanks!



HeavyCoin Block Reward is 861 HVC.
full member
Activity: 219
Merit: 100
can minerd for HVC be compilled and work on freebsd?
Yes, of course:
Code:
cd /usr/ports/ftp/curl
make install clean BATCH=yes
cd /usr/ports/devel/git
make install clean BATCH=yes
cd /usr/ports/devel/autotools
make install clean BATCH=yes
cd /usr/ports/devel/libtool
make install clean BATCH=yes

cd ~
git clone https://github.com/1gh/cpuminer-heavycoin 1gh-hvc-cpuminer
cd 1gh-hvc-cpuminer
./autogen.sh
./configure CFLAGS="-O3 -march=native"
make

./minerd -a heavy -v 512 -o stratum+tcp://hvcpool.1gh.com:5333 -u WALLET -p x

thanks a lot! it works perfect, I just want to suggest instead
Code:
cd /usr/ports/ftp/curl
make install clean BATCH=yes
use:
Code:
pkg install curl
and the same with git and autotools (libtool will be installed as dependency to this moment)
sr. member
Activity: 420
Merit: 250
how many coins per day for i7 4770k?
1gh
jr. member
Activity: 46
Merit: 4
can minerd for HVC be compilled and work on freebsd?
Yes, of course:
Code:
cd /usr/ports/ftp/curl
make install clean BATCH=yes
cd /usr/ports/devel/git
make install clean BATCH=yes
cd /usr/ports/devel/autotools
make install clean BATCH=yes
cd /usr/ports/devel/libtool
make install clean BATCH=yes

cd ~
git clone https://github.com/1gh/cpuminer-heavycoin 1gh-hvc-cpuminer
cd 1gh-hvc-cpuminer
./autogen.sh
./configure CFLAGS="-O3 -march=native"
make

./minerd -a heavy -v 512 -o stratum+tcp://hvcpool.1gh.com:5333 -u WALLET -p x
full member
Activity: 219
Merit: 100
can minerd for HVC be compilled and work on freebsd?
1gh
jr. member
Activity: 46
Merit: 4
what's the difference -v 512 and -v 1024?
It's a block reward vote.

 
Quote
How it works

Intially Heavycoin starts with a zero block reward. The very first miners will have the first opportunity to solve blocks and vote on what the first democratically selected block reward should be. The first 100 blocks (3.3 hours) will decide the starting block reward. From then on, block reward voting will continue, but the votes are counted and averaged every 3600 blocks (5 days).

Heavycoin is configured to mine and vote by default, with a default vote of 512 HVC. If you want to change your block reward vote then see How to vote and RPC voting. Otherwise, to disable voting then see How to mine. When mining is enabled, every time you mine a block your wallet will automatically cast a block reward vote. The Heavycoin network automatically averages these votes every 5 days (3600 blocks) and sets the new block reward accordingly. The block reward is the average of all 3600 votes over the previous voting period rounded to the nearest integer.
newbie
Activity: 8
Merit: 0
what's the difference -v 512 and -v 1024?
sr. member
Activity: 462
Merit: 250
Im trying to mine on this pool but i get this error

Stratum connection failed: Connection timed out after 30001 milliseconds

Anyone knows why? ive tried both servers but its the same
What is your miner commandline?

./minerd -a heavy -v 512 -o stratum+tcp://hvcpool.1gh.com:5333 -u MYWALLETADRESS -p x
This looks valid, can you ping the hvcpool.1gh.com? Because no connectivity problems registered on the server side lately. Please also try using hvcpool2.1gh.com if hvcpool.1gh.com does not work.
newbie
Activity: 9
Merit: 0
Im trying to mine on this pool but i get this error

Stratum connection failed: Connection timed out after 30001 milliseconds

Anyone knows why? ive tried both servers but its the same
What is your miner commandline?

./minerd -a heavy -v 512 -o stratum+tcp://hvcpool.1gh.com:5333 -u MYWALLETADRESS -p x
sr. member
Activity: 462
Merit: 250
Im trying to mine on this pool but i get this error

Stratum connection failed: Connection timed out after 30001 milliseconds

Anyone knows why? ive tried both servers but its the same
What is your miner commandline?
Pages:
Jump to: