parity-poa-tutorial icon indicating copy to clipboard operation
parity-poa-tutorial copied to clipboard

A complete set of files produced in the Parity PoA chain tutorial.

Results 7 parity-poa-tutorial issues
Sort by recently updated
recently updated
newest added

Otherwise when you try to run node0 with `./target/release/parity --config node0.toml`, you'll get error `No valid password to unlock account 0x004e…f32e. Make sure valid password is present in files passed...

In the tutorial https://wiki.parity.io/Demo-PoA-tutorial.html#method-1-using-rpc, it shows that we need to create a user account address by running `curl --data '{"jsonrpc":"2.0","method":"parity_newAccountFromPhrase","params":["user", "user"],"id":0}' -H "Content-Type: application/json" -X POST localhost:8540` (where `user` is...

It should be removed from these two places: https://github.com/OpenEthereum/parity-poa-tutorial/blob/master/node0.toml#L11 https://github.com/OpenEthereum/parity-poa-tutorial/blob/master/node1.toml#L11

Thanks for providing the config files for the [PoA tutorial](https://paritytech.github.io/wiki/Demo-PoA-tutorial). However, compared to the tutorial, the following two lines are missing in your node1.toml: `[ipc]` `disable = true` So after...

Hi i try to create the POA by follow the tutorial but its not clear for me can someone just explain for me the steps plz i'm using Ubuntu server

I've spent a lot of time figuring out why my contracts won't deploy. The tutorial nor this repository mentioned that you need to manually activate hard forks. Otherwise, the chain...

I think it is not necessary any more. - `Option '--dapps-port' is deprecated. Please use '--jsonrpc-port' instead.`