Author

Topic: Send ethereum with zero fee (Read 121 times)

member
Activity: 322
Merit: 40
“The Premier Digital Asset Management Ecosystem”
May 29, 2018, 12:56:12 PM
#11
On that way is the fee zero, but look at the timestamp. It can take up to 5/6 days before the transaction succeed. It is always better to put the gas higher and that the transaction succeed fast. If you have days to wait, then you can do it on this way.
full member
Activity: 546
Merit: 100
EndChain - Complete Logistical Solution
May 29, 2018, 08:33:19 AM
#10
I don't think it would be possible to do this for a long period of time. First of all because Ethereum has big problems with speed and your 0.1 fee will make your transaction go forever
newbie
Activity: 91
Merit: 0
May 29, 2018, 08:30:35 AM
#9
In recent days, the cost of gas is very high. If the efficiency of API is very high, it can overcome the problem of ETH's high transfer cost recently.
newbie
Activity: 232
Merit: 0
May 29, 2018, 08:29:42 AM
#8
Thanks for interesting topic. I'll try to understand at leisure. Always wondered how some can send tokens with a practically zero commission. Now, it seems, I'm beginning to understand how this is possible!
member
Activity: 230
Merit: 14
May 29, 2018, 08:27:38 AM
#7
Not with zero fee that´s for sure, you are going to use at least 25000 gas and that means that you will always spend some eth, even if it is just a little bit due to low congestion.
sr. member
Activity: 630
Merit: 251
May 29, 2018, 08:21:31 AM
#6
very interesting to use in bulk, but how about the speed of transactions, whether fast or slow?
some days I have a problem in MEW, I can not send the token and always fail, even though the gas is set up high, does anyone have a problem like me?
newbie
Activity: 295
Merit: 0
May 29, 2018, 08:15:04 AM
#5
Yeap thats possible as we can see at the transactiions info, but you need to install metamask if you dont have it, and upgrade some apis, wish that possible with eth platform tokens too
newbie
Activity: 196
Merit: 0
May 29, 2018, 07:58:32 AM
#4
I am looking forward to ETH will not charge transaction fees. But there will be no such thing, because the transaction fee will help the developers to develop
member
Activity: 532
Merit: 11
May 29, 2018, 04:11:07 AM
#3

Well apparently can send ethereum with zero fee.
Have a video tutorial?
and also whether the way is really safe? I still doubt.
newbie
Activity: 26
Merit: 0
May 29, 2018, 03:54:28 AM
#2
Heпoнятнo для этoгo нyжнo cкaчaть кaкoe-тo пpилoжeниe?
jr. member
Activity: 92
Merit: 1
May 29, 2018, 12:04:57 AM
#1
Some of you may notice some guys sending ETH and tokens with 0 gas(zero fee).

Here is some tx id check it.

https://etherscan.io/tx/0x96e0b0b1848f8b0cc3e5083cc2bada1383b93b3bb2b322208341a29d1d58eff1

Another one with 1 wei (0.000000001 Gwei)

https://etherscan.io/tx/0x17224490348c17eb3bf7f17679f7b42b021b1ff9361b0670eccb24383f54f507

Do you wonder how they do it??

If you are using MyEthereWallet you can lowest set to 1 Gwei, but with MetaMask you can set to 0.1 Gwei

For lowered Gas Price you need to use the web3 APIs directly. For my transactions I have used web3j API (https://github.com/web3j/web3j) which is the API for Java. Below is the code snippet of web3j program that I used to send the transaction with 1 wei.

Here is the code for send eth with low fee

https://gist.githubusercontent.com/jchittoda/3f9f772b290d3f4194aed5da0f60941e/raw/fcf73056f2a09132ec9cb2148f1e0c20f19f7174/SendEthWithLowGasPrice.java

Nb:I specifically send with Gas Price = 1 wei only and this got mined within 10 mins of waiting time on the network, this was possible since Ethereum network was not having congestion during that time.


Jump to: