Bitcoin Forum
June 24, 2024, 02:13:08 AM *
News: Voting for pizza day contest
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: Technical solution for my problem of high fees - help needed  (Read 126 times)
mouse91 (OP)
Newbie
*
Offline Offline

Activity: 16
Merit: 0


View Profile
April 26, 2018, 12:25:57 PM
 #1

Hello everyone, I am a web developer and I am in the process of doing course ethereum / solidity. I have a question about creating a web application on ethereum. I've created an example of a smart contract that creates a typical blog post. I included rates in it, so a user who would like to rate a post must perform the "adding rate" function. After testing this contract for the testnet rinkeby - adding the post and evaluation cost amounted to approximately 40 cents. It seems to me that for such operations it is a very high price and when creating such an application for mainnet ethereum, it would be very expensive. Do you have any alternatives to solve this problem - high costs?
starmyc
Full Member
***
Offline Offline

Activity: 198
Merit: 130

Some random software engineer


View Profile
April 26, 2018, 01:34:19 PM
 #2

You really should share your contract, as fees really depends of it and its functions. It will difficult to help you if you don't share the code! Smiley

Hi, I'm just some random software engineer.
You can check my projects: Bitcoin & altcoin balances/addresses listing dumps: https://balances.crypto-nerdz.org/
devonneburger7
Newbie
*
Offline Offline

Activity: 19
Merit: 0


View Profile
April 26, 2018, 01:58:32 PM
 #3

Storing a large amount of data on a blockchain will be expensive. Think about it this way, you are paying 40 cents for that amount of data to be replicated over 10's of thousands of nodes and always be available.

You would probably be better off using a blockchain like StorJ or Filecoin for your blog.
mouse91 (OP)
Newbie
*
Offline Offline

Activity: 16
Merit: 0


View Profile
April 26, 2018, 02:42:17 PM
 #4

The code and functions are really simple, and still it takes a lot of fee.

What about using rinkeby ? how are other projects that have a lot of counting in their functionality are dealith with it? what are the alternatives that are still decentralized like ethereum?


@devonneburger7

Im talking more executing functions and fees for that instead of hosting space, because thats what StorJ is for right?
devonneburger7
Newbie
*
Offline Offline

Activity: 19
Merit: 0


View Profile
April 27, 2018, 07:21:39 AM
 #5

If that is the case then the numbers are not adding up.

Can you post a link to your contract?
Pages: [1]
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!