Git Product home page Git Product logo

Comments (7)

electricintel avatar electricintel commented on August 10, 2024

http://bitcoin.stackexchange.com/questions/4303/how-to-setup-pushpool
http://stackoverflow.com/questions/15573697/json-call-to-mysql-improperly-handling-variable
There was a working pushpool json file in an earlier how to online, I'll see if I can find it.

from pushpool.

electricintel avatar electricintel commented on August 10, 2024

Try this new configuration:
Terminal installation instructions!
http://pastebin.com/YUYz0W5B

from pushpool.

saymissme avatar saymissme commented on August 10, 2024

thanks for your reply
my pushpool is working fine
the json config file is ok

i want use other config file and pid to running another diff port
but not insert difficulty to shares table

i will try change code for support it
thank you very much

from pushpool.

electricintel avatar electricintel commented on August 10, 2024

Send a copy of your pushpool and *.json and I'll help or fork it on Github
and I can really help!

Philip

On Wed, Feb 17, 2016 at 8:18 AM, saymissme [email protected] wrote:

thanks for your reply
my pushpool is working fine
the json config file is ok

i want use other config file and pid to running another diff port
but not insert difficulty to shares table

i will try change code for support it
thank you very much


Reply to this email directly or view it on GitHub
#54 (comment).

from pushpool.

saymissme avatar saymissme commented on August 10, 2024

thank you very much
i was use this https://github.com/ArtForz/pushpool
set json like this
easy difficulty 1

`{
        "listen" : [.....],
    "database" : {
        "engine" : "mysql",
        ..................
        "stmt.pwdb":"SELECT `password` FROM `pool_worker` WHERE `username` = ?",
        "stmt.sharelog":"INSERT INTO shares (rem_host, username, our_result, upstream_result, reason, solution) VALUES (?, ?, ?, ?, ?, ?)"
    },
    .........................

    "rpc.target.bits" : 32,
}`

set easy difficulty to 2, like this
"rpc.target.bits" : 33,

set easy difficulty to 4, like this
"rpc.target.bits" : 34,

use those command to start different port difficulty and pid daemon

/pushpoold -E -F --config=1.json
/pushpoold -E -F --config=2.json
/pushpoold -E -F --config=4.json

but pushpool couldnt insert different to shares table
need fix it

from pushpool.

electricintel avatar electricintel commented on August 10, 2024

I'm doing some software work for a client at the moment and won't be online
much, but I'll send you what information that I can in my spare time.

Philip

On Thu, Feb 18, 2016 at 8:14 AM, saymissme [email protected] wrote:

thank you very much
i was use this https://github.com/ArtForz/pushpool
set json like this
easy difficulty 1
{
"listen" : [.....],
"database" : {
"engine" : "mysql",
..................
"stmt.pwdb":"SELECTpasswordFROMpool_workerWHEREusername` = ?",
"stmt.sharelog":"INSERT INTO shares (rem_host, username, our_result,
upstream_result, reason, solution) VALUES (?, ?, ?, ?, ?, ?)"
},
.........................

"rpc.target.bits" : 32,

}`

set easy difficulty to 2, like this
"rpc.target.bits" : 33,

set easy difficulty to 4, like this
"rpc.target.bits" : 34,

use those command to start different port difficulty and pid daemon

/pushpoold -E -F --config=1.json
/pushpoold -E -F --config=2.json
/pushpoold -E -F --config=4.json

but pushpool couldnt insert different to shares table
need fix it


Reply to this email directly or view it on GitHub
#54 (comment).

from pushpool.

jgarzik avatar jgarzik commented on August 10, 2024

closed - obsolete software - not actively supported or maintained.

from pushpool.

Related Issues (12)

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.