Apr 13, 2021
3
0
1
This add-on is installed here, you can see how it works on account funding.


This is how it works :)
Is the program fully open source? Is there an encrypted part? Will it come with authorization or any cryptographic parts? I'm very concerned about Bitcoin wallet security
 
Premium
Developer
Jun 11, 2020
520
356
63
Is the program fully open source? Is there an encrypted part? Will it come with authorization or any cryptographic parts? I'm very concerned about Bitcoin wallet security
All the code is completely open and you can study its work. Your wallet is safe and data from it is stored only on your server.

Do you have any other contact information? T G? Or icq?
 
Apr 15, 2021
1
0
1
An exception occurred: [ParseError] syntax error, unexpected '?' in src/addons/BS/BitcoinPayment/vendor/denpa/php-bitcoinrpc/src/Exceptions/Handler.php on line 47

  1. Composer\Autoload\includeFile() in src/vendor/composer/ClassLoader.php at line 322
  2. Composer\Autoload\ClassLoader->loadClass()
  3. spl_autoload_call() in src/addons/BS/BitcoinPayment/vendor/denpa/php-bitcoinrpc/src/functions.php at line 121
  4. require() in src/XF/ComposerAutoload.php at line 112
  5. XF\ComposerAutoload->autoloadFiles() in src/XF/ComposerAutoload.php at line 33
  6. XF\ComposerAutoload->autoloadAll() in src/XF.php at line 264
  7. XF::registerComposerAutoloadDir() in src/XF/App.php at line 2316
  8. XF\App->setupAddOnComposerAutoload() in src/XF/Install/App.php at line 160
  9. XF\Install\App->setup() in src/XF.php at line 461
  10. XF::setupApp() in src/XF.php at line 484
  11. XF::runApp() in install/index.php at line 14


did you know what happen?
 
Premium
Developer
Jun 11, 2020
520
356
63
An exception occurred: [ParseError] syntax error, unexpected '?' in src/addons/BS/BitcoinPayment/vendor/denpa/php-bitcoinrpc/src/Exceptions/Handler.php on line 47

  1. Composer\Autoload\includeFile() in src/vendor/composer/ClassLoader.php at line 322
  2. Composer\Autoload\ClassLoader->loadClass()
  3. spl_autoload_call() in src/addons/BS/BitcoinPayment/vendor/denpa/php-bitcoinrpc/src/functions.php at line 121
  4. require() in src/XF/ComposerAutoload.php at line 112
  5. XF\ComposerAutoload->autoloadFiles() in src/XF/ComposerAutoload.php at line 33
  6. XF\ComposerAutoload->autoloadAll() in src/XF.php at line 264
  7. XF::registerComposerAutoloadDir() in src/XF/App.php at line 2316
  8. XF\App->setupAddOnComposerAutoload() in src/XF/Install/App.php at line 160
  9. XF\Install\App->setup() in src/XF.php at line 461
  10. XF::setupApp() in src/XF.php at line 484
  11. XF::runApp() in install/index.php at line 14


did you know what happen?
Hello. I apologize, the description contained incorrect information about the minimum PHP version. The minimum PHP version for the add-on to work is 7.1
 
Nov 29, 2020
12
1
3
Hi,

can you please add a "calculate max. withdraw amount" link or button, or maybe the max withdrawl amount will be automatically calculated once the Fee is selected from the drop down. It's always very complex to calulate the max. withdraw amount manually.

1619459619988.png
 
  • Like
Reactions: 021
Nov 29, 2020
12
1
3
Hi,

can you please add a "calculate max. withdraw amount" link or button, or maybe the max withdrawl amount will be automatically calculated once the Fee is selected from the drop down. It's always very complex to calulate the max. withdraw amount manually.

View attachment 296
How about this feature ? Would add this feature please for your next update ?
 
Nov 29, 2020
12
1
3
I want switch the BTC-Core VPS to a new Provider.
Does it required to take backups of some files on the current BTC Core Server ?
What do I have to consider if I want to move the VPS to a new provider ?

Thanks
 
Premium
Developer
Jun 11, 2020
520
356
63
I want switch the BTC-Core VPS to a new Provider.
Does it required to take backups of some files on the current BTC Core Server ?
What do I have to consider if I want to move the VPS to a new provider ?

