Author

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

hero member
Activity: 588
Merit: 500
Hey on that linux plot generator I know I'm supposed to use this string:

 ./plot


But can someone tell me, where or how do I modify the amount of memory I want to use?

Anyone?  Huh

XM4000m <--change it to whatever

http://burstcoin.info/miner.php

Same as for windows
sr. member
Activity: 416
Merit: 250
Hey on that linux plot generator I know I'm supposed to use this string:

 ./plot


But can someone tell me, where or how do I modify the amount of memory I want to use?

Anyone?  Huh
staggersize specifies the use of memory. RAM = staggersize/4
legendary
Activity: 1288
Merit: 1002
Hey on that linux plot generator I know I'm supposed to use this string:

 ./plot


But can someone tell me, where or how do I modify the amount of memory I want to use?

Anyone?  Huh
sr. member
Activity: 416
Merit: 250
any news on porting dcct' miner to windows? Windows users are getting out of game  Sad
Ported. Testing...  (there are some problems with the stability)
+add reading passphrases.txt
hero member
Activity: 955
Merit: 1004
My 14334 BURST coins are on C-CEX at 698 satoshis.  Someone go buy them up.



Why you sell at this lower price?

Because I got my ass burned hardcore on CRYPT coin, and I'm going to mine and sell while the price is good.  Got to make up the 0.8 BTC I am out on that shitcoin from its lying developers.
sr. member
Activity: 358
Merit: 251
is this pool "http://burst-pool.cryptoport.io/" even working ? i mine there for like 6 hours, i get valid shares, i could even find my adress on webside somewhere but now its goen and i still dont recieve single payment
legendary
Activity: 1512
Merit: 1000
quarkchain.io
Fellows, just to ask you- when having X hdds , I have to run a miner on each hdd right? 😊
member
Activity: 80
Merit: 10
Unifying Knowledge For Faster Insight
Still getting that stupid error:
Code:
{"errorCode":5,"errorDescription":"Unknown account"}
My wallet is 5941785374254514347 or BURST-UJ7D-C6L2-7J4G-7QDX6
legendary
Activity: 1288
Merit: 1002
Hey on that linux plot generator I know I'm supposed to use this string:

 ./plot


But can someone tell me, where or how do I modify the amount of memory I want to use?


Can someone answer this for me?  Sad
hero member
Activity: 781
Merit: 501
any news on porting dcct' miner to windows? Windows users are getting out of game  Sad
legendary
Activity: 914
Merit: 1001
here is update for http://burst-pool.cryptoport.io

i changed minimum payout to 250 BURST since we found blocks more often right now, and to reduce tx-fee
until i can provide miners program with ability to set user minimum payout preference

and also please change your port from 80 to 8124 if you have no firewall issue

actually that port 80 is redirected to internal port 8124, so having you connect directly to 8124 will reduce server network load
only use port 80 if you can't connect to port 8124

how can I see my personal mining details on the site? I just started mining there, but it's a bit confusing (even tho it looks really cool ^^)

edit:

Code:
Submitting share
{"result":"Passphrase does not match reward recipient"}

is that because of the wallet setup (set recipient to the number from your site)? or is something wrong?

you need to wait for 4 blocks after you did reward recipient before network accept that you indeed set my pool as your payment address if you found a block

or

you are using wrong miner, are you sure you are using pool miner from my site ?

as for personal mining details, ee... ummm... what you want to see ?

ouch, I was really using the wrong miner. I compiled the one from your site and now it runs since several blocks, but nothing has been submitted so far.

ok, last question before i go to bed:

I'm currently using the C version of the miner. But there is no deadline shown, is that correct? does my miner work on the pool?

Code:
New block 8789, basetarget 9359815
12 MB read/50 GB total/no deadline
full member
Activity: 238
Merit: 100
Attempting to install miner on osx through terminal, after running sh run_dump_address.sh I get the following error:

MacBook-Pro:pocminer_v1 K$ sh run_dump_address.sh
Exception in thread "main" java.lang.UnsupportedClassVersionError: pocminer/POCMiner : Unsupported major.minor version 51.0

Could you explain what I need to do to get around this?
You need java 7.


Thanks but I already have the latest version installed, (Version 7 Update 67) so I'm still confused as to why I get this error.
java -version
and show the result here


MacBook-Pro:pocminer_v1 K$ java -version
java version "1.6.0_65"
Java(TM) SE Runtime Environment (build 1.6.0_65-b14-462-11M4609)
Java HotSpot(TM) 64-Bit Server VM (build 20.65-b04-462, mixed mode)

So it reports an older version however when I check using the java website verification it says 7.67.

so , it is using the older version java in your computer, change the environment variable, add the path of your newly installed java .1.6.0_65 is your jre verison, please make sure your jre version is 1.7.0+ or 1.8.0+
newbie
Activity: 6
Merit: 0
Attempting to install miner on osx through terminal, after running sh run_dump_address.sh I get the following error:

MacBook-Pro:pocminer_v1 K$ sh run_dump_address.sh
Exception in thread "main" java.lang.UnsupportedClassVersionError: pocminer/POCMiner : Unsupported major.minor version 51.0

Could you explain what I need to do to get around this?
You need java 7.


Thanks but I already have the latest version installed, (Version 7 Update 67) so I'm still confused as to why I get this error.
java -version
and show the result here


