Bitcoin Forum

Alternate cryptocurrencies => Altcoin Discussion => Topic started by: dzonbtc on September 23, 2019, 06:58:12 PM



Title: Sending multiple queued ETH transactions through an API?
Post by: dzonbtc on September 23, 2019, 06:58:12 PM
Hello all,

Is there any Ether wallet management software or some kind of API service other than BitGo that I can use to send queued Ethereum transactions, rebroadcast them automatically if they are out of gas etc. Essentially I need  reliable automatic 24 hour solution for sending ethereum transactions.  For start it is 20-50 transactions a day but it should be able to scale if needed.
Additionally, but not crucial at this moment, i will be needing solution to consolidate multiple ETH inputs to one or more hot or cold eth  wallet / addresses.

All suggestions are welcome, thank you


Title: Re: Sending multiple queued ETH transactions through an API?
Post by: pereira4 on September 24, 2019, 12:10:52 AM
Hello all,

Is there any Ether wallet management software or some kind of API service other than BitGo that I can use to send queued Ethereum transactions, rebroadcast them automatically if they are out of gas etc. Essentially I need  reliable automatic 24 hour solution for sending ethereum transactions.  For start it is 20-50 transactions a day but it should be able to scale if needed.
Additionally, but not crucial at this moment, i will be needing solution to consolidate multiple ETH inputs to one or more hot or cold eth  wallet / addresses.

All suggestions are welcome, thank you

Theres a dAPP that does exactly this:

You can learn about timenoddes and it's pretty straight forward, it's all on the github documentation.

Also look at this for an alternative: https://mycrypto.com/

Or txpool API:

Txpool

Quote
The txpool API gives you access to several non-standard RPC methods to inspect the contents of the transaction pool containing all the currently pending transactions as well as the ones queued for future processing.

Many ways to do this.


Title: Re: Sending multiple queued ETH transactions through an API?
Post by: dzonbtc on September 25, 2019, 11:28:31 AM
Thank you for your help, i have looked into your suggestions found some useful stuff, but still no one stop solution for ETH wallet management for lets say smaller exchange. By wallet management i am referring to hot and cold ETH wallet / address, sending transactions via API in a secure way 24/7, handling user deposit addresses and consolidate them to cold or hot wallet which ever is needed.
BitGo is offering something like that but initial expenses are very high, and there are additional fees afterwards. So if someone knows a  solution or maybe few smaller services / dApps that could be used for this purposes...

Thank you