Skip to content
View in the app

A better way to browse. Learn more.

Unraid

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

[Support] QDirStat, Jcloud - cryptoCoin templates

Featured Replies

  • 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. 

  • Replies 331
  • Views 57.1k
  • Created
  • Last Reply

Top Posters In This Topic

Most Popular Posts

  • Well the upstream code hasn't changed in six months, my additions are simply shell script code for the entrypoint.  From what I can tell v3 protocol is still being developed, otherwise why blog about

  • The Docker reports tunneling due to a choice I made making template,  If you want to remove that tunnel, in the template settings change "Network Type" from, "Bridge" to "Host" and then remove "Storj

  • NewDisplayName
    NewDisplayName

    Im not sure, but i think thats wrong!   Tunnel means it cant reach the port. Thats for sure. But it has nothing to do with network type bridge or host.   Its because your standard

Posted Images

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 by nuhll

  • Author
2 hours ago, nuhll said:

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.

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... xD If everything goes well i will get 1gbits end of this year, then i hope it wouldnt be a problem anymore.

Edited by nuhll

  • 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... xD 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. 

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€... xD


With 1 gbits i can prio my stuff (but dont need to lol)

Edited by nuhll

Hi how can i check the status of v3 note?

docker exec -it StorjNode-V3 /app/dashboard.sh

3 hours ago, nuhll said:

docker exec -it StorjNode-V3 /app/dashboard.sh

thx how can i finde my node id? 

  • 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.

i have already dryed this id with storjstat.com but it says its wrong

I dont think storjstat does currently support V3.

4 minutes ago, nuhll said:

I dont think storjstat does currently support V3.

uff do you know a other way to check the stats? 

there is only the dashboard as far as i know - over all its just a big test

ok thx 

Someone know how to update?

  • 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."

But it should do it automatic if you have ca auto update !?

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? 

 

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 by nuhll

  • 3 weeks later...

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.

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.

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?

  • 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.

Guest
Reply to this topic...

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.