Bitcoin Forum
May 23, 2024, 08:21:47 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: « 1 2 3 4 5 6 7 8 [9] 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 »
161  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][BURST] Burst | Efficient POC Mining | New version 1.1.2 on: September 19, 2014, 11:03:25 PM
The new one stores a lot more in memory before it writes to disk. I'm guessing this helps cut down on the disk seeking a lot.

Oh thanks, I missed that because I had already set SSIZE by hand to max out the memory.
162  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][BURST] Burst | Efficient POC Mining | New version 1.1.2 on: September 19, 2014, 10:14:07 PM
Is it better to use different plot directories with the same miner? or is it faster if we open a new miner per every hard rive?

I get better results with separate miners, but you have to use a C-based miner because multiple java-based miners can hose the memory.
163  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][BURST] Burst | Efficient POC Mining | New version 1.1.2 on: September 19, 2014, 10:12:24 PM
The plot optimizer utility

The new version is a LOT faster!

What makes this faster?  The read and write loops look exactly the same, except for getting rid of pread, which I assume is for compatibility rather than speed.
164  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][BURST] Burst | Efficient POC Mining | New version 1.1.2 on: September 19, 2014, 09:42:18 PM
I'm finding a lot of blocks with this version wow!  Shocked

How much space do you have committed to plots?  What frequency are you finding them at?
165  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][BURST] Burst | Efficient POC Mining | New version 1.1.2 on: September 19, 2014, 08:19:51 PM
Thanks, now I remember that rewardassignment.html thing.  I had to change it when I went to pool mining.  Now for the real question - how do I get into that wallet to get those 70,000 coins back into my other wallet?

If you could do that without knowing the password, burstcoin would be broken.
166  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][BURST] Burst | Efficient POC Mining | New version 1.1.2 on: September 19, 2014, 06:33:56 PM
i found block #13667 solo. Deadline was 454. Saw it in my wallet. Recieved new block for work #13668. After few hours that block (and coins) disapeared from wallet...

Orphaned or stale blocks
167  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][BURST] Burst | Efficient POC Mining | New version 1.1.2 on: September 19, 2014, 06:19:44 AM
What's your ISP's SLA?
168  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][BURST] Burst | Efficient POC Mining | New version 1.1.2 on: September 19, 2014, 06:14:42 AM
He may mean that the configuration is not trustworthy, which is likely a valid criticism.
169  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][BURST] Burst | Efficient POC Mining | New version 1.1.2 on: September 19, 2014, 05:54:37 AM
If there was a short block, and you submitted nonces after the block changed, but before your miner refreshed the network state, it can submit something that would have been a fine deadline for the previous block, but garbage for the next one.

Ah, got it.  Thanks.
170  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][BURST] Burst | Efficient POC Mining | New version 1.1.2 on: September 19, 2014, 05:34:22 AM
Three times out of  487 blocks, my delays have been extremely high: 2895272710288, 2430140351990, 3755717744454.  This is with 22TB of plots.  Any idea what's going on there?
171  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][BURST] Burst | Efficient POC Mining | New version 1.1.2 on: September 19, 2014, 02:58:23 AM
Economic clustering is part of some anti-51% attack code in nxt that isn't fully implemented yet, and currently only logs stuff.

Thanks.
172  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][BURST] Burst | Efficient POC Mining | New version 1.1.2 on: September 19, 2014, 02:31:18 AM
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. */

173  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][BURST] Burst | Efficient POC Mining | New version 1.1.2 on: September 18, 2014, 11:53:46 PM
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.
174  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][BURST] Burst | Efficient POC Mining | New version 1.1.2 on: September 18, 2014, 11:25:01 PM
What's an easy way to find the delay which won block 13742?  http://burst.cryptoport.io/blk/13742 is not displaying anything.  (I got 97s, and I want to see what beat me. :-)
175  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][BURST] Burst | Efficient POC Mining | New version 1.1.2 on: September 18, 2014, 10:09:54 PM
why difficulty and block number are diffrent on these pools???
http://burst-pool.cryptoport.io
http://burst-pool2.cryptoport.io

Looks like pool 1 has been stuck for the past couple of days. 
176  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][BURST] Burst | Efficient POC Mining | New version 1.1.2 on: September 18, 2014, 09:47:13 PM
No, it's not worked from the begining Sad

Have you created passphrase.txt and generated address.txt, as outlined in Readme.txt?
177  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][BURST] Burst | Efficient POC Mining | New version 1.1.2 on: September 18, 2014, 09:08:51 PM
So , which do we aprrove optimizing the stagger size? I've missed that info - why bigger stagger size is better?

The stagger size is the number of hashes from a given nonce that are recorded contiguously on the disk.  A single contiguous read is faster and easier on the disk  mechanism than a lot of short reads interrupted by disk seeks.
178  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][BURST] Burst | Efficient POC Mining | New version 1.1.2 on: September 18, 2014, 09:04:28 PM
Burst isn't the only coin on a downtrend, BTC and others are too

It's worth remembering some of the EPIC crashes BTC/USD has gone through, too. Smiley
179  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][BURST] Burst | Efficient POC Mining | New version 1.1.2 on: September 18, 2014, 08:51:08 PM
This does not work for incomplete plotfiles.

I have this in my modified version.  I'm not certain it's correct, because I'm testing on a humungous plot, but I think it should work:

Code:
// Get the number of completed staggers in the file (drops the
// final stagger if incomplete.)
struct stat sh
fstat(fh, &sh);
unsigned long long int completed_plots = (sh.st_size / PLOTSIZE);
nonces = completed_plots - (completed_plots % stagger);
 
180  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][BURST] Burst | Efficient POC Mining | New version 1.1.2 on: September 18, 2014, 06:51:49 PM
thanks, merge is indeed a misleading name, i thought at first that it merge two plots as well

You could concatenate completed plots as long as they combine to a consecutive set of nonces and you name the resulting file accordingly.
Pages: « 1 2 3 4 5 6 7 8 [9] 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!