NewDisplayName

Members
  • Posts

    2288
  • Joined

  • Last visited

  • Days Won

    1

Everything posted by NewDisplayName

  1. Okay guys, i added 10 more nodes, so you can fugg that cpu limit pretty easy with this solution. Currently i have 11 nodes running (and you need different ports, i checked it). And they also get already some MBs. Would you please add storjmonitor to your docker. Then this would be perfect. I tried running it extra, but i guess, it only works on LOCALHOST... so it needs to be run in docker. https://github.com/calxibe/StorjMonitor seems VERY easy: Linux Clone/Copy this Repo to your local storage. Eg. git clone https://github.com/calxibe/StorjMonitor.git Change into the directory. cd StorjMonitor/ Modify the install Script to executable. chmod +x storjMonitor-install.sh Run the Script! ./storjMonitor-install.sh Enter your API Key from the website into the line 10 in storjMonitor.js (var token = "YOUR-TOKEN-HERE"). Execute the Monitor Script. ./storjMonitor.sh or via seperate screen screen -dmS StorjMonitor ./storjMonitor.sh 1. is the same thing as you probably alreayd do with storj 4. only need to be run on startup of docker 5. can be skipped, or lets say, edited in the config file directly 6. needs to be executed after the storj node startet
  2. Ofc you cant only determine the speed by ping, but i guess google wont do internally anything different then cloudflare, so i guess, the ping is able to show some performance. But i test with dns benchmark! edit: The DNS resolver your system is using is responding faster than any of the 100% reliable publicly available alternative DNS nameservers this benchmark utility just tested. Therefore, there would be no performance benefit from switching to any of those publicly available nameservers. yea, like i thought (local DNS is 8.8.8.8 or 8.8.4.4) i added 1.1.1.1 and 1.0.0.1 to the test.
  3. If nothing bad happens, BTC will at some point be more and more worth, just because its capped. Think this way. Theoreticly you cant do "-", its just a matter of time.
  4. Im not sure, but it could be, atm i only have 2 nodes and 4 cores, so this shouldnt break that point. But when i see that other ppls have like 100+ nodes, i guess, its easy to go around that limit....
  5. Hm, i cant even ping 1.1.1.1??? But backup works 1.0.0.1 Ping wird ausgeführt für 1.0.0.1 mit 32 Bytes Daten: Antwort von 1.0.0.1: Bytes=32 Zeit=29ms TTL=53 Antwort von 1.0.0.1: Bytes=32 Zeit=29ms TTL=53 Antwort von 1.0.0.1: Bytes=32 Zeit=28ms TTL=53 Antwort von 1.0.0.1: Bytes=32 Zeit=99ms TTL=53 (which is pretty bad, i guess, that spike)
  6. He wants to backup clients, i want to backup the server and all files? And nextcloud, is as far as i know, to install it on your own server, which is so completly not what i want...
  7. Hi, whats the best and cheapest way to backup all your data (via encryption) to offsite? What you guys think/Use?
  8. Just to be sure, nextclouds clients cant really backup a complete windows install? Just like some folders or so?
  9. btw guys, kaspersky is now free also, just google "kaspersky free".
  10. Is this still working? I never met a app which throws out so many errors on startup, wow. File not found, reports failure, module is needed, child exited with code 1... i guess thats every error on the world inside this container.. The "tutorial" didnt showed to change anythign... so why its not working? Edit: Okay, i got it working, just needed to restart (?) Maybe you could add that to the first page. I couldnt access it until i restartet it.
  11. Did you try transcoding already?
  12. Ah, yeah, thats right, but i guess, at some time, that will infuence score, maybe?!
  13. What firewall? Do you mean router? You need to port forward all.
  14. I dont think that helps me in any way. Perfect would be. I shutdown my windows 10 PC. It sync with Windows 10 VM and then shutdown. Currently i just have chrome synced, which, lets say cover 90% of what i want to do with it.
  15. I dont really understand what you mean. I saw on the pictures that the storj is correct configured ports. But that doenst has anything to do with unraid port forwarding. On each docker you should be able to add just the ports this docker need.
  16. 2313 ms on old node 12645 (and rising) on new node. Seems normal.
  17. Hi, is there ANY way i can automaticle clone my Windows 10 PC to a .img and upload it to the unraid server? Or Sync files from C:\ to c:\?
  18. bc storj shows whats in his config But that has nothing to do with unraid...
  19. br0 = own ip adress like u already said bridge = same ip as unraid whats better? The question is how you want your network. Some things need extra ip, like if you want unraid on port 80 and the docker also needs port 80... I do all on bridge and only the ones really needed are br0. Just so i dont ahve too many ips in my network.. You can do it like you want.
  20. Im not sure, but my old node still gets new files, even i have the same ports, maybe it works in bridge with same ports. Because i guess only the node which is "the right one" will answer? But we probably see first files only in some weeks on node2, but i will post.
  21. Is there a up to date tutorial for transcoding in RAM with this docker? I only found an old solution and im not sure if it works that way still. Do i n eed plex pass for it? edit: seems like is still working Is there a way to test? I testet transcode, which does work, RAM gets a little higher, so my guess is it works.
  22. Yeah the name after exec is the name how you named the docker, in my case Storj and Storj1. With your ports, i dont know, i guess you need to edit the template, but if im not misstaken br0 is own ip adress anyway, so no port forwarding (inside unraid) needed...?!
  23. 1.) add a second share for storj (i did storj and storj1) 2.) download this docker again, but change path from /mnt/usr/storj to /mnt/usr/storj1 [YOU DONT NEED TO CHANGE THE PATH INSIDE THE DOCKER!] 3.) start storj1, stop it 4.) change config file which was created in storj1 like payment adress, do not traverse, rpc adress, max tunnels, storage and max file size to your needs 5.) i always add the node to https://storjstat.com/index.asp#! for easy checking 6.) finish Im just not sure by now if i need to change ports, if so, then also change ports.