GithubHelp home page GithubHelp logo

Run geth about open-ethereum-pool HOT 15 CLOSED

sammy007 avatar sammy007 commented on August 28, 2024
Run geth

from open-ethereum-pool.

Comments (15)

auttasak avatar auttasak commented on August 28, 2024

geth --rpc --unlock [wallet address] --cache 1024

from open-ethereum-pool.

gddrx avatar gddrx commented on August 28, 2024

If i currently dont use "--unlock [wallet address" what happends? :(

from open-ethereum-pool.

Ethash95 avatar Ethash95 commented on August 28, 2024

geth --rpcaddr 127.0.0.1 --rpcport 8545 --rpc --unlock [wallet address]

THEN you have to type the passprhase (the password you set when you have created your coinbase address on the server with geth)

if you want to automate the unlock process use

geth --rpcaddr 127.0.0.1 --rpcport 8545 --rpc --unlock [wallet address] --password passwordfile

where passwordfile is a text file containing the password you set when you have created your coinbase address on the server with geth.

from open-ethereum-pool.

gddrx avatar gddrx commented on August 28, 2024

I create new account in geth.After i sync all blockchain, and now its running without "--unlock [wallet address]" - it's not good? :(

from open-ethereum-pool.

Ethash95 avatar Ethash95 commented on August 28, 2024

without unlocking the wallet address the system is not able to process payments

from open-ethereum-pool.

gddrx avatar gddrx commented on August 28, 2024

at this moment i mining on pool 20 hours, so i need restart now with this options? or what i need to do? I dont find any blocks at this moment. Or waiting first block and after restart?

from open-ethereum-pool.

Ethash95 avatar Ethash95 commented on August 28, 2024

stop geth and restart with correct options

from open-ethereum-pool.

gddrx avatar gddrx commented on August 28, 2024

it somehow affect what has already miners worked 20 hours?

from open-ethereum-pool.

Ethash95 avatar Ethash95 commented on August 28, 2024

i dont' think

from open-ethereum-pool.

gddrx avatar gddrx commented on August 28, 2024

Okay, i try, thx.

from open-ethereum-pool.

taczc64 avatar taczc64 commented on August 28, 2024

@Ethash95 can i use console to unlock the address like:personal.unlockAccount(_)

from open-ethereum-pool.

Ethash95 avatar Ethash95 commented on August 28, 2024

you must run geth using the following syntax :
geth --rpcaddr 127.0.0.1 --rpcport 8545 --rpc --unlock [wallet address]

THEN you have to type the passprhase (the password you set when you have created your coinbase address on the server with geth)

if you want to automate the unlock process (to avoid password typing) use

geth --rpcaddr 127.0.0.1 --rpcport 8545 --rpc --unlock [wallet address] --password passwordfile

where passwordfile is a text file containing the password you set when you have created your coinbase address on the server with geth.

from open-ethereum-pool.

mikeyb avatar mikeyb commented on August 28, 2024

If you use a password file, keep in mind anyone that hacks the server will have the wallet password and can drain funds with ease.

from open-ethereum-pool.

taczc64 avatar taczc64 commented on August 28, 2024

@mikeyb @Ethash95 thank you very much,if i don't use pwd file, run geth like: geth --rpc --unlock [wallet address], it will print:
Unlocking account 0xxxxxxxxxxx | Attempt 1/3, and still cannot unlock finally, what wrong?

from open-ethereum-pool.

Ethash95 avatar Ethash95 commented on August 28, 2024

type the password and press enter :)

from open-ethereum-pool.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.