Bitcoin Forum
May 14, 2024, 07:52:02 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 ... 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 [198] 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 ... 1315 »
  Print  
Author Topic: [ANN][BURST] Burst | Efficient HDD Mining | New 1.2.3 Fork block 92000  (Read 2170603 times)
bitminer82
Newbie
*
Offline Offline

Activity: 56
Merit: 0


View Profile
August 28, 2014, 08:36:40 PM
 #3941

Quote
Tried with and without the sudo.  Somehow I didn't have write permissions on the drive that I formatted under this user.  I played around with chmod but who knows what that did... It also gave it a crazy weird numbered name.  Linux...

Show us what you did:

ls -la

Sure thing.

Code:
generator@generator-desktop:/media/generator/239DA259288DCE73$ ls -la
total 24
drwx------  1 generator generator  4096 Aug 28 16:28 .
drwxr-x---+ 3 root      root       4096 Aug 28 16:25 ..
drwx------  1 generator generator   456 Aug 28 16:31 plotgenerator
-rw-------  1 generator generator 14818 Aug 27 19:46 plotgenerator.tgz
drwx------  1 generator generator     0 Aug 27 20:04 .Trash-1000

Code:
generator@generator-desktop:/media/generator/239DA259288DCE73/plotgenerator$ ls -la
total 105
drwx------ 1 generator generator   456 Aug 28 16:31 .
drwx------ 1 generator generator  4096 Aug 28 16:28 ..
-rw------- 1 generator generator   144 Aug 25 07:39 Makefile
-rw------- 1 generator generator 22629 Aug 28 16:31 plot
-rw------- 1 generator generator  5263 Aug 27 04:32 plot.c
-rw------- 1 generator generator  5003 Aug 24 19:07 shabal.h
-rw------- 1 generator generator  8267 Aug 28 16:31 shabal.o
-rw------- 1 generator generator 45792 Aug 24 19:07 shabal.s
1715673122
Hero Member
*
Offline Offline

Posts: 1715673122

View Profile Personal Message (Offline)

Ignore
1715673122
Reply with quote  #2

1715673122
Report to moderator
1715673122
Hero Member
*
Offline Offline

Posts: 1715673122

View Profile Personal Message (Offline)

Ignore
1715673122
Reply with quote  #2

1715673122
Report to moderator
1715673122
Hero Member
*
Offline Offline

Posts: 1715673122

View Profile Personal Message (Offline)

Ignore
1715673122
Reply with quote  #2

1715673122
Report to moderator
Remember that Bitcoin is still beta software. Don't put all of your money into BTC!
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1715673122
Hero Member
*
Offline Offline

Posts: 1715673122

View Profile Personal Message (Offline)

Ignore
1715673122
Reply with quote  #2

1715673122
Report to moderator
1715673122
Hero Member
*
Offline Offline

Posts: 1715673122

View Profile Personal Message (Offline)

Ignore
1715673122
Reply with quote  #2

1715673122
Report to moderator
dcct
Sr. Member
****
Offline Offline

Activity: 280
Merit: 250


View Profile
August 28, 2014, 08:38:23 PM
 #3942

Sure thing.

Code:
-rw------- 1 generator generator 22629 Aug 28 16:31 plot

Its not executable!

chmod +x plot

should do it  Wink
notsofast
Legendary
*
Offline Offline

Activity: 1517
Merit: 1042


@notsofast


View Profile WWW
August 28, 2014, 08:40:14 PM
 #3943

Trying to setup pool mining and having some trouble with missing args:

Quote
C:\Windows\SysWOW64\java -Xmx1000m -cp pocminer_pool.jar;lib/*;lib/akka/*;lib/jetty/* pocminer_pool.POCMiner generate
*address* 1 1750000 4000 4
pause

Am I referencing the correct library? Java noob over here.

twitter.com/notsofast
dcct
Sr. Member
****
Offline Offline

Activity: 280
Merit: 250


View Profile
August 28, 2014, 08:41:59 PM
 #3944

Trying to setup pool mining and having some trouble with missing args:

Quote
C:\Windows\SysWOW64\java -Xmx1000m -cp pocminer_pool.jar;lib/*;lib/akka/*;lib/jetty/* pocminer_pool.POCMiner generate
*address* 1 1750000 4000 4
pause

Am I referencing the correct library? Java noob over here.

Yes, but for 4000 stagger size it needs more than 1000m memory. Try 3000m or stagger size 1000.
bitminer82
Newbie
*
Offline Offline

Activity: 56
Merit: 0


View Profile
August 28, 2014, 08:42:45 PM
 #3945

Sure thing.

Code:
-rw------- 1 generator generator 22629 Aug 28 16:31 plot

Its not executable!

chmod +x plot

should do it  Wink

Code:
root@generator-desktop:/media/generator/239DA259288DCE73/plotgenerator# sudo chmod +x plot
root@generator-desktop:/media/generator/239DA259288DCE73/plotgenerator# ls -la
total 105
drwx------ 1 generator generator   456 Aug 28 16:31 .
drwx------ 1 generator generator  4096 Aug 28 16:28 ..
-rw------- 1 generator generator   144 Aug 25 07:39 Makefile
-rw------- 1 generator generator 22629 Aug 28 16:31 plot
-rw------- 1 generator generator  5263 Aug 27 04:32 plot.c
-rw------- 1 generator generator  5003 Aug 24 19:07 shabal.h
-rw------- 1 generator generator  8267 Aug 28 16:31 shabal.o
-rw------- 1 generator generator 45792 Aug 24 19:07 shabal.s

 Cry
dcct
Sr. Member
****
Offline Offline

Activity: 280
Merit: 250


View Profile
August 28, 2014, 08:49:45 PM
 #3946

Cry

Maybe its mounted with noexec.

type "mount"

If it has the noexec attribute:

mount -o remount,exec /media/...  (the mount point)
mmmaybe
Sr. Member
****
Offline Offline

Activity: 462
Merit: 250



View Profile WWW
August 28, 2014, 08:51:22 PM
 #3947

Damn, this thread grows faster than anyone I've ever seen   Cheesy

Any news on v2 of the pool that I missed...?

MOB
Hero Member
*****
Offline Offline

Activity: 493
Merit: 504


View Profile
August 28, 2014, 08:53:04 PM
 #3948

Trying to setup pool mining and having some trouble with missing args:

Quote
C:\Windows\SysWOW64\java -Xmx1000m -cp pocminer_pool.jar;lib/*;lib/akka/*;lib/jetty/* pocminer_pool.POCMiner generate
*address* 1 1750000 4000 4
pause

Am I referencing the correct library? Java noob over here.

Yes, but for 4000 stagger size it needs more than 1000m memory. Try 3000m or stagger size 1000.

How are stagger size and memory related?  (I assume that is MBs of ram?) 

How does one determine optimal stagger size?
Depredation
Hero Member
*****
Offline Offline

Activity: 672
Merit: 500



View Profile
August 28, 2014, 08:54:21 PM
 #3949

Damn, this thread grows faster than anyone I've ever seen   Cheesy

Any news on v2 of the pool that I missed...?
What new features will be in the pool v2 besides being able to use solo plots? The pool seems to work fine as of now.

                              ▄█▄         ▄█▄
                            ▄████▀      ▄████▀
                          ▄████▀      ▄████▀
                        ▄████▀      ▄████▀
                      ▄████▀      ▄████▀
                    ▄████▀      ▄████▀
 ▄█▄          ▄      ▀█▀      ▄████▀
▀████▄      ▄███▄           ▄████▀
  ▀████▄     ▀████▄       ▄████▀
    ▀████▄     ▀████▄   ▄████▀
      ▀████▄     ▀████▄████▀
        ▀████▄     ▀█████▀
          ▀█▀        ▀█▀
.verify.▄  █▄
██ ███▄
██ ████
██ ████
██ ████
██ ████
██ ████
██ ████
▀█ ████
   ████
   ████
█▄ ▀███
███▄ ▀█
▄  █▄
██ ███▄
██ ████
██ ████
██ ████
██ ████
██ ████
██ ████
▀█ ████
   ████
   ████
█▄ ▀███
███▄ ▀█
▄  █▄
██ ███▄
██ ████
██ ████
██ ████
██ ████
██ ████
██ ████
▀█ ████
   ████
   ████
█▄ ▀███
███▄ ▀█
notsofast
Legendary
*
Offline Offline

Activity: 1517
Merit: 1042


@notsofast


View Profile WWW
August 28, 2014, 08:55:41 PM
 #3950

Trying to setup pool mining and having some trouble with missing args:

Quote
C:\Windows\SysWOW64\java -Xmx1000m -cp pocminer_pool.jar;lib/*;lib/akka/*;lib/jetty/* pocminer_pool.POCMiner generate
*address* 1 1750000 4000 4
pause

Am I referencing the correct library? Java noob over here.

Yes, but for 4000 stagger size it needs more than 1000m memory. Try 3000m or stagger size 1000.
[/quote

Still getting "missing args" after bringing it down to stagger size 1000 (anything more than 1000m would not start the java virtual machine).

Checking my address to see if it's the missing/mistyped arg...yes. There was some hidden formatting from copying and pasting the output address. Thanks for helping me figure out where the problem lay!

twitter.com/notsofast
bitminer82
Newbie
*
Offline Offline

Activity: 56
Merit: 0


View Profile
August 28, 2014, 08:56:08 PM
 #3951

Cry

Maybe its mounted with noexec.

type "mount"

If it has the noexec attribute:

mount -o remount,exec /media/...  (the mount point)

Yes, that was the problem.  Once I posted that last stuff and realized I wasn't able to change permissions I googled how to do that to a mounted drive.  Did some stuff in the terminal and now it seems to be fine.  Says I'm still not a user but it's running now.  Thanks for your help!

Sure hope it mines alright in my Windows box with all the others and doesn't have weird permission problems... Smiley
dcct
Sr. Member
****
Offline Offline

Activity: 280
Merit: 250


View Profile
August 28, 2014, 08:56:47 PM
 #3952

How are stagger size and memory related?  (I assume that is MBs of ram?)  

How does one determine optimal stagger size?

stagger size 1 is 256kb of mem, linear growing. In theory. But java needs more than that.
Go as high as your memory allows (8191 is max)

Quote
Sure hope it mines alright in my Windows box with all the others and doesn't have weird permission problems... Smiley

You can always work as root ("sudo su") and disable all this restrictions. If you really want to.
SpeedDemon13
Hero Member
*****
Offline Offline

Activity: 518
Merit: 500



View Profile WWW
August 28, 2014, 09:00:06 PM
 #3953

Damn, this thread grows faster than anyone I've ever seen   Cheesy

Any news on v2 of the pool that I missed...?
What new features will be in the pool v2 besides being able to use solo plots? The pool seems to work fine as of now.

It's nice to have a backup just in case there's an issue with the pool at anytime. So, solo mining can be the back up of the pool mining and you can use your personal burst id to setup your plots.

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
CryptoSurfer
Member
**
Offline Offline

Activity: 84
Merit: 10


View Profile
August 28, 2014, 09:25:23 PM
 #3954

Hmm, check this out.

https://www.facebook.com/pages/BurstCoin/381160565364801?fref=ts

I guess we should help support the page! Like & Share.
MOB
Hero Member
*****
Offline Offline

Activity: 493
Merit: 504


View Profile
August 28, 2014, 09:25:58 PM
 #3955

If I am plotting 8 drives am I then running pocminer's run_generate 8 times?  Once from the folder located on each drive?
CryptoSurfer
Member
**
Offline Offline

Activity: 84
Merit: 10


View Profile
August 28, 2014, 09:30:09 PM
 #3956

If I am plotting 8 drives am I then running pocminer's run_generate 8 times?  Once from the folder located on each drive?

If you mean that you will generate the same plot on every drive i would advise, actually recommend using different plots.
Using the same plot is just like creating one plot and copying it to the other 7 drives (if identical).

Create your plots in sequences over all the drives.But doing this 8 times at once will require some powerfull hardware (cpu+mem) setup.
SpeedDemon13
Hero Member
*****
Offline Offline

Activity: 518
Merit: 500



View Profile WWW
August 28, 2014, 09:54:43 PM
 #3957

If I am plotting 8 drives am I then running pocminer's run_generate 8 times?  Once from the folder located on each drive?

If you mean that you will generate the same plot on every drive i would advise, actually recommend using different plots.
Using the same plot is just like creating one plot and copying it to the other 7 drives (if identical).

Create your plots in sequences over all the drives.But doing this 8 times at once will require some powerfull hardware (cpu+mem) setup.


Definitely need to make sure you have enough cpu threads and system ram to plot all those simultaneously.

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
August 28, 2014, 10:01:17 PM
 #3958

If I am plotting 8 drives am I then running pocminer's run_generate 8 times?  Once from the folder located on each drive?

If you mean that you will generate the same plot on every drive i would advise, actually recommend using different plots.
Using the same plot is just like creating one plot and copying it to the other 7 drives (if identical).

Create your plots in sequences over all the drives.But doing this 8 times at once will require some powerfull hardware (cpu+mem) setup.


Definitely need to make sure you have enough cpu thread and system ram to plot all those simultaneously.

You really should plot them one after another. All simultaneously wont be faster - most likely slower.
MOB
Hero Member
*****
Offline Offline

Activity: 493
Merit: 504


View Profile
August 28, 2014, 10:07:51 PM
 #3959

OK, so I plot them one at a time (or one per computer I have lying around).

Am I doing different settings for each drive?  How do they differ?  Just change the starting point by 1 each time?
AnonymousEconomist
Full Member
***
Offline Offline

Activity: 154
Merit: 100

Add me on Twitter! @AnonOnAMoose


View Profile
August 28, 2014, 10:13:23 PM
 #3960

Wow someone really just sold a btc and a half at 250.

I'm guessing that noob who got the 3 million cheap coins is dumping them all now.

It's good in the long run, more distribution and less weak hands.

Add me on Twitter! @AnonOnAMoose
Pages: « 1 ... 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 [198] 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 ... 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!