web钱包我之前没搞定
这下有教程了 太好了
会提示这个哦jerry@jerry-VirtualBox64bit:~/bitshares_toolkit/programs/client$ ./bitshares_client --server --httpport 9989
================================================================
= =
= Welcome to BitShares XTS =
= =
= This software is in alpha testing and is not suitable for =
= real monetary transactions or trading. Use at your own =
= risk. =
= =
= Type 'help' for usage information. =
================================================================
Logging to file "/home/jerry/.BitSharesXTS/default.log"
Logging RPC to file "/home/jerry/.BitSharesXTS/rpc.log"
Loading config "/home/jerry/.BitSharesXTS/config.json"
{
"rpc": {
"rpc_user": "",
"rpc_password": "",
"rpc_endpoint": "127.0.0.1:0",
"httpd_endpoint": "127.0.0.1:0",
"htdocs": "./htdocs"
},
"default_peers": [
"107.170.30.182:8764"
],
"ignore_console": false
}
Loading blockchain from "/home/jerry/.BitSharesXTS/chain"
Using genesis block from file "/home/jerry/bitshares_toolkit/programs/client/genesis.json"
Error starting RPC server
You specified --server on the command line,
but did not provide a username or password to authenticate RPC connections.
You can provide these by using --rpcuser=username and --rpcpassword=password on the
command line, or by setting the "rpc_user" and "rpc_password" properties in the
config file