Isn't the fee depends on the amount of BTC sending per transaction ? I also believe Roger Ver is more in to Bitcoin Cash, so he may be giving an hint that go for BCC instead of BTC. What do you guys think?
No
Also the headline of this task is misleading, and the word "shit" wrongly used ... At best stupidity would be the right word for someone paying this amount of fees.
The fee never depends on the amount of bitcoin value. It depends on the size of a transaction. A transaction can have 100s or thousands of entries, that add to the size of a transaction. Hence fees are paid in
Satoshi per Byte.
Imagine you are a service, and have to pay 250 users some Satoshis in the next 2 or 3 blocks. Assume you have one input (your own UTXO), then you have a tx with 250 outputs, with each tx output having roughly 40Bytes output Bytes in it's easiest form: TX_OUT Value (uint64_t), TX_OUT PK_Script Length (var_int), TX_OUT pk_script (uchar[]). A good approximation for P2PKH tx is:
--> fee = (n_inputs * 148 + n_outputs * 34 + 10) * price_per_byte
That creates a tx with approx. 10 kbytes in size. If you have to pay 100 Satoshis per byte, then this creates 10.000 * 100 = 1mio Satoshi fee, equals to 0.01 Bitcoin, currently ~50 Euros.
But!
You can reduce the fees to 15 Satoshi per byte, then it will get later into a block, and the fees reduce to less than 10 Euros.
A very small transaction with one input an one output is in the range of 228 bytes, with 100 Satoshi per byte the fees would be 22800 Satoshis, 0.00028 bitcoins (somewhere in the 1 Euro range).
Experts to the front to prove/reject my math
The majority here seems to ignore this fee specification, and prefers to follow the fud and useless emotional energy waste. Get informed, and save fees, or stay dumb and pay the fees!
And Roger should have mentioned this, when he did the transaction, or even provide a a link to the tx, so we could look it up. Otherwise it seems to be an intentionally misleading of the community.
Next step for low fee transactions (coffee, online books, ...): look at lightning!
(And then you understand, why miners are against SegWit and Lightning, cause their basis of revenue is reduced dramatically by the network).