Thanks
Your choice. You can transfer all the information from the old server, or you can simply set up a new server with a new wallet. Unfortunately, for the first method I do not have detailed instructions yet, and for the second method you need:
1. Transfer all funds from the server to your wallet
2. Disable payment gateway
3. Wait for pending payments to be completed
4. Set up a new server and fill in the data in the payment profile

Also I can carry out the transfer of all data for a fee for you
 
Jul 6, 2022
3
0
1
Hello

We are receiving this error.

InvalidArgumentException: Unable to parse URI: https://: src/vendor/guzzlehttp/psr7/src/Uri.php:72

Generated by: administrator Jul 7, 2022 at 2:22 AM

Stack trace

#0 src/vendor/guzzlehttp/psr7/src/Utils.php(423): GuzzleHttp\Psr7\Uri->__construct('https://:')
#1 src/vendor/guzzlehttp/psr7/src/functions.php(41): GuzzleHttp\Psr7\Utils::uriFor('https://:')
#2 src/vendor/guzzlehttp/guzzle/src/Client.php(72): GuzzleHttp\Psr7\uri_for('https://:')
#3 src/addons/BS/BitcoinPayment/vendor/denpa/php-bitcoinrpc/src/Client.php(80): GuzzleHttp\Client->__construct(Array)
#4 src/addons/BS/BitcoinPayment/Payment/BitcoinRpc.php(294): Denpa\Bitcoin\Client->__construct(Array)
#5 src/addons/BS/BitcoinPayment/Payment/BitcoinRpc.php(208): BS\BitcoinPayment\Payment\BitcoinRpc->getClient(Array)
#6 src/XF/Admin/Controller/PaymentProfile.php(110): BS\BitcoinPayment\Payment\BitcoinRpc->verifyConfig(Array, NULL)
#7 src/XF/Mvc/FormAction.php(170): XF\Admin\Controller\PaymentProfile->XF\Admin\Controller\{closure}(Object(XF\Mvc\FormAction))
#8 src/XF/Admin/Controller/PaymentProfile.php(146): XF\Mvc\FormAction->run()
#9 src/XF/Mvc/Dispatcher.php(352): XF\Admin\Controller\PaymentProfile->actionSave(Object(XF\Mvc\ParameterBag))
#10 src/XF/Mvc/Dispatcher.php(259): XF\Mvc\Dispatcher->dispatchClass('XF:PaymentProfi...', 'Save', Object(XF\Mvc\RouteMatch), Object(XF\Admin\Controller\PaymentProfile), NULL)
#11 src/XF/Mvc/Dispatcher.php(115): XF\Mvc\Dispatcher->dispatchFromMatch(Object(XF\Mvc\RouteMatch), Object(XF\Admin\Controller\PaymentProfile), NULL)
#12 src/XF/Mvc/Dispatcher.php(57): XF\Mvc\Dispatcher->dispatchLoop(Object(XF\Mvc\RouteMatch))
#13 src/XF/App.php(2352): XF\Mvc\Dispatcher->run()
#14 src/XF.php(524): XF\App->run()
#15 admin.php(13): XF::runApp('XF\\Admin\\App')
 
Jul 6, 2022
3
0
1
Can please assist as it appers it is not sending some info to the bitcoin core server.

rray(4) {
["url"] => string(34) "/admin.php?payment-profiles/0/save"
["referrer"] => string(87) "https://********MyDOMAIN/admin.php?payment-profiles/add&provider_id=bsBitcoinRpc"
["_GET"] => array(1) {
["payment-profiles/0/save"] => string(0) ""
}
["_POST"] => array(8) {
["_xfToken"] => string(8) "********"
["title"] => string(16) "Bitcoin Payments"
["display_title"] => string(16) "Bitcoin Payments"
["options"] => array(8) {
["scheme"] => string(5) "https"
["host"] => string(0) ""
["port"] => string(0) ""
["user"] => string(0) ""
["password"] => string(8) "********"
["ca"] => string(0) ""
["wallet"] => string(0) ""
["min_confirmations"] => string(1) "3"
}
["provider_id"] => string(12) "bsBitcoinRpc"
["_xfRequestUri"] => string(56) "/admin.php?payment-profiles/add&provider_id=bsBitcoinRpc"
["_xfWithData"] => string(1) "1"
["_xfResponseType"] => string(4) "json"