Bitcoin Forum
May 07, 2024, 11:02:17 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 ... 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 [548] 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566 567 568 569 570 571 572 573 574 575 576 577 578 579 580 581 582 583 584 585 586 587 588 589 590 591 592 593 594 595 596 597 598 ... 1315 »
  Print  
Author Topic: [ANN][BURST] Burst | Efficient HDD Mining | New 1.2.3 Fork block 92000  (Read 2170603 times)
uray
Hero Member
*****
Offline Offline

Activity: 1400
Merit: 505


View Profile
September 19, 2014, 11:06:07 AM
 #10941

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 ]
Thanks for that reliese , should I set URL port in the conf file ?

if you dont specify port it defaulted to 80, use "host:port" format
Whoever mines the block which ends up containing your transaction will get its fee.
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
uray
Hero Member
*****
Offline Offline

Activity: 1400
Merit: 505


View Profile
September 19, 2014, 11:06:58 AM
 #10942

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
Grim
Sr. Member
****
Offline Offline

Activity: 504
Merit: 252


View Profile
September 19, 2014, 11:11:21 AM
 #10943

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 ...
uray
Hero Member
*****
Offline Offline

Activity: 1400
Merit: 505


View Profile
September 19, 2014, 11:14:47 AM
 #10944

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
Amph
Legendary
*
Offline Offline

Activity: 3206
Merit: 1069



View Profile
September 19, 2014, 11:15:37 AM
 #10945

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 ]
Thanks for that reliese , should I set URL port in the conf file ?

if you dont specify port it defaulted to 80, use "host:port" format

we need a bat file with a command line equal to the config?
uray
Hero Member
*****
Offline Offline

Activity: 1400
Merit: 505


View Profile
September 19, 2014, 11:19:16 AM
 #10946

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 ]
Thanks for that reliese , should I set URL port in the conf file ?

if you dont specify port it defaulted to 80, use "host:port" format

we need a bat file with a command line equal to the config?

just edit mining.conf file, the app will look that file in current directory, unless you specify it for custom conf file
mark.ti
Newbie
*
Offline Offline

Activity: 28
Merit: 0


View Profile
September 19, 2014, 11:31:29 AM
 #10947

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.
chris190
Legendary
*
Offline Offline

Activity: 1059
Merit: 1000



View Profile
September 19, 2014, 11:31:58 AM
 #10948

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

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

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

                                ███
                                ███
                                ███
                        ███  ███
                        ███  ███
                ███  ███  ███
                ███  ███  ███
        ███  ███  ███  ███
███  ███  ███  ███  ███
███  ███  ███  ███  ███
Irontiga
Hero Member
*****
Offline Offline

Activity: 588
Merit: 500


View Profile
September 19, 2014, 11:46:03 AM
 #10949

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?)
go6ooo1212
Legendary
*
Offline Offline

Activity: 1512
Merit: 1000


quarkchain.io


View Profile
September 19, 2014, 11:47:15 AM
 #10950

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://
deevilknight
Jr. Member
*
Offline Offline

Activity: 37
Merit: 10


View Profile
September 19, 2014, 11:50:41 AM
 #10951

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
fanepatent
Full Member
***
Offline Offline

Activity: 224
Merit: 100


View Profile
September 19, 2014, 11:52:24 AM
 #10952

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)

BURST - BURST-58XP-63WY-XSVQ-ASG9A
go6ooo1212
Legendary
*
Offline Offline

Activity: 1512
Merit: 1000


quarkchain.io


View Profile
September 19, 2014, 11:55:44 AM
 #10953

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 ?!
Grim
Sr. Member
****
Offline Offline

Activity: 504
Merit: 252


View Profile
September 19, 2014, 11:59:59 AM
 #10954

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
uray
Hero Member
*****
Offline Offline

Activity: 1400
Merit: 505


View Profile
September 19, 2014, 12:05:47 PM
 #10955

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
uray
Hero Member
*****
Offline Offline

Activity: 1400
Merit: 505


View Profile
September 19, 2014, 12:12:00 PM
 #10956

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
Grim
Sr. Member
****
Offline Offline

Activity: 504
Merit: 252


View Profile
September 19, 2014, 12:13:58 PM
 #10957

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)
Amph
Legendary
*
Offline Offline

Activity: 3206
Merit: 1069



View Profile
September 19, 2014, 12:14:13 PM
 #10958

need some few testing, but i noticed an high deadline after the stagger optimize  example of my plot

0_1M_1M(stagger)
Grim
Sr. Member
****
Offline Offline

Activity: 504
Merit: 252


View Profile
September 19, 2014, 12:16:04 PM
 #10959

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 ...
Amph
Legendary
*
Offline Offline

Activity: 3206
Merit: 1069



View Profile
September 19, 2014, 12:21:26 PM
 #10960

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
Pages: « 1 ... 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 [548] 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566 567 568 569 570 571 572 573 574 575 576 577 578 579 580 581 582 583 584 585 586 587 588 589 590 591 592 593 594 595 596 597 598 ... 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!