Adding admin to api list
This commit is contained in:
parent
0c1652f5a2
commit
bd4534d28b
|
@ -2,6 +2,6 @@
|
||||||
|
|
||||||
# Config:
|
# Config:
|
||||||
|
|
||||||
`geth --testnet --syncmode=light --ws --wsport=8546 --wsaddr=localhost --wsorigins=http://localhost:8000,http://localhost:8080 --maxpeers=25 --shh --shh.pow=0.002 --wsapi=eth,web3,net,shh,debug`
|
`geth --testnet --syncmode=light --ws --wsport=8546 --wsaddr=localhost --wsorigins=statusjs --maxpeers=25 --shh --shh.pow=0.002 --wsapi=eth,web3,net,shh,debug,admin`
|
||||||
|
|
||||||
web3.ssh options: `powTime (1), ttl (10) and powTarget (0.002)
|
web3.ssh options: `powTime (1), ttl (10) and powTarget (0.002)
|
||||||
|
|
Loading…
Reference in New Issue