tpfuemp / yiimp

Crypto mining pool
4 stars 5 forks source link

Admin Login #6

Open hobbypool opened 5 months ago

hobbypool commented 5 months ago

Has the admin login change been tested/completed?

hobbypool commented 5 months ago

and latest stratum make errors with (ubuntu 20.04:

/home/###/yiimp/stratum/coind.cpp:199: undefined reference to rpc_call(YAAMP_RPC*, char const*, char const*)' /usr/bin/ld: /home/###/yiimp/stratum/coind.cpp:202: undefined reference torpc_call(YAAMP_RPC, char const, char const)' /usr/bin/ld: share.o:/home/###/yiimp/stratum/share.cpp:261: more undefined references to `rpc_call(YAAMP_RPC, char const, char const)' follow collect2: error: ld returned 1 exit status make: *** [Makefile:54: stratum] Error 1

tpfuemp commented 5 months ago

you have to clean compile (remove all *.o files) as the function signature of rpc_call has changed

tpfuemp commented 5 months ago

Has the admin login change been tested/completed?

is incomplete, there is much more work todo. all admin related parts from SiteController should move to own Admin-part

hobbypool commented 5 months ago

Ok awesome, will try to do a clean compile. Yeah was just checking out the admin part earlier, noticed the dashboard/wallets/trading disappears from the menu bar.

hobbypool commented 5 months ago

Ok awesome, will try to do a clean compile. Yeah was just checking out the admin part earlier, noticed the dashboard/wallets/trading disappears from the menu bar.

Alright clean compile worked perfectly. Sorry to spam, just wanted to update :)