Bitcoin Forum
May 24, 2024, 11:00:29 PM *
News: Latest Bitcoin Core release: 27.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 »
  Print  
Author Topic: [ANN] 1GH.COM - HVC / MAX / MMC / PTS / VIA Anonymous Pool ★  (Read 75097 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.
restless
Legendary
*
Offline Offline

Activity: 1151
Merit: 1001


View Profile
March 03, 2014, 09:21:26 AM
 #421

Anyone who successfully uses GPU for MMC on 1gh?
I get constant
Quote
11:19:28.812
  • GPU error -4: calculating hashes
11:19:28.812
  • 1054.72 R/m, 0.000 Sh/m, last 1.#J R/m, 0/159 H/R, 0/0 A/R
while trying GPU miner.
GPU is 6970 with 2GB ram, it is recognized, says that is allocating 1791MB buffer, starts.. and just writes lines like above , only first number is changing
And GPU stays on 2d clocks - never entering 3d clocks Sad
Is there some recommended driver version? Using 2013.12 atm
reorder
Sr. Member
****
Offline Offline

Activity: 462
Merit: 250


View Profile
March 03, 2014, 09:26:39 AM
 #422

Anyone who successfully uses GPU for MMC on 1gh?
I get constant
Quote
11:19:28.812
  • GPU error -4: calculating hashes
11:19:28.812
  • 1054.72 R/m, 0.000 Sh/m, last 1.#J R/m, 0/159 H/R, 0/0 A/R
while trying GPU miner.
GPU is 6970 with 2GB ram, it is recognized, says that is allocating 1791MB buffer, starts.. and just writes lines like above , only first number is changing
Apparently you are using the miner from mmcpool, it is not compatible with 1gh. By the way, does it work with 6970 on mmcpool.com itself? 1gh miner has issues with not GCN cards.
restless
Legendary
*
Offline Offline

Activity: 1151
Merit: 1001


View Profile
March 03, 2014, 10:29:06 AM
 #423

Quote
C:\temp\MMC\GPU>mmc-miner.exe M8fLkcW7tgEzo9eJMmQzueTrMU6KQjrETS
Skipping device 0-1 (Intel(R) Pentium(R) Dual  CPU  E2180  @ 2.00GHz
    ): not a GPU
Mon Mar 03 12:28:01 2014 Miner Starts - mmcpool.1gh.com:8080
MC2Hasher:0-0 initialized on platform AMD Accelerated Parallel Processing, devic
e: Cayman                                                          vendor: Advan
ced Micro Devices, Inc.   , mem: 2147483648 with 2-pass algo
Exception in thread Thread-1:
Traceback (most recent call last):
  File "threading.pyo", line 810, in __bootstrap_inner
  File "threading.pyo", line 763, in run
  File "miner.py", line 2828, in miner.miner_thread (miner.c:9326)
  File "miner.py", line 2823, in miner.Miner.loop (miner.c:9194)
  File "miner.py", line 2811, in miner.Miner.iterate (miner.c:9007)
  File "miner.py", line 2590, in miner.MC2Hasher.processMidstate (miner.c:4851)
  File "miner.py", line 2566, in miner.MC2Hasher.prepare (miner.c:4239)
MemoryError: clEnqueueNDRangeKernel failed: mem object allocation failure

Thats from 1gh miner Sad
Looks like the previous post was from mmcpool Sad
onliner
Full Member
***
Offline Offline

Activity: 210
Merit: 100


View Profile WWW
March 04, 2014, 07:32:22 PM
Last edit: March 21, 2014, 08:11:50 PM by onliner
 #424

BEST settings for mining Maxcoin (MAX) with mining rig with 3x Sapphire R9 290X 4GB DDR5 (5000MHz) by pckomp (author)

Windows maxcoin mining:

1) Software
- Windows 7 64bit
- cgminer 3.7.3 - modified for mining keccak - http://maxdl.1gh.com/cgminer-windows.zip
- AMD Catalyst 14.2 - http://support.amd.com/en-us/download/desktop?os=Windows%207%20-%2064
- Do not install any supporting AMD software for 3D, audio etc. from the Catalyst, only graphic driver and SDK.
- Maxcoin wallet for windows - http://maxcoin.co.uk/ (Copy your maxcoin address from the wallet to cgminer.conf *)
- Maxcoin wallet for WINDOWS 8+ https://github.com/Max-Coin/maxcoin/releases/tag/v0.9.0.0

2) Create starting BAT file for cgminer
- delete all .BAT files from the ZIP
- create file START.bat in the folder with cgminer.exe
- paste inside this
Code:
setx GPU_MAX_ALLOC_PERCENT 100
setx GPU_USE_SYNC_OBJECTS 1
cgminer.exe --keccak --config cgminer.conf %1

3) Create CONFIG file for cgminer
- create file cgminer.conf in the folder with cgminer.exe
- paste inside cgminer.conf these my best settings for 3x AMD R9 290X
- your mined maxcoins will be send to your maxcoin address *)
Code:
{
"pools" : [
{
"url" : "stratum+tcp://maxpool.1gh.com:17333",
"user" : "HERE-PLACE-YOUR-OWN-MAXCOIN-ADDRESS",
"pass" : "x"
},
{
"url" : "stratum+tcp://maxpool2.1gh.com:17333",
"user" : "HERE-PLACE-YOUR-OWN-MAXCOIN-ADDRESS",
"pass" : "x"
}
],
"intensity" : "13,13,13",
"lookup-gap" : "0,0,0",
"thread-concurrency" : "32765,32765,32765",
"shaders" : "0,0,0",
"gpu-engine" : "1025,1025,1025",
"gpu-fan" : "54-80,54-80,54-80",
"gpu-memclock" : "1500,1500,1500",
"gpu-memdiff" : "0,0,0",
"gpu-powertune" : "20,20,20",
"gpu-vddc" : "1.049,1.049,1.049",
"temp-cutoff" : "92,92,92",
"temp-overheat" : "85,85,85",
"temp-target" : "80,80,80",
"auto-fan" : true,
"api-port" : "4028",
"expiry" : "120",
"gpu-dyninterval" : "7",
"gpu-platform" : "0",
"gpu-threads" : "1",
"hotplug" : "5",
"log" : "5",
"no-pool-disable" : true,
"no-submit-stale" : true,
"queue" : "1",
"scan-time" : "60",
"keccak" : true,
"failover-only" : true,
"temp-hysteresis" : "3",
"shares" : "0",
"kernel-path" : "/usr/local/bin"
}

4) Mining maxcoin
- Your mining statistics will be here http://max.1gh.com/user?wallet=HERE-PLACE-YOUR-OWN-MAXCOIN-ADDRESS
- Start mining by run START.bat

5) Numbers and profit
- One R9 290X is mining at top 465Mh/s
- All rig is mining 3 x 465 = 1395 Mh/s
- Rig is taking 800W mining keccak instead of 1100W mining scrypt
- With difficulty oscillating around 65.000, I mine around 34 maxcoin/day
- With difficulty oscillating around 85.000, I mine around 26 maxcoin/day
- You need to sell 1 MAX at least 0.00065 when 34 max/day or
- You need to sell 1 MAX at least 0.00085 when 26 max/day
- Do NOT sell it cheaper, otherwise you are loosing money, so better mine some other coin like litecoin itself
- If there is too low exchange rate, just place your sell order with high rate and forget about it for 2 weeks.

If you feel generous here are tipjars by pckomp (author)!:
- MAX: mcdtvi5vsDyEGE4xsK9xd9338CFP1GPMTU
- BTC: 14tZe74fuDDYNEwdxxmS39RpQPZxZBL2FL
- LTC: LLP6B8tV7Tfgstoadrj38RDGkHuUwQMKBa

Anonymous MAXCOIN Independent POOL - http://1GH.com/ (i am a fan Cool)
----------------------------------------------------------------------------------------------------------
MAXCOIN MINING GUIDE -> http://goo.gl/W8Els1   Wallet guide! (run and wait 10..30 min!) -> goo.gl/P5RmQ8 + Nodes -> goo.gl/K5hqet
1gh (OP)
Jr. Member
*
Offline Offline

