Bitcoin Forum

Bitcoin => Bitcoin Technical Support => Topic started by: magentowizard on March 25, 2014, 09:23:37 PM



Title: Bitcoin JSON RPC API Eror
Post by: magentowizard on March 25, 2014, 09:23:37 PM
I am using Magento Bitcoin JSON RPC API Module

Getting followin Eror:

JSON-RPC Error: Table 'bitcoin_blockchain.bitcoin_wallets' doesn't exist (-32603).

What could be problem? I searched google there's nothing there.


Title: Re: Bitcoin JSON RPC API Eror
Post by: virtuexru on March 25, 2014, 09:51:09 PM
It seems like a database issue.

bitcoin_blockchain.bitcoin_wallets

bitcoin_blockchain <--- database
bitcoin_wallets <--- table (doesn't exist)


Title: Re: Bitcoin JSON RPC API Eror
Post by: magentowizard on March 25, 2014, 10:38:26 PM
Yes, it seems like a database issue but this response comes from server.

Local environment doesn't have this database or table.


Title: Re: Bitcoin JSON RPC API Eror
Post by: virtuexru on March 26, 2014, 02:38:30 PM
Yes, it seems like a database issue but this response comes from server.

Local environment doesn't have this database or table.

Not sure what you are saying here... you mean the server as in bitcoind or the magento server? You have a local environment too? The error in your original post is clearly a missing table. Put the table in, in all environments, and you should be good to go.


Title: Re: Bitcoin JSON RPC API Eror
Post by: magentowizard on April 04, 2014, 12:52:39 AM
hi, its from bitcoind server