Bitcoin Forum
June 04, 2024, 05:58:19 PM *
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 »
261  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][BURST] Burst | Efficient POC Mining | Update to 1.0.3 before block 6500 on: September 03, 2014, 07:38:40 PM
81kk noonces?! it's more than 19tb

i didnt know what i was doing... look at the sizes they are barely full but they will still work. right?

Yes they work. They don't even overlap. If you get some deadlines you can ignore the warnings - they just tell you the file is not complete.
262  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][BURST] Burst | Efficient POC Mining | Update to 1.0.3 before block 6500 on: September 03, 2014, 07:25:07 PM
hello, this started happening for one of my plots using the C+ generator..

can anyone tell what happened?

Have you finished plotting the files? What size are they? Looks like the miner cant read them, at least not completely.
263  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][BURST] Burst | Efficient POC Mining | Update to 1.0.3 before block 6500 on: September 03, 2014, 07:20:05 PM
Could we use an usb external drive/ drives?

Of cause you can. USB 3.0 drives are best, but USB 2.0 is also fine.

With enough ram you might want to run a separate miner for each drive.
264  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][BURST] Burst | Efficient POC Mining | Update to 1.0.3 before block 6500 on: September 03, 2014, 07:16:13 PM
Code:
./mine 127.0.0.1 /mnt/pocminer_v1/plots/

Without "/" miner not reading files, miner log have line about reading
Code:
503 MB read/2014 GB

shabal.h/.o using from plotter

 Huh

Ill release the final version soon, be patient  Wink

Quote
can somebody send me 1 burst please ?

Sent you 5 Burst
265  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][BURST] Burst | Efficient POC Mining | Update to 1.0.3 before block 6500 on: September 03, 2014, 06:56:42 PM
Quote
With 2 TB same result

Have you added the "/" behind your path? There's a bug in the code that you need to add it.

/mnt/plots/ instead of /mnt/plots


i need to release the final version soon..
266  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][BURST] Burst | Efficient POC Mining | Update to 1.0.3 before block 6500 on: September 03, 2014, 06:45:53 PM
I compile it for test, but it not working for me
Code:
15 MB read/62 GB total/no deadline                 
New block 8238, basetarget 11025280                          
15 MB read/62 GB total/no deadline                
New block 8239, basetarget 11360302                          
15 MB read/62 GB total/no deadline                
New block 8240, basetarget 11025726                          
15 MB read/62 GB total/no deadline                
New block 8241, basetarget 12137680                          
15 MB read/62 GB total/no deadline                
New block 8242, basetarget 11931718                          
15 MB read/62 GB total/no deadline                
New block 8243, basetarget 12132862                          
15 MB read/62 GB total/no deadline        
Only "no deadline"  Huh

With just 62GB of plots thats possible, you might need to wait a little longer.
It only submits results that are above a certain level. Deadlines larger than a few hours will never find a block anyway, submitting them will only put stress on the client.