Activity: 46
Merit: 4


View Profile
March 04, 2014, 09:16:13 PM
 #425

We are pleased to announce the launch of AuroraCoin 1GH pool:

http://aur.1gh.com/

More info: http://auroracoin.org/


limit
Member
**
Offline Offline

Activity: 87
Merit: 10



View Profile
March 04, 2014, 10:17:44 PM
 #426

Still no Blocks found,

Come On!! Join Aurora Revolution!
baddoge
Newbie
*
Offline Offline

Activity: 5
Merit: 0


View Profile
March 05, 2014, 04:15:35 AM
 #427

I just joined and... BAM! First block found  Wink
TheRiddler
Newbie
*
Offline Offline

Activity: 21
Merit: 0


View Profile
March 05, 2014, 03:24:27 PM
 #428

Code:
2014-03-05 16:21:58.531009] ProtoShares Aggregated CPM: 461.1; Rounds Complete/Incomplete: 120/0, Donated Complete/Incomplete: 119/0; Config/Thread CPM: 461.1/20.519 on 239 rounds with AV=1, ART=11378 ms; Fine-tuning: IN PROGRESS, AV/RT: 1/11305, Best AV/RT: 1/0
[2014-03-05 16:21:58.531053]   ptspool.1gh.com: On-line, Shares Submitted 2, Accepted 2
[2014-03-05 16:22:08.531016] ProtoShares Aggregated CPM: 479.9; Rounds Complete/Incomplete: 148/0, Donated Complete/Incomplete: 119/0; Config/Thread CPM: 479.9/20.593 on 267 rounds with AV=1, ART=11436 ms; Fine-tuning: IN PROGRESS, AV/RT: 1/11395, Best AV/RT: 1/0
[2014-03-05 16:22:08.531062]   ptspool.1gh.com: On-line, Shares Submitted 2, Accepted 2
[2014-03-05 16:22:18.531009] ProtoShares Aggregated CPM: 473.1; Rounds Complete/Incomplete: 164/0, Donated Complete/Incomplete: 119/0; Config/Thread CPM: 473.1/20.923 on 283 rounds with AV=1, ART=11268 ms; Fine-tuning: IN PROGRESS, AV/RT: 1/11173, Best AV/RT: 1/0
[2014-03-05 16:22:18.531051]   ptspool.1gh.com: On-line, Shares Submitted 2, Accepted 2
[2014-03-05 16:22:20.683471] Share found!
[2014-03-05 16:22:28.531016] ProtoShares Aggregated CPM: 480.7; Rounds Complete/Incomplete: 185/0, Donated Complete/Incomplete: 119/0; Config/Thread CPM: 480.7/20.976 on 304 rounds with AV=1, ART=11385 ms; Fine-tuning: IN PROGRESS, AV/RT: 1/11335, Best AV/RT: 1/0
[2014-03-05 16:22:28.531061]   ptspool.1gh.com: On-line, Shares Submitted 3, Accepted 3
[2014-03-05 16:22:28.621003] New ProtoShares Block 58147
[2014-03-05 16:22:38.530960] ProtoShares Aggregated CPM: 480.7; Rounds Complete/Incomplete: 210/0, Donated Complete/Incomplete: 119/0; Config/Thread CPM: 480.7/20.706 on 329 rounds with AV=1, ART=11362 ms; Fine-tuning: IN PROGRESS, AV/RT: 1/11310, Best AV/RT: 1/0
[2014-03-05 16:22:38.531005]   ptspool.1gh.com: On-line, Shares Submitted 3, Accepted 3
[2014-03-05 16:22:48.531029] ProtoShares Aggregated CPM: 482.8; Rounds Complete/Incomplete: 226/0, Donated Complete/Incomplete: 119/0; Config/Thread CPM: 482.8/21.102 on 345 rounds with AV=1, ART=11340 ms; Fine-tuning: IN PROGRESS, AV/RT: 1/11285, Best AV/RT: 1/0
[2014-03-05 16:22:48.531075]   ptspool.1gh.com: On-line, Shares Submitted 3, Accepted 3
[2014-03-05 16:22:53.358823] Share found!
[2014-03-05 16:22:54.185261] Share found!
[2014-03-05 16:22:58.530921] ProtoShares Aggregated CPM: 493.2; Rounds Complete/Incomplete: 251/0, Donated Complete/Incomplete: 119/0; Config/Thread CPM: ?/? on 0 rounds with AV=2, ART=? ms; Fine-tuning: IN PROGRESS, AV/RT: 2/0, Best AV/RT: 1/11364
[2014-03-05 16:22:58.530965]   ptspool.1gh.com: On-line, Shares Submitted 5, Accepted 5
[2014-03-05 16:23:08.531012] ProtoShares Aggregated CPM: 495.0; Rounds Complete/Incomplete: 270/0, Donated Complete/Incomplete: 119/0; Config/Thread CPM: ?/30.481 on 11 rounds with AV=2, ART=6084 ms; Fine-tuning: IN PROGRESS, AV/RT: 2/0, Best AV/RT: 1/11364
[2014-03-05 16:23:08.531059]   ptspool.1gh.com: On-line, Shares Submitted 5, Accepted 5

