questions/blockchain
The reason it says “undefined” is because ...READ MORE
Yes, you can use testrpc to do ...READ MORE
Seems like its due to async behavior ...READ MORE
There are two ways to do this. You ...READ MORE
You can use a contract function, on ...READ MORE
It seems you are using truffle v5. ...READ MORE
According to the history, in the Internet ...READ MORE
Introduction: The “global village” created by the ...READ MORE
Remove the line norpc:true and change the ...READ MORE
To deploy any project/ smart contract, you ...READ MORE
Seems like you are missing some modules ...READ MORE
This is a common problem with truffle ...READ MORE
There’s a permission error. Run this command ...READ MORE
I don’t see why direct casting isn’t ...READ MORE
In solidity 0.5.0 (and above) there are ...READ MORE
Like this error indicates, you have to ...READ MORE
According to the error, it seems like ...READ MORE
There are two ways to solve this. ...READ MORE
On January 2, 2019, Ali Baba DAMO ...READ MORE
To add miners, add peers. Then with ...READ MORE
Seems like you have not created the ...READ MORE
To connect a node to already existing ...READ MORE
Try the following command: geth monitor --attach ./chain-data/geth.ipc ...READ MORE
Since Satoshi Nakamoto created bitcoin in 2008, ...READ MORE
When you are running truffle on a ...READ MORE
truffle migrate --reset READ MORE
You can also install the basic truffle-expect ...READ MORE
This could happen due to 3 possible ...READ MORE
This doesn't usually happen, maybe the log ...READ MORE
Seems like truffle didn't find a server. ...READ MORE
This error is caused because the amount ...READ MORE
In the error you have posted, in ...READ MORE
By default, the accounts are locked and ...READ MORE
This is a version compatibility problem. In ...READ MORE
You can try another method : contract HelloWorld{ function ...READ MORE
Hi. If you look at the error ...READ MORE
I know this is very frustrating, I ...READ MORE
Looking at your commands again, I figured ...READ MORE
personal.newAccount() is not a default geth method. This ...READ MORE
You are getting this error because you ...READ MORE
Seems like geth.ipc path is not set. When ...READ MORE
You can check the pending transactions using ...READ MORE
Hi. miner.start() gives no output. So, when the output ...READ MORE
setEtherbase() is not a method of the personal ...READ MORE
Seems like there is already a geth instance ...READ MORE
please check from root, sudo -i geth attach READ MORE
By default, geth listens only to localhost. ...READ MORE
HI. As much as I know, running ...READ MORE
You have to pass the password as ...READ MORE
OR
At least 1 upper-case and 1 lower-case letter
Minimum 8 characters and Maximum 50 characters
Already have an account? Sign in.