![]() |
Bitcoin payment processor?
What are some of the best bitcoin payment processors out there that work with adult? :helpme
|
|
Quote:
|
Quote:
But it's already build in: "Balance withdraw system (where a high-volume service allows users to request withdrawals from their balance, the service can then easily batch all the payouts to many users, at fixed intervals)" Here: https://docs.btcpayserver.org/PullPayments/ |
If you're just going to use it to make bulk payouts to your affiliates, you don't need to setup and host your own public BTC node at all.
At the end of the month simply make a dump of all the affiliate earnings and save it as a txt file (or CSV etc)... Each seperate line should show the affiliate partner's BTC address and amount he has earned that period, and use some random seperator in between those two values. If you haven't already, download and install the official BTW wallet to your local PC. Then, just run a Windows batch script which reads that that dump file (txt file) line by line and passes that data directly to your local BTC wallet daemon (in a loop), using the CLI (and its build in JSON-RPC api). Batch script for Windows should probably look something like this: ---- @echo on setlocal enableDelayedExpansion for /f "tokens=1,2 delims=|" %%A in ("C:\path\to\dump\file.txt) do ( bitcoind.exe sendtoaddress "%%A" "%%B" ) exit ------ Where %%A is the affiliate BTC address and %%B is the earnings amount (in BTC). Just save as a .bat file and double click to run it. That way, your wallet never gets exposed to the public which is a lot less risky. |
COINPAYMENTS
already supports payment processing for several companies in the adult space, including Pornhub, Brazzers, Nutaku... |
transactions fees are an issue with btc or eth on mass payments, id adopt to coins that are more tangible, there are options now
|
Thanks a bunch! :thumbsup
Quote:
|
This is so helpful! I really appreciate it. Do you know if BTC can convert US Dollars (fiat) to bitcoin and then proceed with outgoing payments?
Quote:
|
All times are GMT -7. The time now is 09:36 AM. |
Powered by vBulletin® Version 3.8.8
Copyright ©2000 - 2025, vBulletin Solutions, Inc.
©2000-, AI Media Network Inc