Are these stats correct?
I´ve edited the config file with
Code:
threads = 24
mining-params = pts:av=0&m=512
compact-stats = 0
print-timestamps = 1

# Please replace our PTS address with yours.
mine = xpt2h://xxxxxxxx:x@ptspool.1gh.com:18120:18121:18122:18123/pts

And started it with:
./yam -c config.txt
reorder
Sr. Member
****
Offline Offline

Activity: 462
Merit: 250


View Profile
March 05, 2014, 03:27:49 PM
 #429


Are these stats correct?
I´ve edited the config file with
Code:
threads = 24
mining-params = pts:av=0&m=512
compact-stats = 0
print-timestamps = 1

# Please replace our PTS address with yours.
mine = xpt2h://xxxxxxxx:x@ptspool.1gh.com:18120:18121:18122:18123/pts

And started it with:
./yam -c config.txt

Looks correct, do you have some concern about it?
TheRiddler
Newbie
*
Offline Offline

Activity: 21
Merit: 0


View Profile
March 05, 2014, 03:31:19 PM
 #430

Yeah..
@Stats on 1gh.com

Current Stats
Total CPM (very inaccurate!) xxxx

I thought it isn´t correct, because of
Share found.
Finetuning
And it show always the same Block...

But when you tell me, that is all correct, i let it run, Cheesy

Here´s a bigger example:

