dashed-slug.net
Forum Replies Created
-
Forum: Plugins
In reply to: [Bitcoin and Altcoin Wallets] Cron job errorHi, you can ignore the error, and in fact I should make it less prominent.
The cron mechanism can only run when you or a visitor looks at your site, and if your site has low traffic this will happen often. There is nothing to worry about.
Forum: Plugins
In reply to: [Bitcoin and Altcoin Wallets] Can’t connect it with block.ioHello,
Does this problem persist if you try again later? It looks like a slow connectivity issue.
Also, if you have enabled IP filtering on the block.io account, try disabling it for a moment to see if there is any change.
let me know
P.S. This is the support forum for the main plugin, the support forum for the block.io extension is at https://www.dashed-slug.net/forums/forum/block-io-cloud-wallet-adapter-extension-support/
Forum: Plugins
In reply to: [Bitcoin and Altcoin Wallets] Bitcoin and Altcoin Wallets errorThank you, every time such an incident happens I add to the troubleshooting section of the manual. It’s like a knowledgebase for installation issues.
I guess we’ll never know what went wrong.
If you face further issues please open a new thread.
best regards
AlexForum: Plugins
In reply to: [Bitcoin and Altcoin Wallets] Bitcoin and Altcoin Wallets errorTry adding a domain mask in all your IP filters. i.e.:
rpcallowip=148.163.126.87/24 rpcallowip=148.163.126.72/24and try again.
Forum: Plugins
In reply to: [Bitcoin and Altcoin Wallets] Bitcoin and Altcoin Wallets errorNo, sorry if I was not clear. I said that the port looks open from here. I do not know why the port looks closed from your WordPress. The fact that they opened up the firewall was a necessary step.
Running your own apache or nginx server is not incredibly hard as long as you keep them updated, but the plugin should still work with the setup you have now.
Are you running any firewall on your VPS?
You could also check your bitcoin logs at
~/.bitcoin/debug.logor~/.bitcoin/testnet3/debug.log. There could be clues there as to what’s going on.EDIT: You could
tail -fthe logs and observe if anything is written out 1) while starting the wallet and 2) while trying to connect from the plugin. There will be a lot of data in there, but you are only interested in errors that may occur at the time of these two events.- This reply was modified 8 years, 5 months ago by dashed-slug.net. Reason: added instructions on how to check logs
Forum: Plugins
In reply to: [Bitcoin and Altcoin Wallets] Bitcoin and Altcoin Wallets errorOK your tests indicate that the port is open. I can also see the open port from where I am. This means that it’s not a firewall issue on the side of your VPS host. However the port appears closed to the plugin.
What I meant earlier was that your host might be running a firewall blocking outgoing connections from your WordPress host to any TCP port other than 80 and 443. I say this because another user had that problem. I do not know if this is the case for you, just something worth investigating.
I do not think that your issue has to do with your IP filtering settings (
rpcallowip). If it did, you’d get a reply with “403 – forbidden”. And if you later get a “301 – unauthorized” reply, that would have to do with your credentials.As it is right now the plugin sees a closed port. That’s why the only thing I can think of is some outgoing firewall on your WordPress machine.
Internally the plugin uses the PHP curl module to connect to that port. If you google for that error, you will see that when others had that same error, “Connection refused” it was always some firewall to blame.
https://stackoverflow.com/questions/45041047/php-curl-connection-refused
https://stackoverflow.com/questions/44114090/php-curlconnection-refusedIf you decide to check with your host I’d be very interested to hear what you find.
Once you get this resolved, you should use
rpcallowipto accept incoming connections only from your WordPress machine.regards
Forum: Plugins
In reply to: [Bitcoin and Altcoin Wallets] Bitcoin and Altcoin Wallets errorHello,
First of all thank you for the thorough explanation of what you did.
The suggested
rpcauthvalue contains the username and password that you provided, salted with random data. So it’s normal that every time it’s different. You could use any one of the suggested values, but usingrpcuserandrpcpasswordshould also work.The error that you report, *connection refused*, is normally shown if the RPC port is not open. If you try to connect to any random port that is not open, you will see that you will get the same error. So the plugin sees a closed TCP port.
You did not mention if you have specified
rpcport=8332in your conf file. It should be the default, but it doesn’t hurt to specify it.Other than that, try using
telnetornc(netcat) to see if that TCP port is open on your server.Lastly, I would not discount the possibility that there is a firewall on your WordPress machine that blocks outgoing connections to non-standard ports. Just because the peer-to-peer communication over 8333 works doesn’t mean that 8332 also works…
In conclusion, set the
rpcportsetting, and also try to check if the port is actually open. Let me know what you find.Forum: Plugins
In reply to: [Bitcoin and Altcoin Wallets] edit DB?OK, if I understand you correctly you attempted to transfer coins, not via the plugin, but via your wallet directly.
This would cause a deposit to be registered to the recipient, but no withdrawal would have been registered for that same amount.
First you can check to verify that this is the case in Wallets -> Transactions.
The transactions are stored on the
wp_wallets_txstable in your DB. Make sure to replace thewp_prefix with whatever you’re using in your installation.If I understand correctly what you did, then you could just delete that deposit row.
You can also contact me by email if you need any help with this. https://www.dashed-slug.net/contact/
regards
Forum: Plugins
In reply to: [Bitcoin and Altcoin Wallets] Column widths in [wallets_transactions]Thanks I would change the tables myself but at the moment I have very little time.
Can you check under Wallets -> Transactions? You should be able to see if the 10 LTCT were deposited into an address? If that address is registered as the deposit address of that user then it would make sense.
Forum: Plugins
In reply to: [Bitcoin and Altcoin Wallets] getting strange 500 error1. Yes, I have added compatibility with wallets that require a passphrase.
2. Despite what I previously said, this will not currently let you connect to blockchain.info. Their RPC API seems to be decommissioned. The
rpc.blockchain.infoserver does not appear to exist.3. About the comma, can you please send me a screenshot? Thank you.
Forum: Plugins
In reply to: [Bitcoin and Altcoin Wallets] Column widths in [wallets_transactions]Hello,
You have brought up two distinct issues:
1. I know the table is a bit crowded. There are two things you can do: either use some css on it or provide your own knockout views. You can copy the views to a different directory and modify the knockout views. This is described in the documentation, the filter is named
wallets_views_dir.2. The 10 LTCT coins that you got would not show up in the plugin because they were not deposited to a user’s deposit address. They were simply added to your wallet balance by CoinPayments. Users get money into their account when they deposit money to their deposit address via
[wallets_deposits]or when they receive money from other users.Forum: Plugins
In reply to: [Bitcoin and Altcoin Wallets] Electrum adapter questionsNo, that is not possible.
Why do you want to use Electrum? You either need to set up a server or use one of the cloud wallets.
If you decide to install a wallet on a server, I assume you are worried about the costs of downloading a blockchain? Then install the bittiraha wallet as described in the readme. If on the other hand you find it too hard to setup a standalone wallet, use one of the cloud wallets.
The Electrum wallet adapter should work but is experimental. I don’t think anyone’s using it yet and it might not work well.
Forum: Plugins
In reply to: [Bitcoin and Altcoin Wallets] links in transaction tableThe deposit address “from” column is as intended. You are credited from your deposit address. This is a record of your site account. Think of it as money “jumping off” the blockchain and entering your site “from” that address.
I have implemented the explorer links you requested and will be pushing the code along with a few other user requests, right after I test everything again.
My shapeshift extension is 90% done but I am always too busy to get it to 100%.
Forum: Plugins
In reply to: [Bitcoin and Altcoin Wallets] links in transaction tableYou can override the knockout views directory with the
wallets_views_dirfilter (see shortcodes.php)I do have a roadmap but I don’t publish it because I don’t want to make a fool of myself when I fall behind 😉
In short, my main goals right now: 1. shapeshift, 2. Ethereum/ERC20 adapter, 3. more instructional videos and howtos on youtube, 4. accept crypto payments on dashed-slug via a membership extension that I will publish.
The plan was to have the first two ready by July 2017…
Forum: Plugins
In reply to: [Bitcoin and Altcoin Wallets] links in transaction tableThe issue here is that normally coin adapters should report a URL pattern that can display addresses and transactions in an explorer. While cryptoid has a large number of coins it does not have all of them (can’t find DOGE in their list, that’s a showstopper for me!!!). So there needs to be some work done on the coin adapters interface, and then in the coin adapter implementations. Cryptoid can be the default as long as adapters can override this. Things are never as simple as they seem 🙂