Author

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

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.
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 ]
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
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 ]
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?
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
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 ...
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
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 ]
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
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
hero member
Activity: 588
Merit: 500
Hey people,

Burst needs merchants, but even more merchants that don't just insta-dump for BTC or USD, so I'll get things started. I'm a bit new to Web design, so I'll sell my skills for burst. I'm not going to charge much(so that I can learn), and If you're not happy, well don't pay, it's risk free. I can also host low traffic stuff(<1000views/day). So yeah, PM if you're interested. Honestly though, I'm incredibly cheap, It'll probably seem free to you, at least compared to other web designers.
legendary
Activity: 1512
Merit: 1000
quarkchain.io
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 ?
hero member
Activity: 588
Merit: 500
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.

He said it cost him $1.day for 300watts
He also said that with 4 GPU's it was $4/day
member
Activity: 112
Merit: 10
Burst must go up from here. The current price is a fucking joke - not even a dollar a day mining with 8TB at the current price and it costs more than $3 a day to keep the PC running like this.

We are all gonna have to start buying or this will be a failed experiment.

I agree.
It's funny how people think mining burst is free.
My pc running 24 hours mining burst consume about 400w every day.


Exactly. This shit costs money - time we all accepted this fact and started buying again - I'd be better to buy $3 of Burst per day (from the power saved) rather than mine $.83c - fact.
member
Activity: 112
Merit: 10
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.
hero member
Activity: 588
Merit: 500
OK, this is done(ish)

burstcoin.info/api.html

If there are any other new calls, then let me know!

The format for making API calls is incorrect on that page. It should look like:

http://localhost:8125/burst?requestType=getMiningInfo

instead of "127.0.0.1:8125/burst?getMiningInfo", as currently listed on the site.

Oh wow, sorry, fixed!
member
Activity: 89
Merit: 10
OK, this is done(ish)

burstcoin.info/api.html

If there are any other new calls, then let me know!

The format for making API calls is incorrect on that page. It should look like:

http://localhost:8125/burst?requestType=getMiningInfo

instead of "127.0.0.1:8125/burst?getMiningInfo", as currently listed on the site.
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?
hero member
Activity: 588
Merit: 500
OK, this is done(ish)

burstcoin.info/api.html

If there are any other new calls, then let me know!
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?
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 ]

Sweet. Thanks
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)...
Jump to: