Colored-Coins / Colored-Coins-Block-Explorer

An implementation of a full Bitcoin Block Explorer (Parser/API/Sockets) with full Colored-Coins capabilities
17 stars 30 forks source link

Page not found ! #15

Open jmoraleses opened 6 years ago

jmoraleses commented 6 years ago

Hello, I installed cc-explorer and it seems that it works, but when entering the localhost: 8080 a page appears indicating that the page has not been found.

Everything seems fine on the console.

Thanks you.

21/2/2018-16:51:11 - info: (5621) - ---------------------------------------------------------------------------------- 21/2/2018-16:51:11 - info: (5621) - ------------------------------- Created Routes ------------------------------- 21/2/2018-16:51:11 - info: (5621) - ---------------------------------------------------------------------------------- 21/2/2018-16:51:11 - info: (5621) - Your cookies are now encrypted - :) 21/2/2018-16:51:11 - info: (5621) - Can't find SSL properties so no SSL for you 21/2/2018-16:51:11 - info: (5621) - Can't find faye properties so no pub/sub for you 21/2/2018-16:51:11 - info: (5621) - cluster_size 2 21/2/2018-16:51:11 - info: (5621) - Forking worker number 1 on process number 5627 21/2/2018-16:51:11 - info: (5621) - Forking worker number 2 on process number 5632 21/2/2018-16:51:11 - info: (5621) - Forking worker number 3 on process number 5634 21/2/2018-16:51:11 - info: (5621) - Forking worker number 4 on process number 5639 21/2/2018-16:51:12 - info: (5621) - Yay, the worker responded after it was forked 21/2/2018-16:51:12 - info: (5621) - Yay, the worker responded after it was forked 21/2/2018-16:51:12 - info: (5621) - Yay, the worker responded after it was forked 21/2/2018-16:51:12 - info: (5621) - Yay, the worker responded after it was forked 21/2/2018-16:51:16 - info: (5627) - ---------------------------------------------------------------------------------- 21/2/2018-16:51:16 - info: (5627) - ------------------------------- Created Routes ------------------------------- 21/2/2018-16:51:16 - info: (5627) - ---------------------------------------------------------------------------------- 21/2/2018-16:51:16 - info: (5627) - Your cookies are now encrypted - :) 21/2/2018-16:51:16 - info: (5627) - Can't find SSL properties so no SSL for you 21/2/2018-16:51:16 - info: (5627) - Can't find faye properties so no pub/sub for you 21/2/2018-16:51:16 - info: (5632) - ---------------------------------------------------------------------------------- 21/2/2018-16:51:16 - info: (5632) - ------------------------------- Created Routes ------------------------------- 21/2/2018-16:51:16 - info: (5632) - ---------------------------------------------------------------------------------- 21/2/2018-16:51:16 - info: (5634) - ---------------------------------------------------------------------------------- 21/2/2018-16:51:16 - info: (5632) - Your cookies are now encrypted - :) 21/2/2018-16:51:16 - info: (5634) - ------------------------------- Created Routes ------------------------------- 21/2/2018-16:51:16 - info: (5634) - ---------------------------------------------------------------------------------- 21/2/2018-16:51:16 - info: (5634) - Your cookies are now encrypted - :) 21/2/2018-16:51:16 - info: (5632) - Can't find SSL properties so no SSL for you 21/2/2018-16:51:16 - info: (5632) - Can't find faye properties so no pub/sub for you 21/2/2018-16:51:16 - info: (5634) - Can't find SSL properties so no SSL for you 21/2/2018-16:51:16 - info: (5634) - Can't find faye properties so no pub/sub for you 21/2/2018-16:51:16 - info: (5639) - ---------------------------------------------------------------------------------- 21/2/2018-16:51:16 - info: (5639) - ------------------------------- Created Routes ------------------------------- 21/2/2018-16:51:16 - info: (5639) - ---------------------------------------------------------------------------------- 21/2/2018-16:51:16 - info: (5639) - Your cookies are now encrypted - :) 21/2/2018-16:51:16 - info: (5639) - Can't find SSL properties so no SSL for you 21/2/2018-16:51:16 - info: (5639) - Can't find faye properties so no pub/sub for you 21/2/2018-16:51:18 - info: (5627) - Done loading db schemas: 21/2/2018-16:51:18 - info: (5632) - Done loading db schemas: 21/2/2018-16:51:18 - info: (5634) - Done loading db schemas: 21/2/2018-16:51:18 - info: (5627) - scanner.Blocks true 21/2/2018-16:51:18 - info: (5627) - Finished Loading the Server, Last function passed - SCANNER 21/2/2018-16:51:18 - info: (5632) - Finished Loading the Server, Last function passed - FIXER 21/2/2018-16:51:18 - info: (5639) - Done loading db schemas: 21/2/2018-16:51:18 - info: (5634) - Finished Loading the Server, Last function passed - CC_PARSER 21/2/2018-16:51:18 - info: (5639) - server started on port 8080 21/2/2018-16:51:18 - info: (5621) - Worker 4 is listening on null:8080 21/2/2018-16:51:18 - info: (5639) - Finished Loading the Server, Last function passed - API Thanks you.