Author

Topic: [ANN][BURST] Burst | Efficient HDD Mining | New 1.2.3 Fork block 92000 - page 767. (Read 2171056 times)

full member
Activity: 224
Merit: 100
newbie
Activity: 28
Merit: 0
New Native C++ Miner Update 1.0 R3

its for http://burst-pool.cryptoport.io and http://burst-pool2.cryptoport.io or any pool that use my code

binaries and source available here : https://github.com/uraymeiviar/burst-miner/releases/tag/1.0
for [ osx ], [ linux64 ] and [ win64 ]

If I try to compile it under Linux (Linux i7 3.2.0-4-amd64 ) I got:

Code:
//root/burst-miner-1.0:# make
g++ -O3 -march=native -std=c++11 -Wall -Isrc/rapidjson -Isrc/sphlib -Isrc/nxt -Isrc -c src/Miner.cpp -o bin/Miner.o
src/Miner.cpp: In member function ‘void Burst::Miner::updateGensig(std::string, uint64_t, uint64_t)’:
src/Miner.cpp:66:66: error: expected primary-expression before ‘)’ token
src/Miner.cpp: In member function ‘void Burst::Miner::nonceSubmitterThread()’:
src/Miner.cpp:133:74: error: expected primary-expression before ‘)’ token
make: *** [bin/Miner.o] Error 1

Any idea how to fix it?

please re-pull from git, i fixed it

It seems hasn't fixed yet.

thats impossible, i just clone fresh from git, and build in linux, its compile
did you "make clean" first? or maybe try from fresh

Now it works. Smiley
sr. member
Activity: 397
Merit: 250
to Burst DEV.

what is this ?

full member
Activity: 224
Merit: 100
New Native C++ Miner Update 1.0 R3

its for http://burst-pool.cryptoport.io and http://burst-pool2.cryptoport.io or any pool that use my code

binaries and source available here : https://github.com/uraymeiviar/burst-miner/releases/tag/1.0
for [ osx ], [ linux64 ] and [ win64 ]

is the memory leak issue fixed with this miner?

what memory leak?
its my first miner

the java miner eats memory as if there is no tomorrow ... and crashes often ...

its not java

just tried it, memory usage seems even worse than java miner

for a single 4TB hdd it consumes up to 8GB ram ...
(prefetch and superfetch deactivated in registry)

ok just tried it the original javaminer consumes exactly the same amount also about 8 GB ...

it should use 2 x staggerSize * 64Bytes for each plot file
how large is your stagger ?



running on 4x 3TB plot files at 4096 stagger

I can confirm it works fine. I got 630 Mb of RAM consumed and all my plots have 40000 stagger
legendary
Activity: 3248
Merit: 1070
is one 1000000 stagger too much?
sr. member
Activity: 506
Merit: 252
stagger is 8000

(its an unfinished plot file, as in it got aborted, im not generating plots)
hero member
Activity: 1400
Merit: 505
New Native C++ Miner Update 1.0 R3

its for http://burst-pool.cryptoport.io and http://burst-pool2.cryptoport.io or any pool that use my code

binaries and source available here : https://github.com/uraymeiviar/burst-miner/releases/tag/1.0
for [ osx ], [ linux64 ] and [ win64 ]

is the memory leak issue fixed with this miner?

what memory leak?
its my first miner

the java miner eats memory as if there is no tomorrow ... and crashes often ...

its not java

just tried it, memory usage seems even worse than java miner

for a single 4TB hdd it consumes up to 8GB ram ...
(prefetch and superfetch deactivated in registry)

ok just tried it the original javaminer consumes exactly the same amount also about 8 GB ...

it should use 2 x staggerSize * 64Bytes for each plot file
how large is your stagger ?



running on 4x 3TB plot files at 4096 stagger
legendary
Activity: 3248
Merit: 1070
New Native C++ Miner Update 1.0 R3

its for http://burst-pool.cryptoport.io and http://burst-pool2.cryptoport.io or any pool that use my code

binaries and source available here : https://github.com/uraymeiviar/burst-miner/releases/tag/1.0
for [ osx ], [ linux64 ] and [ win64 ]

is the memory leak issue fixed with this miner?

what memory leak?
its my first miner

the java miner eats memory as if there is no tomorrow ... and crashes often ...

its not java

just tried it, memory usage seems even worse than java miner

for a single 4TB hdd it consumes up to 8GB ram ...
(prefetch and superfetch deactivated in registry)

ok just tried it the original javaminer consumes exactly the same amount also about 8 GB ...

try to add other 4TB, win will reduce the usage in auto
sr. member
Activity: 506
Merit: 252
New Native C++ Miner Update 1.0 R3

its for http://burst-pool.cryptoport.io and http://burst-pool2.cryptoport.io or any pool that use my code

binaries and source available here : https://github.com/uraymeiviar/burst-miner/releases/tag/1.0
for [ osx ], [ linux64 ] and [ win64 ]

is the memory leak issue fixed with this miner?

what memory leak?
its my first miner

the java miner eats memory as if there is no tomorrow ... and crashes often ...

its not java

just tried it, memory usage seems even worse than java miner

for a single 4TB hdd it consumes up to 8GB ram ...
(prefetch and superfetch deactivated in registry)

ok just tried it the original javaminer consumes exactly the same amount also about 8 GB ...
legendary
Activity: 3248
Merit: 1070
need some few testing, but i noticed an high deadline after the stagger optimize  example of my plot

0_1M_1M(stagger)
sr. member
Activity: 506
Merit: 252
New Native C++ Miner Update 1.0 R3

its for http://burst-pool.cryptoport.io and http://burst-pool2.cryptoport.io or any pool that use my code

binaries and source available here : https://github.com/uraymeiviar/burst-miner/releases/tag/1.0
for [ osx ], [ linux64 ] and [ win64 ]

is the memory leak issue fixed with this miner?

what memory leak?
its my first miner

the java miner eats memory as if there is no tomorrow ... and crashes often ...

its not java

just tried it, memory usage seems even worse than java miner

for a single 4TB hdd it consumes up to 8GB ram ...
(prefetch and superfetch deactivated in registry)
hero member
Activity: 1400
Merit: 505
New Native C++ Miner Update 1.0 R3

its for http://burst-pool.cryptoport.io and http://burst-pool2.cryptoport.io or any pool that use my code

binaries and source available here : https://github.com/uraymeiviar/burst-miner/releases/tag/1.0
for [ osx ], [ linux64 ] and [ win64 ]

what is the difference between this and the original miner in java? Wink

It's better Wink

Actually, Uray, what's so good about it(is it better than dcct's?)

1. it has random delay before sending to pool, so share submission will be distributed better, and less submission error due to less submission spike on pool.

2. it will auto retry to re-submit if failed

3. plot reading and nonce submission is on separate thread, so it wont pause reading while miner trying to submit nonce to pool

4. it compile on windows and osx Cheesy
hero member
Activity: 1400
Merit: 505
New Native C++ Miner Update 1.0 R3

its for http://burst-pool.cryptoport.io and http://burst-pool2.cryptoport.io or any pool that use my code

binaries and source available here : https://github.com/uraymeiviar/burst-miner/releases/tag/1.0
for [ osx ], [ linux64 ] and [ win64 ]

If I try to compile it under Linux (Linux i7 3.2.0-4-amd64 ) I got:

Code:
//root/burst-miner-1.0:# make
g++ -O3 -march=native -std=c++11 -Wall -Isrc/rapidjson -Isrc/sphlib -Isrc/nxt -Isrc -c src/Miner.cpp -o bin/Miner.o
src/Miner.cpp: In member function ‘void Burst::Miner::updateGensig(std::string, uint64_t, uint64_t)’:
src/Miner.cpp:66:66: error: expected primary-expression before ‘)’ token
src/Miner.cpp: In member function ‘void Burst::Miner::nonceSubmitterThread()’:
src/Miner.cpp:133:74: error: expected primary-expression before ‘)’ token
make: *** [bin/Miner.o] Error 1

Any idea how to fix it?

please re-pull from git, i fixed it

It seems hasn't fixed yet.

thats impossible, i just clone fresh from git, and build in linux, its compile
did you "make clean" first? or maybe try from fresh
sr. member
Activity: 506
Merit: 252
New Native C++ Miner Update 1.0 R3

its for http://burst-pool.cryptoport.io and http://burst-pool2.cryptoport.io or any pool that use my code

binaries and source available here : https://github.com/uraymeiviar/burst-miner/releases/tag/1.0
for [ osx ], [ linux64 ] and [ win64 ]

is the memory leak issue fixed with this miner?

what memory leak?
its my first miner

the java miner eats memory as if there is no tomorrow ... and crashes often ...

its not java

just tried it, memory usage seems even worse than java miner
legendary
Activity: 1512
Merit: 1000
quarkchain.io
Now there is no activity in the miner , it showes only that :


using config file : mining.conf
Plot 1: D:\*****
Plot 2: E:\*****
Submission Max Delay : 30
Submission Max Retry : 3
Pool Host : burst-pool2.cryptoport.io
resolving hostname burst-pool2.cryptop
Remote IP 54.169.43.72



Is it normal ?!
full member
Activity: 224
Merit: 100
In central Europe the electricity costs a quite high...
and I'm buying since days... accumulating.

I'm from Romania. If I calculate 7 Kw per day thats $1 (300 watt consumption)...

300 Wat consumption with 4 GPUs? Come on man pull the other one.

Dude, I said $3 when I had 4 gpus. Now its about $1 (calculated at 300W)
jr. member
Activity: 37
Merit: 10
What is wrong with uray's pool. I have 3 accounts. All of theam has 2TB HDD mining on ura's pool 1. My first 2 get 100 coin for all day of mining, and my last one get 2000 coin. Also my friend get 8000 coin for one day of mining with 2TB HDD too. This is not normal. Someone have similar problem?

It's still a luck thing, just the pool reduces the variability, kinda makes it like blocks are 100x smaller, but 100x easier to find....

Well i didn't know that luck is important, when mining on pool. I mined so many coin, with gpu, cpu...but this is first time that luck have thing when mining on pool. Thanks on answer
legendary
Activity: 1512
Merit: 1000
quarkchain.io
There is some issue with me too:

Submission Max Delay : 30
Submission Max Retry : 3
Pool Host : //burst-pool2.cryptoport.io port 8124
resolving hostname //burst-pool2.cryptoport.io
error while resolving hostname
Mining networking failed

EDIT: My mistake , I removed Http://
hero member
Activity: 588
Merit: 500
New Native C++ Miner Update 1.0 R3

its for http://burst-pool.cryptoport.io and http://burst-pool2.cryptoport.io or any pool that use my code

binaries and source available here : https://github.com/uraymeiviar/burst-miner/releases/tag/1.0
for [ osx ], [ linux64 ] and [ win64 ]

what is the difference between this and the original miner in java? Wink

It's better Wink

Actually, Uray, what's so good about it(is it better than dcct's?)
legendary
Activity: 1059
Merit: 1000
New Native C++ Miner Update 1.0 R3

its for http://burst-pool.cryptoport.io and http://burst-pool2.cryptoport.io or any pool that use my code

binaries and source available here : https://github.com/uraymeiviar/burst-miner/releases/tag/1.0
for [ osx ], [ linux64 ] and [ win64 ]

what is the difference between this and the original miner in java? Wink
Jump to: