cyberspacemonkey
Legendary
Offline
Activity: 1288
Merit: 1002
|
|
September 11, 2014, 04:54:30 AM |
|
How to mount 3TB NTFS partition on Linux? It's recognized on Windows just fine but Linux won't. Hard Drive shows up on Disks utility but it shows it all as "Unallocated". Can someone help? Natively it reads, I think you need a driver to write to a NTFS file system. I don't care about writing, it's been plotted already. I just need Linux to detect and read the partition so I can mine with Linux. I think it's because it's GPT or something.
|
|
|
|
twig123
|
|
September 11, 2014, 04:55:15 AM |
|
head -c `stat -c%s <n-path>` o-path | diff - <n-path> should work. Where o-path is the path to the old output, and n-path is the path to the new. Seriously though, I have no idea what you are requesting. If you're still running a plot on the GPU, could you then try running one of the CPU plotters with the same parameters (address, nonce range, stagger size) for a few minutes and check that they match in the part created by the CPU plotter? Say the directory containing the GPU plotter output (the "plots" directory") is <GPU-path>, and the path to the CPU output is <CPU-path>. Could you then run this command in a terminal and report back its output? If they match, there should be no output. head -c `stat -c%s <GPU-path>` <CPU-path> | diff - <CPU-path> [/quote] Gotcha. I'll take a look into testing this tomorrow. Once the GPU plot I have going currently finishes.
|
Bitcoin: 11c3RRAyVA33DrkNyRz9dfvLogvGvYKWL
|
|
|
taaku
|
|
September 11, 2014, 04:58:12 AM |
|
Used this command for generating second file..this should be 100 GB file but its already crossed 130 GB....and still increasing the file size.. Can anyone help me understand this??? should i close and restart or keep it running
|
BTC: 1DgUj6s1yRwauEb89mGn92ZfNqK8xwcZPP
|
|
|
maxpayne1256
Newbie
Offline
Activity: 50
Merit: 0
|
|
September 11, 2014, 05:02:31 AM |
|
http://i61.tinypic.com/folm5s.pngUsed this command for generating second file..this should be 100 GB file but its already crossed 130 GB....and still increasing the file size.. Can anyone help me understand this??? should i close and restart or keep it running Second number is block-length, not End-Plot. The resulting file would be 200 GB
|
|
|
|
MOB
|
|
September 11, 2014, 05:03:44 AM |
|
Used this command for generating second file..this should be 100 GB file but its already crossed 130 GB....and still increasing the file size.. Can anyone help me understand this??? should i close and restart or keep it running Those numbers are not plot start and end point. They are plot start and duration of plot, so it is only over half done now.
|
|
|
|
|
Irontiga
|
|
September 11, 2014, 05:09:32 AM |
|
Hey, new burst wallet uses a bout 50mb less RAM than the old one, YAY!!!
|
|
|
|
taaku
|
|
September 11, 2014, 05:10:31 AM |
|
Used this command for generating second file..this should be 100 GB file but its already crossed 130 GB....and still increasing the file size.. Can anyone help me understand this??? should i close and restart or keep it running Those numbers are not plot start and end point. They are plot start and duration of plot, so it is only over half done now. cool..thanks now got it...
|
BTC: 1DgUj6s1yRwauEb89mGn92ZfNqK8xwcZPP
|
|
|
BurstBurst
|
|
September 11, 2014, 05:11:10 AM |
|
Mined about 7.2 TB on two PCs with Dedicated GPU (R9 290) so a total of 14.4 TB. In average of 14K Burst per day so it is about 0.0497 BTC per day at 0.00000355 BTC rate. Plotting will continue until 37 TB (8 HDD combined) should be another 1-2 days to complete. POC is FREE money
|
|
|
|
twig123
|
|
September 11, 2014, 05:19:02 AM |
|
Mined about 7.2 TB on two PCs with Dedicated GPU (R9 290) so a total of 14.4 TB. In average of 14K Burst per day so it is about 0.0497 BTC per day at 0.00000355 BTC rate. Plotting will continue until 37 TB (8 HDD combined) should be another 1-2 days to complete. POC is FREE money what speeds are you seeing on your GPU plotting?
|
Bitcoin: 11c3RRAyVA33DrkNyRz9dfvLogvGvYKWL
|
|
|
BurstBurst
|
|
September 11, 2014, 05:21:14 AM |
|
About 16.9 K Nonces/Minutes. Mined about 7.2 TB on two PCs with Dedicated GPU (R9 290) so a total of 14.4 TB. In average of 14K Burst per day so it is about 0.0497 BTC per day at 0.00000355 BTC rate. Plotting will continue until 37 TB (8 HDD combined) should be another 1-2 days to complete. POC is FREE money what speeds are you seeing on your GPU plotting?
|
|
|
|
SpeedDemon13
|
|
September 11, 2014, 05:27:54 AM |
|
GPU plot generator v2.0.0 Changelog: Kernel split to increase graphic cards compatibility (introduction of the <hashesNumber> parameter to batch hashes computations). OpenCL platforms and devices listing added. Platform and device selection added as generation parameters. Enhanced CPU and GPU support (removed the auto-selection and fallback). Clearer information display. Displaying the % and nonces/minutes while generating plots. README added with some basic build and run instructions. Makefile cleaned up. Windows x86 binaries: https://mega.co.nz/#!2BNDXY4L!jgwHDZXDJyFp2Jg5mN8sxtpplgXEInSMf1cQGbPc5lM Sources: https://mega.co.nz/#!LZs1RapR!6VGB1SssX5lFp8GX0bZmN2OH-MftLVzEAn1P1nKrdwA Please read the README provided with both the binaries and the sources. Your feedbacks are welcome, it greatly helps me. If you like this software, support me Roadmap for the next versions (feel free to post your features/ideas) : Kernel enhancement to speed up plot generation (shabal core can be improved). Find a way to reduce the memory overhead caused by my workaround solution to bypass the per-thread local memory limit. Make a list of graphic cards along with their optimal parameters (needs your participation). >>>>>>> There is a dedicated topic on the new forum for the GPU plot generator http://burstforum.com/index.php?threads/gpu-plot-generator.45/ <<<<<<< Awesome! Just tested it out on Linux (Ubuntu 14), I had to modify a couple more things than what was in the readme: OPENCL_INCLUDE = ../_opencl/include OPENCL_LIB = ../_opencl/lib/win/x86 CC = /c/_data/cryo/_apps/mingw/bin/g++ CC_FLAGS = -ansi -pedantic -W -Wall -std=c++0x -O3 -I$(OPENCL_INCLUDE) LD = /c/_data/cryo/_apps/mingw/bin/g++
I changed these to my locations (also CC and LD needed to be changed): OPENCL_INCLUDE = ../opt/AMDAPPSDK-2.9-1/include OPENCL_LIB = ../opt/AMDAPPSDK-2.9-1/lib/x86_64 CC = g++ CC_FLAGS = -ansi -pedantic -W -Wall -std=c++0x -O3 -I$(OPENCL_INCLUDE) LD = g++
I attempted to do a "make dist" but it was complaining that the "bin" folder didn't exist. I created the bin folder manually, and then I was then able to issue a "make dist" and got the following: Compiling [Command.cpp] Compiling [CommandGenerate.cpp] Compiling [CommandHelp.cpp] Compiling [CommandList.cpp] CommandList.cpp:54:5: warning: unused parameter ‘p_args’ [-Wunused-parameter] int CommandList::listPlatforms(const std::vector<std::string>& p_args) { ^ Compiling [gpuPlotGenerator.cpp] Compiling [OpenclError.cpp] Linking [bin/gpuPlotGenerator.exe] Generating distribution Not sure if that is a critical issue or not, but I ran the app anyways.... and it appears to be GENERATING PLOTS on my AMD Radeon 7800! ./gpuPlotGenerator.exe generate 0 0 /media/twig/Burst_Coin_21/GPU_Plotter_v2.0.0/bin/plots 11111222223333344444 14670000 7335000 1000 64 1024 Also, not sure on the "hashes" (1024) number really compares to though On my AMD Radeon 7800! WOOT! 121,000 nonces/minute! Did that ~3.5TB take 2 hours to finish? Writing to the the actual plot file, I've measured it spike between 1.5-2.5GB/minute. So, I calculate plotting the 1.79TB file would be around 16hours by the actual file growth rate ...compared to the 5+days it would take on CPU. May be notable difference... I am also CPU plotting on the same system to the same drive as the GPU plotting... Your using Linux with the GPU plotter? I try the same stagger and hash, still get the same speeds as v.1.1.0. You sure you don't have some kind of optimization on it, plotter and/or driver? I get about 12,000~12,300 nonces/min on a 7970, but I'm on Windows. What driver are you using in Linux?
|
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
|
|
|
yellowduck2
|
|
September 11, 2014, 05:28:17 AM |
|
anyone know how to fix error at step 2 kernel ? GPU Plotter
|
|
|
|
SnjafSnjaf
|
|
September 11, 2014, 05:38:23 AM |
|
V2 plotter isn't compiled?
|
|
|
|
n4ru
|
|
September 11, 2014, 05:39:41 AM |
|
How does one calculate the amount of burst mined/day?
I don't want a manual calculator, I need either some API or the actual algo so I can do it myself for a site.
|
|
|
|
HoldTheLine
Member
Offline
Activity: 112
Merit: 10
|
|
September 11, 2014, 05:44:53 AM |
|
About 16.9 K Nonces/Minutes. Mined about 7.2 TB on two PCs with Dedicated GPU (R9 290) so a total of 14.4 TB. In average of 14K Burst per day so it is about 0.0497 BTC per day at 0.00000355 BTC rate. Plotting will continue until 37 TB (8 HDD combined) should be another 1-2 days to complete. POC is FREE money what speeds are you seeing on your GPU plotting? I don't think that is accurate. I am using 8 TB and am seeing somewhere between 5 and 6500 Burst per day. How far back have you been mining to get a daily average that high?
|
|
|
|
tibolt
|
|
September 11, 2014, 05:50:25 AM |
|
can i use gpu plotter with nvidia quadro?
|
|
|
|
twig123
|
|
September 11, 2014, 05:52:04 AM |
|
GPU plot generator v2.0.0 Changelog: Kernel split to increase graphic cards compatibility (introduction of the <hashesNumber> parameter to batch hashes computations). OpenCL platforms and devices listing added. Platform and device selection added as generation parameters. Enhanced CPU and GPU support (removed the auto-selection and fallback). Clearer information display. Displaying the % and nonces/minutes while generating plots. README added with some basic build and run instructions. Makefile cleaned up. Windows x86 binaries: https://mega.co.nz/#!2BNDXY4L!jgwHDZXDJyFp2Jg5mN8sxtpplgXEInSMf1cQGbPc5lM Sources: https://mega.co.nz/#!LZs1RapR!6VGB1SssX5lFp8GX0bZmN2OH-MftLVzEAn1P1nKrdwA Please read the README provided with both the binaries and the sources. Your feedbacks are welcome, it greatly helps me. If you like this software, support me Roadmap for the next versions (feel free to post your features/ideas) : Kernel enhancement to speed up plot generation (shabal core can be improved). Find a way to reduce the memory overhead caused by my workaround solution to bypass the per-thread local memory limit. Make a list of graphic cards along with their optimal parameters (needs your participation). >>>>>>> There is a dedicated topic on the new forum for the GPU plot generator http://burstforum.com/index.php?threads/gpu-plot-generator.45/ <<<<<<< Awesome! Just tested it out on Linux (Ubuntu 14), I had to modify a couple more things than what was in the readme: OPENCL_INCLUDE = ../_opencl/include OPENCL_LIB = ../_opencl/lib/win/x86 CC = /c/_data/cryo/_apps/mingw/bin/g++ CC_FLAGS = -ansi -pedantic -W -Wall -std=c++0x -O3 -I$(OPENCL_INCLUDE) LD = /c/_data/cryo/_apps/mingw/bin/g++
I changed these to my locations (also CC and LD needed to be changed): OPENCL_INCLUDE = ../opt/AMDAPPSDK-2.9-1/include OPENCL_LIB = ../opt/AMDAPPSDK-2.9-1/lib/x86_64 CC = g++ CC_FLAGS = -ansi -pedantic -W -Wall -std=c++0x -O3 -I$(OPENCL_INCLUDE) LD = g++
I attempted to do a "make dist" but it was complaining that the "bin" folder didn't exist. I created the bin folder manually, and then I was then able to issue a "make dist" and got the following: Compiling [Command.cpp] Compiling [CommandGenerate.cpp] Compiling [CommandHelp.cpp] Compiling [CommandList.cpp] CommandList.cpp:54:5: warning: unused parameter ‘p_args’ [-Wunused-parameter] int CommandList::listPlatforms(const std::vector<std::string>& p_args) { ^ Compiling [gpuPlotGenerator.cpp] Compiling [OpenclError.cpp] Linking [bin/gpuPlotGenerator.exe] Generating distribution Not sure if that is a critical issue or not, but I ran the app anyways.... and it appears to be GENERATING PLOTS on my AMD Radeon 7800! ./gpuPlotGenerator.exe generate 0 0 /media/twig/Burst_Coin_21/GPU_Plotter_v2.0.0/bin/plots 11111222223333344444 14670000 7335000 1000 64 1024 Also, not sure on the "hashes" (1024) number really compares to though On my AMD Radeon 7800! WOOT! 121,000 nonces/minute! Did that ~3.5TB take 2 hours to finish? Writing to the the actual plot file, I've measured it spike between 1.5-2.5GB/minute. So, I calculate plotting the 1.79TB file would be around 16hours by the actual file growth rate ...compared to the 5+days it would take on CPU. May be notable difference... I am also CPU plotting on the same system to the same drive as the GPU plotting... Your using Linux with the GPU plotter? I try the same stagger and hash, still get the same speeds as v.1.1.0. You sure you don't have some kind of optimization on it, plotter and/or driver? I get about 12,000~12,300 nonces/min on a 7970, but I'm on Windows. What driver are you using in Linux? lol, I have like almost no clue what I'm doing with linux... so nothing at all is "optimized". I think that the given nonces/min may not be correct, as I think 121,000 nonces/min should plot faster than ~16hours. However, I was CPU plotting at the same time, and I just saw that my Teamviewer was taking 30-60% CPU (as i'm accessing it remote). I basically stumbled my way through getting linux installed and getting everything configured... Here is what I have/did: OS: Ubuntu 14 GPU: AMD Radeon 7800 sudo apt-get install build-essential gcc sudo apt-get install opencl-headers AMD APP SDK v2.9.1: http://developer.amd.com/tools-and-sdks/opencl-zone/amd-accelerated-parallel-processing-app-sdk/AMD Catalyst 14.4 driver: http://support.amd.com/en-us/download/desktop?os=Linux+x86I also installed java via apt-get, but I don't remember the commands... Additionally, I had to monkey around with remounting my secondary plot (NTFS) drive as writable. Other than that, I've only made the above edits to the "Makefile" file to actually get it to compile...
|
Bitcoin: 11c3RRAyVA33DrkNyRz9dfvLogvGvYKWL
|
|
|
SpeedDemon13
|
|
September 11, 2014, 06:02:34 AM |
|
GPU plot generator v2.0.0 Changelog: Kernel split to increase graphic cards compatibility (introduction of the <hashesNumber> parameter to batch hashes computations). OpenCL platforms and devices listing added. Platform and device selection added as generation parameters. Enhanced CPU and GPU support (removed the auto-selection and fallback). Clearer information display. Displaying the % and nonces/minutes while generating plots. README added with some basic build and run instructions. Makefile cleaned up. Windows x86 binaries: https://mega.co.nz/#!2BNDXY4L!jgwHDZXDJyFp2Jg5mN8sxtpplgXEInSMf1cQGbPc5lM Sources: https://mega.co.nz/#!LZs1RapR!6VGB1SssX5lFp8GX0bZmN2OH-MftLVzEAn1P1nKrdwA Please read the README provided with both the binaries and the sources. Your feedbacks are welcome, it greatly helps me. If you like this software, support me Roadmap for the next versions (feel free to post your features/ideas) : Kernel enhancement to speed up plot generation (shabal core can be improved). Find a way to reduce the memory overhead caused by my workaround solution to bypass the per-thread local memory limit. Make a list of graphic cards along with their optimal parameters (needs your participation). >>>>>>> There is a dedicated topic on the new forum for the GPU plot generator http://burstforum.com/index.php?threads/gpu-plot-generator.45/ <<<<<<< Awesome! Just tested it out on Linux (Ubuntu 14), I had to modify a couple more things than what was in the readme: OPENCL_INCLUDE = ../_opencl/include OPENCL_LIB = ../_opencl/lib/win/x86 CC = /c/_data/cryo/_apps/mingw/bin/g++ CC_FLAGS = -ansi -pedantic -W -Wall -std=c++0x -O3 -I$(OPENCL_INCLUDE) LD = /c/_data/cryo/_apps/mingw/bin/g++
I changed these to my locations (also CC and LD needed to be changed): OPENCL_INCLUDE = ../opt/AMDAPPSDK-2.9-1/include OPENCL_LIB = ../opt/AMDAPPSDK-2.9-1/lib/x86_64 CC = g++ CC_FLAGS = -ansi -pedantic -W -Wall -std=c++0x -O3 -I$(OPENCL_INCLUDE) LD = g++
I attempted to do a "make dist" but it was complaining that the "bin" folder didn't exist. I created the bin folder manually, and then I was then able to issue a "make dist" and got the following: Compiling [Command.cpp] Compiling [CommandGenerate.cpp] Compiling [CommandHelp.cpp] Compiling [CommandList.cpp] CommandList.cpp:54:5: warning: unused parameter ‘p_args’ [-Wunused-parameter] int CommandList::listPlatforms(const std::vector<std::string>& p_args) { ^ Compiling [gpuPlotGenerator.cpp] Compiling [OpenclError.cpp] Linking [bin/gpuPlotGenerator.exe] Generating distribution Not sure if that is a critical issue or not, but I ran the app anyways.... and it appears to be GENERATING PLOTS on my AMD Radeon 7800! ./gpuPlotGenerator.exe generate 0 0 /media/twig/Burst_Coin_21/GPU_Plotter_v2.0.0/bin/plots 11111222223333344444 14670000 7335000 1000 64 1024 Also, not sure on the "hashes" (1024) number really compares to though On my AMD Radeon 7800! WOOT! 121,000 nonces/minute! Did that ~3.5TB take 2 hours to finish? Writing to the the actual plot file, I've measured it spike between 1.5-2.5GB/minute. So, I calculate plotting the 1.79TB file would be around 16hours by the actual file growth rate ...compared to the 5+days it would take on CPU. May be notable difference... I am also CPU plotting on the same system to the same drive as the GPU plotting... Your using Linux with the GPU plotter? I try the same stagger and hash, still get the same speeds as v.1.1.0. You sure you don't have some kind of optimization on it, plotter and/or driver? I get about 12,000~12,300 nonces/min on a 7970, but I'm on Windows. What driver are you using in Linux? lol, I have like almost no clue what I'm doing with linux... so nothing at all is "optimized". I think that the given nonces/min may not be correct, as I think 121,000 nonces/min should plot faster than ~16hours. However, I was CPU plotting at the same time, and I just saw that my Teamviewer was taking 30-60% CPU (as i'm accessing it remote). I basically stumbled my way through getting linux installed and getting everything configured... Here is what I have/did: OS: Ubuntu 14 GPU: AMD Radeon 7800 sudo apt-get install build-essential gcc sudo apt-get install opencl-headers AMD APP SDK v2.9.1: http://developer.amd.com/tools-and-sdks/opencl-zone/amd-accelerated-parallel-processing-app-sdk/AMD Catalyst 14.4 driver: http://support.amd.com/en-us/download/desktop?os=Linux+x86I also installed java via apt-get, but I don't remember the commands... Additionally, I had to monkey around with remounting my secondary plot (NTFS) drive as writable. Other than that, I've only made the above edits to the "Makefile" file to actually get it to compile... I think it's off a digit, more likely doing ~12k nonce/min. As maybe an error in Linux where it's displaying it wrong. I was about to say how the heck a 7800 going smoke a 7900 series card...lmfao Sound like v.2.0.0 is adaptable with AMD 14.x drivers....I'll switch from 13.9 to 14.7, see if there's a difference. On v.2.0.0, I can't get a stagger no higher than 3072, compared with v.1.1.0 I could do 4096. 64~128 is the sweet spot for the thread for the 7970 I own. Still playing with the hash at 3072 and trying to get as close to 8160 as possible.
|
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
|
|
|
yuk
|
|
September 11, 2014, 06:09:19 AM Last edit: September 11, 2014, 06:26:05 AM by yuk |
|
I'm trying to use the gpuPlotGen, but i have this error. some help? my card: hd6850 1gb [ERROR] [-54] Error in step1 kernel launchD:\gpuPlotGen>gpuPlotGenerator.exe generate 0 0 D:\gpuPlotGen\plots myAdress 0 50000 500 64 512 ------------------------- GPU plot generator v2.0.0 ------------------------- Author: Cryo Bitcoin: 138gMBhCrNkbaiTCmUhP9HLU9xwn5QKZgD Burst: BURST-YA29-QCEW-QXC3-BKXDL ---- Path: D:\gpuPlotGen\plots Nonces: 0 to 50000 (12 GB) Process memory: 125MB Threads number: 64 Hashes number: 512 ---- Retrieving OpenCL platforms Retrieving OpenCL GPU devices Creating OpenCL context Creating OpenCL command queue Creating CPU buffer Creating OpenCL GPU generation buffer Creating OpenCL GPU scoops buffer Creating OpenCL program Building OpenCL program Creating OpenCL step1 kernel Setting OpenCL step1 kernel static arguments Creating OpenCL step2 kernel Setting OpenCL step2 kernel static arguments Creating OpenCL step3 kernel Setting OpenCL step3 kernel static arguments [ERROR] [-54] Error in step1 kernel launch
|
|
|
|
|