-
I need to use many trongrid keys for case falling dawn by rps or any other problems
I've made changes - try it https://github.com/andelf/tronpy/pull/140/commits/6b4cc3d921d61f085c539d5cf4a2680a6c2f…
-
`// Load dependencies
import TronWeb from 'tronweb';
import xToken from './build/contracts/xToken.json' with { type: 'json' }; //importing the JSON
// private key
const privateKey = 'xxxxxxxxxxx…
-
Hi guys, I need some help.
I am trying to make a script using tron network and when I am importing the network for utilization I keep getting the error tronweb is not a constructor.
I am using…
-
Environment:
1. AlmaLinux 8, Tomcat 8.5.100, Java 8, Trident 0.9.1
2. Amazaon EC2 t3.xlarge instance, 4vCPUs, 16GB, 120GB gp3
Problem:
My token listener program is supposed to be scheduled to r…
-
I am a Node operator and have set up the **Tron event subscription** using the official documentation (https://developers.tron.network/docs/event-plugin-deployment-mongodb).
After executing the **get…
-
```python
from tronapi import Tron
import logging
import json
logging.basicConfig(level=logging.DEBUG, format="%(asctime)s - %(levelname)s - %(message)s")
logger = logging.getLogger()
full…
-
I want to create a transaction by using api call https://api.nile.trongrid.io/wallet/createtransaction , which gives me this response for example :
> {"visible":false,"txID":"ca3d16a01baa0cc7506d1c…
-
Hello!
I wanted to point out a bug in the `tronGrid.account.getTransactions` method (or endpoint `/v1/accounts/{address}/transactions`)
In the response with transaction history for the wallet, t…
-
Getting events for a specific transaction is not working.
$tron->getEventByTransactionID($tr_id);
response is
Fatal error: Uncaught GuzzleHttp\Exception\ClientException: Client error: `POST ht…
-
{"Error":"request rate exceeded the allowed_rps(10), and the query server is suspended for 5 s"}
How Can I fix this rate limit error?
Code :
$fullNode = new \IEXBase\TronAPI\Provide…