Author

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

newbie
Activity: 42
Merit: 0
all i did was change the pool address in my script and now I am getting this error

{"result":"Passphrase does not match reward recipient"}

Why? I havent had this issue before

You also have to change the reward recipient. More info here - http://burstpool.ddns.net/howto.html

As for the dead letters error, here's a more detailed explanation from the dev:

Quote from: burstcoin
... Deadletters warning sometimes shows up when a new block is detected before you finished handleing the previous one, and can be safely ignored.
legendary
Activity: 1078
Merit: 1011
all i did was change the pool address in my script and now I am getting this error

{"result":"Passphrase does not match reward recipient"}

Why? I havent had this issue before
legendary
Activity: 2282
Merit: 1072
https://crowetic.com | https://qortal.org
this new pool, any special configs?? or just change the address?


All you have to do is use the same miner you would use for the cryptoport pools. I just threw another 30+TB there, so the pool will be finding more blocks Smiley
sr. member
Activity: 462
Merit: 250
Economic clustering is part of some anti-51% attack code in nxt that isn't fully implemented yet, and currently only logs stuff.

Thanks.
legendary
Activity: 1078
Merit: 1011
@AFN, its not spam if it gonna fix the issues... relax
legendary
Activity: 1078
Merit: 1011
this new pool, any special configs?? or just change the address?
AFN
newbie
Activity: 37
Merit: 0
sr. member
Activity: 280
Merit: 250
Is this part of the code basically saying that everyone gives up after 40 minutes?  What decides the block at that point, assuming that ever happens?

Code:
diff -c -r burstcoin/src/java/nxt/Constants.java nxt/src/java/nxt/Constants.java
*** burstcoin/src/java/nxt/Constants.java       2014-09-12 11:07:45.511618758 -0400
--- nxt/src/java/nxt/Constants.java     2014-09-15 16:22:51.854149186 -0400
***************

*** 90,96 ****

      public static final String ALPHABET = "0123456789abcdefghijklmnopqrstuvwxyz";

!     public static final int EC_RULE_TERMINATOR = 2400; /* cfb: This constant defines a straight edge when "longest chain"
                                                          rule is outweighed by "economic majority" rule; the terminator
                                                          is set as number of seconds before the current time. */

--- 84,90 ----

      public static final String ALPHABET = "0123456789abcdefghijklmnopqrstuvwxyz";

!     public static final int EC_RULE_TERMINATOR = 600; /* cfb: This constant defines a straight edge when "longest chain"
                                                          rule is outweighed by "economic majority" rule; the terminator
                                                          is set as number of seconds before the current time. */


Economic clustering is part of some anti-51% attack code in nxt that isn't fully implemented yet, and currently only logs stuff.
full member
Activity: 224
Merit: 100
I solved my last problem of constantly not submitting by changing pools;

from http://burst-pool2.cryptoport.io:8124

to

http://burst-pool.cryptoport.io:8124

but now I get this error.

[INFO] [09/18/2014 19:12:47.152] [default-akka.actor.default-dispatcher-16] [akka://default/user/$a/$r/$b] Message [pocminer.ScoopChecker$msgCheckScoops] from Actor[akka://default/user/$a/$r#770254409] to Actor[akka://default/user/$a/$r/$b#-1693561125] was not delivered. [3] dead letters encountered. This logging can be turned off or adjusted with configuration settings 'akka.log-dead-letters' and 'akka.log-dead-letters-during-shutdown'.
[INFO] [09/18/2014 19:12:47.152] [default-akka.actor.default-dispatcher-16] [akka://default/user/$a/$r/$b] Message [pocminer.ScoopChecker$msgCheckScoops] from Actor[akka://default/user/$a/$r#770254409] to Actor[akka://default/user/$a/$r/$b#-1693561125] was not delivered. [4] dead letters encountered. This logging can be turned off or adjusted with configuration settings 'akka.log-dead-letters' and 'akka.log-dead-letters-during-shutdown'.
[INFO] [09/18/2014 19:12:47.152] [default-akka.actor.default-dispatcher-16] [akka://default/user/$a/$r/$b] Message [pocminer.ScoopChecker$msgCheckScoops] from Actor[akka://default/user/$a/$r#770254409] to Actor[akka://default/user/$a/$r/$b#-1693561125] was not delivered. [5] dead letters encountered. This logging can be turned off or adjusted with configuration settings 'akka.log-dead-letters' and 'akka.log-dead-letters-during-shutdown'.

any ideas guys??


are there any pools that work reliably without issue??

http://burstpool.ddns.net
full member
Activity: 224
Merit: 100
is anyone else having issues with not being able to submit the nonce's but like only 20% of the time? the other 80% says "Failed to submit nonce, Retrying"

I have tried both ports on the pool and the same thing..

Any ideas?


Scratching my head over this as well, it seems like there is currently no decent pool to mine at the moment. some give wrong payouts or will give "Failed to submit nonce" error.  I currently have 6TB but would rather not solo mine.  Undecided

http://burstpool.ddns.net
full member
Activity: 224
Merit: 100
If you created your plots with a small stagger size, processing them takes a long time. You might miss your deadline if its found too late!The utility optimizes your already created files making them a lot faster to read.

Is there any difference  with 3072 stagger size and 100000 stagger size? How much time will it take to read 3 Tb with 3072 stagger size and 100000 stagger size?

My miner goes through 5.4 Tb of plots in 10 seconds. I plotted with a stagger of 40000.
full member
Activity: 224
Merit: 100
For all of you with pool problems. Come join http://burstpool.ddns.net
hero member
Activity: 588
Merit: 500
Hi
I'am using Ubuntu server.
Can somebody tell me how to change my Wallet ip (127.0.0.1) to real IP so I can accept remotely
Thanks

Code:
nano conf/nxt-default

change to

nxt.myAddress=[your external ip]

nxt.allowedBotHosts=127.0.0.1; localhost; 0:0:0:0:0:0:0:1;

And you should be good....i think, at least it works for me, but I only use my internal ip and access from my phone.
legendary
Activity: 1078
Merit: 1011
I solved my last problem of constantly not submitting by changing pools;

from http://burst-pool2.cryptoport.io:8124

to

http://burst-pool.cryptoport.io:8124

but now I get this error.

[INFO] [09/18/2014 19:12:47.152] [default-akka.actor.default-dispatcher-16] [akka://default/user/$a/$r/$b] Message [pocminer.ScoopChecker$msgCheckScoops] from Actor[akka://default/user/$a/$r#770254409] to Actor[akka://default/user/$a/$r/$b#-1693561125] was not delivered. [3] dead letters encountered. This logging can be turned off or adjusted with configuration settings 'akka.log-dead-letters' and 'akka.log-dead-letters-during-shutdown'.
[INFO] [09/18/2014 19:12:47.152] [default-akka.actor.default-dispatcher-16] [akka://default/user/$a/$r/$b] Message [pocminer.ScoopChecker$msgCheckScoops] from Actor[akka://default/user/$a/$r#770254409] to Actor[akka://default/user/$a/$r/$b#-1693561125] was not delivered. [4] dead letters encountered. This logging can be turned off or adjusted with configuration settings 'akka.log-dead-letters' and 'akka.log-dead-letters-during-shutdown'.
[INFO] [09/18/2014 19:12:47.152] [default-akka.actor.default-dispatcher-16] [akka://default/user/$a/$r/$b] Message [pocminer.ScoopChecker$msgCheckScoops] from Actor[akka://default/user/$a/$r#770254409] to Actor[akka://default/user/$a/$r/$b#-1693561125] was not delivered. [5] dead letters encountered. This logging can be turned off or adjusted with configuration settings 'akka.log-dead-letters' and 'akka.log-dead-letters-during-shutdown'.

any ideas guys??


are there any pools that work reliably without issue??
sr. member
Activity: 462
Merit: 250
Is this part of the code basically saying that everyone gives up after 40 minutes?  What decides the block at that point, assuming that ever happens?

Code:
diff -c -r burstcoin/src/java/nxt/Constants.java nxt/src/java/nxt/Constants.java
*** burstcoin/src/java/nxt/Constants.java       2014-09-12 11:07:45.511618758 -0400
--- nxt/src/java/nxt/Constants.java     2014-09-15 16:22:51.854149186 -0400
***************

*** 90,96 ****

      public static final String ALPHABET = "0123456789abcdefghijklmnopqrstuvwxyz";

!     public static final int EC_RULE_TERMINATOR = 2400; /* cfb: This constant defines a straight edge when "longest chain"
                                                          rule is outweighed by "economic majority" rule; the terminator
                                                          is set as number of seconds before the current time. */

--- 84,90 ----

      public static final String ALPHABET = "0123456789abcdefghijklmnopqrstuvwxyz";

!     public static final int EC_RULE_TERMINATOR = 600; /* cfb: This constant defines a straight edge when "longest chain"
                                                          rule is outweighed by "economic majority" rule; the terminator
                                                          is set as number of seconds before the current time. */

sr. member
Activity: 476
Merit: 250
is http://burst-pool2.cryptoport.io/ ok...it show block 9859 when we are at 13809?
member
Activity: 65
Merit: 10
Hi
I'am using Ubuntu server.
Can somebody tell me how to change my Wallet ip (127.0.0.1) to real IP so I can accept remotely
Thanks
hero member
Activity: 518
Merit: 500
sr. member
Activity: 280
Merit: 250
Code:
./optimize plots/1234567890_0_100000_1000

Or process your whole plot directory:

Code:
./optimize plots/*

You can limit the memory usage, for example to 1GB:

Code:
./optimize -m 1G plots/*

It will replace your plot files with optimized ones.

This does not work for incomplete plotfiles.
How to point another dir to put optimized files, for example if HDD is full and no space for new file?
Previous version worked with current dir..

Not possible at the moment.
sr. member
Activity: 272
Merit: 250
Code:
./optimize plots/1234567890_0_100000_1000

Or process your whole plot directory:

Code:
./optimize plots/*

You can limit the memory usage, for example to 1GB:

Code:
./optimize -m 1G plots/*

It will replace your plot files with optimized ones.

This does not work for incomplete plotfiles.
How to point another dir to put optimized files, for example if HDD is full and no space for new file?
Previous version worked with current dir..
Jump to: