Bitcoin Forum

Alternate cryptocurrencies => Altcoin Discussion => Topic started by: Smokey23 on April 23, 2020, 06:16:58 AM



Title: ETH Scripts
Post by: Smokey23 on April 23, 2020, 06:16:58 AM
Someone is running a script on a ETH address1 where in any ETH received is immediately sent to another address. The address1 has some tokens inside as well, but they need ETH to be moved. There in lies the challenge....

Anyone up to the task?



Title: Re: ETH Scripts
Post by: Smokey23 on April 23, 2020, 04:20:14 PM
bump


Title: Re: ETH Scripts
Post by: noorman0 on April 23, 2020, 08:55:59 PM
You must have another wallet (address2) programmed as an ETH balance tracker at address1 and as the main reservoir of gas costs, set a minimum balance for address1 as a trigger and send ETH automatically if the minimum balance has been exceeded. Thus, addresses2 become an exception that ETH sent to address1 will not be sent automatically to another address.
This looks like the way a smartcontract exchange works. Are you building it? maybe you need to discuss specifically in the project development section

If you are looking for a smartcontract developer, you must post in the services section. Please be careful of anyone about the script code, at least you should know basically how the smartcontract script works.


Title: Re: ETH Scripts
Post by: Smokey23 on April 24, 2020, 06:54:56 AM
You must have another wallet (address2) programmed as an ETH balance tracker at address1 and as the main reservoir of gas costs, set a minimum balance for address1 as a trigger and send ETH automatically if the minimum balance has been exceeded. Thus, addresses2 become an exception that ETH sent to address1 will not be sent automatically to another address.
This looks like the way a smartcontract exchange works. Are you building it? maybe you need to discuss specifically in the project development section

If you are looking for a smartcontract developer, you must post in the services section. Please be careful of anyone about the script code, at least you should know basically how the smartcontract script works.

Thanks for your reply. I wanted to give you merit however I have 0 sendable at the moment.

I will post in the proj dev section as you suggested. Are you also a developer?


Title: Re: ETH Scripts
Post by: noorman0 on April 24, 2020, 03:13:55 PM
I will post in the proj dev section as you suggested. Are you also a developer?
I'm not, I've only ever found a smartcontract flowchart for exchanges, but I forgot the source to attach here. You can also look for references on this site https://ethereum.stackexchange.com if you intend to build it yourself.

Thanks for your reply. I wanted to give you merit however I have 0 sendable at the moment.
No need, that's the benefit of this forum to exchange ideas. Just save your sMerit to people who help you in more detail about this.