Bitcoin Forum

Bitcoin => Electrum => Topic started by: notashishk on October 20, 2016, 02:10:38 PM



Title: [RPC] Electrum method not supported
Post by: notashishk on October 20, 2016, 02:10:38 PM
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 ?


Title: Re: [RPC] Electrum method not supported
Post by: ThomasV on October 20, 2016, 05:04:13 PM
use 'addrequest'