Bitcoin Forum
May 01, 2024, 09:36:41 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 ... 491 492 493 494 495 496 497 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 ... 1315 »
  Print  
Author Topic: [ANN][BURST] Burst | Efficient HDD Mining | New 1.2.3 Fork block 92000  (Read 2170602 times)
EnderQON
Newbie
*
Offline Offline

Activity: 7
Merit: 0


View Profile
September 18, 2014, 11:52:27 PM
 #10801

No, it's not worked from the begining Sad

Have you created passphrase.txt and generated address.txt, as outlined in Readme.txt?

Yes. Both files are created. Plot is generating with right numeric address.

To mine on a pool, you actually have to delete or rename the passphrase.txt - because the otherwise the miner is trying to submit your passphrase with the pool's address (as opposed to your own) and of course they don't match. Took me a while to figure this one out at first, the mining guide isn't at all clear on this point.
The Bitcoin software, network, and concept is called "Bitcoin" with a capitalized "B". Bitcoin currency units are called "bitcoins" with a lowercase "b" -- this is often abbreviated BTC.
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1714599401
Hero Member
*
Offline Offline

Posts: 1714599401

View Profile Personal Message (Offline)

Ignore
1714599401
Reply with quote  #2

1714599401
Report to moderator
fivebells
Sr. Member
****
Offline Offline

Activity: 462
Merit: 250


View Profile
September 18, 2014, 11:53:46 PM
 #10802

38s was the winning deadline :-) Compare the block times in your wallet
38s was block 13743.
126s is block 13742.

Oh of cause. Must have mixed them up.

Thanks, guys.  This led me to find an error in my log parser.  My delay was actually 207s.
4x13
Legendary
*
Offline Offline

Activity: 1078
Merit: 1011


View Profile
September 19, 2014, 12:04:00 AM
 #10803

come on guys.. Smiley could really use some help here
harihebat
Member
**
Offline Offline

Activity: 84
Merit: 10


View Profile WWW
September 19, 2014, 12:07:41 AM
 #10804

And where this new version of dcct merge for windows? )

+1 on this


The windows-binary "optimize.exe" is now included in the archive. Look in "bin".

hi dcct,
do i need re- optimize again my plot which previously already optimize used your merge.exe?
dcct
Sr. Member
****
Offline Offline

Activity: 280
Merit: 250


View Profile
September 19, 2014, 12:09:28 AM
 #10805

And where this new version of dcct merge for windows? )

+1 on this


The windows-binary "optimize.exe" is now included in the archive. Look in "bin".

hi dcct,
do i need re- optimize again my plot which previously already optimize used your merge.exe?

No, it cant be optimized further.
SpeedDemon13
Hero Member
*****
Offline Offline

Activity: 518
Merit: 500



View Profile WWW
September 19, 2014, 12:11:16 AM
 #10806

And where this new version of dcct merge for windows? )

+1 on this


The windows-binary "optimize.exe" is now included in the archive. Look in "bin".

Where's the link for the download please?

CRYPTSY exchange: https://www.cryptsy.com/users/register?refid=9017 BURST= BURST-TE3W-CFGH-7343-6VM6R BTC=1CNsqGUR9YJNrhydQZnUPbaDv6h4uaYCHv ETH=0x144bc9fe471d3c71d8e09d58060d78661b1d4f32 SHF=0x13a0a2cb0d55eca975cf2d97015f7d580ce52d85 EXP=0xd71921dca837e415a58ca0d6dd2223cc84e0ea2f SC=6bdf9d12a983fed6723abad91a39be4f95d227f9bdb0490de3b8e5d45357f63d564638b1bd71 CLAMS=xGVTdM9EJpNBCYAjHFVxuZGcqvoL22nP6f SOIL=0x8b5c989bc931c0769a50ecaf9ffe490c67cb5911
dcct
Sr. Member
****
Offline Offline

Activity: 280
Merit: 250


View Profile
September 19, 2014, 12:12:03 AM
 #10807

And where this new version of dcct merge for windows? )

+1 on this


The windows-binary "optimize.exe" is now included in the archive. Look in "bin".

Where's the link for the download please?

https://bchain.info/dcct_miner.tgz

inside "bin"
Karasur
Sr. Member
****
Offline Offline

Activity: 272
Merit: 250



View Profile
September 19, 2014, 12:32:58 AM
 #10808

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

Activity: 280
Merit: 250


View Profile
September 19, 2014, 12:34:17 AM
 #10809

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

Activity: 518
Merit: 500



View Profile WWW
September 19, 2014, 12:36:59 AM
 #10810

And where this new version of dcct merge for windows? )

+1 on this


The windows-binary "optimize.exe" is now included in the archive. Look in "bin".

Where's the link for the download please?

https://bchain.info/dcct_miner.tgz

inside "bin"

Thank you...

CRYPTSY exchange: https://www.cryptsy.com/users/register?refid=9017 BURST= BURST-TE3W-CFGH-7343-6VM6R BTC=1CNsqGUR9YJNrhydQZnUPbaDv6h4uaYCHv ETH=0x144bc9fe471d3c71d8e09d58060d78661b1d4f32 SHF=0x13a0a2cb0d55eca975cf2d97015f7d580ce52d85 EXP=0xd71921dca837e415a58ca0d6dd2223cc84e0ea2f SC=6bdf9d12a983fed6723abad91a39be4f95d227f9bdb0490de3b8e5d45357f63d564638b1bd71 CLAMS=xGVTdM9EJpNBCYAjHFVxuZGcqvoL22nP6f SOIL=0x8b5c989bc931c0769a50ecaf9ffe490c67cb5911
muzzyshop
Member
**
Offline Offline

Activity: 65
Merit: 10


View Profile
September 19, 2014, 01:12:50 AM
 #10811

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

Activity: 476
Merit: 250


View Profile
September 19, 2014, 02:24:42 AM
 #10812

is http://burst-pool2.cryptoport.io/ ok...it show block 9859 when we are at 13809?

fivebells
Sr. Member
****
Offline Offline

Activity: 462
Merit: 250


View Profile
September 19, 2014, 02:31:18 AM
 #10813

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. */

4x13
Legendary
*
Offline Offline

Activity: 1078
Merit: 1011


View Profile
September 19, 2014, 02:32:00 AM
 #10814

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

Activity: 588
Merit: 500


View Profile
September 19, 2014, 02:40:18 AM
 #10815

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

Activity: 224
Merit: 100


View Profile
September 19, 2014, 02:45:49 AM
 #10816

For all of you with pool problems. Come join http://burstpool.ddns.net

BURST - BURST-58XP-63WY-XSVQ-ASG9A
fanepatent
Full Member
***
Offline Offline

Activity: 224
Merit: 100


View Profile
September 19, 2014, 02:47:04 AM
 #10817

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.

BURST - BURST-58XP-63WY-XSVQ-ASG9A
fanepatent
Full Member
***
Offline Offline

Activity: 224
Merit: 100


View Profile
September 19, 2014, 02:47:23 AM
 #10818

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

BURST - BURST-58XP-63WY-XSVQ-ASG9A
fanepatent
Full Member
***
Offline Offline

Activity: 224
Merit: 100


View Profile
September 19, 2014, 02:48:30 AM
 #10819

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

BURST - BURST-58XP-63WY-XSVQ-ASG9A
burstcoin (OP)
Sr. Member
****
Offline Offline

Activity: 280
Merit: 250


View Profile
September 19, 2014, 02:50:11 AM
 #10820

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.

BURST-QHCJ-9HB5-PTGC-5Q8J9
Pages: « 1 ... 491 492 493 494 495 496 497 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 ... 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!