Overlapping is pretty straightforward, but how does a gap in your plot affect your mining?
Also, do you have to start plotting nonces from 0 or any other number as long as there are no overlaps?
Posts made by gazdagruja
-
How do gaps affect mining?posted in Mining & Plotting
-
RE: Lex Pool (A rewritten pool based on uray source)posted in Burst Software
"charts" is the solution. :-)
Thank you both for your time. -
RE: Lex Pool (A rewritten pool based on uray source)posted in Burst Software
I've got the latest jre and nodejs 4.4.7
Tried setting the http port to 8080 in the pool config but then the script fails with this errorgazda@ubuntu16:/var/www/burstpool$ sudo node burst-pool.js genesis base target = 18325193796 current timestamp 1492949663312 genesis-block blocktime 85227263 genesis-block timestamp 1407722400312 burst pool running on port 8124 websocket running on port 4443 Error: listen EADDRINUSE :::8080 at Object.exports._errnoException (util.js:907:11) at exports._exceptionWithHostPort (util.js:930:20) at Server._listen2 (net.js:1253:14) at listen (net.js:1289:10) at Server.listen (net.js:1385:5) at EventEmitter.app.listen (/var/www/burstpool/node_modules/express/lib/application.js:559:24) at initWebserver (/var/www/burstpool/burst-pool-protocol.js:202:9) at Object.module.exports.start (/var/www/burstpool/burst-pool-protocol.js:262:13) at /var/www/burstpool/burst-pool.js:236:30 at /var/www/burstpool/node_modules/async/lib/async.js:254:17 cleanIs that maybe the problem? Also, I honestly don't know where I should be setting up these port forwards for my localhost, somewhere in apache?
Would you share your web server config with me please? -
RE: Lex Pool (A rewritten pool based on uray source)posted in Burst Software
module.exports = { wallets : [ { walletIP : '127.0.0.1', walletPort : 8125, walletUrl : 'http://127.0.0.1:8125' } ], redirection : { enabled : false, target : 'http://lhc.ddns.net:8124' }, walletIndex: 0, blockMature : 1, txFeePercent : 0.0005, devFee : true, devFeePercent : 0.01, poolFee : 0.0015, poolDiff : 1000000, poolDiffCurve : 0.75, poolPort : 8124, poolPvtKey : 'xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx', poolPublicRS : 'BURST-FK53-NKRM-42M2-32XJP', poolPublic : '1928561693545645153', poolFeePaymentAddr : '1928561693545645153', defaultPaymentDeadline : 1440, poolFeePaymentTxFeeNQT : 100000000, httpPort : 80, websocketPort : 4443, enablePayment : true, minimumPayout : 250.0, clearingMinPayout : 2.0, lastSessionFile : 'last-session.json', cumulativeFundReduction : 0.5, nextBlockFundSaving : 0.5, logWebsocketToConsole : false, maxRoundCount : 97, sharePenalty : 0.001, maxRecentPaymentHistory : 50 };and here is the port forward config from my router
D Service Port Internal Port IP Address Protocol Status Modify 1 80 8080 192.168.1.20 TCP Enabled Modify Delete -
RE: Lex Pool (A rewritten pool based on uray source)posted in Burst Software
@Lexicon Hi Lex,
I've been trying to get the my pool running, but for some reason I don't get any data on my website.
My wallet is running and syncd, pool is running and grabbing blocks.
Tried all versions of nodejs listed in this thread (v4.4.7 and forward) with no success.
I've also tried running Uray's pool but the same result.Here's a screenshot of my screens with everything running
Looking forward to your reply :)
