Giter VIP home page Giter VIP logo

Comments (19)

eug13768 avatar eug13768 commented on July 30, 2024

Defined redis section in unlocker conf, now it finally started.

Another question - all blocks have been counted as new so far, no any immature. So it does not unlock any again. Some of them are few days old. Please suggest what special must be done to make the pool change the state of "new" blocks.

from open-ethereum-pool.

sammy007 avatar sammy007 commented on July 30, 2024

Please suggest what special must be done to make the pool change the state of "new" blocks.

Sync chain. Run unlocker.

from open-ethereum-pool.

eug13768 avatar eug13768 commented on July 30, 2024

root@ip#:~/open-ethereum-pool# ./ether-pool ./unlocker.json
2016/07/25 16:43:40 Loading config: /home/ubuntu/open-ethereum-pool/unlocker.json
2016/07/25 16:43:40 Backend check reply: PONG
2016/07/25 16:43:40 Starting block unlocker
2016/07/25 16:43:40 Set block unlock interval to 10m0s
2016/07/25 16:43:40 No block candidates to unlock
2016/07/25 16:43:40 No immature blocks to credit miners
2016/07/25 16:53:40 No block candidates to unlock
2016/07/25 16:53:40 No immature blocks to credit miners

loop.

How many blocks to wait?

from open-ethereum-pool.

eug13768 avatar eug13768 commented on July 30, 2024

In issue #24 HelixR wrote he run it with config where were unlocker and payout only and that worked out. Will that be ok as you strongly recommend to run unlocker and only then payout?

from open-ethereum-pool.

sammy007 avatar sammy007 commented on July 30, 2024

Yes I strongly recommend, but this is not an issue.

from open-ethereum-pool.

sammy007 avatar sammy007 commented on July 30, 2024

How many blocks to wait?

Depends on depth serttings. immatureDepth must be default and you usually will get immature blocks after 32 blocks mined back. The depth param must be something close to 256 and will completely unlock block and credit balance.

from open-ethereum-pool.

eug13768 avatar eug13768 commented on July 30, 2024

immatureDepth is 20 (default) and depth is 120 (also default). I believe the last is okay as there's already 2184 block mined back.

root@ip:~/open-ethereum-pool# ./ether-pool ./unlocker.json
2016/07/25 16:43:40 Loading config: /home/ubuntu/open-ethereum-pool/unlocker.json
2016/07/25 16:43:40 Backend check reply: PONG
2016/07/25 16:43:40 Starting block unlocker
2016/07/25 16:43:40 Set block unlock interval to 10m0s
2016/07/25 16:43:40 No block candidates to unlock
2016/07/25 16:43:40 No immature blocks to credit miners
2016/07/25 16:53:40 No block candidates to unlock
2016/07/25 16:53:40 No immature blocks to credit miners
2016/07/25 17:03:40 No block candidates to unlock
2016/07/25 17:03:40 No immature blocks to credit miners
2016/07/25 17:13:40 No block candidates to unlock
2016/07/25 17:13:40 No immature blocks to credit miners
2016/07/25 17:23:40 No block candidates to unlock
2016/07/25 17:23:40 No immature blocks to credit miners
2016/07/25 17:33:40 No block candidates to unlock
2016/07/25 17:33:40 No immature blocks to credit miners
2016/07/25 17:43:40 No block candidates to unlock
2016/07/25 17:43:40 No immature blocks to credit miners
2016/07/25 17:53:40 No block candidates to unlock
2016/07/25 17:53:40 No immature blocks to credit miners
2016/07/25 18:03:40 No block candidates to unlock
2016/07/25 18:03:40 No immature blocks to credit miners
2016/07/25 18:13:40 No block candidates to unlock
2016/07/25 18:13:40 No immature blocks to credit miners

still :(

from open-ethereum-pool.

sammy007 avatar sammy007 commented on July 30, 2024

Create a gist with a config file, remove sensitive data and show me,

from open-ethereum-pool.

sammy007 avatar sammy007 commented on July 30, 2024

make sure you have this param in unlocker config https://github.com/sammy007/open-ethereum-pool/blob/master/config.example.json#L3

from open-ethereum-pool.

eug13768 avatar eug13768 commented on July 30, 2024

https://gist.github.com/eug13768

Although I did not try to run payouts unless unlocker fnished okay.

Oh, yeah! Your last advice about adding "coin" did help!

2016/07/25 18:46:45 Mature block 1934666 with 1 tx, hash: 0x101d60ef
2016/07/25 18:46:45 Mature block 1934668 with 0 tx, hash: 0xcd8cb2c7
2016/07/25 18:46:45 Mature block 1934673 with 1 tx, hash: 0x9dfd67c1
2016/07/25 18:46:46 Mature block 1934682 with 2 tx, hash: 0x62c809d7
2016/07/25 18:46:46 Mature uncle 1934719/1934718 of reward 4375000000000000000 with hash: 0xf9862a7b
2016/07/25 18:46:46 Mature block 1934723 with 0 tx, hash: 0xe630e17d
2016/07/25 18:46:46 Mature block 1934769 with 0 tx, hash: 0x4250e3d8
2016/07/25 18:46:46 Mature block 1934790 with 1 tx, hash: 0xbff45c33
2016/07/25 18:46:46 Mature block 1934833 with 0 tx, hash: 0x44318ce2
2016/07/25 18:46:46 Mature block 1934845 with 0 tx, hash: 0xc1939be4
2016/07/25 18:46:46 Mature block 1934852 with 0 tx, hash: 0xfb27f3bf

from open-ethereum-pool.

eug13768 avatar eug13768 commented on July 30, 2024

Please wait a second, let me run payouts.

from open-ethereum-pool.

sammy007 avatar sammy007 commented on July 30, 2024

I see your blocks are now immature, let them mature now.

from open-ethereum-pool.

sammy007 avatar sammy007 commented on July 30, 2024

For payouts make sure your coinbase account is unlocked with geth --unlock '0x...' and you have enough peers on this node. This is configurable.

Account must be permanently unlocked.

from open-ethereum-pool.

eug13768 avatar eug13768 commented on July 30, 2024

Now it shows

Blocks: 2184 Immature: 0 New; 2

Yes, geth is running with --unlock. Anything special to add to payouts.json ("coin": "eth")?

from open-ethereum-pool.

sammy007 avatar sammy007 commented on July 30, 2024

Usually configs must be equal just enabled/disable particular modules.

from open-ethereum-pool.

eug13768 avatar eug13768 commented on July 30, 2024

Payouts go.

Thank you for your help!

from open-ethereum-pool.

sammy007 avatar sammy007 commented on July 30, 2024

Good luck with your classic pool, make sure donate: true is there.

from open-ethereum-pool.

eug13768 avatar eug13768 commented on July 30, 2024

It's there and will stay there - you should have some ETC when the process finish and further.

from open-ethereum-pool.

sammy007 avatar sammy007 commented on July 30, 2024

I suggest you to rise payout threshold to 1 Ether otherwise your payouts will last forever.

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.