Bitcoin Forum
April 27, 2024, 10:36:26 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
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 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 ... 1315 »
  Print  
Author Topic: [ANN][BURST] Burst | Efficient HDD Mining | New 1.2.3 Fork block 92000  (Read 2170601 times)
burstcoin (OP)
Sr. Member
****
Offline Offline

Activity: 280
Merit: 250


View Profile
August 11, 2014, 05:03:31 AM
 #321

What is the suggested settings for ./run_generate?

Also if anyone wants to see test transactions: BURST-7SD8-9P2N-LTTQ-AN2ZJ

it really is up to you, for one of my servers (2.3gh/z / 2gb ram / 250gbhdd ) I ran as so : run_generate ADDR_NUM 1 250000 1000 4 

What does 250000 1000 mean?
250000 is the number of plots  to generate(256KB each), and 1000 is saying to stagger them in groupings of 1000. staggering higher amounts of plots takes more ram but reduces disk stress.

D:\Java\JRE7\bin\java.exe -Xmx1000m -cp pocminer.jar;lib/*;lib/akka/*;lib/jetty/* pocminer.POCMiner
 %* passphrase -> address 1 8191 500 12

Please what is wrong with this run_generate.bat file?
I get an error D:\program files (x86)\pocminer_v1>passphrase'passphrase' is not recognized as an internal or external command,operable program or batch file.
I have tried using generate then passphrase and also just the address given from the run_dump_address.bat. A bit confused here. thanks

so you have filled out "pocminer_v1/passphrase.txt" with your password, ran "run_dump_address", taken the account id from the end of the address.txt file ?

You're getting that error I think because of the "passphrase ->", so you have tryed : (ADDRESS is address.txt number)

Code:
D:\Java\JRE7\bin\java.exe -Xmx1000m -cp pocminer.jar;lib/*;lib/akka/*;lib/jetty/* pocminer.POCMiner %* ADDRESS 1 8191 500 12; 
?
yes and every variation I could think of just in case I was missing something but it seems like there is something missing before the address. I don't see anyone else having this problem...
The address is the first parameter. Get rid of the %*. In a bat file %* puts the rest of the parameters there, but if you're hardcoding it in there there's no reason to have it.

3ec43dcc804bf6ab25ce7f"}
{"height":"51","generationSignature":"e0a0a8493c40b80bacb8408860270780ce3e45652a
3ec43dcc804bf6ab25ce7f"}
{"height":"51","generationSignature":"e0a0a8493c40b80bacb8408860270780ce3e45652a
3ec43dcc804bf6ab25ce7f"}
{"height":"51","generationSignature":"e0a0a8493c40b80bacb8408860270780ce3e45652a
3ec43dcc804bf6ab25ce7f"}


this mean i mine ? sry for the stupid question ...
Thats just the miner reporting the network state. You need plots to mine with, and then you will see the miner show deadline values also which indicate when you might get a block.

BURST-QHCJ-9HB5-PTGC-5Q8J9
1714214186
Hero Member
*
Offline Offline

Posts: 1714214186

View Profile Personal Message (Offline)

Ignore
1714214186
Reply with quote  #2

1714214186
Report to moderator
There are several different types of Bitcoin clients. The most secure are full nodes like Bitcoin Core, which will follow the rules of the network no matter what miners do. Even if every miner decided to create 1000 bitcoins per block, full nodes would stick to the rules and reject those blocks.
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1714214186
Hero Member
*
Offline Offline

Posts: 1714214186

View Profile Personal Message (Offline)

Ignore
1714214186
Reply with quote  #2

1714214186
Report to moderator
1714214186
Hero Member
*
Offline Offline

Posts: 1714214186

View Profile Personal Message (Offline)

Ignore
1714214186
Reply with quote  #2

1714214186
Report to moderator
1714214186
Hero Member
*
Offline Offline

Posts: 1714214186

View Profile Personal Message (Offline)

Ignore
1714214186
Reply with quote  #2

1714214186
Report to moderator
familiaverde
Sr. Member
****
Offline Offline

Activity: 560
Merit: 250


View Profile
August 11, 2014, 05:03:48 AM
 #322

3ec43dcc804bf6ab25ce7f"}
{"height":"51","generationSignature":"e0a0a8493c40b80bacb8408860270780ce3e45652a
3ec43dcc804bf6ab25ce7f"}
{"height":"51","generationSignature":"e0a0a8493c40b80bacb8408860270780ce3e45652a
3ec43dcc804bf6ab25ce7f"}
{"height":"51","generationSignature":"e0a0a8493c40b80bacb8408860270780ce3e45652a
3ec43dcc804bf6ab25ce7f"}


this mean i mine ? sry for the stupid question ...

Yes, that means you are mining.

Thanks for quik reply .... now if i connect another external hdd i need to change someting ? or the miner will recognize the new hdd ?
familiaverde
Sr. Member
****
Offline Offline

Activity: 560
Merit: 250


View Profile
August 11, 2014, 05:06:16 AM
 #323

What is the suggested settings for ./run_generate?

Also if anyone wants to see test transactions: BURST-7SD8-9P2N-LTTQ-AN2ZJ

it really is up to you, for one of my servers (2.3gh/z / 2gb ram / 250gbhdd ) I ran as so : run_generate ADDR_NUM 1 250000 1000 4 

What does 250000 1000 mean?
250000 is the number of plots  to generate(256KB each), and 1000 is saying to stagger them in groupings of 1000. staggering higher amounts of plots takes more ram but reduces disk stress.

D:\Java\JRE7\bin\java.exe -Xmx1000m -cp pocminer.jar;lib/*;lib/akka/*;lib/jetty/* pocminer.POCMiner
 %* passphrase -> address 1 8191 500 12

Please what is wrong with this run_generate.bat file?
I get an error D:\program files (x86)\pocminer_v1>passphrase'passphrase' is not recognized as an internal or external command,operable program or batch file.
I have tried using generate then passphrase and also just the address given from the run_dump_address.bat. A bit confused here. thanks

so you have filled out "pocminer_v1/passphrase.txt" with your password, ran "run_dump_address", taken the account id from the end of the address.txt file ?

You're getting that error I think because of the "passphrase ->", so you have tryed : (ADDRESS is address.txt number)

Code:
D:\Java\JRE7\bin\java.exe -Xmx1000m -cp pocminer.jar;lib/*;lib/akka/*;lib/jetty/* pocminer.POCMiner %* ADDRESS 1 8191 500 12; 
?
yes and every variation I could think of just in case I was missing something but it seems like there is something missing before the address. I don't see anyone else having this problem...
The address is the first parameter. Get rid of the %*. In a bat file %* puts the rest of the parameters there, but if you're hardcoding it in there there's no reason to have it.

3ec43dcc804bf6ab25ce7f"}
{"height":"51","generationSignature":"e0a0a8493c40b80bacb8408860270780ce3e45652a
3ec43dcc804bf6ab25ce7f"}
{"height":"51","generationSignature":"e0a0a8493c40b80bacb8408860270780ce3e45652a
3ec43dcc804bf6ab25ce7f"}
{"height":"51","generationSignature":"e0a0a8493c40b80bacb8408860270780ce3e45652a
3ec43dcc804bf6ab25ce7f"}


this mean i mine ? sry for the stupid question ...
Thats just the miner reporting the network state. You need plots to mine with, and then you will see the miner show deadline values also which indicate when you might get a block.

so what should i do next ?
familiaverde
Sr. Member
****
Offline Offline

Activity: 560
Merit: 250


View Profile
August 11, 2014, 05:10:20 AM
 #324

Do you want to make few large plots or lots of small plots?
lost of small plots
CHebur
Newbie
*
Offline Offline

Activity: 49
Merit: 0


View Profile
August 11, 2014, 05:10:57 AM
 #325

I can't make plots
need more detail instruction
familiaverde
Sr. Member
****
Offline Offline

Activity: 560
Merit: 250


View Profile
August 11, 2014, 05:15:09 AM
 #326

Do you want to make few large plots or lots of small plots?
lost of small plots

Are you sure or explanation?

dunno if its better few large or lots small .... i only know that i cannot create plots ...
GlobalDenomination
Full Member
***
Offline Offline

Activity: 238
Merit: 100


View Profile
August 11, 2014, 05:16:13 AM
 #327

Been mining since block 20 using the plot settings mentioned by the dev in an earlier post found nothing yet..

BURST-25CX-UF7L-7TZK-GMUZM
BurstBurst
Full Member
***
Offline Offline

Activity: 494
Merit: 100



View Profile
August 11, 2014, 05:17:33 AM
 #328

Found ONE block after 3 hours of POC..
familiaverde
Sr. Member
****
Offline Offline

Activity: 560
Merit: 250


View Profile
August 11, 2014, 05:18:49 AM
 #329

Found ONE block after 3 hours of POC..

Can u please tell me how to setup miner ?

or i need Plots in my account first ?

if so BURST-A5TX-WYRM-D7U4-8XQFH thanks
whatsabitworth
Member
**
Offline Offline

Activity: 109
Merit: 10


View Profile
August 11, 2014, 05:26:02 AM
 #330

D:\Java\JRE7\bin\java.exe -Xmx1000m -cp pocminer.jar;lib/*;lib/akka/*;lib/jetty/* pocminer.POCMiner
 %* passphrase -> address 1 8191 500 12

Please what is wrong with this run_generate.bat file?
I get an error D:\program files (x86)\pocminer_v1>passphrase'passphrase' is not recognized as an internal or external command,operable program or batch file.
I have tried using generate then passphrase and also just the address given from the run_dump_address.bat. A bit confused here. thanks

so you have filled out "pocminer_v1/passphrase.txt" with your password, ran "run_dump_address", taken the account id from the end of the address.txt file ?

You're getting that error I think because of the "passphrase ->", so you have tryed : (ADDRESS is address.txt number)

Code:
D:\Java\JRE7\bin\java.exe -Xmx1000m -cp pocminer.jar;lib/*;lib/akka/*;lib/jetty/* pocminer.POCMiner %* ADDRESS 1 8191 500 12; 
?
ok so I got passed that error and now I'm getting another error "invalid action" I have an I7 3970 with 6 cores 32 GB RAM and over 1TB disk space. making progress I guess  Undecided

drumingspz
Sr. Member
****
Offline Offline

Activity: 392
Merit: 250



View Profile
August 11, 2014, 05:26:53 AM
 #331

Been mining since block 20 using the plot settings mentioned by the dev in an earlier post found nothing yet..

BURST-25CX-UF7L-7TZK-GMUZM

I've been on it since block 1 with 2 machines - still no blocks (1 orphaned).  Don't give up.  Remember - we are all solo mining.  No pools...




░░░░░░░▄▄█████▄▄▄░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░
░░░░▄██████████████▄░░░░░░░░░░░░░░░░░░░▄██████▄▄░░░░░░
░░▄██████████████████▄░░░░░░░░░░░░░░▄████████████▄░░░░
██████████████████████▄░░░░░░░░░░▄████████████████▄░░
▄███████████████████████▄░░░░░░░▄████████████████████
██████████████████████████▄░░░▄███████████████████████
█████████████████████████████████████████████████████▀
█████████████████████████▀░░░░░▀████████████████████▀
██████████████████████▀░░░░░░░░░▀█████████████████▀░░
░░███████████████████▀░░░░░░░░░░░░░░▀████████████▀░░░░
░░░▀███████████████▀░░░░░░░░░░░░░░░░░░▀▀██████▀▀░░░░░░
░░░░░░▀█████████▀░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░
mira  ▀▀
██
 
██
   
██
   
██
   
██
   
██
▄▄
Cryptocurrencies have never been so easy
▬ ● ● ● ● ▬▬▬▬▬▬▬ ● ● ● ● ▬▬▬▬▬▬▬ ● ● ● ● ▬▬▬▬▬▬▬ ● ● ● ● ▬▬▬▬▬▬▬ ● ● ● ● ▬▬▬▬▬▬ ● ● ● ● ▬▬▬▬▬▬ ● ● ● ● ▬▬▬▬▬▬ ● ● ● ● ▬
Facebook LinkedIn Twitter White Paper Google+
▀▀
██
 
██
   
██
   
██
   
██
   
██
▄▄
 
[/center]
BurstBurst
Full Member
***
Offline Offline

Activity: 494
Merit: 100



View Profile
August 11, 2014, 05:27:34 AM
 #332

What is number of block require for a block to mature ?
Depredation
Hero Member
*****
Offline Offline

Activity: 672
Merit: 500



View Profile
August 11, 2014, 05:34:13 AM
 #333

Found ONE block after 3 hours of POC..
Same here, I found block 8 Cheesy

                              ▄█▄         ▄█▄
                            ▄████▀      ▄████▀
                          ▄████▀      ▄████▀
                        ▄████▀      ▄████▀
                      ▄████▀      ▄████▀
                    ▄████▀      ▄████▀
 ▄█▄          ▄      ▀█▀      ▄████▀
▀████▄      ▄███▄           ▄████▀
  ▀████▄     ▀████▄       ▄████▀
    ▀████▄     ▀████▄   ▄████▀
      ▀████▄     ▀████▄████▀
        ▀████▄     ▀█████▀
          ▀█▀        ▀█▀
.verify.▄  █▄
██ ███▄
██ ████
██ ████
██ ████
██ ████
██ ████
██ ████
▀█ ████
   ████
   ████
█▄ ▀███
███▄ ▀█
▄  █▄
██ ███▄
██ ████
██ ████
██ ████
██ ████
██ ████
██ ████
▀█ ████
   ████
   ████
█▄ ▀███
███▄ ▀█
▄  █▄
██ ███▄
██ ████
██ ████
██ ████
██ ████
██ ████
██ ████
▀█ ████
   ████
   ████
█▄ ▀███
███▄ ▀█
familiaverde
Sr. Member
****
Offline Offline

Activity: 560
Merit: 250


View Profile
August 11, 2014, 05:43:22 AM
 #334

what do i do wrong ?

C:\Windows\System32\java.exe -Xmx1000m -cp pocminer.jar;lib/*;lib/akka/*;lib/jetty/* pocminer.POCMiner %* adress 1 8191 500 12;

and the miner dont start ...
ReDPoiSoN
Hero Member
*****
Offline Offline

Activity: 686
Merit: 500



View Profile
August 11, 2014, 05:43:25 AM
 #335

After the plots making it's done, if I want to increase some more GB what I've to do?!  Huh
whatsabitworth
Member
**
Offline Offline

Activity: 109
Merit: 10


View Profile
August 11, 2014, 05:46:38 AM
 #336

what do i do wrong ?

C:\Windows\System32\java.exe -Xmx1000m -cp pocminer.jar;lib/*;lib/akka/*;lib/jetty/* pocminer.POCMiner %* adress 1 8191 500 12;

and the miner dont start ...


take the %* before the address out of the file. worked for me

TetraHect0rCannabinol
Member
**
Offline Offline

Activity: 101
Merit: 10

Twitter -> @z0rius


View Profile WWW
August 11, 2014, 05:48:04 AM
 #337

what do i do wrong ?

C:\Windows\System32\java.exe -Xmx1000m -cp pocminer.jar;lib/*;lib/akka/*;lib/jetty/* pocminer.POCMiner %* adress 1 8191 500 12;

and the miner dont start ...

try this : C:\Windows\System32\java.exe -Xmx1000m -cp pocminer.jar;lib/*;lib/akka/*;lib/jetty/* pocminer.POCMiner YOUR_ACCOUNT_ID 1 8191 500 12;

*Grabs a bottle of Whiskey* - Its official, Im crazyer than crazy, I Am Hect0r Baby Cheesy
familiaverde
Sr. Member
****
Offline Offline

Activity: 560
Merit: 250


View Profile
August 11, 2014, 05:49:56 AM
 #338

what do i do wrong ?

C:\Windows\System32\java.exe -Xmx1000m -cp pocminer.jar;lib/*;lib/akka/*;lib/jetty/* pocminer.POCMiner %* adress 1 8191 500 12;

and the miner dont start ...

try this : C:\Windows\System32\java.exe -Xmx1000m -cp pocminer.jar;lib/*;lib/akka/*;lib/jetty/* pocminer.POCMiner YOUR_ACCOUNT_ID 1 8191 500 12;

Error occurred during initialization of VM
Could not reserve enough space for object heap
Error: Could not create the Java Virtual Machine.
Error: A fatal exception has occurred. Program will exit.
KSpinner
Newbie
*
Offline Offline

Activity: 41
Merit: 0


View Profile
August 11, 2014, 05:50:25 AM
 #339

I am still making plots...file is only 109 Gigs large.. I am attempting to plot an 800 Gig HDD, and am on plot 448,800!

You can still mine while the drive is plotting...I am not sure when this thing will be done? If ever, so no need to worry about adding more quite yet, but when you do you'll likely need to redo all of the other steps on the new HDD you add and run a new miner client on that drive...

Really liking this type of mining concept...I see a lot of servers coming out of storage if this catches on..lol
belief
Full Member
***
Offline Offline

Activity: 126
Merit: 100



View Profile
August 11, 2014, 05:51:03 AM
 #340

how to use my USB 3.0  2T Portable Hard Disk  ,just connect it to my computer ,, is that ok??

Yes, connect it, copy over the pocminer_v1 folder to it, start the miner from that folder and it will use that drive, then start your miner from the same folder while also have the wallet running.
thanks

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 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 ... 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!