forknote / forknote-pool

Mining pool for Bytecoin/Forknote based coins such as Bytecoin and Dashcoin.
https://github.com/forknote/forknote-pool
GNU General Public License v2.0
123 stars 185 forks source link

Error with send_transaction RPC request to wallet daemon {"code":-32601,"message":"Method not found"} #82

Open 88tom opened 6 years ago

88tom commented 6 years ago

Hi, with new walletd when the pool try to send rewards to other wallets this error appear: Error with send_transaction RPC request to wallet daemon {"code":-32601,"message":"Method not found"} maybe the api of forknote-pool need some update?

doubitcoin commented 6 years ago

incorrect port on daemon/wallet

88tom commented 6 years ago

Checked, walletd and daemon are configured correctly, i think the problem is here: https://github.com/bcndev/bytecoin/wiki/Bytecoin-Wallet-Daemon-JSON-RPC-API#10-create-transaction They changed the commands..