Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upCreate site manual "Windows 10" #1241
Comments
|
That's incorrect use of
...use:
Also, I don't recommend you to use |
In Windows both |
|
actually it's But you can also use the web interface to create new site. |
|
Thx, it works. PS: |
Well, you are not quite right. I use hooks in Git Center, and for signing call either
In clearnet you have a login, a password and sometimes a nick. In ZeroNet, your nick would be ZeroNet is decentralized, so there can be options when nickname isn't unique (e.g. KaffieID). But login is auto-generated and guaranteed to be unique. Password is also auto-generated, so there is no chance you would be hacked (if someone doesn't steal your That identity address was given to you when you registered on ZeroID. Hope I could answer your question. |
|
Thank you very much for your answer! if I understand it correctly "Identity address" is the unique account (for each zeronet page separately) everyone PC has "random generated" on the same page? I still want to ask what it is "(limit used: 0.00kB / 0.00kB)" thx. Also excuse my bad English... |
Yes, it does work, but using the zeronet.exe you won't see any response/output/message in the command line. |
|
@HelloZeroNet Okay, that makes sense. I did that
When you log in some site, you see options like
Site owners can set limits for users, so users could't use a lot of space. On ZeroTalk, that limit is 50KB. If you open that sidebar on ZeroTalk, you'll see Of course |
|
first of all- should never be a .exe. Its a python file, not a binary. where did you DL this from? sounds malware-ish. Its a shell scrypt in unix, batch file in sin. Use of .run is inconsistent with python in main scrypt. indicates use of a binary - which is wrong. Zero is and always will be implemented in python- and you will need the interpreter called at some point. You shouldnt be launching bins and the only use case I can see is a self-extracting python version. python Zeronet.sh or python zeronet.py unices have the advantage of using hashbomb commands to internally invoke the interpreter when accessing the file in execution. NO, the / and \ are different. You must be in a advanced shell of some sort, not the command console. DOS takes one style and unix takes the other. some of these comments have nothing to do with the original post. Im getting confused. Please stay on topic. |
|
@JazzMaster YOU are wrong. Look at zeronet-win-dist. |
|
@JazzMaster You just said some incorrect stuff, which is very annoying. Firstly, zeronet-win-dist does use an executable. Why can this be? Simple. You can compile python, you can run a python script from an executable, etc. etc. How do you think compiled programs are able to use plugins written in python? Because you can call python from an executable. I don't know exactly what zeronet.exe is doing, however I do know it is probably calling python to run zeronet's python scripts. Next, Unix uses Finally, they were staying on topic. And if they weren't, it doesn't matter because both the person who created the issue and the person who owns this repository dictate what's acceptable to be talked about in this issue and what's not. Notice that doesn't include you. |
|
If revision 3703 that is published at the ZeroNet GitHub trunk on 2018_11_08 (commit comment: "Rev3703") is OK for You and You are willing to out-comment 3 lines as shown at the screen video with Estonian comments then You may use my repackaged version https://technology.softf1.com/software_by_third_parties/ZeroNet/ on Windows10 with the "Windows Subsystem for Linux", https://docs.microsoft.com/en-us/windows/wsl/faq Debian distribution. The ZeroNet code at my package is unmodified, You may just clone the original source from the ZeroNet GitHub repository, revert to the given version and recursively diff. What I did was just write 3 Bash scripts, the ones at the root folder and, well, if You read the 3 Bash scripts, You'll see it all. With some hick-ups it does work on Windows10, as shown at the screen video. |
Hi,
I found this tutorial but it does not work for me. (Manual way: Using the command line1. Create site structure): http://zeronet.readthedocs.io/en/latest/using_zeronet/create_new_site/
If I'm not wrong, there's a bug in the "/"
"../Python/python.exe" zeronet.py siteCreate
(That's right)
"..\Python\python.exe" zeronet.py siteCreate
I installed "python-2.7.14.msi"
and since I did not find the "ZeroBundle/ZeroNet" folder does not exist... (Windows build)
I followed this:
cd C:\Users\NAME\Desktop\ZeroNet-win-dist\core
"C:\Python27\python.exe" zeronet.py siteCreate
I will get Error:
https://ctrlv.cz/shots/2018/01/14/k7e5.png
Thx help me.