Bitcoin Forum
July 02, 2024, 06:04:38 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 »
181  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][BURST] Burst | Efficient POC Mining | New version 1.1.2 on: September 18, 2014, 05:07:25 PM
You cant though because they dont allow you to enter your 1 time public key - i just tried and get some JSON response error.

Just tested burstfaucet.com with a new account.  The error message is "{"errorCode":7,"errorDescription":"Not allowed"}"

Its balance is nonzero.
182  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][BURST] Burst | Efficient POC Mining | New version 1.1.2 on: September 18, 2014, 05:00:21 PM
Im not new to NRS - ive used NXT for quiet some time with no issues - anyone know whats happening here? Not a good start if every user has issues like this...

Agreed. This is something that needs to be fixed.

You could also use the faucet to get some initial burst - and secure your address with it.

It would be useful for the new-account message in the wallet to provide a link to known faucets.
183  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][BURST] Burst | Efficient POC Mining | New version 1.1.2 on: September 18, 2014, 04:57:57 PM
You people are pathetic, deluded idiots.  You say 300 is the floor, then 200, then 100, then 50.  You are all desperately trying to talk this coin up in price, and I told you all a week ago that BURST coin is OVER!!!

I can see how you could end up thinking that way if your sole focus is on the present exchange market value to the exclusion of the technical possibilities this approach opens up.
184  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][BURST] Burst | Efficient POC Mining | New version 1.1.2 on: September 18, 2014, 04:16:26 AM
Looks ok to me. 22TB should have a peak at ~ 55k seconds.

Thank you.  Guess I've just been unlucky so far.
185  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][BURST] Burst | Efficient POC Mining | New version 1.1.2 on: September 18, 2014, 03:30:39 AM
yeah. There is something wrong with c cex.

I've done multiple large (if 4000 burst is large) burst transactions in and out of c-cex without any problems.
186  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][BURST] Burst | Efficient POC Mining | New version 1.1.2 on: September 18, 2014, 03:23:39 AM
Does this look like a reasonable set of 107 delays for 22.3TB of plots?  I am a bit concerned that they are too large.


187  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][BURST] Burst | Efficient POC Mining | New version 1.1.2 on: September 17, 2014, 08:57:03 PM
Hold on for a few hours, new version is almost ready. Just needs some final testing.

It's OK, I just changed the code. Smiley
188  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][BURST] Burst | Efficient POC Mining | New version 1.1.2 on: September 17, 2014, 07:53:59 PM
dcct, in the merge tool startnonce needs to be an unsigned long long int.
189  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][BURST] Burst | Efficient POC Mining | New version 1.1.2 on: September 17, 2014, 10:57:16 AM
What's a reliable way to estimate the speed, then?
190  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][BURST] Burst | Efficient POC Mining | New version 1.1.2 on: September 17, 2014, 06:13:57 AM
Where does the formula for avgBaseTarget in the difficulty calculation come from?

Code:
                Block itBlock = previousBlock;
                BigInteger avgBaseTarget = BigInteger.valueOf(itBlock.getBaseTarget());
                int blockCounter = 1;
                do {
                        itBlock = Nxt.getBlockchain().getBlock(itBlock.getPreviousBlockId());
                        blockCounter++;
                        avgBaseTarget = (avgBaseTarget.multiply(BigInteger.valueOf(blockCounter))
                                                                .add(BigInteger.valueOf(itBlock.getBaseTarget())))
                                                                .divide(BigInteger.valueOf(blockCounter + 1));
                } while(blockCounter < 24);
191  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][BURST] Burst | Efficient POC Mining | New version 1.1.2 on: September 17, 2014, 01:23:05 AM
There is a guy there saying he got 900 TB in office. Good luck plotting them using his office hardware. Maybe his office is using supercomputer ?  Grin

It's probably all tape anyway. :-)
192  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][BURST] Burst | Efficient POC Mining | New version 1.1.2 on: September 16, 2014, 11:04:26 PM
Isn't that basically what he's saying? lol.

Probably, but I'd love to hear more about it.
193  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][BURST] Burst | Efficient POC Mining | New version 1.1.2 on: September 16, 2014, 10:54:47 PM
why 3 months ? because in 3 months we will have crazy features that no one ever think about.. trust me!

Are you working on anything interesting yourself?
194  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][BURST] Burst | Efficient POC Mining | New version 1.1.2 on: September 16, 2014, 07:16:05 PM
Wow! I've never known anyone who bought a GTX Titan Black!! :SBAV

I needed it for my work.
195  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][BURST] Burst | Efficient POC Mining | New version 1.1.2 on: September 16, 2014, 05:44:58 PM
what about nvidia? work good with last drivers?

I can get 28k nonces/min on a GTX Black Titan using 331 drivers on ubuntu 14.04 if I point the plotter at a ramdisk.  Not great considering the cost, but worth it since I already have one.  Disk bandwidth is the limiting factor for me.

You generally need a very low thread number compared to AMD.
196  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][BURST] Burst | Efficient POC Mining | New version 1.1.2 on: September 16, 2014, 05:40:38 PM
What is the function of the message on bittrex deposits?  To prevent people from denying knowledge of stolen coins which passed through their account?

Anyway, seems unlikely that money sent without a message is totally lost.  Surely bittrex would just send it back to the origin account if they couldn't credit it, at least if you asked them to and proved you own it.
197  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][BURST] Burst | Efficient POC Mining | New version 1.1.2 on: September 16, 2014, 05:46:42 AM
8 PB! Shocked
198  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][BURST] Burst | Efficient POC Mining | New version 1.1.2 on: September 16, 2014, 05:23:31 AM
does the gpu plotter work for nvidia gpus?

Yes.
199  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][BURST] Burst | Efficient POC Mining | New version 1.1.2 on: September 16, 2014, 03:15:50 AM
To go back to mining solo, do I set the reward recipient to myself?
200  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][BURST] Burst | Efficient POC Mining | New version 1.1.2 on: September 16, 2014, 03:04:09 AM
Can someone please help me with that GPU plotter? I have two Nvidia Geforce GT 750M cards on a Laptop each with 2048 MB memory size. This is the error I get:
What am I doing wrong here?

Looks like you ran out of memory.  Try reducing the stagger size.
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!