Bitcoin Forum
August 02, 2024, 05:55:03 PM *
News: Latest Bitcoin Core release: 27.1 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: [1]
1  Bitcoin / Electrum / [RPC] Electrum method not supported 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 ?
Pages: [1]
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!