-
Notifications
You must be signed in to change notification settings - Fork 7
Up node dev (testnet) Ethereum
In order to deploy the dev-node, you need to do what is described here -> Up node Ethereum Replacing the startup line of the node:
geth --rpcport "8545" --datadir **/dir/.ethereum** --dev --rpc --rpcapi admin,debug,miner,ssh,txpool,personal,db,eth,net,web3 --rpcaddr "**Ip Address**" console
or
geth --rpcport "8545" --datadir **/dir/.ethereum** --testnet --rpc --rpcapi admin,debug,miner,ssh,txpool,personal,db,eth,net,web3 --rpcaddr "**Ip Address**" console
- /dir/.ethereum - the path to the Nod's database
- Ip Address - IP address of the machine
The difference between these commands is that in the first variant, the node for development is launched, in which you create one Ethereum purse with a huge balance in the account. The second option creates a Test node in which the balance needs to be typed using local mining.
The entire list of Geth commands is here
Для того чтобы развернуть dev-node нужно проделат описанное здесь -> Up node Ethereum Заменив строку запуска ноды:
geth --rpcport "8545" --datadir **/dir/.ethereum** --dev --rpc --rpcapi admin,debug,miner,ssh,txpool,personal,db,eth,net,web3 --rpcaddr "**Ip Address**" console
или
geth --rpcport "8545" --datadir **/dir/.ethereum** --testnet --rpc --rpcapi admin,debug,miner,ssh,txpool,personal,db,eth,net,web3 --rpcaddr "**Ip Address**" console
- /dir/.ethereum - путь к базе Ноды
- Ip Address - IP адрес машинки
Разница между этими командами в том что в первом варианте запускаеться ноду для разработок, в которой у Вас создаеться один кошелек Ethereum с огромным балансом на счету. Второй вариант создает Тестовую ноду, в которой баланс необходимо набрать с помощью локального майнинга.
Весь перечень Geth комманд есть здесь
Thanks to me :)
Donate
- Ethereum: 0x7267bf407529720b08a65992c07758f341dbf7f5
- Bitcoin: 1Ev3Dt4dHMLrKmXRkPjsF4Bqr55PjBy8ZX