Bitcoin Forum
May 20, 2024, 11:12:11 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 ... 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 [456] 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 ... 1315 »
  Print  
Author Topic: [ANN][BURST] Burst | Efficient HDD Mining | New 1.2.3 Fork block 92000  (Read 2170603 times)
aprot
Member
**
Offline Offline

Activity: 61
Merit: 10


View Profile
September 11, 2014, 09:19:17 PM
 #9101

the ram problem seems fixed, basically i can throw others TB with 8gb, and win 7 will adjust the usage in auto

How do you fix it?

Free Distribution 14,000,000 VPNCOIN !!! VdXwhsvKaaVdC67aHGhqNUuxCBj7drvx3W[/color]
Amph
Legendary
*
Offline Offline

Activity: 3206
Merit: 1069



View Profile
September 11, 2014, 09:22:59 PM
 #9102

the ram problem seems fixed, basically i can throw others TB with 8gb, and win 7 will adjust the usage in auto

How do you fix it?

it was already fixed when i removed the prefetch and superfetch, but to see the fix you just need to add more TB, then windows will delete the ram in auto

need a better nvidia plotter

btw uray pool payment seems a bit bad recently

are you un uray pool1 or pool2?


pool2, but my payment are decreased
unsoindovo
Legendary
*
Offline Offline

Activity: 1932
Merit: 1042

https://locktrip.com/?refId=40964


View Profile
September 11, 2014, 09:30:37 PM
 #9103

the ram problem seems fixed, basically i can throw others TB with 8gb, and win 7 will adjust the usage in auto

How do you fix it?

it was already fixed when i removed the prefetch and superfetch, but to see the fix you just need to add more TB, then windows will delete the ram in auto

need a better nvidia plotter

btw uray pool payment seems a bit bad recently

are you un uray pool1 or pool2?


pool2, but my payment are decreased

mine too.
i'm on poll1
today, from 16:00 to 20:00 just 464 burst with 11/12TB

not so much...
but solo mining it become impossible at current diff!

██▬▬▬

██▬

██▬

██▬▬▬



████           ▄▄█████████▄▄            ▄▄█████████▄▄        ████         █████      ██████████████████   ████████████       ████    ████████████    
████         ▄███████████████▄        ▄███████████████▄      ████       █████      ████████████████████  █████████████      ████    █████████████   
████        █████▀       ▀█████▄     █████▀       ▀█████     ████     █████         █       ████       █  ████     █████             ████     █████  
████       ████▀           ▀████▄   ████▀           ▀████    ████   █████                   ████          ████      ████     ████    ████      ████  
████      ████▀              ▀████ ▀███▀                     ████ █████                     ████          ████     █████     ████    ████     █████  
████      ████                 ████▄ ▀                       ████████                       ████          █████████████      ████    █████████████   
████      ████                  ▀████                        ████████                       ████          ████████████       ████    ████████████    
████      ████▄             ▄██▄ ▀████▄                      ████ █████                     ████          ████    ████       ████    ████            
████       ████▄           ▄████   ▀████▄           ▄████    ████   █████                   ████          ████    ▀████      ████    ████            
████        █████▄       ▄█████      █████▄       ▄█████     ████     █████                 ████          ████      ████     ████    ████            
████████████ ▀███████████████▀        ▀███████████████▀      ████       █████               ████          ████       ████    ████    ████            
█████████████  ▀▀█████████▀▀            ▀▀█████████▀▀        ████         █████             ████          ████        █████  ████    ████            

 
 
 
▬▬▬██

▬██

▬██

▬▬▬██
reza_abay
Member
**
Offline Offline

Activity: 94
Merit: 10


View Profile
September 11, 2014, 09:35:32 PM
 #9104

Hi guys i have a question.
i have two HDD each hdd 4TB i want use this hdds in one pc now how can i create plot for this two hdd i mean creat two plot with same nonce(example 0 80000) with my two hdd or not create two plot with Different nonce( example: one plot in one 4TB hdd 0 to 80000 nonce and second hdd4TB 80001 160000)?i want run 2miner at the same time with two plot This work be done or not?
daWallet
Sr. Member
****
Offline Offline

Activity: 302
Merit: 250



View Profile WWW
September 11, 2014, 09:35:56 PM
 #9105

