July 2, 20197 yr Author 9 hours ago, nuhll said: Do you know a way to stop it from maxing my upload? Best I could think of would be to setup some kind of QoS, and/or traffic shaper, on your router if it's supported feature of the device. From the Docker itself, I'm unaware of any such bandwidth limiter.
July 2, 20197 yr 6 hours ago, Jcloud said: Best I could think of would be to setup some kind of QoS, and/or traffic shaper, on your router if it's supported feature of the device. From the Docker itself, I'm unaware of any such bandwidth limiter. Can you understand this: https://stackoverflow.com/questions/40429098/how-to-rate-limit-upload-from-docker-container Im not sure if that would do what i want? (and if, how that would apply to the storj container) overall i mean, it wouldnt be that bad to have a limiting option in the docker? Edited July 2, 20197 yr by nuhll
July 2, 20197 yr Author 2 hours ago, nuhll said: Can you understand this: https://stackoverflow.com/questions/40429098/how-to-rate-limit-upload-from-docker-container Yup. 2 hours ago, nuhll said: Im not sure if that would do what i want? (and if, how that would apply to the storj container) It is the underlying idea of what what you want, as a proof of concept example. 2 hours ago, nuhll said: it wouldnt be that bad to have a limiting option in the docker? Perhaps, why not submit the idea to them directly? https://ideas.storj.io/ This software is only an ALPHA stages after all.
July 2, 20197 yr While googling for a solution i found servival requests for them to add that. They dont seem to care. (since when devs listen to ppls :P) Thats why i thought maybe realize it via docker. Currently i need to stop the docker to play online games... If everything goes well i will get 1gbits end of this year, then i hope it wouldnt be a problem anymore. Edited July 2, 20197 yr by nuhll
July 2, 20197 yr Author 1 hour ago, nuhll said: Thats why i thought maybe realize it via docker. Currently i need to stop the docker to play online games... If everything goes well i will get 1gbits end of this year, then i hope it wouldnt be a problem anymore. Ah. 1gb, nice, way better then anything available to me in my area. I used to run into the problem you have, with my torrent client, prioritizing network at my router fixed the issue (for me). I might look into it, time permitting.
July 3, 20197 yr The thng is, my c urrent router(s) are worthless crap of piece. but only chance for "fast internet " (100mbits DL / 20Mbits UL) == Bundled 2x DSL + 2x LTE, cost around 120€ a month (2 family house), 1 gbits is 99€... With 1 gbits i can prio my stuff (but dont need to lol) Edited July 3, 20197 yr by nuhll
July 8, 20197 yr 3 hours ago, nuhll said: docker exec -it StorjNode-V3 /app/dashboard.sh thx how can i finde my node id?
July 8, 20197 yr Author 1 hour ago, MrYoshii said: thx how can i finde my node id? It's the first line in the dashboard, "ID" - I believe that is it.
July 8, 20197 yr 4 minutes ago, nuhll said: I dont think storjstat does currently support V3. uff do you know a other way to check the stats?
July 11, 20197 yr Author 8 minutes ago, MrYoshii said: Someone know how to update? The docker container, or something else? Assuming you're talking about the Docker container; open the Unraid webgui, click on Docker menu, on the line for the container click "force update."
July 12, 20196 yr 9 hours ago, nuhll said: But it should do it automatic if you have ca auto update !? how do i know if it have ca auto update?
July 18, 20196 yr Hm. so since im running this, i needed to wipe my storage 3 times because of malformed something.db blabla... Did this also happen to you? And since its on restart unless stopped, it was every time in a restart loop... which caused much wasted stress on system... Edited July 18, 20196 yr by nuhll
August 3, 20196 yr Hey @Jcloud , I wanted to mention that the storj node v3 template you have put up is misconfigured. The storj and identity locations should be mounted as --mount rather than -v. This can be achieved in UnRaid through extra parameters only afaik. The difference is very dangerous: if docker will not map the disk to the container for any reason, with the -v option it will create an empty disk inside the container. The customers' data will be stored inside this container. When you then remove the container, the data will be removed with it. In case of --mount it will just fail. Please, replace the -v options to the --mount options ASAP. The --mount option has a different syntax. Please, read about it in the section Running the Storage Node of our Documentation.
August 7, 20196 yr Am i the only one whos only getting some MB per day? As i first startet using it, it was very fast above some GBs every day.
August 7, 20196 yr On 8/3/2019 at 10:39 PM, MrChunky said: Hey @Jcloud , I wanted to mention that the storj node v3 template you have put up is misconfigured. The storj and identity locations should be mounted as --mount rather than -v. This can be achieved in UnRaid through extra parameters only afaik. The difference is very dangerous: if docker will not map the disk to the container for any reason, with the -v option it will create an empty disk inside the container. The customers' data will be stored inside this container. When you then remove the container, the data will be removed with it. In case of --mount it will just fail. Please, replace the -v options to the --mount options ASAP. The --mount option has a different syntax. Please, read about it in the section Running the Storage Node of our Documentation. Are you someone from storj? WHY you dont provide templates?
August 8, 20196 yr Author Just saw this (paid attention to forums) I'll take a look at it in a few, do some reading, probably make the tweeks.Thanks for pushing on my radar.Sent from my SAMSUNG-SGH-I537 using Tapatalk
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.