clintar / cryptonote-xmr-pool

copy of fancoder's cryptonote-universal-pool with updates meant for xmr
GNU General Public License v2.0
101 stars 207 forks source link

Invalid API call #25

Open MobillaCoin opened 6 years ago

MobillaCoin commented 6 years ago

on the web http://ip:8117

i have " Invalid API call "

all configured pool started 2018-04-18 22:11:13 [unlocker] Started 2018-04-18 22:11:13 [unlocker] No blocks candidates in redis 2018-04-18 22:11:13 [payments] Started 2018-04-18 22:11:13 [payments] No workers' balances reached the minimum payment threshold 2018-04-18 22:11:13 [charts] Started 2018-04-18 22:11:13 [chartsDataCollector] Started 2018-04-18 22:11:14 [charts] Started 2018-04-18 22:11:14 [api] API started & listening on port 8117 2018-04-18 22:11:14 [api] Stat collection finished: 129 ms redis, 111 ms daemon 2018-04-18 22:11:14 [api] Broadcasting to 0 visitors and 0 address lookups 2018-04-18 22:11:14 [pool] (Thread 3) New block to mine at height 1251 w/ difficulty of 640396 2018-04-18 22:11:14 [pool] (Thread 3) Started server listening on port 3333 2018-04-18 22:11:14 [pool] (Thread 3) Started server listening on port 5555 2018-04-18 22:11:14 [pool] (Thread 3) Started server listening on port 7777 2018-04-18 22:11:14 [pool] (Thread 3) Started server listening on port 8888 2018-04-18 22:11:14 [pool] (Thread 8) New block to mine at height 1251 w/ difficulty of 640396 2018-04-18 22:11:14 [pool] (Thread 1) New block to mine at height 1251 w/ difficulty of 640396

var api = "http://ip:8117";

var poolHost = "ip";

var irc = "irc.freenode.net/#poolhost";

var email = "support@poolhost.com";

var cryptonatorWidget = ["{symbol}-BTC", "{symbol}-USD", "{symbol}-EUR"];

var easyminerDownload = "https://github.com/zone117x/cryptonote-easy-miner/releases/";

var blockchainExplorer = "http://chainradar.com/{symbol}/block/{id}";

var transactionExplorer = "http://chainradar.com/{symbol}/transaction/{id}";

var themeCss = "themes/default-theme.css";

brandon-dacrib commented 6 years ago

What does the http request look like, what does the response look like?