FactomProject / fctwallet

4 stars 3 forks source link

Page not found at localhost:8089 #2

Open mastercyb opened 8 years ago

mastercyb commented 8 years ago

I installed and synced factomd. factom-cli also works. fctwallet is not working.

selection_009 selection_010

I tried using my custom factomd.conf but it didnt help. I didn't find any references on a similar error OS Ubuntu 16.04

Emyrk commented 8 years ago

FactomProject/fctwallet is not accessed through the browser. From your screenshots fctwallet is running as intended. If you wish to interact with it, one option is to use 'factom-cli' commands.

Run: 'factom-cli properties', if it succeeds then your fctwallet, factomd, and fct-wallet are running.

carryforward commented 8 years ago

Thank you for trying the system.

Sadly, with the current version of the fctwallet, there is no user friendly feedback that it is working correctly. fctwallet is indented to serve an API that gets accessed by other programs.

Here is some documentation on how to access the current version of the API: https://github.com/FactomProject/FactomDocs/blob/master/FactoidAPI.md

Both factomd and fctwallet expose APIs.

There is a slightly working web display on factomd. you can get to it on http://localhost:8090/controlpanel

https://github.com/FactomProject/FactomDocs/blob/master/developerSandboxSetup.md

We do have walletapp, which is a standalone program. It can't run at the same time as fctwallet, since they share a wallet file.

Walletapp has a GUI user webpage that shows details of what is happening on the wallet.

mastercyb commented 8 years ago

Thanks guys for explanation. Do I understand correctly that in order for me to use GUI I need to run walletapp without fctwallet?

carryforward commented 8 years ago

yes. they both use the same wallet database. one locks it so the other one blocks.