Thanks for creating the new version. I now tried to set it up. I installed 0.89 64bit. Then deleted all in appdata OT and copied the content of master.zip into. When i then start OT and run stat it shows me there are no pseudonyms, servers, assets or accounts.
I then thought its because i have to start otserver.exe. When i do this it says:
Welcome to Open Transactions... Test Server -- version 0.89.q
(transport build: OTMessage -> OTEnvelope -> ZMQ )
The Winsock 2.2 dll was found okay
Now loading the server nym, which will also ask you for a password, to unlock
its private key.
Using Wallet: notaryServer.xml
Failed trying to open data locking file (to store PID 3804): C:/Users/Sebastian/
AppData/Roaming/OpenTransactions/server_data/ot.pid
OTPaths::BuildFolderPath: Made new folder: C:/Users/Sebastian/AppData/Roaming/Op
enTransactions/server_data/
==> WARNING: Main file not found. To create it, continue this process now...
REQUIREMENTS: You must already have a wallet, where you have created one Nym.
This will be a temporary wallet only, for the purpose of generating the server
nym and the master key for that server nym. You can erase the contents of the
~/.ot/client_data folder once we are done with this process, and the OT client
will just create a fresh wallet to replace it. In other words, don't continue
to use the temporary wallet as a REAL wallet, since it contains the master
key and private key for your new server nym. We're using a temporary client-side
wallet for the convenience of generating the server nym--we'll copy it over to
the server side, and then we'll wipe the temp wallet and start with a fresh one
once this process is done.
(FYI, you can decode an armored wallet by using the 'opentxs decode' command.)
-- You must also have the new Server Nym's "NymID", which should be found in the
wallet.
-- When you have created your server Nym (using your temp wallet) you will want
to
copy the credentials from the temp wallet to your new server:
cp -R ~/.ot/client_data/credentials ~/.ot/server_data/
-- You must already have a signed server contract. (*** To get one, copy the
UNSIGNED version of the sample server contract, which is named 'localhost.xml',
and then change the tags as you see fit. Then use the same Nym, the server Nym,
to sign the server contract, via the 'opentxs newserver' command.***)
You must also have the server ID for the above contract, which the newserver
command will output at the same time it outputs the newly-signed server contract
.
=> Note that the Nym who signs the server contract MUST be the same Nym that you
provide HERE, for this process now...)
-- Finally, you must provide the cached key from the same wallet where you broug
ht
the Nym from (In this case, be careful to only copy the base64-encoded portion
of the cached key from the wallet, and not the XML tags around it!) We
recommend you create a blank wallet entirely for this purpose (of generating
that cached key and server Nym, to be used for your new OT server.) Then erase i
t
once this process is done.
==> WARNING: Main file not found. To create it, continue this process now...
Enter the ServerID for your server contract:
When i copied the sample data shouldnt it run automatically with that data? It asks for serverid, server user id and cached key and so on.
I thought i will test on testserver a bit and then try to connect to markm's server to check out the assets there are traded...