Author

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

hero member
Activity: 644
Merit: 500
50 billions btc on sell order?
newbie
Activity: 18
Merit: 0
Guys,  don't sell cheap you will lower the price in that way.
hero member
Activity: 1400
Merit: 505
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
legendary
Activity: 1148
Merit: 1000
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!
sr. member
Activity: 280
Merit: 250
Storm is coming for today my friend.. a mega pump !

No .. not yet.
sr. member
Activity: 310
Merit: 250
Storm is coming for today my friend.. a mega pump !
member
Activity: 98
Merit: 10
it's a bit strange. mining on v2 pool, having shares, but on curent user balance, shows nothing...
What account number?

10979493466573385217
switched early in morning from v1 to v2
switched 2 pcs and one is working fine and show the balance, but the second shows nothing Smiley

Did you update the ip in your bat file?

 java -cp pocminer_pool.jar;lib/*;lib/akka/*;lib/jetty/* pocminer_pool.POCMiner mine http://127.0.0.1:8125 http://178.62.39.204:8121

this is mine.bat
in the last 8 minutes already submited more than 5 shares
on v1 made on that pc over 800 coins in 2 hours.
on v2 - made crap.. nothing... so i might go back to v1 if v2 has a bug Smiley

I don't know. I haven't had any bugs so far that didn't turn out to be user error, but I'm drawing a blank on this for now.


so?
turning to v1?
hero member
Activity: 1400
Merit: 505
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)




its working for pool mining at http://burst-pool.cryptoport.io



but sometime it get segfault when  new block event, do you know why? but if i run inside gdb its ok, no problem at all, is it thread problem maybe?
source and bin is here https://s3-ap-southeast-1.amazonaws.com/burst-mirror/dcct-pool-miner.tgz

nevermind, its my fault, i add one more argument for pool port, pthread_join is iterating over argv
so here anyway the pool version of dcct miner : https://s3-ap-southeast-1.amazonaws.com/burst-mirror/dcct-pool-miner.tgz

to use just run
Code:
./dcct-miner burst-pool.cryptoport.io 80 / 

or in general

./dcct-miner ...

no need to change anything in the code
full member
Activity: 224
Merit: 100
if we use cygwin, we compile soft for masses.

It will not work. Cygwin will not run unix programs under windows.
Also, to compile under Win, you need all the libraries that Linux has.
So, unless its re-written you won't be able to compile a working version under Win
legendary
Activity: 1932
Merit: 1042
https://locktrip.com/?refId=40964
any news for the plotter/miner coded in C and compiled for windows?
if there is some tutorial i can try...
member
Activity: 76
Merit: 10
Ubermaster
Hi Guys,

I have tried reading through the thread.
Sorry if it's been asked before but is there an OSX Poc Miner?

TL

The miner is Java written so it will work in OSX as well.
You can use the run.sh file located in the archive

Many thanks.

TL
legendary
Activity: 1582
Merit: 1019
011110000110110101110010
Hello. Can someone please tell me what I am doing wrong.



C:\Windows\SysWOW64\java -Xmx1000m -cp pocminer.jar;lib/*;lib/akka/*;lib/jetty/* pocminer.POCMiner generate *myaddress* *1* *10800000* 1000 4

On my F Drive and I calculated 10800000 from 2.7 TB of free space on the drive.

Thanks

EDIT: Never mind. I figured it out - C:\Windows\SysWOW64\java -Xmx1000m -cp pocminer.jar;lib/*;lib/akka/*;lib/jetty/* pocminer.POCMiner generate myaddress 1 10800000 1000 4
full member
Activity: 224
Merit: 100
if we use cygwin, we compile soft for masses.
hero member
Activity: 518
Merit: 500
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 -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)





Oh thanks , so now i must to compile it xD ...   Can you help me ?

You need to get mingw32 and install it in linux. Then use the command line: x86_64_mingw32-gcc -o mine mine.c -lpthread

I woud like to compile it to an Os windows , not linux Wink .

I meant you need mingw32 for linux to compile for windows...lol

You mean install mingw32 in windows to compile from linux

My error, I was thinking it was for Windows. Guess dcct isn't going to compile a Windows version any time soon. lol

Nope. He isn't.

That's unfortunate, strange some people can only code/compile in one platform only. Don't get me wrong, I like/use Linux(Ubuntu), FreeBSD(FreeNAS) and Mac OSX(Mountain Lion), but Windows is more widely adopted to the masses.
full member
Activity: 224
Merit: 100
Who can share windows miner ? i mean new best miner )))
i mean already compile )
full member
Activity: 224
Merit: 100
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 -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)





Oh thanks , so now i must to compile it xD ...   Can you help me ?

You need to get mingw32 and install it in linux. Then use the command line: x86_64_mingw32-gcc -o mine mine.c -lpthread

I woud like to compile it to an Os windows , not linux Wink .

I meant you need mingw32 for linux to compile for windows...lol

You mean install mingw32 in windows to compile from linux

My error, I was thinking it was for Windows. Guess dcct isn't going to compile a Windows version any time soon. lol

Nope. He isn't.
hero member
Activity: 518
Merit: 500
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 -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)





Oh thanks , so now i must to compile it xD ...   Can you help me ?

You need to get mingw32 and install it in linux. Then use the command line: x86_64_mingw32-gcc -o mine mine.c -lpthread

I woud like to compile it to an Os windows , not linux Wink .

I meant you need mingw32 for linux to compile for windows...lol

You mean install mingw32 in windows to compile from linux

My error, I was thinking it was for Windows. Guess dcct isn't going to compile a Windows version any time soon. lol

Gives me a reason to use my Ubuntu machine more now...
hero member
Activity: 1400
Merit: 505
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)




its working for pool mining at http://burst-pool.cryptoport.io



but sometime it get segfault when  new block event, do you know why? but if i run inside gdb its ok, no problem at all, is it thread problem maybe?
source and bin is here https://s3-ap-southeast-1.amazonaws.com/burst-mirror/dcct-pool-miner.tgz
legendary
Activity: 1778
Merit: 1043
#Free market
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 -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)





Oh thanks , so now i must to compile it xD ...   Can you help me ?

You need to get mingw32 and install it in linux. Then use the command line: x86_64_mingw32-gcc -o mine mine.c -lpthread

I woud like to compile it to an Os windows , not linux Wink .

I meant you need mingw32 for linux to compile for windows...lol

You mean install mingw32 in windows to compile from linux

This is the error : https://i.imgur.com/bs6BD08.png   .  I'm very tired now xD .
full member
Activity: 224
Merit: 100
Hi Guys,

I have tried reading through the thread.
Sorry if it's been asked before but is there an OSX Poc Miner?

TL

The miner is Java written so it will work in OSX as well.
You can use the run.sh file located in the archive
Jump to: