it saves it automatically for me. It shoud save for your too in --datadir folder
on os x ~/Users/User/Library/Ethereum/geth/chaindata
check the size of that folder
if you stop downloading and start again mist will check this folder and it should continue to save into it
novumhouse
@novumhouse
ok, it saves automatically for me to. thanx
xlcrr
@xlcrr
I have a few questions
how can I get my web-app api to hit a function on my smart contract? eg mint a token
how can I create wallet id's for users? Do I need to run a full node on my server? Is --fast mode enough to run a full node? How expensive is running a node? Do users need to have eth to send mytoken and pay gas or can I implement a tax on mytoken?
Trimac
@Trimacom
hello. im looking for the list of the tokken that has buil on ethereum net. can somebody give me some link please?
could sb please tell me what can i do with ethers from test-net network?
where can i read about it?
yungsarria
@yungsarria
Could someone guide me on writing a smart contract? I think what I am looking for isnt so hard, willing to pay if necesary, sorry if this post isn´t allowed here. I read the FAQ And couldn´t find anything that said this isn´t allowed.
Jeffrey Anthony
@jeffanthony
@novumhouse & @yungsarria please refer to ethereum.org and read down, it will introduce you to contracts with a starter token dapp.
_
BardoBravo
@BardoBravo
Has any of you done a ethereum hackaton?
novumhouse
@novumhouse
thax Jeffrey
xlcrr
@xlcrr
how can i offer 10% of my custom-token to investors during ICO? Eg -> invest now, when myToken is minted later, 10% gets split proportionally between investors
contractInvestorContract { ...
// addresses of investorsmapping (address => uint256) publicbalanceOf; }
functioncontractEnd() {
// logic to split investor shares into MyToken ?
}
Anthony Albertorio
@tesla809
Hey Guys!
How do I get started learning about Ethereum and smart contracts?
yungsarria
@yungsarria
Ethereum.org has a starter token dapp
you can start learning there I guess
Anthony Albertorio
@tesla809
Thanks @yungsarria
How did you learn and get involved with the community?
solidity is quite easy to pick up but i have not found much info beyond the basic templates yet
there are still a few things i don't understand
like, do I need to run a full node? and how much eth should a contract store - and does this pay for the gas transactions of users or do they pay themselves?