-
Notifications
You must be signed in to change notification settings - Fork 495
Deploying to the testnet
Iuri Matias edited this page Jun 21, 2015
·
5 revisions
To deploy to the testnet, you need to first have account on the testnet with some ether on it.
If you dont have an account already, you can create one already with
geth account new
It will ask you for a password, and will return the account address.
You can then edit config/blockchain.yml
and your address.
for e.g if the address is 0x12345, then:
# config/blockchain.yml
...
staging:
rpc_host: localhost
rpc_port: 8101
rpc_whitelist: "*"
datadir: default
network_id: 0
console: true
account:
init: false
address: 0x12345
The key things are that the networkid
be 0 and the address
is set