MacBook-Pro:pocminer_v1 K$ java -version
java version "1.6.0_65"
Java(TM) SE Runtime Environment (build 1.6.0_65-b14-462-11M4609)
Java HotSpot(TM) 64-Bit Server VM (build 20.65-b04-462, mixed mode)

So it reports an older version however when I check using the java website verification it says 7.67.
legendary
Activity: 1288
Merit: 1002
Hey on that linux plot generator I know I'm supposed to use this string:

 ./plot


But can someone tell me, where or how do I modify the amount of memory I want to use?
full member
Activity: 238
Merit: 100
Attempting to install miner on osx through terminal, after running sh run_dump_address.sh I get the following error:

MacBook-Pro:pocminer_v1 K$ sh run_dump_address.sh
Exception in thread "main" java.lang.UnsupportedClassVersionError: pocminer/POCMiner : Unsupported major.minor version 51.0

Could you explain what I need to do to get around this?
You need java 7.


Thanks but I already have the latest version installed, (Version 7 Update 67) so I'm still confused as to why I get this error.
java -version
and show the result here
newbie
Activity: 39
Merit: 0
Hey everyone, been freeing up some space over the last few days and I'm ready for some mining. However, I'm in need of some coin. Anyone mind throwing some coin my way?

BURST-GP7L-5K58-DANT-DJJTE

Thanks in advance for helping me become a part of this new community.

Sent  Smiley

Thank you very much
newbie
Activity: 6
Merit: 0
Attempting to install miner on osx through terminal, after running sh run_dump_address.sh I get the following error:

MacBook-Pro:pocminer_v1 K$ sh run_dump_address.sh
Exception in thread "main" java.lang.UnsupportedClassVersionError: pocminer/POCMiner : Unsupported major.minor version 51.0

Could you explain what I need to do to get around this?
You need java 7.


Thanks but I already have the latest version installed, (Version 7 Update 67) so I'm still confused as to why I get this error.
newbie
Activity: 14
Merit: 0
anyone have a problem with a previously good working wallet and solo miner, now saying 'password does not match recipient'...nothing was changed. only 1 password ever on the pc.
 
If you were using a v2 pool, and want to switch back to solo, you need to set reward recip back to yourself.

New to this whole cryptocurrency thing and I want to get in. I have 3TB free on my computer. Anyone mind explaining how to get into a pool? Please PM me with any information if you don't mind helping a newbie out.

Also, here is my ID since I see new people posting them -  BURST-756S-GA2X-6E2N-6SXT9

Thank you guys.

Follow one of the guides linked in the first post about how to generate plots, but then choose either my v2 pool or uray's pool, and follow the instructions. uray's is probably a little easier to get started at, and he has better instructions posted here. http://burst-pool.cryptoport.io/howto.html

Sent 10 coins.

Thank you, I saw that it came in. I can't even get SOLO to run correctly right now. Everything is formatted the correct files are in, but when I edit run_generate and run it, it clearly doesn't run where as the guide says that it will take a while. There is something wrong in my configuration I guess.

I have wallet up and a server running, any suggestions?
run it from a command prompt or add pause to the next line so you can see the error.

I ran it from command and the error is:

"Error ocurred during initialization of VM
Could not reserve enough space for object heap"

Is that the allocation for the blocks?

Edit -

I'm creating this on a new partitioned drive.

A - Do I need to have windows installed on this drive?

B - Do I need to change the directory of the run_generate bat file or is it just pulling files from that location?
You need to either increase the number after -Xmx or decrease your stagger size.

A: no
B: it always uses the plots folder in the miner's folder.

I'm getting so frustrated. I normally don't have problems like this.

I dropped my stagger down to 1000 and my memory stayed at 4000. Now it's saying:

"The size of the object heap + perm gen exceeds the maximum representable size."

I followed the guide to a T. It says for every 200gb = 800000 plots.

I don't get what I'm doing wrong. Someone please help. I will repay you when I actually earn some coin.
Try -Xmx1000m

Awesome! It's doing something now!

What is a good plot number for a 2.7TB drive? I want to maximize my space!
legendary
Activity: 1108
Merit: 1005
can I assign two pools to one burst address?
legendary
Activity: 914
Merit: 1001
here is update for http://burst-pool.cryptoport.io

i changed minimum payout to 250 BURST since we found blocks more often right now, and to reduce tx-fee
until i can provide miners program with ability to set user minimum payout preference

and also please change your port from 80 to 8124 if you have no firewall issue

actually that port 80 is redirected to internal port 8124, so having you connect directly to 8124 will reduce server network load
only use port 80 if you can't connect to port 8124

how can I see my personal mining details on the site? I just started mining there, but it's a bit confusing (even tho it looks really cool ^^)

edit:

Code:
Submitting share
{"result":"Passphrase does not match reward recipient"}

is that because of the wallet setup (set recipient to the number from your site)? or is something wrong?

you need to wait for 4 blocks after you did reward recipient before network accept that you indeed set my pool as your payment address if you found a block

or

you are using wrong miner, are you sure you are using pool miner from my site ?

as for personal mining details, ee... ummm... what you want to see ?

ouch, I was really using the wrong miner. I compiled the one from your site and now it runs since several blocks, but nothing has been submitted so far.
Jump to: