Rename bitcoin and ethereum config json files.
It is necessary to clear the internal state in DB after coin rename: ldb --db=<datadir> --column_family=default delete internalState
This commit is contained in:
parent
eb716d69ed
commit
407dd7a5b0
@ -1,4 +1,5 @@
|
|||||||
{
|
{
|
||||||
|
"coin_name": "Bitcoin",
|
||||||
"rpcURL": "http://127.0.0.1:8030",
|
"rpcURL": "http://127.0.0.1:8030",
|
||||||
"rpcUser": "rpc",
|
"rpcUser": "rpc",
|
||||||
"rpcPass": "rpc",
|
"rpcPass": "rpc",
|
||||||
@ -1,4 +1,5 @@
|
|||||||
{
|
{
|
||||||
|
"coin_name": "Testnet",
|
||||||
"rpcURL": "http://localhost:18030",
|
"rpcURL": "http://localhost:18030",
|
||||||
"rpcUser": "rpc",
|
"rpcUser": "rpc",
|
||||||
"rpcPass": "rpc",
|
"rpcPass": "rpc",
|
||||||
@ -1,4 +1,5 @@
|
|||||||
{
|
{
|
||||||
|
"coin_name": "Ethereum Testnet Ropsten",
|
||||||
"rpcURL": "ws://localhost:18036",
|
"rpcURL": "ws://localhost:18036",
|
||||||
"rpcTimeout": 25
|
"rpcTimeout": 25
|
||||||
}
|
}
|
||||||
@ -1,4 +1,5 @@
|
|||||||
{
|
{
|
||||||
|
"coin_name": "Ethereum",
|
||||||
"rpcURL": "ws://localhost:8036",
|
"rpcURL": "ws://localhost:8036",
|
||||||
"rpcTimeout": 25
|
"rpcTimeout": 25
|
||||||
}
|
}
|
||||||
Loading…
Reference in New Issue
Block a user