uray
|
|
October 01, 2014, 03:45:11 AM |
|
resolving hostname pool2.cryptoport.io error while resolving hostname Mining networking failed
ur url is wrong its burst-pool2.cryptoport.io or pool2.burstcoin.io sorry, my mistake but burst-pool2.cryptoport.io and pool2.burstcoin.io it's the same server pool, right? or will you kill burst-pool2.cryptoport.io domain ? it same server, it will keep alive
|
|
|
|
fivebells
|
|
October 01, 2014, 03:47:16 AM |
|
this one is really favorable if you have 4096 disks, just fill each drive with one kind of scoop, so only 1 drive is working every 4096x4 minutes = 11 days , thats for the extreme, it can be applicable too if you have 2 disks for one account, just split it by scoop number instead of nonce number
4096 tape drives!
|
|
|
|
Blago
|
|
October 01, 2014, 04:00:56 AM |
|
Blago: Is the up to date source for your miner posted anywhere?
https://www.dropbox.com/s/r9exk17shjji45u/miner-burst-src.7z?dl=0I'm still working, it's dirty code. and i try send shares to your pool V2, but without success... POST /pool/submitWork HTTP/1.0\r\nHost: IP:PORT\r\nContent-Type: text/plain;charset=UTF-8\r\nContent-Length: LENGHT_CONTENT\r\n\r\n{"ID:NONCE\n", LENGHT} and try POST /pool/submitWork HTTP/1.0\r\nHost: IP:PORT\r\nContent-Type: text/plain;charset=UTF-8\r\nContent-Length: LENGHT_CONTENT\r\n\r\n{"ID:NONCE\nID:NONCE\nID:NONCE\nID:NONCE\n", LENGHT} answer: "Recieved share/s" but at server shares=0
|
Relax, I’m russian!... BURST-B2LU-SGCZ-NYVS-HZEPK
|
|
|
Tommo_Aus
|
|
October 01, 2014, 04:23:11 AM |
|
I've tried multiple times to setup the Burstcoin wallet but keep running into the same problem. I'm trying to run it on a command line Ubuntu server and access the site from another machine. I've been through conf/nxt-default.properties and set localhost/127.0.0.1 ip's to 0.0.0.0 so I can access it externally, that's all good, I can access the wallet on port 8125.
I can generate a new passphrase and go to the next screen to verify the passphrase, but when I hit next after pasting the passphrase in all I get is "Could not connect to server".
Any ideas?
do you have CORS enabled? What's CORS?
|
Tompool - http://tompool.org - a 2% fee SHA256/Scrypt/BURST/Groestl multipool supporting ANC, ASC, DGC, EZC, FLO, GLD, GME, MNC, RYC, TGC, TRC, XNC, ZET & more
|
|
|
Irontiga
|
|
October 01, 2014, 04:27:15 AM |
|
Can we move the conversation over to burstforum.com...it isn't easy for newbies or anyone for that fact to read through 600 pages...and the search always returns 20+ pages, so that doesn't even help.
|
|
|
|
burstcoin (OP)
|
|
October 01, 2014, 04:33:49 AM |
|
Blago: Is the up to date source for your miner posted anywhere?
https://www.dropbox.com/s/r9exk17shjji45u/miner-burst-src.7z?dl=0I'm still working, it's dirty code. and i try send shares to your pool V2, but without success... POST /pool/submitWork HTTP/1.0\r\nHost: IP:PORT\r\nContent-Type: text/plain;charset=UTF-8\r\nContent-Length: LENGHT_CONTENT\r\n\r\n{"ID:NONCE\n", LENGHT} and try POST /pool/submitWork HTTP/1.0\r\nHost: IP:PORT\r\nContent-Type: text/plain;charset=UTF-8\r\nContent-Length: LENGHT_CONTENT\r\n\r\n{"ID:NONCE\nID:NONCE\nID:NONCE\nID:NONCE\n", LENGHT} answer: "Recieved share/s" but at server shares=0 Your post data is formatted wrong. example: accoutid:nonce:blockheight\naccountid:nonce2:blockheight\n Theres no {}s, no ""s, no length. The height is there so stales can quickly be discarded.
|
BURST-QHCJ-9HB5-PTGC-5Q8J9
|
|
|
uray
|
|
October 01, 2014, 04:46:09 AM |
|
I've tried multiple times to setup the Burstcoin wallet but keep running into the same problem. I'm trying to run it on a command line Ubuntu server and access the site from another machine. I've been through conf/nxt-default.properties and set localhost/127.0.0.1 ip's to 0.0.0.0 so I can access it externally, that's all good, I can access the wallet on port 8125.
I can generate a new passphrase and go to the next screen to verify the passphrase, but when I hit next after pasting the passphrase in all I get is "Could not connect to server".
Any ideas?
do you have CORS enabled? What's CORS? Cross-Origin-Resource-Sharing -> nxt.apiServerCORS=
|
|
|
|
uray
|
|
October 01, 2014, 04:50:10 AM |
|
Blago: Is the up to date source for your miner posted anywhere?
https://www.dropbox.com/s/r9exk17shjji45u/miner-burst-src.7z?dl=0I'm still working, it's dirty code. and i try send shares to your pool V2, but without success... POST /pool/submitWork HTTP/1.0\r\nHost: IP:PORT\r\nContent-Type: text/plain;charset=UTF-8\r\nContent-Length: LENGHT_CONTENT\r\n\r\n{"ID:NONCE\n", LENGHT} and try POST /pool/submitWork HTTP/1.0\r\nHost: IP:PORT\r\nContent-Type: text/plain;charset=UTF-8\r\nContent-Length: LENGHT_CONTENT\r\n\r\n{"ID:NONCE\nID:NONCE\nID:NONCE\nID:NONCE\n", LENGHT} answer: "Recieved share/s" but at server shares=0 Your post data is formatted wrong. example: accoutid:nonce:blockheight\naccountid:nonce2:blockheight\n Theres no {}s, no ""s, no length. The height is there so stales can quickly be discarded. i think that format on HTTP POST request is depend on "Content-Type: " http header if content-type: application/x-www-form-urlencoded then the body should be formatted with uri form, like requestType=submitNonce&accountId=8344153632840493834&nonce=12345678
if content-type: application/json then the body should be formatted with json form, like {"requestType":"submitNonce","accountId":"8344153632840493834","nonce":"12345678"}
|
|
|
|
Sglasio
|
|
October 01, 2014, 04:54:14 AM |
|
uray, now ok?
|
|
|
|
Tommo_Aus
|
|
October 01, 2014, 05:01:22 AM |
|
I've tried multiple times to setup the Burstcoin wallet but keep running into the same problem. I'm trying to run it on a command line Ubuntu server and access the site from another machine. I've been through conf/nxt-default.properties and set localhost/127.0.0.1 ip's to 0.0.0.0 so I can access it externally, that's all good, I can access the wallet on port 8125.
I can generate a new passphrase and go to the next screen to verify the passphrase, but when I hit next after pasting the passphrase in all I get is "Could not connect to server".
Any ideas?
do you have CORS enabled? What's CORS? Cross-Origin-Resource-Sharing -> nxt.apiServerCORS= Yep I set that to true and restarted the wallet, same story :-( Is it meant to allow access through another machine? nxt.apiServerCORS=true
|
Tompool - http://tompool.org - a 2% fee SHA256/Scrypt/BURST/Groestl multipool supporting ANC, ASC, DGC, EZC, FLO, GLD, GME, MNC, RYC, TGC, TRC, XNC, ZET & more
|
|
|
Razerglass
Legendary
Offline
Activity: 1036
Merit: 1000
https://bmy.guide
|
|
October 01, 2014, 05:33:52 AM |
|
Bagholders ill buy all your burst for 180sat
|
|
|
|
AizenSou
|
|
October 01, 2014, 05:42:44 AM |
|
Blago: Is the up to date source for your miner posted anywhere?
https://www.dropbox.com/s/r9exk17shjji45u/miner-burst-src.7z?dl=0I'm still working, it's dirty code. and i try send shares to your pool V2, but without success... POST /pool/submitWork HTTP/1.0\r\nHost: IP:PORT\r\nContent-Type: text/plain;charset=UTF-8\r\nContent-Length: LENGHT_CONTENT\r\n\r\n{"ID:NONCE\n", LENGHT} and try POST /pool/submitWork HTTP/1.0\r\nHost: IP:PORT\r\nContent-Type: text/plain;charset=UTF-8\r\nContent-Length: LENGHT_CONTENT\r\n\r\n{"ID:NONCE\nID:NONCE\nID:NONCE\nID:NONCE\n", LENGHT} answer: "Recieved share/s" but at server shares=0 Your post data is formatted wrong. example: accoutid:nonce:blockheight\naccountid:nonce2:blockheight\n Theres no {}s, no ""s, no length. The height is there so stales can quickly be discarded. i think that format on HTTP POST request is depend on "Content-Type: " http header if content-type: application/x-www-form-urlencoded then the body should be formatted with uri form, like requestType=submitNonce&accountId=8344153632840493834&nonce=12345678
if content-type: application/json then the body should be formatted with json form, like {"requestType":"submitNonce","accountId":"8344153632840493834","nonce":"12345678"}
uray your burstpoolv2 down during night time and your miner doesn't do automatically reconnect. I earned 170 BURST the whole night with my 100TB plots. It's very frustrating. Could you update your miner somehow to automatically reconnect to the pool after the downtime? It would be great. Thanks in advance.
|
|
|
|
Irontiga
|
|
October 01, 2014, 05:57:53 AM |
|
Bagholders ill buy all your burst for 180sat You shouldn't be saying that to the bagholders, but rather to the dumpers!!!
|
|
|
|
duncan_idaho
|
|
October 01, 2014, 06:00:20 AM |
|
uray Your block explorer rich lists is not update for long time. My balance is much lower than i have. And question: When next block reward reducement ?
|
|
|
|
uray
|
|
October 01, 2014, 06:00:26 AM |
|
Blago: Is the up to date source for your miner posted anywhere?
https://www.dropbox.com/s/r9exk17shjji45u/miner-burst-src.7z?dl=0I'm still working, it's dirty code. and i try send shares to your pool V2, but without success... POST /pool/submitWork HTTP/1.0\r\nHost: IP:PORT\r\nContent-Type: text/plain;charset=UTF-8\r\nContent-Length: LENGHT_CONTENT\r\n\r\n{"ID:NONCE\n", LENGHT} and try POST /pool/submitWork HTTP/1.0\r\nHost: IP:PORT\r\nContent-Type: text/plain;charset=UTF-8\r\nContent-Length: LENGHT_CONTENT\r\n\r\n{"ID:NONCE\nID:NONCE\nID:NONCE\nID:NONCE\n", LENGHT} answer: "Recieved share/s" but at server shares=0 Your post data is formatted wrong. example: accoutid:nonce:blockheight\naccountid:nonce2:blockheight\n Theres no {}s, no ""s, no length. The height is there so stales can quickly be discarded. i think that format on HTTP POST request is depend on "Content-Type: " http header if content-type: application/x-www-form-urlencoded then the body should be formatted with uri form, like requestType=submitNonce&accountId=8344153632840493834&nonce=12345678
if content-type: application/json then the body should be formatted with json form, like {"requestType":"submitNonce","accountId":"8344153632840493834","nonce":"12345678"}
uray your burstpoolv2 down during night time and your miner doesn't do automatically reconnect. I earned 170 BURST the whole night with my 100TB plots. It's very frustrating. Could you update your miner somehow to automatically reconnect to the pool after the downtime? It would be great. Thanks in advance. yeah I am sorry about that, actually its auto reconnect, but last night the problem was both my public IP pools are changed, so the miner does not automatically resolved to new IP i will update the miner, and also maybe dcct or blago has this feature in his miner, it seems their miner more advanced than mine
|
|
|
|
AizenSou
|
|
October 01, 2014, 06:13:08 AM |
|
Blago: Is the up to date source for your miner posted anywhere?
https://www.dropbox.com/s/r9exk17shjji45u/miner-burst-src.7z?dl=0I'm still working, it's dirty code. and i try send shares to your pool V2, but without success... POST /pool/submitWork HTTP/1.0\r\nHost: IP:PORT\r\nContent-Type: text/plain;charset=UTF-8\r\nContent-Length: LENGHT_CONTENT\r\n\r\n{"ID:NONCE\n", LENGHT} and try POST /pool/submitWork HTTP/1.0\r\nHost: IP:PORT\r\nContent-Type: text/plain;charset=UTF-8\r\nContent-Length: LENGHT_CONTENT\r\n\r\n{"ID:NONCE\nID:NONCE\nID:NONCE\nID:NONCE\n", LENGHT} answer: "Recieved share/s" but at server shares=0 Your post data is formatted wrong. example: accoutid:nonce:blockheight\naccountid:nonce2:blockheight\n Theres no {}s, no ""s, no length. The height is there so stales can quickly be discarded. i think that format on HTTP POST request is depend on "Content-Type: " http header if content-type: application/x-www-form-urlencoded then the body should be formatted with uri form, like requestType=submitNonce&accountId=8344153632840493834&nonce=12345678
if content-type: application/json then the body should be formatted with json form, like {"requestType":"submitNonce","accountId":"8344153632840493834","nonce":"12345678"}
uray your burstpoolv2 down during night time and your miner doesn't do automatically reconnect. I earned 170 BURST the whole night with my 100TB plots. It's very frustrating. Could you update your miner somehow to automatically reconnect to the pool after the downtime? It would be great. Thanks in advance. yeah I am sorry about that, actually its auto reconnect, but last night the problem was both my public IP pools are changed, so the miner does not automatically resolved to new IP i will update the miner, and also maybe dcct or blago has this feature in his miner, it seems their miner more advanced than mine No problem mate. Thanks for your miner anyway. Take it as a bug report from me. It's ok if it happens only once, but twice or more could become a trouble
|
|
|
|
uray
|
|
October 01, 2014, 06:17:06 AM |
|
uray Your block explorer rich lists is not update for long time. My balance is much lower than i have. And question: When next block reward reducement ?
woookeee i will update it... I thought no one care about that LOL! next block reward reducement is when mining reward become 9000 BURST / block
|
|
|
|
duncan_idaho
|
|
October 01, 2014, 06:19:31 AM |
|
uray Your block explorer rich lists is not update for long time. My balance is much lower than i have. And question: When next block reward reducement ?
woookeee i will update it... I thought no one care about that LOL! next block reward reducement is when mining reward become 9000 BURST / block Yeah i know but you know the time of that ?
|
|
|
|
yellowduck2
|
|
October 01, 2014, 06:20:08 AM |
|
uray Your block explorer rich lists is not update for long time. My balance is much lower than i have. And question: When next block reward reducement ?
woookeee i will update it... I thought no one care about that LOL! next block reward reducement is when mining reward become 9000 BURST / block Is it 9000 or 9025 ? It suppose to be 5% of current block reward ? If its not 5% of current reward , why don't OP state -500 per month ? Isnt that less confusing. I think it's logical to say it's 5% of current block reward if not it's pointless to say 5% because -500 make more sense than 5%
|
|
|
|
burstcoin (OP)
|
|
October 01, 2014, 06:23:21 AM |
|
uray Your block explorer rich lists is not update for long time. My balance is much lower than i have. And question: When next block reward reducement ?
woookeee i will update it... I thought no one care about that LOL! next block reward reducement is when mining reward become 9000 BURST / block Is it 9000 or 9025 ? It suppose to be 5% of current block reward ? 9025 is correct. And in a little over 9 days I'd expect.
|
BURST-QHCJ-9HB5-PTGC-5Q8J9
|
|
|
|