This website requires JavaScript.
Explore
Help
Register
Sign in
Ecosystem
/
xmr-remote-nodes
Watch
1
Star
0
Fork
You've already forked xmr-remote-nodes
0
mirror of
https://github.com/ditatompel/xmr-remote-nodes.git
synced
2024-11-16 17:07:36 +00:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
Actions
2
2270fe4deb
xmr-remote-nodes
/
server.go
6 lines
72 B
Go
Raw
Normal View
History
Unescape
Escape
Separating client and server package #3 The client and server package is now separated, so I can build additional server package with `-tags server`.
2024-05-18 10:59:54 +00:00
//go:build server
package
main
Removing admin module and functions The administration of the server is done using cli tools. So I don't think that admin account and module is required. At least for now. Note that this also remove `tbl_admin` creation in database migrate. Since no release were made until this commit, the database migration still in version 1. Manual removal database table for `tbl_admin` is required on the existing running server.
2024-05-22 20:40:06 +00:00
import
_
"xmr-remote-nodes/cmd/server"
Reference in a new issue
Copy permalink