If you want to see all deadlines you can change the source in line 84 and add one or 2 "0"'s to the number
267  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][BURST] Burst | Efficient POC Mining | Update to 1.0.3 before block 6500 on: September 03, 2014, 01:41:42 PM
Quote
HD 1 C:\Windows\SysWOW64\java -Xmx1000m -cp pocminer.jar;lib/*;lib/akka/*;lib/jetty/* pocminer.POCMiner generate 4651495086655359966 1 10800000 1000 4
HD 2 C:\Windows\SysWOW64\java -Xmx1000m -cp pocminer.jar;lib/*;lib/akka/*;lib/jetty/* pocminer.POCMiner generate 4651495086655359966 1 5400000 1000 4
HD 3 C:\Windows\SysWOW64\java -Xmx1000m -cp pocminer.jar;lib/*;lib/akka/*;lib/jetty/* pocminer.POCMiner generate 4651495086655359966 1 3720000 1000 4
HD 4 C:\Windows\SysWOW64\java -Xmx1000m -cp pocminer.jar;lib/*;lib/akka/*;lib/jetty/* pocminer.POCMiner generate 4651495086655359966 1 2840000 1000 4
HD 5 C:\Windows\SysWOW64\java -Xmx1000m -cp pocminer.jar;lib/*;lib/akka/*;lib/jetty/* pocminer.POCMiner generate 4651495086655359966 1 2400000 1000 4
HD 6 C:\Windows\SysWOW64\java -Xmx1000m -cp pocminer.jar;lib/*;lib/akka/*;lib/jetty/* pocminer.POCMiner generate 4651495086655359966 1 3200000 1000 4

They all overlap  Sad

> 4651495086655359966 1 10800000 1000 4

this generates nonces from 1 to (1+ 10800000 -1)

the next one generates the same nonces.

The second one should be:
HD 2 C:\Windows\SysWOW64\java -Xmx1000m -cp pocminer.jar;lib/*;lib/akka/*;lib/jetty/* pocminer.POCMiner generate 4651495086655359966 10800000 5400000 1000 4

then:
HD 3 C:\Windows\SysWOW64\java -Xmx1000m -cp pocminer.jar;lib/*;lib/akka/*;lib/jetty/* pocminer.POCMiner generate 4651495086655359966 16200000 3720000 1000 4

I'm afraid you have to delete Your plots on HD2 to HD6 and redo them.
268  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][BURST] Burst | Efficient POC Mining | Update to 1.0.3 before block 6500 on: September 03, 2014, 01:29:27 PM
I've written a small mining calculator:

https://bchain.info/BURST/tools/calculator
269  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][BURST] Burst | Efficient POC Mining | Update to 1.0.3 before block 6500 on: September 03, 2014, 01:27:56 PM
Does this mean that I am mining successfully?

Some of them have the same deadlines -> are they using the same plot files? That wont get you any more blocks.

Anyway these deadlines are quite high. How large are your plots?
270  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][BURST] Burst | Efficient POC Mining | Update to 1.0.3 before block 6500 on: September 03, 2014, 12:48:20 PM
I'm not sure of one thing...

Can I just copy the burst_db folder to each drive or must I connect to the wallet and let it download each time?

Thanks

You only need one client running. It is listening on 127.0.0.1:8125 and every miner can connect to that client.

What you may need is one miner per drive.
271  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][BURST] Burst | Efficient POC Mining | Update to 1.0.3 before block 6500 on: September 03, 2014, 12:07:14 PM
I still haven't had time to set up my pc for mining. Was just wondering if anyone could tell if it would be worth it for me to give it a try and if so how many coins I could expect to mine per day. I'm on windows 7 and I only have about 80gb of free space I can use  Undecided  Thanks!

maybe you can delete ur porn first to free up some space

Thanks for the advice, I'll see what I can do  Wink

You seem pretty intelligent, I'm sure you can tell me around how many coins I can mine per day with 80gb of free space? Please?

About 140 coins/day. With current difficulty.

Edit: amph was faster  Cool
272  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][BURST] Burst | Efficient POC Mining | Update to 1.0.3 before block 6500 on: September 03, 2014, 10:56:34 AM
Storm is coming for today my friend.. a mega pump !

No .. not yet.
273  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][BURST] Burst | Efficient POC Mining | Update to 1.0.3 before block 6500 on: September 03, 2014, 09:25:12 AM
Deve should cut total amount. 2 billion is too much. This coin si gonna ne big, if che cut the way to moon si guaranteed

For some people who can't read.

Block reward starts at 10,000/block, then decreases 5% each month (similar to halving every 14 months, but much smoother)

we are producing 3.6M a day per 420(14 months) = 1.5B coin, the mining will end in 660 days, basically there is no halving lmao

Thats not how the client does it.

Quote
   @Override
    public long getBlockReward() {
        if(this.height == 0 || this.height >= 1944000) {
                return 0;
        }
        int month = this.height / 10800;
        long reward = BigInteger.valueOf(10000)
                        .multiply(BigInteger.valueOf(95).pow(month))
                        .divide(BigInteger.valueOf(100).pow(month)).longValue() * Constants.ONE_NXT;
    
        return reward;
    }

From block 1944000 on we get no more reward, before that its 10000 * 0.95 ^ (floor(height / 10800))
274  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][BURST] Burst | Efficient POC Mining | Update to 1.0.3 before block 6500 on: September 03, 2014, 08:35:00 AM
root@burstplotter3:~/pocminer_pool_v2# CFLAGS="-O3 -march=native" gcc -o dcct dcctminer.c -lpthread
dcctminer.c:19:20: fatal error: shabal.h: No such file or directory
compilation terminated.

You're right, it also needs shabal.h/.o
Copy it over from my plotter or wait - I'm done with it soon.
275  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][BURST] Burst | Efficient POC Mining | Update to 1.0.3 before block 6500 on: September 03, 2014, 08:14:12 AM
Yes , Any new info for the pocminer written in C and not in java ( java is very very slow  Sad ) .

95% done, but usable if you add your passphrase to the code manually.
- a lot faster
- multithreaded
- multiple plot directories
- uses almost no memory
- for solo mining only (I guess)

http://pastebin.com/PrnGyg19

Go to line 101 and put your passphrase in. Remember to replace spaces with +
Then compile (gcc -o mine mine.c shabal.o -lpthread)

When running always end the path's with /
so:

Code:
> ./mine 127.0.0.1 /mnt/disk1/plots/ /mnt/disk2/plots/ /mnt/disk3/plots/
2872 MB read/11488 GB total/deadline 13929s (13855s left)
New block 8144, basetarget 12214315
2872 MB read/11488 GB total/deadline 3537s (3166s left)
New block 8145, basetarget 12897708
2872 MB read/11488 GB total/deadline 12357s (12077s left)
New block 8146, basetarget 13253224
2872 MB read/11488 GB total/deadline 2202s (1944s left)
New block 8147, basetarget 13829153
2872 MB read/11488 GB total/deadline 2579s (1850s left)
New block 8148, basetarget 13957505
2872 MB read/11488 GB total/deadline 9786s (9643s left)
New block 8149, basetarget 13761067
2872 MB read/11488 GB total/deadline 17811s (17506s left)
New block 8150, basetarget 13768134
2872 MB read/11488 GB total/deadline 8542s (8407s left)


276  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][BURST] Burst | Efficient POC Mining | Update to 1.0.3 before block 6500 on: September 02, 2014, 11:22:54 PM
I guess I should rephrase. I am confident in my ability to get it running on Solaris (I could always run it inside a zone anyways).  A better question is approx how many BURST/day (or approx BTC/day) would 120 4-TB NL-SAS disks net me? I could bring it up on up to four of these servers for at least a week or two.

If its just for a week or two it will all depend on your CPU power. You have to complete the plots before you can do any mining. As a comparison - a modern i7 fills ~1TB/day.
277  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][BURST] Burst | Efficient POC Mining | Update to 1.0.3 before block 6500 on: September 02, 2014, 09:57:07 PM
guys

please can anyone throw me one burst so i can try and get this mining on the pool ill send it back once running

Its not allowed to post addresses in here, please edit it out. I'll send you one once you did  Wink
278  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][BURST] Burst | Efficient POC Mining | Update to 1.0.3 before block 6500 on: September 02, 2014, 09:32:47 PM
Hi. I write about pool http://burst-pool.cryptoport.io/ admin wrote that repaired payments.
I think he is steal our money.

User with account     BURST-Y3LJ-428E-SZG5-HN5W3 now attached to this pool. He found 2 blocks: 7929,7947.

But pool not write about it. Now balance of the pool- is 30'452 Bursts. If admin not paid 20000 bursts for miners, i I won't begin to come more

I highly doubt that dcct would steal anything from anyone. Maybe PM him and ask if there is an issue.

+1

Thats not my pool. I just wrote the C miner / merge tool.

oh, who is it that wrote the block explorer, oh wait... It's URAY!

And he's also not going to steal anything.
279  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][BURST] Burst | Efficient POC Mining | Update to 1.0.3 before block 6500 on: September 02, 2014, 09:27:55 PM
Hi. I write about pool http://burst-pool.cryptoport.io/ admin wrote that repaired payments.
I think he is steal our money.

User with account     BURST-Y3LJ-428E-SZG5-HN5W3 now attached to this pool. He found 2 blocks: 7929,7947.

But pool not write about it. Now balance of the pool- is 30'452 Bursts. If admin not paid 20000 bursts for miners, i I won't begin to come more

I highly doubt that dcct would steal anything from anyone. Maybe PM him and ask if there is an issue.

+1

Thats not my pool. I just wrote the C miner / merge tool.
280  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][BURST] Burst | Efficient Proof of HDD Capacity Mining | No IPO, No Pre on: September 01, 2014, 11:02:52 PM
can someone help me use merge.exe ?

Has anyone checked the .exe-file?
I'm not saying it contains a virus, just we need to be careful.
Pages: « 1 2 3 4 5 6 7 8 9 10 11 12 13 [14] 15 16 17 18 19 20 21 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!