Code:
[2014-03-05 16:30:44.276484] New ProtoShares Block 58147
[2014-03-05 16:30:46.453534] ProtoShares Aggregated CPM: 521.0; Rounds Complete/Incomplete: 13748/24, Donated Complete/Incomplete: 238/0; Config/Thread CPM: 527.1/21.996 on 9378 rounds with AV=8, ART=10925 ms
[2014-03-05 16:30:46.453579]   ptspool.1gh.com: On-line, Shares Submitted 642, Accepted 642
[2014-03-05 16:30:48.700381] Share found!
[2014-03-05 16:30:56.453525] ProtoShares Aggregated CPM: 521.1; Rounds Complete/Incomplete: 13772/24, Donated Complete/Incomplete: 238/0; Config/Thread CPM: 527.2/22.000 on 9402 rounds with AV=8, ART=10924 ms
[2014-03-05 16:30:56.453572]   ptspool.1gh.com: On-line, Shares Submitted 643, Accepted 643
[2014-03-05 16:30:58.072306] Share found!
[2014-03-05 16:31:06.453487] ProtoShares Aggregated CPM: 521.1; Rounds Complete/Incomplete: 13796/24, Donated Complete/Incomplete: 238/0; Config/Thread CPM: 527.3/21.997 on 9426 rounds with AV=8, ART=10924 ms
[2014-03-05 16:31:06.453535]   ptspool.1gh.com: On-line, Shares Submitted 644, Accepted 644
[2014-03-05 16:31:16.453495] ProtoShares Aggregated CPM: 521.2; Rounds Complete/Incomplete: 13815/24, Donated Complete/Incomplete: 238/0; Config/Thread CPM: 527.3/22.003 on 9445 rounds with AV=8, ART=10924 ms
[2014-03-05 16:31:16.453539]   ptspool.1gh.com: On-line, Shares Submitted 644, Accepted 644
[2014-03-05 16:31:25.561156] Share found!
[2014-03-05 16:31:26.453501] ProtoShares Aggregated CPM: 521.4; Rounds Complete/Incomplete: 13839/24, Donated Complete/Incomplete: 238/0; Config/Thread CPM: 527.6/22.013 on 9469 rounds with AV=8, ART=10924 ms
[2014-03-05 16:31:26.453546]   ptspool.1gh.com: On-line, Shares Submitted 645, Accepted 645
[2014-03-05 16:31:36.453497] ProtoShares Aggregated CPM: 521.4; Rounds Complete/Incomplete: 13861/24, Donated Complete/Incomplete: 238/0; Config/Thread CPM: 527.6/22.012 on 9491 rounds with AV=8, ART=10924 ms
[2014-03-05 16:31:36.453541]   ptspool.1gh.com: On-line, Shares Submitted 645, Accepted 645
[2014-03-05 16:31:39.279333] New ProtoShares Block 58147
[2014-03-05 16:31:40.278775] Share found!
[2014-03-05 16:31:45.935968] Share found!
[2014-03-05 16:31:46.453539] ProtoShares Aggregated CPM: 521.5; Rounds Complete/Incomplete: 13882/24, Donated Complete/Incomplete: 238/0; Config/Thread CPM: 527.7/22.019 on 9512 rounds with AV=8, ART=10924 ms
[2014-03-05 16:31:46.453589]   ptspool.1gh.com: On-line, Shares Submitted 647, Accepted 647
[2014-03-05 16:31:46.604278] Share found!
[2014-03-05 16:31:49.893438] Share found!
[2014-03-05 16:31:56.453532] ProtoShares Aggregated CPM: 521.8; Rounds Complete/Incomplete: 13906/24, Donated Complete/Incomplete: 238/0; Config/Thread CPM: 528.1/22.031 on 9536 rounds with AV=8, ART=10924 ms
[2014-03-05 16:31:56.453579]   ptspool.1gh.com: On-line, Shares Submitted 649, Accepted 649
[2014-03-05 16:32:06.284181] Share found!
[2014-03-05 16:32:06.453504] ProtoShares Aggregated CPM: 521.7; Rounds Complete/Incomplete: 13926/24, Donated Complete/Incomplete: 238/0; Config/Thread CPM: 528.0/22.033 on 9556 rounds with AV=8, ART=10924 ms
[2014-03-05 16:32:06.453554]   ptspool.1gh.com: On-line, Shares Submitted 650, Accepted 650
[2014-03-05 16:32:12.153173] Share found!
[2014-03-05 16:32:16.453492] ProtoShares Aggregated CPM: 521.6; Rounds Complete/Incomplete: 13949/24, Donated Complete/Incomplete: 238/0; Config/Thread CPM: 527.8/22.019 on 9579 rounds with AV=8, ART=10925 ms
[2014-03-05 16:32:16.453541]   ptspool.1gh.com: On-line, Shares Submitted 651, Accepted 651
[2014-03-05 16:32:18.165415] Share found!
[2014-03-05 16:32:26.453500] ProtoShares Aggregated CPM: 521.7; Rounds Complete/Incomplete: 13973/24, Donated Complete/Incomplete: 238/0; Config/Thread CPM: 528.0/22.022 on 9603 rounds with AV=8, ART=10924 ms
[2014-03-05 16:32:26.453548]   ptspool.1gh.com: On-line, Shares Submitted 652, Accepted 652
[2014-03-05 16:32:34.276987] New ProtoShares Block 58147
[2014-03-05 16:32:36.453532] ProtoShares Aggregated CPM: 521.5; Rounds Complete/Incomplete: 13992/24, Donated Complete/Incomplete: 238/0; Config/Thread CPM: 527.7/22.016 on 9622 rounds with AV=8, ART=10925 ms
[2014-03-05 16:32:36.453578]   ptspool.1gh.com: On-line, Shares Submitted 652, Accepted 652
[2014-03-05 16:32:46.453495] ProtoShares Aggregated CPM: 521.4; Rounds Complete/Incomplete: 14014/24, Donated Complete/Incomplete: 238/0; Config/Thread CPM: 527.5/22.008 on 9644 rounds with AV=8, ART=10924 ms
[2014-03-05 16:32:46.453542]   ptspool.1gh.com: On-line, Shares Submitted 652, Accepted 652
[2014-03-05 16:32:56.453494] ProtoShares Aggregated CPM: 521.4; Rounds Complete/Incomplete: 14037/24, Donated Complete/Incomplete: 238/0; Config/Thread CPM: 527.5/22.007 on 9667 rounds with AV=8, ART=10924 ms
[2014-03-05 16:32:56.453541]   ptspool.1gh.com: On-line, Shares Submitted 652, Accepted 652
[2014-03-05 16:33:06.068604] Share found!
[2014-03-05 16:33:06.453505] ProtoShares Aggregated CPM: 521.3; Rounds Complete/Incomplete: 14058/24, Donated Complete/Incomplete: 238/0; Config/Thread CPM: 527.4/22.004 on 9688 rounds with AV=8, ART=10925 ms
[2014-03-05 16:33:06.453552]   ptspool.1gh.com: On-line, Shares Submitted 653, Accepted 653
[2014-03-05 16:33:09.153852] Share found!
[2014-03-05 16:33:16.453532] ProtoShares Aggregated CPM: 521.5; Rounds Complete/Incomplete: 14081/24, Donated Complete/Incomplete: 238/0; Config/Thread CPM: 527.7/22.013 on 9711 rounds with AV=8, ART=10924 ms
[2014-03-05 16:33:16.453579]   ptspool.1gh.com: On-line, Shares Submitted 654, Accepted 654
[2014-03-05 16:33:20.806694] Share found!
[2014-03-05 16:33:24.466498] Share found!
[2014-03-05 16:33:26.453488] ProtoShares Aggregated CPM: 521.6; Rounds Complete/Incomplete: 14102/24, Donated Complete/Incomplete: 238/0; Config/Thread CPM: 527.7/22.016 on 9732 rounds with AV=8, ART=10925 ms
[2014-03-05 16:33:26.453535]   ptspool.1gh.com: On-line, Shares Submitted 656, Accepted 656
reorder
Sr. Member
****
Offline Offline

