Fix remote execution#6
Fix remote execution#6msmarcal wants to merge 1 commit intocoinspark:masterfrom msmarcal:hotfix/remote-request-fix
Conversation
|
I'm afraid I don't think that suggestion is right, because that's all in an outer branch where If you set the But still you're right that there's an issue there, in that it's not calculating the location of |
|
Hi gidgreen, Sorry.. I meant I set I think it is happening in linux boxes also. I'll test it. My planning is submitting transactions to an external node. br, |
|
Hi! I've tested on a Linux box. I'm afraid OP_RETURN is only working when you have a local bitcoin node installed. Please see below my testing details: Testing box: My constans: Simple testing execution |
|
If you set |
|
Setting I get: |
|
Unless you're using testnet, the RPC port should be |
|
I am using testnet. Testing with 18332: It's working when you have ALL constants set. Note you check default port to 18332 when it isn't set: LINE 507: |
|
OK, so you need |
Hi,
I've tested this great script but, when I run it on a Mac OS X box sending request to a externeral bitcoin full node I got following error:
It seems
OP_RETURN.phpis checking for posix_getpwuid even when you setOP_RETURN_BITCOIN_USE_CMDandOP_RETURN_BITCOIN_IPconstantsThis pull request should fix this.
Thank you for your excellent work!!!