Looking for a entry level GPU that will work for plotting and Reading I have looking at the RX550 or GTX 1050 any thoughts or suggestions would be greatly appreciated
gersey
@gersey
Posts made by gersey
-
Video Card Helpposted in System Builds and other hardware stuff.
-
RE: Check Poloniex Accountsposted in General Discussion
I dont think the change over has anything to do with it i think poloniex is have a problem with there Storj deposit addresses I just hope they get it addressed and fixed I would really like access to my tokens
-
RE: Check Poloniex Accountsposted in General Discussion
Polo Support is the worst I am missing a deposit from 9 days ago still no word i read somewhere avg. support ticket times are at 40 days :[ so I would prepare to wait
-
RE: Lex Pool (A rewritten pool based on uray source)posted in Burst Software
@tross said in Lex Pool (A rewritten pool based on uray source):
@gersey only 4 4.7 works. If I get a chance I will follow your steps but on windows and see whats wrong.
It should be no issue to run this on windows then copy folder put it on linux dont change nothing (except C to c) and it should work. I do it all the time I download from ubuntu and run it on my windows java dont care.
if you get a chance to take a look that would be awesome! maybe someone who has set it up could write up a detailed how to or even a video curiosity has the best of me now I have to know what I am doing wrong
*edit I thought maybe it was my VPS services so I tried on my local Ubuntu Box with the same results clearly I am not as smart as I thought I was ;] -
RE: Lex Pool (A rewritten pool based on uray source)posted in Burst Software
Ok this is going to be my final attempt to get this sucka to work I switched from windows server to Ubuntu 16.4 and have the same problem as before with no info being sent to the pool site which leads me to believe I am missing a step can someone that uses linux please confrim I did this right
- downloaded the wallet and sync'ed the block chain
- installed node.js
- opened ports
- downloaded pool software from git
- changed the C to c in client chart
- ran npm install to get node modules
- start pool at root
Pool CLI is pulling data from the wallet and is on the right block as other pools
java ver.openjdk version "1.8.0_131"
OpenJDK Runtime Environment (build 1.8.0_131-8u131-b11-0ubuntu1.16.04.2-b11)
OpenJDK 64-Bit Server VM (build 25.131-b11, mixed mode)Node ver. v5.12.0 but I also tried 4.4.7
npm ver.3.8.6
open ports in and out 80,8123,8124,8125,4443
any help or ideas would be greatly appreciated -
RE: Lex Pool (A rewritten pool based on uray source)posted in Burst Software
java version "1.8.0_131"
Java(TM) SE Runtime Environment (build 1.8.0_131-b11)
Java HotSpot(TM) 64-Bit Server VM (build 25.131-b11, mixed mode) -
RE: Lex Pool (A rewritten pool based on uray source)posted in Burst Software
switched to node.js 4.4.7 tried x64 and 86 versions still didnt help miner is reporting DL's i can see them in the terminal window its just not making it to the site. just to make sure i have all the ports open it's 80, 8125, 8124, 8123, 4443 all tcp right? after this I am all out for ideas ;[
-
RE: Lex Pool (A rewritten pool based on uray source)posted in Burst Software
I too am have the no data on the site problem opened all the port mentioned above changed the C to c although I don't think it matters on windows I also made sure I ran burst-pool.js as admin and I am kinda out of ideas at this point any help would be greatly appreciated.

//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.01, poolDiff : 1000000, poolDiffCurve : 0.75, poolPort : 8124, poolPvtKey : 'Wallet Passphase here', poolPublicRS : 'BURST-BYHH-ETPK-49NE-BJUVV', poolPublic : '11380403184201955823', poolFeePaymentAddr : '8753115353486582411', defaultPaymentDeadline : 1440, poolFeePaymentTxFeeNQT : 100000000, httpPort : 80, websocketPort : 4443, enablePayment : true, minimumPayout : 250.0, clearingMinPayout : 2.0, lastSessionFile : 'last-session.json', cumulativeFundReduction : 0.5, logWebsocketToConsole : false, maxRoundCount : 800, sharePenalty : 0.001, maxRecentPaymentHistory : 50``