Activity: 462
Merit: 250


View Profile
March 05, 2014, 03:35:28 PM
 #431

Yeah..
@Stats on 1gh.com

Current Stats
Total CPM (very inaccurate!) xxxx

I thought it isn´t correct, because of
Share found.
Finetuning
And it show always the same Block...

But when you tell me, that is all correct, i let it run, Cheesy
Do you mean that the weinterface CPM does not match CPM displayed in your miner? This is normal, especially for first minutes of running miner while it autotunes and mines for developer, after that both readings should stay close to each other. It stays on the same block simply because it takes the pool several hours to find a new block (this also means that you reward per block is higher than on more crowded pool).
TheRiddler
Newbie
*
Offline Offline

Activity: 21
Merit: 0


View Profile
March 05, 2014, 03:42:31 PM
 #432

Do you mean that the weinterface CPM does not match CPM displayed in your miner? This is normal, especially for first minutes of running miner while it autotunes and mines for developer, after that both readings should stay close to each other. It stays on the same block simply because it takes the pool several hours to find a new block (this also means that you reward per block is higher than on more crowded pool).
It´s all ok... Smiley
I used beeeer before and now 1GH.

Code:
8147 	2014-03-05 15:35:49 (6 minutes ago) 	1657 / 1797321 ≈ 0.092% 	0.01074132 	Immature
First block Smiley

Thank you Smiley
1gh (OP)
Jr. Member
*
Offline Offline

