Thanks for clearing that up.
It would be nice to see it explained somewhere on the calculator or on the pools pages in the future.
ToxicPhyzix
@ToxicPhyzix
Posts made by ToxicPhyzix
-
RE: Only getting 100-200 BURST per day for 40TB of plots, is this right?posted in Mining & Plotting
-
RE: Only getting 100-200 BURST per day for 40TB of plots, is this right?posted in Mining & Plotting
@haitch Ohhh I didn't know you got a bonus when you find a block yourself. None of the other coins do this (that i've mined) and I havn't seen it mentioned anywhere
-
Only getting 100-200 BURST per day for 40TB of plots, is this right?posted in Mining & Plotting
Hey guys so according to the calculator http://burstcoin.biz/calculator I should be getting about 500 BURST per day but for the last few payouts i've only been getting around the 150 mark.
Im mining with 40TB (8 drives) of plotted external drives and they're able to be scanned through in about 83seconds.
I'm using Creep Miner on Ubuntu Server pointed athttp://pool.burst-team.us:8124for my pool
Here's the startup messages from the minerTotal plots size: 39.79 TB Submission Max Retry : 3 Buffer Size : 2048 MB Pool Host : http://pool.burst-team.us:8124 (216.165.179.45) Mininginfo URL : http://pool.burst-team.us:8124 (216.165.179.45) Wallet URL : https://wallet.burst-team.us:8128 (216.165.179.44) Target deadline : 20d 15:00:00 Mining intensity : 8 Max plot readers : 8Any idea where I'm going wrong here?
-
RE: CreepMiner error: Got no response for wallet requestposted in Mining & Plotting
@Creepsky45 Ah awesome, thanks for the info
-
RE: CreepMiner error: Got no response for wallet requestposted in Mining & Plotting
@Creepsky45 Oh so it is actually still mining fine with those errors? I've been having a few issues so wasn't quite sure
-
CreepMiner error: Got no response for wallet requestposted in Mining & Plotting
Hey guys, so im trying to use creep miner but I keep getting this error:
Got no response for wallet request '/burst?requestType...
I have set the pool and wallet urls in the mining config like so"urls": { "miningInfo": "http://pool.burstcoin.party:8082", "submission": "http://pool.burstcoin.party:8082", "wallet": "https://wallet.burst-team.us:8128", }any ideas where im going wrong?
-
RE: Mining on Ubuntu with CreepMiner issueposted in Mining & Plotting
Ah ok i've got it working now, I downloaded v 1.6 "pre-release" and that works fine after doing the exact same steps as above
-
RE: API for getting network sizeposted in Mining & Plotting
@Blago So the formula I found was ( 24 x 60 x blockReward x yourPlotSizeTB ) / (4 x currentNetworkSize)
How exactly do I derivecurrentNetworkSizefromnetDiff?
And just to check if I'm doing this right, the current diff should be:18325193796/503031 = 36430?
nvm, I thinkcurrentNetworkSizeis thenetDiffin TB's
Thanks! -
RE: API for getting network sizeposted in Mining & Plotting
@LithStud
hmm taking a look at those two we got
getBlockchainStatus{ requestProcessingTime: 0, lastBlock: "9624685888816742428", lastBlockchainFeederHeight: 370132, time: 89520435, application: "NRS", lastBlockchainFeeder: "46.38.251.80", numberOfBlocks: 370133, isScanning: false, cumulativeDifficulty: "3749037413117839788", version: "1.2.8" }and
getMiningInfo{ requestProcessingTime: 0, baseTarget: "503031", height: "370134", generationSignature: "9847b72e3c9281c25b0b49f89ef78f85f70f4ca2344c3b28b1a7abd3c0df5f81" }So the current network size is about 50PB which means any candidates for the value would be around about starting around about 50.
cumulativeDifficultysounds like it might be right and a possible candidate but it's it would mean the current network size is either 3 749PB, 468PB or 3.749PB, 0.468PB -
API for getting network sizeposted in Mining & Plotting
Hey guys so im trying to build a little tool to give me the approximate earning given a plot size but in the formula I found it requires current network size but I havn't been able to find and API to get this data from, any suggestions?
Before you suggest it, don't tell me to go here: http://burstcoin.biz/calculator