Author

Topic: [RPC] Electrum method not supported (Read 456 times)

legendary
Activity: 1896
Merit: 1353
October 20, 2016, 12:04:13 PM
#2
use 'addrequest'
newbie
Activity: 1
Merit: 0
October 20, 2016, 09:10:38 AM
#1
Code:
electrum setconfig rpcport 7777
electrum daemon start
curl --data-binary '{ "id": 0, "method": "wallet.create_new_address()", "params": [] }' http://127.0.0.1:7777

Returns:
Code:
{"error": {"message": "Method wallet.create_new_address() not supported.", "code": -32601}, "jsonrpc": "2.0", "id": 0}

Is there any way to generate new address via RPC or command line ?
Jump to: