Bitpay does not operate their service in our country. I'm looking for a service which can convert my received BTC into stable coin instantly as I'm having buy sell business in my local. Without having converted into stable coin, it hards to ensure profit and very much risky. So, there is any alternative of Bitpay which operates worldwide, please suggest me one which you have used and have experience on that.
If BTC to Stable Coin (not your local currency) is your mission, then why are you even giving example of BitPay? Use Binance/BitMex and convert BTC to DAI/USDT. For small volume, you wont even require any KYC.
I need a good professional developer for my already existing site, I want to change its plan, I need a developer who is available to start "immediately" and work only on my site as I need it operating as soon as possible. 1. I need to see results everyday, 2. I need instant results, when I ask for a colour change I want to see it change immediately, I don't want someone who will tell me about tomorrow. 3. Contact me via email cliffpilane@gmail.com
I can clearly see, after a few days, u'll come back crying bitcointalk is full of scammers. GTFO.
Auction ends in 7 days starting from the first bid date.
p.s. I might sell to private bids or not sell at all if good price does not come up.
Are you selling the domain only or also the website with content on it? kindly clarify
All the web applications running on this domain in their current form. Please note that, some of them might not work as expected.
In that case the price is too high.Good luck with your sales
Not sure what do u mean here? If I sold only domain instead of all the web applications then the price would have been higher!
You said some web applications might not work,if they doesn't,buyer will end up having a domain only
I said 'some of them'. Not all of them. And the reason they are not working is they were coded with mySQL_ instead of mySQLi_. Now, the DB of the server, where they are hosted has been upgraded. Hence they're not working. They'll most likely start working if they're hosted on a mySQL 4 DB. Alternatively, mySQL_ can be upgraded to mySQLi_ as well.
I did some work for someone with an Arch linux server, was forced to downgrade php version to get it to work, it seems their API breaks against some upgrades.
Thanks for the pointer. That issue resolved after upgrading the version, but a new one has popped up. Now it is throwing...
Fatal error: Uncaught exception 'BlockCypher\Exception\BlockCypherSignatureException' with message '1 private keys do not correspond to any input. Please check private keys provided.' in /www/myserver.com/blockcypher1/php-client/blockcypher/php-client/lib/BlockCypher/Api/TXSkeleton.php:148 Stack trace: #0 /www/myserver.com/blockcypher1/php-client/blockcypher/php-client/lib/BlockCypher/Api/TXSkeleton.php(96): BlockCypher\Api\TXSkeleton->generateSignatures(Object(BlockCypher\Crypto\PrivateKeyList), 'btc') #1 /www/myserver.com/blockcypher1/php-client/blockcypher/php-client/lib/BlockCypher/Client/TXClient.php(35): BlockCypher\Api\TXSkeleton->sign(Array, 'btc') #2 /www/myserver.com/blockcypher1/send.php(19): BlockCypher\Client\TXClient->sign(Object(BlockCypher\Api\TXSkeleton), Array) #3 {main} thrown in /www/myserver.com/blockcypher1/php-client/blockcypher/php-client/lib/BlockCypher/Api/TXSkeleton.php on line 148
But, I have provided unencrypted Hex private key of my address. Also tried with WIF. None is working!
This issue is still unresolved.
Post
Topic
BoardBitcoin Technical Support
Re: Why bitcoin send operation is throwing error ?
I did some work for someone with an Arch linux server, was forced to downgrade php version to get it to work, it seems their API breaks against some upgrades.
Thanks for the pointer. That issue resolved after upgrading the version, but a new one has popped up. Now it is throwing...
Fatal error: Uncaught exception 'BlockCypher\Exception\BlockCypherSignatureException' with message '1 private keys do not correspond to any input. Please check private keys provided.' in /www/myserver.com/blockcypher1/php-client/blockcypher/php-client/lib/BlockCypher/Api/TXSkeleton.php:148 Stack trace: #0 /www/myserver.com/blockcypher1/php-client/blockcypher/php-client/lib/BlockCypher/Api/TXSkeleton.php(96): BlockCypher\Api\TXSkeleton->generateSignatures(Object(BlockCypher\Crypto\PrivateKeyList), 'btc') #1 /www/myserver.com/blockcypher1/php-client/blockcypher/php-client/lib/BlockCypher/Client/TXClient.php(35): BlockCypher\Api\TXSkeleton->sign(Array, 'btc') #2 /www/myserver.com/blockcypher1/send.php(19): BlockCypher\Client\TXClient->sign(Object(BlockCypher\Api\TXSkeleton), Array) #3 {main} thrown in /www/myserver.com/blockcypher1/php-client/blockcypher/php-client/lib/BlockCypher/Api/TXSkeleton.php on line 148
But, I have provided unencrypted Hex private key of my address. Also tried with WIF. None is working!
Post
Topic
BoardBitcoin Technical Support
Topic OP
Why bitcoin send operation is throwing error ?
by
retweeting
on 08/01/2016, 22:47:20 UTC
I am trying to send bitcoin implementing blockcypher API having difficulty in using the following code snippet...
The transaction is being perfectly created, but following error is being thrown while trying to send it...
Catchable fatal error: Argument 1 passed to BlockCypher\Crypto\PrivateKeyList::addPrivateKey() must be an instance of BitWasp\Bitcoin\Key\PrivateKeyInterface, instance of BitWasp\Bitcoin\Crypto\EcAdapter\Impl\PhpEcc\Key\PrivateKey given, called in /www/myserver.com/blockcypher/lib/BlockCypher/Crypto/PrivateKeyList.php on line 42 and defined in /www/myserver.com/blockcypher/lib/BlockCypher/Crypto/PrivateKeyList.php on line 53