Windows
Code:
@echo off
cls
:start
java -cp pocminer_pool.jar;lib/*;lib/akka/*;lib/jetty/* pocminer_pool.POCMiner mine http://127.0.0.1:8125 http://poolipgoeshere:8121
goto start

Linux
Code:
while i="0"
do
java -cp pocminer_pool.jar:lib/*:lib/akka/*:lib/jetty/* pocminer_pool.POCMiner mine http://127.0.0.1:8125 http://poolipgoeshere:8121
done

 Grin
Was just about to post this for Windows Tongue


If I close the cmd that starts mining with the windows .bat with the above in it, then nothing opens back up.  How am I supposed to implement it?

Thanks!

If you close yourself it won't restart, but if it closes itself, then it restarts!! Just test it out.

github/dawallet   Burst Client for Win & Burstcoin.biz
twig123
Full Member
***
Offline Offline

Activity: 164
Merit: 100


View Profile
September 11, 2014, 09:40:10 PM
 #9106

Windows
Code:
@echo off
cls
:start
java -cp pocminer_pool.jar;lib/*;lib/akka/*;lib/jetty/* pocminer_pool.POCMiner mine http://127.0.0.1:8125 http://poolipgoeshere:8121
goto start

Linux
Code:
while i="0"
do
java -cp pocminer_pool.jar:lib/*:lib/akka/*:lib/jetty/* pocminer_pool.POCMiner mine http://127.0.0.1:8125 http://poolipgoeshere:8121
done

 Grin
Was just about to post this for Windows Tongue


If I close the cmd that starts mining with the windows .bat with the above in it, then nothing opens back up.  How am I supposed to implement it?

Thanks!

If you close yourself it won't restart, but if it closes itself, then it restarts!! Just test it out.

Simple solution... don't close it yourself Wink
If you want to test it, you will have to manually close the java process that is doing the mining via Task Manager.

Bitcoin: 11c3RRAyVA33DrkNyRz9dfvLogvGvYKWL
chris190
Legendary
*
Offline Offline

Activity: 1059
Merit: 1000



View Profile
September 11, 2014, 09:40:16 PM
 #9107

Hello guys. How come when I start the file run mine.bat in the drive C and D with 2 plotter, the unit C will close?  Huh









 Huh Cry

                  ▄▄
                 ████▄
                 ██████▄
                 ███ ▀███▄
         ▄████▄▄ ███   ▀███▄
       ▄████████████▄    ▀███▄
     ▄███▀ ███▀▀▀██████▄▄  ███
   ▄███▀  ███    ███ ▀▀███████
 ▄███▀    ███    ███     ▀███
████▄▄▄▄▄███▄▄▄▄  ▀  ▄▄▄▄███▄▄▄▄▄▄▄
█████████████████   █████████████████
  ▀▀▀▀▀▀▀███▀▀▀▀  ▄  ▀▀▀▀███▀▀▀▀▀████
        ███▄     ███    ███    ▄███▀
       ███████▄▄ ███    ███  ▄███▀
       ███  ▀▀██████▄▄▄███ ▄███▀
       ▀███▄    ▀████████████▀
         ▀███▄   ███ ▀▀████▀
           ▀███▄ ███
             ▀██████
               ▀████
                 ▀▀
4NEW
███
███  █
███  █  █
███  █  █
███  █  █
███  █  █
███  █  █
███  █  █
███  █  █
███  █
███
THE WORLD'S FIRST TANGIBLE WASTE TO ENERGY BLOCKCHAIN
✥     ANN Thread     ✥     Whitepaper     ✥     Facebook     ✥     Twitter     ✥     Telegram     ✥

        ███
    █  ███
█  █  ███
█  █  ███
█  █  ███
█  █  ███
█  █  ███
█  █  ███
█  █  ███
    █  ███
        ███

                                ███
                                ███
                                ███
                        ███  ███
                        ███  ███
                ███  ███  ███
                ███  ███  ███
        ███  ███  ███  ███
███  ███  ███  ███  ███
███  ███  ███  ███  ███
LivsUA
Full Member
***
Offline Offline

Activity: 210
Merit: 100



View Profile
September 11, 2014, 09:53:08 PM
 #9108

Hi guys i have a question.
i have two HDD each hdd 4TB i want use this hdds in one pc now how can i create plot for this two hdd i mean creat two plot with same nonce(example 0 80000) with my two hdd or not create two plot with Different nonce( example: one plot in one 4TB hdd 0 to 80000 nonce and second hdd4TB 80001 160000)?i want run 2miner at the same time with two plot This work be done or not?

You need to generate : example

first disc --> 0 8000
second disc ---> 8001 16000

And google SYMLINK or SOFTLINK

its uses to mine as one big capacity..

example for 1 TB

1 TB --> 1000GB--> (1000*1024*1024)/256 = your nonces

daWallet
Sr. Member
****
Offline Offline

Activity: 302
Merit: 250



View Profile WWW
September 11, 2014, 09:54:16 PM
 #9109

@chris

sometimes it's a problem with your RAM and Java. Don't understand the details either. Try my code above and it will restart the mining process automatically.

github/dawallet   Burst Client for Win & Burstcoin.biz
chris190
Legendary
*
Offline Offline

Activity: 1059
Merit: 1000



View Profile
September 11, 2014, 09:58:17 PM
Last edit: September 11, 2014, 10:09:24 PM by chris190
 #9110

@chris

sometimes it's a problem with your RAM and Java. Don't understand the details either. Try my code above and it will restart the mining process automatically.

Perfect, i will try!  Wink

P.S

Mine always on http://burst-pool.cryptoport.io or another pool?


It does not work, it makes me error:

Error: Could not find or load main class pocminer_pool.POCMiner

                  ▄▄
                 ████▄
                 ██████▄
                 ███ ▀███▄
         ▄████▄▄ ███   ▀███▄
       ▄████████████▄    ▀███▄
     ▄███▀ ███▀▀▀██████▄▄  ███
   ▄███▀  ███    ███ ▀▀███████
 ▄███▀    ███    ███     ▀███
████▄▄▄▄▄███▄▄▄▄  ▀  ▄▄▄▄███▄▄▄▄▄▄▄
█████████████████   █████████████████
  ▀▀▀▀▀▀▀███▀▀▀▀  ▄  ▀▀▀▀███▀▀▀▀▀████
        ███▄     ███    ███    ▄███▀
       ███████▄▄ ███    ███  ▄███▀
       ███  ▀▀██████▄▄▄███ ▄███▀
       ▀███▄    ▀████████████▀
         ▀███▄   ███ ▀▀████▀
           ▀███▄ ███
             ▀██████
               ▀████
                 ▀▀
4NEW
███
███  █
███  █  █
███  █  █
███  █  █
███  █  █
███  █  █
███  █  █
███  █  █
███  █
███
THE WORLD'S FIRST TANGIBLE WASTE TO ENERGY BLOCKCHAIN
✥     ANN Thread     ✥     Whitepaper     ✥     Facebook     ✥     Twitter     ✥     Telegram     ✥

        ███
    █  ███
█  █  ███
█  █  ███
█  █  ███
█  █  ███
█  █  ███
█  █  ███
█  █  ███
    █  ███
        ███

                                ███
                                ███
                                ███
                        ███  ███
                        ███  ███
                ███  ███  ███
                ███  ███  ███
        ███  ███  ███  ███
███  ███  ███  ███  ███
███  ███  ███  ███  ███
LivsUA
Full Member
***
Offline Offline

Activity: 210
Merit: 100



View Profile
September 11, 2014, 10:35:19 PM
 #9111

@chris

sometimes it's a problem with your RAM and Java. Don't understand the details either. Try my code above and it will restart the mining process automatically.

Perfect, i will try!  Wink

P.S

Mine always on http://burst-pool.cryptoport.io or another pool?


It does not work, it makes me error:

Error: Could not find or load main class pocminer_pool.POCMiner

Download your miner again Wink Your file missing, i have this file in my folfer. And download x64 java, than use path to java like this:
Code:
"C:\Program Files\Java\jre7\bin\java.exe" -Xmx2500m -cp pocminer.jar;lib/*;lib/akka/*;lib/jetty/* pocminer.POCMiner generate 16XXXXXXXXXX4 5079058 163840 4000 4

smokim87
Hero Member
*****
Offline Offline

Activity: 952
Merit: 500


View Profile
September 11, 2014, 10:38:49 PM
 #9112

Anyone else getting "No deadline" using burst-pool?

All was going good, just a few minutes ago seeing "no deadline" as it reads through the plots.

On a linux machine and using dcct's miner.
vaxman
Member
**
Offline Offline

Activity: 99
Merit: 10


View Profile
September 11, 2014, 10:40:52 PM
Last edit: September 11, 2014, 10:52:57 PM by vaxman
 #9113

(already answered on http://burstforum.com/index.php?threads/gpu-plot-generator.45/page-2 )

Please use the new forum for support .. it is much less cluttered and a lot easier to navigate. I like it - thank you very much for initiating http://burstforum.com  !!

--

hm… I have plotted with the 3 modes available;

(java) ./run_generate.sh 99999999999999999999 19660849152 49152 3072 4
(linux-binary) ./plot 99999999999999999999 19660849152 49152 3072 4
(gpu-plotter) ./gpuplot generate 0 2 plots/ 99999999999999999999 19660849152 49152 3072 128 8160
(gpu-plotter) ./gpuplot generate 0 2 plots/ 99999999999999999999 19660849152 49152 3072 128 3072 (to check wether its this parameter)

and the gpu-generated file is exactly the same size, but differs on all the spots I've checked, e.g.

for i in 1024 2048 4096 892179 ; do cmp -i $i javafile gpufile ; done

whereas the linuxfile and javafile are identical.

I'm using 3x R9-280x on CentOS 6.5;

2.6.32-431.29.2.el6.centos.plus.x86_64
amd-catalyst-14-4-rev2-linux-x86-x86-64-may6
AMD-APP-SDK-linux-v2.9-1.599.381-GA-x64

compiling had a steep learning curve but it in the end it was just the LD_FLAGS that needed fiddling.
gpu-plotter starts up and runs normally without any hitch.

So.. can I mine with these files ? Or will I be IP-blocked..

But a BIG thank you for the effort !!

If this is working properly, I will be able to shut down the FIVE i7 6cores that I am using now and will get the equivalent of ~12 such machines with the power draw of just 3 280x GPUs.. (3x 300W = 900 W versus (theoretical, I don't have so many "spare idles") 12x 230W = 2760W).
 


oh, and just in case somebody wants to build under CentOS or Redhat linux, this would be the makefile you need:

--

unexport LC_ALL
LC_COLLATE=C
LC_NUMERIC=C
export LC_COLLATE LC_NUMERIC
#
#
OPENCL_INCLUDE = /opt/AMDAPPSDK-2.9-1/include
OPENCL_LIB = /opt/AMDAPPSDK-2.9-1/lib/x86_64
#CC = /c/_data/cryo/_apps/mingw/bin/g++
CC = g++
CC_FLAGS = -ansi -pedantic -W -Wall -std=c++0x -O3 -I$(OPENCL_INCLUDE)
#LD = /c/_data/cryo/_apps/mingw/bin/g++
LD = g++
#LD_FLAGS = -fPIC -L$(OPENCL_LIB) -static-libgcc -static-libstdc++ -lOpenCL
LD_FLAGS = -fPIC -L$(OPENCL_LIB) -static-libgcc -lOpenCL
ECHO = echo
MKDIR = mkdir
CP = cp
RM = rm

SRC = $(wildcard *.cpp)
OBJ = $(SRC:.cpp=.o)
EXEC = gpuplot

all: $(EXEC)

dist: all
   @$(ECHO) Generating distribution
   @$(MKDIR) -p bin/kernel
   @$(CP) kernel/util.cl bin/kernel
   @$(CP) kernel/shabal.cl bin/kernel
   @$(CP) kernel/nonce.cl bin/kernel
   @$(CP) README bin/README

rebuild: distclean all

$(EXEC): $(OBJ)
   @$(ECHO) Linking [$@]
   @$(LD) -o $@ $^ $(LD_FLAGS)

%.o: %.cpp
   @$(ECHO) Compiling [$<]
   @$(CC) -o $@ -c $< $(CC_FLAGS)

clean:
   @$(ECHO) Cleaning project
   @$(RM) -f *.o

distclean: clean
   @$(ECHO) Dist cleaning project
   @$(RM) -f $(EXEC)
   @$(RM) -Rf bin/kernel
   @$(RM) -f bin/README


--

and you need to have a "bin" directory to receive the "kernel" dir, and you have to have the gpuplot binary along with this "kernel" folder to use it. The binary must be set-uid root;

mkdir bin
make dist
chown root gpuplot
chmod 4555 gpuplot
cp -r gpuplot kernel <to somewhere you will actually use it>


HOORAY !
SpeedDemon13
Hero Member
*****
Offline Offline

Activity: 518
Merit: 500



View Profile WWW
September 11, 2014, 10:45:33 PM
 #9114

Setting OpenCL step3 kernel static arguments
0.0576701% (10652672/5326848 nonces), 8299.71 nonces/minutes...
0.11534% (10655744/5326848 nonces), 10400.3 nonces/minutes...
0.17301% (10658816/5326848 nonces), 11357.2 nonces/minutes...
0.230681% (10661888/5326848 nonces), 11893.5 nonces/minutes...
0.288351% (10664960/5326848 nonces), 12215.5 nonces/minutes...
0.346021% (10668032/5326848 nonces), 12467.4 nonces/minutes...
0.403691% (10671104/5326848 nonces), 12626.9 nonces/minutes...
0.461361% (10674176/5326848 nonces), 12742.9 nonces/minutes...
0.519031% (10677248/5326848 nonces), 12851.2 nonces/minutes...
0.576701% (10680320/5326848 nonces), 12947.5 nonces/minutes...
0.634371% (10683392/5326848 nonces), 13030.8 nonces/minutes...
0.692042% (10686464/5326848 nonces), 13093.8 nonces/minutes...
0.749712% (10689536/5326848 nonces), 13161.1 nonces/minutes...
0.807382% (10692608/5326848 nonces), 13223.1 nonces/minutes...
0.865052% (10695680/5326848 nonces), 13281.6 nonces/minutes...
0.922722% (10698752/5326848 nonces), 13347.3 nonces/minutes...
0.980392% (10701824/5326848 nonces), 13393.2 nonces/minutes...
1.03806% (10704896/5326848 nonces), 13444.7 nonces/minutes...
1.09573% (10707968/5326848 nonces), 13473.2 nonces/minutes...
1.1534% (10711040/5326848 nonces), 13509.5 nonces/minutes...
1.21107% (10714112/5326848 nonces), 13537.3 nonces/minutes...
1.26874% (10717184/5326848 nonces), 13566 nonces/minutes...
gpuplotgenerator generate 0 0 G:\plots blablabla 10649600 5324800 3072 128 1024
r9 280x

Your doing better than me on v.2.0.0, I'm doing 11.5k nonces/min, but my hashes is at 8160. biphen still hasn't answered my question how stagger_size/hashes ratio relates in this gpu plotter as the read me vaguely discusses it.

My answer is available here (must have been lost in the whole flood) : https://bitcointalk.org/index.php?topic=731923.msg8772880#msg8772880

What does lowering or raising the hashes do? Seem like the nonce/min degrade over time. I was doing 11.7k nonce/min for the first 6 hours, then now I'm doing 11k nonce/min.

CRYPTSY exchange: https://www.cryptsy.com/users/register?refid=9017 BURST= BURST-TE3W-CFGH-7343-6VM6R BTC=1CNsqGUR9YJNrhydQZnUPbaDv6h4uaYCHv ETH=0x144bc9fe471d3c71d8e09d58060d78661b1d4f32 SHF=0x13a0a2cb0d55eca975cf2d97015f7d580ce52d85 EXP=0xd71921dca837e415a58ca0d6dd2223cc84e0ea2f SC=6bdf9d12a983fed6723abad91a39be4f95d227f9bdb0490de3b8e5d45357f63d564638b1bd71 CLAMS=xGVTdM9EJpNBCYAjHFVxuZGcqvoL22nP6f SOIL=0x8b5c989bc931c0769a50ecaf9ffe490c67cb5911
vaxman
Member
**
Offline Offline

Activity: 99
Merit: 10


View Profile
September 11, 2014, 10:47:20 PM
 #9115

Setting OpenCL step3 kernel static arguments
0.0576701% (10652672/5326848 nonces), 8299.71 nonces/minutes...
0.11534% (10655744/5326848 nonces), 10400.3 nonces/minutes...
0.17301% (10658816/5326848 nonces), 11357.2 nonces/minutes...
0.230681% (10661888/5326848 nonces), 11893.5 nonces/minutes...
0.288351% (10664960/5326848 nonces), 12215.5 nonces/minutes...
0.346021% (10668032/5326848 nonces), 12467.4 nonces/minutes...
0.403691% (10671104/5326848 nonces), 12626.9 nonces/minutes...
0.461361% (10674176/5326848 nonces), 12742.9 nonces/minutes...
0.519031% (10677248/5326848 nonces), 12851.2 nonces/minutes...
0.576701% (10680320/5326848 nonces), 12947.5 nonces/minutes...
0.634371% (10683392/5326848 nonces), 13030.8 nonces/minutes...
0.692042% (10686464/5326848 nonces), 13093.8 nonces/minutes...
0.749712% (10689536/5326848 nonces), 13161.1 nonces/minutes...
0.807382% (10692608/5326848 nonces), 13223.1 nonces/minutes...
0.865052% (10695680/5326848 nonces), 13281.6 nonces/minutes...
0.922722% (10698752/5326848 nonces), 13347.3 nonces/minutes...
0.980392% (10701824/5326848 nonces), 13393.2 nonces/minutes...
1.03806% (10704896/5326848 nonces), 13444.7 nonces/minutes...
1.09573% (10707968/5326848 nonces), 13473.2 nonces/minutes...
1.1534% (10711040/5326848 nonces), 13509.5 nonces/minutes...
1.21107% (10714112/5326848 nonces), 13537.3 nonces/minutes...
1.26874% (10717184/5326848 nonces), 13566 nonces/minutes...
gpuplotgenerator generate 0 0 G:\plots blablabla 10649600 5324800 3072 128 1024
r9 280x

Your doing better than me on v.2.0.0, I'm doing 11.5k nonces/min, but my hashes is at 8160. biphen still hasn't answered my question how stagger_size/hashes ratio relates in this gpu plotter as the read me vaguely discusses it.

My answer is available here (must have been lost in the whole flood) : https://bitcointalk.org/index.php?topic=731923.msg8772880#msg8772880

What does lowering or raising the hashes do? Seem like the nonce/min degrade over time. I was doing 11.7k nonce/min for the first 6 hours, then now I'm doing 11k nonce/min.

your HDD filling up ? It's about half as fast on the inner cylinders as on the outermost.
(I'm not a native speaker, so bear with me if that word doesn't even exist.)
bipben
Member
**
Offline Offline

Activity: 60
Merit: 10


View Profile
September 11, 2014, 10:48:30 PM
 #9116

That's a really good "getting started" guide. Thank you for your work Smiley

No problem, I'm glad to help! I you have any input let me know and I will update it.

Also, it seems that calculation of nonces/minute may be off...
https://bitcointalk.org/index.php?topic=731923.msg8771161#msg8771161

It shows me calculating at 121,230 nonces/minute... but actual file growth is more along the lines of only 12,123.0 nonces/minute.
(Maybe this is from the message I got when compiling?)

...It might also be nice to have a "ETA" for completion time. But not really needed.

Maybe the CLOCKS_PER_SEC value doesn't match the actual clock() values on your platform (function that I use to retrieve the time). I will use the time() function instead.

Here is the new version:

GPU plot generator v2.0.1

Warning: to the AMD owners, the 14.4 catalyst driver cause a major bug. The generated files are corrupted. I will investigate on this problem. In the meantime, I recommend you to switch back your driver to the 13.12 version.

Changelog:
- Nonces display corrected (XX/YY nonces).
- Using time() function rather than clock() in nonces/minute computation.
- Nonces/minutes repeated at the end of the generation process to keep a trace of it after execution.
- ETA and elapsed time added.

Windows x86 binaries: https://mega.co.nz/#!TVEVjQ5L!Uyd2HuPTZSP9eARwjiChjd1P6BMWHQtYT0SGGHLrnuI
Sources: https://mega.co.nz/#!2RUwHAyC!IOxfTZk9PsRdPS7Z3a76MAT4vT3ygvp--r_dVQ5GaD4

Burst: BURST-YA29-QCEW-QXC3-BKXDL
CHMinePeerz
Full Member
***
Offline Offline

Activity: 210
Merit: 100


View Profile
September 11, 2014, 10:53:17 PM
 #9117

Thank you bipben Smiley

amazing work Tongue

SpeedDemon13
Hero Member
*****
Offline Offline

Activity: 518
Merit: 500



View Profile WWW
September 11, 2014, 10:56:05 PM
 #9118

That's a really good "getting started" guide. Thank you for your work Smiley

No problem, I'm glad to help! I you have any input let me know and I will update it.

Also, it seems that calculation of nonces/minute may be off...
https://bitcointalk.org/index.php?topic=731923.msg8771161#msg8771161

It shows me calculating at 121,230 nonces/minute... but actual file growth is more along the lines of only 12,123.0 nonces/minute.
(Maybe this is from the message I got when compiling?)

...It might also be nice to have a "ETA" for completion time. But not really needed.

Maybe the CLOCKS_PER_SEC value doesn't match the actual clock() values on your platform (function that I use to retrieve the time). I will use the time() function instead.

Here is the new version:

GPU plot generator v2.0.1

Warning: to the AMD owners, the 14.4 catalyst driver cause a major bug. The generated files are corrupted. I will investigate on this problem. In the meantime, I recommend you to switch back your driver to the 13.12 version.

Changelog:
- Nonces display corrected (XX/YY nonces).
- Using time() function rather than clock() in nonces/minute computation.
- Nonces/minutes repeated at the end of the generation process to keep a trace of it after execution.
- ETA and elapsed time added.

Windows x86 binaries: https://mega.co.nz/#!TVEVjQ5L!Uyd2HuPTZSP9eARwjiChjd1P6BMWHQtYT0SGGHLrnuI
Sources: https://mega.co.nz/#!2RUwHAyC!IOxfTZk9PsRdPS7Z3a76MAT4vT3ygvp--r_dVQ5GaD4

So, this is just a cosmetic update? I don't know if it's just me, but my system would use 3GB total in the first 6 hours. Then later on, it would use double at 6~6.5GB and degradation of speed, also causes my miner to crash too. Is it possible there is a memory leak in the plotter? I'm running AMD 13.9 driver with 2.9.1 APP SDK.

CRYPTSY exchange: https://www.cryptsy.com/users/register?refid=9017 BURST= BURST-TE3W-CFGH-7343-6VM6R BTC=1CNsqGUR9YJNrhydQZnUPbaDv6h4uaYCHv ETH=0x144bc9fe471d3c71d8e09d58060d78661b1d4f32 SHF=0x13a0a2cb0d55eca975cf2d97015f7d580ce52d85 EXP=0xd71921dca837e415a58ca0d6dd2223cc84e0ea2f SC=6bdf9d12a983fed6723abad91a39be4f95d227f9bdb0490de3b8e5d45357f63d564638b1bd71 CLAMS=xGVTdM9EJpNBCYAjHFVxuZGcqvoL22nP6f SOIL=0x8b5c989bc931c0769a50ecaf9ffe490c67cb5911
SpeedDemon13
Hero Member
*****
Offline Offline

Activity: 518
Merit: 500



View Profile WWW
September 11, 2014, 11:02:04 PM
 #9119

Setting OpenCL step3 kernel static arguments
0.0576701% (10652672/5326848 nonces), 8299.71 nonces/minutes...
0.11534% (10655744/5326848 nonces), 10400.3 nonces/minutes...
0.17301% (10658816/5326848 nonces), 11357.2 nonces/minutes...
0.230681% (10661888/5326848 nonces), 11893.5 nonces/minutes...
0.288351% (10664960/5326848 nonces), 12215.5 nonces/minutes...
0.346021% (10668032/5326848 nonces), 12467.4 nonces/minutes...
0.403691% (10671104/5326848 nonces), 12626.9 nonces/minutes...
0.461361% (10674176/5326848 nonces), 12742.9 nonces/minutes...
0.519031% (10677248/5326848 nonces), 12851.2 nonces/minutes...
0.576701% (10680320/5326848 nonces), 12947.5 nonces/minutes...
0.634371% (10683392/5326848 nonces), 13030.8 nonces/minutes...
0.692042% (10686464/5326848 nonces), 13093.8 nonces/minutes...
0.749712% (10689536/5326848 nonces), 13161.1 nonces/minutes...
0.807382% (10692608/5326848 nonces), 13223.1 nonces/minutes...
0.865052% (10695680/5326848 nonces), 13281.6 nonces/minutes...
0.922722% (10698752/5326848 nonces), 13347.3 nonces/minutes...
0.980392% (10701824/5326848 nonces), 13393.2 nonces/minutes...
1.03806% (10704896/5326848 nonces), 13444.7 nonces/minutes...
1.09573% (10707968/5326848 nonces), 13473.2 nonces/minutes...
1.1534% (10711040/5326848 nonces), 13509.5 nonces/minutes...
1.21107% (10714112/5326848 nonces), 13537.3 nonces/minutes...
1.26874% (10717184/5326848 nonces), 13566 nonces/minutes...
gpuplotgenerator generate 0 0 G:\plots blablabla 10649600 5324800 3072 128 1024
r9 280x

Your doing better than me on v.2.0.0, I'm doing 11.5k nonces/min, but my hashes is at 8160. biphen still hasn't answered my question how stagger_size/hashes ratio relates in this gpu plotter as the read me vaguely discusses it.

My answer is available here (must have been lost in the whole flood) : https://bitcointalk.org/index.php?topic=731923.msg8772880#msg8772880

What does lowering or raising the hashes do? Seem like the nonce/min degrade over time. I was doing 11.7k nonce/min for the first 6 hours, then now I'm doing 11k nonce/min.

your HDD filling up ? It's about half as fast on the inner cylinders as on the outermost.
(I'm not a native speaker, so bear with me if that word doesn't even exist.)


I'm running JBOD in a single large plot with 4x 4TB Seagate hdd's, 16TB total. Started last night around 9:32 PM PST, now is nearly 3TB filled at the moment. That could be a possibility, one of the disk might close to being done on the array.

CRYPTSY exchange: https://www.cryptsy.com/users/register?refid=9017 BURST= BURST-TE3W-CFGH-7343-6VM6R BTC=1CNsqGUR9YJNrhydQZnUPbaDv6h4uaYCHv ETH=0x144bc9fe471d3c71d8e09d58060d78661b1d4f32 SHF=0x13a0a2cb0d55eca975cf2d97015f7d580ce52d85 EXP=0xd71921dca837e415a58ca0d6dd2223cc84e0ea2f SC=6bdf9d12a983fed6723abad91a39be4f95d227f9bdb0490de3b8e5d45357f63d564638b1bd71 CLAMS=xGVTdM9EJpNBCYAjHFVxuZGcqvoL22nP6f SOIL=0x8b5c989bc931c0769a50ecaf9ffe490c67cb5911
chris190
Legendary
*
Offline Offline

Activity: 1059
Merit: 1000



View Profile
September 11, 2014, 11:08:27 PM
 #9120

@chris

sometimes it's a problem with your RAM and Java. Don't understand the details either. Try my code above and it will restart the mining process automatically.

Perfect, i will try!  Wink

P.S

Mine always on http://burst-pool.cryptoport.io or another pool?


It does not work, it makes me error:

Error: Could not find or load main class pocminer_pool.POCMiner

thanks  Wink

Download your miner again Wink Your file missing, i have this file in my folfer. And download x64 java, than use path to java like this:
Code:
"C:\Program Files\Java\jre7\bin\java.exe" -Xmx2500m -cp pocminer.jar;lib/*;lib/akka/*;lib/jetty/* pocminer.POCMiner generate 16XXXXXXXXXX4 5079058 163840 4000 4

                  ▄▄
                 ████▄
                 ██████▄
                 ███ ▀███▄
         ▄████▄▄ ███   ▀███▄
       ▄████████████▄    ▀███▄
     ▄███▀ ███▀▀▀██████▄▄  ███
   ▄███▀  ███    ███ ▀▀███████
 ▄███▀    ███    ███     ▀███
████▄▄▄▄▄███▄▄▄▄  ▀  ▄▄▄▄███▄▄▄▄▄▄▄
█████████████████   █████████████████
  ▀▀▀▀▀▀▀███▀▀▀▀  ▄  ▀▀▀▀███▀▀▀▀▀████
        ███▄     ███    ███    ▄███▀
       ███████▄▄ ███    ███  ▄███▀
       ███  ▀▀██████▄▄▄███ ▄███▀
       ▀███▄    ▀████████████▀
         ▀███▄   ███ ▀▀████▀
           ▀███▄ ███
             ▀██████
               ▀████
                 ▀▀
4NEW
███
███  █
███  █  █
███  █  █
███  █  █
███  █  █
███  █  █
███  █  █
███  █  █
███  █
███
THE WORLD'S FIRST TANGIBLE WASTE TO ENERGY BLOCKCHAIN
✥     ANN Thread     ✥     Whitepaper     ✥     Facebook     ✥     Twitter     ✥     Telegram     ✥

        ███
    █  ███
█  █  ███
█  █  ███
█  █  ███
█  █  ███
█  █  ███
█  █  ███
█  █  ███
    █  ███
        ███

                                ███
                                ███
                                ███
                        ███  ███
                        ███  ███
                ███  ███  ███
                ███  ███  ███
        ███  ███  ███  ███
███  ███  ███  ███  ███
███  ███  ███  ███  ███
Pages: « 1 ... 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 [456] 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 ... 1315 »
  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!