# PHP Multi-Node BTC Broadcast Accelerator
```php
BTC Accelerator
₿ BTC Multi Broadcast Accelerator
```
## Requirements
Enable PHP cURL:
```bash
sudo yum install php-curl -y
sudo systemctl restart httpd
```
or:
```bash
sudo systemctl restart apache2
```
## Usage
1. Upload file to VPS
2. Open webpage
3. Paste RAW transaction HEX
4. Click Broadcast
## Notes
* Some public nodes rate-limit requests
* Rebroadcasting does not guarantee confirmation
* Very low fee transactions may still remain stuck
* Best solution is CPFP or RBF if supported by wallet
## Recommended Future Upgrades
* Add mempool fee estimator
* Add tx decoder
* Add automatic TXID extraction
* Add Tor proxy support
* Add dark/light mode
* Add Binance fee tracker
* Add WordPress plugin wrapper