Author

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

sr. member
Activity: 280
Merit: 250
I like to share a little tool I wrote to increase stagger size for already finished plots. No more 8191 limit!

Its simple C code - for linux only - its short, so check & compile yourself.

https://bchain.info/merge.c

It does not hold everything in memory but seeks on disk to get the scoops.
hero member
Activity: 672
Merit: 500
sr. member
Activity: 257
Merit: 255

...

Solo mining is highly luck base compare to pool mining. Plus, there is no way to know the diff or whatever is like a diff for this coin. So, there is no way to calculate block per day.

Code:
/burst?requestType=getBlockchainStatus (GET) Thu Aug 14 2014 13:35:28 GMT+0200

{
"lastBlock": "1014125104951407132",
"lastBlockchainFeederHeight": 1201,
"time": 293728,
"lastBlockchainFeeder": "109.195.211.62",
"numberOfBlocks": 1201,
"isScanning": false,
"cumulativeDifficulty": "67567251495709",
"version": "1.0.0"
}


What about this 'cumulativeDifficulty' ... thought this is the diff?!


Increased by 5% within 21 blocks...

{
    "lastBlock": "16322078320396019945",
    "lastBlockchainFeederHeight": 1222,
    "time": 299736,
    "lastBlockchainFeeder": "54.167.111.103:8123",
    "numberOfBlocks": 1223,
    "isScanning": false,
    "cumulativeDifficulty": "70385126787201",
    "version": "1.0.0"
}

ca. 10h later:

/burst?requestType=getBlockchainStatus (GET) Thu Aug 14 2014 20:59:13 GMT+0200

{
   "lastBlock": "13410418428137056085",
   "lastBlockchainFeederHeight": 1296,
   "time": 320354,
   "lastBlockchainFeeder": "109.195.211.62",
   "numberOfBlocks": 1297,
   "isScanning": false,
   "cumulativeDifficulty": "81597669060776",
   "version": "1.0.0"
}

+ ~16%
sr. member
Activity: 560
Merit: 250
Here is a demo website of Burstcoin: http://bitwatcher.github.io/burstcoin/

It looks good.

If the miner program can be simplified (idiot proofed) and a pool is created than we are well on our way.

Im liking BURST more and more everyday  Cheesy
member
Activity: 107
Merit: 10


As 12001 is included, its 12001 + 8000 - 1 = 20000

sure, my bad
hero member
Activity: 1764
Merit: 570
Twitter\X @AlexKosa1

but to clarify - my generate bat files has my 'numeric ID' not my text passphrase. right?

Yes

How would pools work? Everyone puts together their GB or something?

I suppose:

You generate your plots for the Pool's key and submit every nonce with result below a certain threshold. That would be one "share".


how to now from plot file wich nonce is the last one?

like in this one : 153946000000000827_12001_8000_256

the last is 12001+8000= 20001

As 12001 is included, its 12001 + 8000 - 1 = 20000

My plot file haмy this name : my number_1_7200000_8191 nothing about a nonce number ^( and have a size 625GB
legendary
Activity: 2282
Merit: 1072
https://crowetic.com | https://qortal.org
40k BURST for sale, PM with reasonable offers. Thanks!
sr. member
Activity: 280
Merit: 250

but to clarify - my generate bat files has my 'numeric ID' not my text passphrase. right?

Yes

How would pools work? Everyone puts together their GB or something?

I suppose:

You generate your plots for the Pool's key and submit every nonce with result below a certain threshold. That would be one "share".


how to now from plot file wich nonce is the last one?

like in this one : 153946000000000827_12001_8000_256

the last is 12001+8000= 20001

As 12001 is included, its 12001 + 8000 - 1 = 20000
hero member
Activity: 672
Merit: 500

but to clarify - my generate bat files has my 'numeric ID' not my text passphrase. right?

Yes

How would pools work? Everyone puts together their GB or something?
hero member
Activity: 560
Merit: 500
checked it again, same.


but to clarify - my generate bat files has my 'numeric ID' not my text passphrase. right?



maybe silly hint but are you 100% sure the passphrases you use when login to wallet is the same as in the passphrases.txt, because with 1.3T you should have something

yup, that's running.
the original instructions say to run the run.bat (server) in root, then the wallet's run.bat in the burst subfolder, then generate(s) bat

does the order matter?
still trying to figure out why 3 pc's are getting nothing.



the run_mine.bat should look like this?

C:\Windows\SysWOW64\java -Xmx750m -cp pocminer.jar;lib/*;lib/akka/*;lib/jetty/* pocminer.POCMiner mine "http://127.0.0.1:8125"%*

am I missing my mining address or anything else from this file?



You dont need the address because the miner is using the plot files which contain your address.

You do need the wallet server running though


member
Activity: 107
Merit: 10
how to now from plot file wich nonce is the last one?

like in this one : 153946000000000827_12001_8000_256

the last is 12001+8000= 20001
hero member
Activity: 1764
Merit: 570
Twitter\X @AlexKosa1
how to now from plot file wich nonce is the last one?
member
Activity: 107
Merit: 10
maybe silly hint but are you 100% sure the passphrases you use when login to wallet is the same as in the passphrases.txt, because with 1.3T you should have something

yup, that's running.
the original instructions say to run the run.bat (server) in root, then the wallet's run.bat in the burst subfolder, then generate(s) bat

does the order matter?
still trying to figure out why 3 pc's are getting nothing.



the run_mine.bat should look like this?

C:\Windows\SysWOW64\java -Xmx750m -cp pocminer.jar;lib/*;lib/akka/*;lib/jetty/* pocminer.POCMiner mine "http://127.0.0.1:8125"%*

am I missing my mining address or anything else from this file?



You dont need the address because the miner is using the plot files which contain your address.

You do need the wallet server running though


hero member
Activity: 560
Merit: 500
yup, that's running.
the original instructions say to run the run.bat (server) in root, then the wallet's run.bat in the burst subfolder, then generate(s) bat

does the order matter?
still trying to figure out why 3 pc's are getting nothing.



the run_mine.bat should look like this?

C:\Windows\SysWOW64\java -Xmx750m -cp pocminer.jar;lib/*;lib/akka/*;lib/jetty/* pocminer.POCMiner mine "http://127.0.0.1:8125"%*

am I missing my mining address or anything else from this file?



You dont need the address because the miner is using the plot files which contain your address.

You do need the wallet server running though


legendary
Activity: 1484
Merit: 1000
the run_mine.bat should look like this?

C:\Windows\SysWOW64\java -Xmx750m -cp pocminer.jar;lib/*;lib/akka/*;lib/jetty/* pocminer.POCMiner mine "http://127.0.0.1:8125"%*

am I missing my mining address or anything else from this file?

Nope, mining file is just that. But you need other setups.. before starting run_miner you ll need to run your wallet.. If you have already done other steps then you are good to go.
newbie
Activity: 32
Merit: 0
I have 90k burst for sale. ill acceot the highest bid. pm  your price. ill wccept any fair offers.
sr. member
Activity: 560
Merit: 250
the run_mine.bat should look like this?

C:\Windows\SysWOW64\java -Xmx750m -cp pocminer.jar;lib/*;lib/akka/*;lib/jetty/* pocminer.POCMiner mine "http://127.0.0.1:8125"%*

am I missing my mining address or anything else from this file?



You dont need the address because the miner is using the plot files which contain your address.

You do need the wallet server running though

hero member
Activity: 560
Merit: 500
the run_mine.bat should look like this?

C:\Windows\SysWOW64\java -Xmx750m -cp pocminer.jar;lib/*;lib/akka/*;lib/jetty/* pocminer.POCMiner mine "http://127.0.0.1:8125"%*

am I missing my mining address or anything else from this file?

newbie
Activity: 39
Merit: 0
WTS
20k burst=0,1 btc
hero member
Activity: 1764
Merit: 570
Twitter\X @AlexKosa1
How to now from a plot file wich nonce a thare?
Jump to: