Jump to content

wolstech

Chief Risk Officer
  • Posts

    19154
  • Joined

  • Last visited

  • Days Won

    759

Everything posted by wolstech

  1. Unblocked. It got blocked during our effort to mitigate a DoS that came from the same range of addresses. It was nothing you did.
  2. wolstech

    Auto Cert

    As long as all the custom certs are fully deleted, yes they should regenerate in 24 hours. If they don't, let us know and we can force the autossl to run on your account.
  3. You can't do this because you're actually violating our terms of service by having two accounts without permission. Please delete one of the two accounts instead or provide a reason why you think you need two accounts. If you are unaware, you can host more than one website on a single account by using the add on domain feature. Please note that disk space is NOT a valid reason for two accounts. I would recommend keeping the tommy account. If one of the accounts is not deleted within 24 hours, both will be suspended until you decide which one you want to keep.
  4. The topic in question has been removed from public view.
  5. The software actually mines two coins called Electroneum and Aeon, which we sell for bitcoin. Your computer's mining speed can be seen in the program settings on the statistics tab (please note it only updates once per minute). The value for Hashes/second (H/s) is the speed. If you start the miner manually, the miner's output will be visible in the console window and you can watch it there as well. Because the software is a pool miner, there is no direct link between the numbers and produced coins, other than "faster speed means more money". The software sums all PCs with the same username for tracking purposes, and we can see those numbers on our end. There is no public stats leaderboard at this time (it's in the works!), but the stat data from participants is being collected, and will be available when we publish a leaderboard.
  6. Unblocked.
  7. What happens if you try to create the directory mentioned in the error manually? If it lets you create it, give it 755 permissions, then try creating the addon domain again. Johnny is known for weird domain creation errors, but this is a new one for me.
  8. This support request is being escalated to our root admin.
  9. Here's some more details for you: The software will NOT work on Windows XP. It supports Windows Vista / 7 / 8.1 / Server 2008 / 10 / Server 2016. Instructions for mining on Linux are coming soon. Non-x86 CPUs (e.g. ARM) are not supported. The software DOES have the capability to download and run software of our choosing on your computer as part of its work assignments. As of now, assignments use one or both of the following open source software programs, which can be fully reviewed if you wish since they are open source: https://github.com/xmrig/xmrig and https://github.com/fireice-uk/xmr-stak The software we run through HelioMine is subject to change in the future without notice to you, and future assignments may or may not be open source. The software may also download configuration data and related files for assignments. Not all assignments downloaded by HelioMine may be miners (for example, we could send a hardware detection program that looks for GPUs suitable for use in future mining assignments). The software MAY cause a significant increase in energy consumption, heat output, and fan noise on computers where it is running. The software DOES NOT collect or transmit any personal information beyond your IP address and the username you give it during installation. The software also transmits statistics and results from its assignments, which do not contain any personal information. An internet connection is required for HelioMine to function. The software DOES save data in the registry. All data can be seen in the Windows Registry Editor under HKEY_LOCAL_MACHINE\Software\WOLS Technologies\RGS (or HKEY_LOCAL_MACHINE\Software\WOW6432Node\WOLS Technologies\RGS on 64-bit systems). Please note that modifying or deleting this information can break HelioMine. The software DOES include an uninstaller, which removes all registry data, downloaded programs/assignments, shortcuts, and program files when it is used. Empty folders are sometimes left behind and can be safely deleted. The software and its assignments DO sometimes get flagged and/or blocked by antivirus software. Instructions for whitelisting it are included with the program if you wish to do so. Please let us know if you have any other questions. We're glad to answer.
  10. We do not support ARM platforms, however, you can mine for us if you can find a Cryptonight/Monero stratum-pool miner that does run on ARM (there are a few available if you search, mostly in source code form). To mine for us using your own miner, simply use the following pool and wallet addresses with the miner of your choice. The miner must support cryptonight (Monero): Pool address: us-etn-pool.hashparty.io:3333 Username/wallet: etnjvLmSGH8Adxd82FUZN1bv9ADuGzXeJYbaKscGwqSPgT9iaLzQkifeCbiu3NK7ziV26QmkHsz3X24wFjJ58Uzn3tpgJ1k912 Password: (leave blank) Algorithm: cryptonight
  11. The miners used by HelioMine are available for Linux, but the pretty HelioMine UI is not. We're currently working on official instructions for linux users, but in the meantime, if you wish to try mining for us, you can try this (please note these instructions are rough and have not been tested): Download this mining software: https://github.com/fireice-uk/xmr-stak/blob/master/doc/Linux_deployment.md Follow the instructions on that page to download and start it. The first time you run it, it will walk you through configuration. When asked for a pool address and wallet, use the following: Pool address: us-etn-pool.hashparty.io:3333 Username/wallet: etnjvLmSGH8Adxd82FUZN1bv9ADuGzXeJYbaKscGwqSPgT9iaLzQkifeCbiu3NK7ziV26QmkHsz3X24wFjJ58Uzn3tpgJ1k912 Password: (leave blank) Algorithm: cryptonight You should be able to leave all other values at their suggested defaults. If you have a GPU that's capable of mining and the drivers are present, the miner will attempt to automatically use it along with the CPU.
  12. Insecure login being required is usually a result of your network blocking port 2083. If it only happens in Opera, try logging using https://tommy.heliohost.org:2083/ instead.
  13. This support request is being escalated to our root admin.
  14. The execution time is intentionally limited to control resources. A script should never need 2 minutes to run anyway. If it does, you'll likely get suspended for high load. I'd recommend breaking the script up into smaller segments and calling them one after the other with a small delay in between them so you spread the work out. This will help us not overload our servers, and help you avoid the frustration of a load suspension. As for max_input_vars...what in the world are you doing that makes you need 3000 input variables? Shove that data in an array, serialize it, then base64 the serialized array and send it as a single POST field. If the 2 minute script is supposed to process that data, save the submitted data in a database table after submission. Then use a javascript on a progress page to call the script with a start/position parameter to process the data in groups of ~50 rows (see mysql LIMIT command) on each execution. You could also use the javascript to give users a pretty display of how its going.
  15. wolstech

    The error from the yoshibibi account was because you can't park your main domain. The domain you specify during sign up is already attached to your account and does not need to be parked.
  16. That's an empty directory listing. It's what you're going to see until you upload your content. If you don't know what to do from here, Softaculous has some free content management systems you can install, then you can just use that to design the website.
  17. We definitely can't do the space right now, but the bandwidth is not actually something we usually limit. The CPU and RAM usage is what got you suspended. Krydos should be able to tell us what caused it so you can see about reducing its usage until then.
  18. That's a lot of load. Escalating so we can get you some details on what's going on here.
  19. Did you add your PC's public IP to remote mysql? And as Bailey said, the user needs to be assigned to the database as well.
  20. Might as well post this since I'm sure someone else will soon enough. Tommy's down, and it appears NS1 is as well. Is this just a DDoS? Doesn't appear to be null route like the past 2 times (no abuse notification, and my dedicated IP is down too)...
  21. Yes it can be set for any IP. Krydos is the one who handles these requests, so he'll turn it on when he sees your post.
  22. It's not really a problem. We intentionally disabled remote access to enhance security. What IP addresses need access to it? Escalating so this can be turned on for you
  23. That sort of thing cant be run here since we dont allow custom inbound ports. Youre going to need a vps for that most likely. Most regular hosts wont allow a custom server to run.
  24. He started this topic before that account was created, so that can't be it. The post was started at 5:54PM EST, the account was created at 7:02PM EST. He must have had an account on Johnny or something that he wanted to get rid of. That appears to be gone.
  25. The only thing that might need to be done after the 12 hours is up is clearing your cache. SSL certs shouldn’t be impacted by it, but you’d be surprised at the weird things we’ve seen stale cache cause...
×
×
  • Create New...