Activity: 46
Merit: 4


View Profile
March 09, 2014, 01:27:10 AM
 #433

HeavyCoin

We are pleased to announce the launch of HeavyCoin 1GH pool:

http://hvc.1gh.com/
caishendizi
Full Member
***
Offline Offline

Activity: 158
Merit: 100



View Profile
March 09, 2014, 01:57:44 AM
 #434

一直loop 不好用 挖补了

RankingBallThe Future of Sports and eSports
⚽️TOKEN SALE Starts June 4th⚾
HOME PAGE | ANN | TELEGRAM | FACEBOOK | REDDIT
l3n1nN
Newbie
*
Offline Offline

Activity: 45
Merit: 0



View Profile
March 09, 2014, 05:27:40 AM
 #435

Hi I started mining HeavyCoin but am not sure I'm doing it right.

[2014-03-09 05:33:05] accepted: 0/381 (0.00%), 119.40 khash/s (booooo)
[2014-03-09 05:33:06] thread 6: 406782 hashes, 14.99 khash/s
Warning: Your block reward vote (64) exceeds the maxvote reported by the pool (0).
[2014-03-09 05:33:06] accepted: 0/382 (0.00%), 119.33 khash/s (booooo)
[2014-03-09 05:33:08] thread 0: 895350 hashes, 14.89 khash/s
Warning: Your block reward vote (64) exceeds the maxvote reported by the pool (0).
[2014-03-09 05:33:08] thread 2: 123097 hashes, 15.03 khash/s
Warning: Your block reward vote (64) exceeds the maxvote reported by the pool (0).

Question: Is it working?
What's about the Warning: Your block reward voter (64) exceeds...

No results produced by my ID yet so I wanted to make sure that I'm not wasting CPU resources.
Could anyone answer?
l3n1nN
Newbie
*
Offline Offline

Activity: 45
Merit: 0



View Profile
March 09, 2014, 06:05:48 AM
 #436

Turns out I downloaded the wrong Minred Smiley
1gh (OP)
Jr. Member
*
Offline Offline

Activity: 46
Merit: 4


View Profile
March 09, 2014, 09:37:11 AM
 #437

Turns out I downloaded the wrong Minred Smiley
Use only the miner from the pool page, other miners do not work here on the moment.
itsik78
Full Member
***
Offline Offline

Activity: 462
Merit: 100



View Profile
March 09, 2014, 12:30:21 PM
 #438

Hey,
HVC question:
Trying to compile the custom minerd.
Apt-got all needed libraries and I get this:
Code:
/usr/bin/ld: minerd-heavy.o: undefined reference to symbol 'SHA256_Init@@OPENSSL_1.0.0'
/lib/x86_64-linux-gnu/libcrypto.so.1.0.0: error adding symbols: DSO missing from command line

Any idea what I need to do?

Thanks
reorder
Sr. Member
****
Offline Offline

Activity: 462
Merit: 250


View Profile
March 09, 2014, 12:32:34 PM
 #439

Hey,
HVC question:
Trying to compile the custom minerd.
Apt-got all needed libraries and I get this:
Code:
/usr/bin/ld: minerd-heavy.o: undefined reference to symbol 'SHA256_Init@@OPENSSL_1.0.0'
/lib/x86_64-linux-gnu/libcrypto.so.1.0.0: error adding symbols: DSO missing from command line

Any idea what I need to do?

Thanks

Do you have libssl-dev installed?
bitmonster
Full Member
***
Offline Offline

Activity: 129
Merit: 100


@cryptominer


View Profile WWW
March 09, 2014, 12:59:17 PM
 #440

Howdy

Can anyone help me, i use ubuntu 13.10 i run with no problems the AUR & MAX pools with CPU miner, but when it try 2 run for the HVC pool i can not make the fricking run....

this is what i did

mkdir heavy

git clone https://github.com/1gh/cpuminer-heavycoin.git

cd heavy
cd cpuminer-heavycoin

./autogen.sh

./configure CFLAGS "=-03"

And than Make but the make command does work here

i have all dependencies install so no probleme there
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 »
  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!