GithubHelp home page GithubHelp logo

idigdoge's People

Contributors

7thstage avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

idigdoge's Issues

Verification of Valid Address

Real quick question, figured it'd be appropriate for an issue since it involves the difference between a version change.

When verifying a valid address for payouts, I consulted the fellow who ported idigdoge to Nyancoin, and he pointed that in order to make it to where an address that wasn't Doge would pass the payout someone would just change the "D" prefix under //Check The Address Structure listed in "/routes/front.js".

But apparently that's changed recently and there's a separate page for address information under addresses.js. I made those same changes there but it still leaves me where it fails a valid address check for a different currency.

Where should I be looking in order to make that change? Thanks for your input.

All workers produce the same hashes?

Tell me if i'm wrong, but from what I understand of your code right now, when your coordinator receive a job, it ask to all workers to compute hashes with nonce = 0 and maxnonce = 250 (or 500 if pnacl).

So, it seem like every workers will compute the same 250 hashes.

Sharing Benefits

Offer easy ways to share the site (and maybe Dogecoins) on social media. People who share get extra coins for when people visit from their link.

Error: ERR wrong number of arguments for 'set' command

I get this when attempting to connect to the site. I noticed that redis.js refers to config.redis, but that doesn't even exist in the config.js file. Am I missing something?

Error: ERR wrong number of arguments for 'set' command
at HiredisReplyParser.execute (/var/www/public/mine/node_modules/redis/lib/parser/hiredis.js:30:33
at RedisClient.on_data (/var/www/public/mine/node_modules/redis/index.js:534:27)
at Socket.<anonymous> (/var/www/public/mine/node_modules/redis/index.js:91:14)
at Socket.EventEmitter.emit (events.js:95:17)
at Socket.<anonymous> (_stream_readable.js:746:14)
at Socket.EventEmitter.emit (events.js:92:17)
at emitReadable_ (_stream_readable.js:408:10)
at emitReadable (_stream_readable.js:404:5)
at readableAddChunk (_stream_readable.js:165:9)
at Socket.Readable.push (_stream_readable.js:127:10)

Running node v0.10.26 and redis-server v2.4.16.

Approximate Doge / Hour Indicator

People have requested to be able to see how many Dogecoins they will make in an hour, or how long until they get a full Dogecoin. Look into it.

Location of email requests to purge?

In the instance of where someone submits a request for cashout and they never receive an email, is there a list where that information is held? I didn't see that information under the redis-cli commands.

I'd like to clear it so they can resubmit or to be able to troubleshoot why email didn't go out in the first place.

Deprecated V8 APIs

scrypt node.cc can not compile with the latest version of node

gyp info it worked if it ends with ok
gyp info using [email protected]
gyp info using [email protected] | linux | x64
gyp info spawn python
gyp info spawn args [ '/CoinMine/node_modules/node-gyp/gyp/gyp_main.py',
gyp info spawn args   'binding.gyp',
gyp info spawn args   '-f',
gyp info spawn args   'make',
gyp info spawn args   '-I',
gyp info spawn args   '/CoinMine/scrypt/build/config.gypi',
gyp info spawn args   '-I',
gyp info spawn args   '/CoinMine/node_modules/node-gyp/addon.gypi',
gyp info spawn args   '-I',
gyp info spawn args   '/root/.node-gyp/0.11.11/common.gypi',
gyp info spawn args   '-Dlibrary=shared_library',
gyp info spawn args   '-Dvisibility=default',
gyp info spawn args   '-Dnode_root_dir=/root/.node-gyp/0.11.11',
gyp info spawn args   '-Dmodule_root_dir=/CoinMine/scrypt',
gyp info spawn args   '--depth=.',
gyp info spawn args   '--generator-output',
gyp info spawn args   'build',
gyp info spawn args   '-Goutput_dir=.' ]
gyp info spawn make
gyp info spawn args [ 'BUILDTYPE=Release', '-C', 'build' ]
../node.cc:11:28: error: 'Arguments' does not name a type
../node.cc:11:39: error: ISO C++ forbids declaration of 'args' with no type [-fpermissive]
/root/.node-gyp/0.11.11/deps/v8/include/v8.h: In function 'v8::Handle<v8::Value> Method(const int&)':
/root/.node-gyp/0.11.11/deps/v8/include/v8.h:768:13: error: 'v8::HandleScope::HandleScope()' is private
../node.cc:12:14: error: within this context
../node.cc:14:11: error: request for member 'Length' in 'args', which is of non-class type 'const int'
../node.cc:19:13: error: invalid types 'const int[int]' for array subscript
../node.cc:24:61: error: invalid types 'const int[int]' for array subscript
../node.cc:29:9: error: expected primary-expression before '*' token
../node.cc:29:10: error: 'bufferOut' was not declared in this scope
../node.cc: In function 'void init(v8::Handle<v8::Object>)':
../node.cc:35:72: error: invalid conversion from 'v8::Handle<v8::Value> (*)(const int&)' to 'v8::FunctionCallback {aka void (*)(const v8::FunctionCallbackInfo<v8::Value>&)}' [-fpermissive]
/root/.node-gyp/0.11.11/deps/v8/include/v8.h:3346:34: error:   initializing argument 1 of 'static v8::Local<v8::FunctionTemplate> v8::FunctionTemplate::New(v8::FunctionCallback, v8::Handle<v8::Value>, v8::Handle<v8::Signature>, int)' [-fpermissive]
../node.cc: In function 'v8::Handle<v8::Value> Method(const int&)':
../node.cc:32:1: warning: control reaches end of non-void function [-Wreturn-type]
make[1]: *** [Release/obj.target/scrypt/node.o] Error 1
gyp ERR! build error
gyp ERR! stack Error: `make` failed with exit code: 2
gyp ERR! stack     at ChildProcess.onExit (/CoinMine/node_modules/node-gyp/lib/build.js:267:23)
gyp ERR! stack     at ChildProcess.EventEmitter.emit (events.js:107:17)
gyp ERR! stack     at Process.ChildProcess._handle.onexit (child_process.js:879:12)
gyp ERR! System Linux 2.6.32-042stab084.17
gyp ERR! command "node" "/CoinMine/node_modules/.bin/node-gyp" "configure" "build"
gyp ERR! cwd /CoinMine/scrypt
gyp ERR! node -v v0.11.11
gyp ERR! node-gyp -v v0.12.2
gyp ERR! not ok

Infinite Hashes

Sometimes, Infinity Kilohashes can be displayed. Now either they're secretly using a quantum ASIC, or it's a bug. My money is on the latter.

Config option to disable withdrawals

I'm planning on using this for a site idea, but users shouldn't have the option to withdraw, as the mined coins go into a fund. I'm sure this could be done by hacking up the code, I just wanted to pose the idea before jumping head first into the pile.

Does not mine, only displays "Warming Up"

Server updated and working now, but the site does not mine, it only displays it as "Warming Up", other than that everything looks normal. No errors in the log file, only the output in the console as shown below.

[INFO] 2014-02-26T17:43:34.640Z 29392 Using Development Environment
[INFO] 2014-02-26T17:43:34.656Z 29392 Redis Is Ready
GET / 304 264ms
GET /public/style.css?2 304 8ms
GET /public/main.js?2 304 6ms
GET /api/balance 304 6ms
GET /api/work 304 2ms
GET /public/module.nmf 304 1ms
GET /public/module.pexe 304 1ms
GET /api/work?poll=true 200 30013ms - 55b
GET /api/work?poll=true 304 30016ms
GET /api/balance 304 1ms
GET /api/work?poll=true 304 30021ms
GET /api/work?poll=true 304 30016ms
GET /api/balance 304 1ms
GET /api/work?poll=true 304 30013ms
GET /api/balance 304 1ms
GET /api/work?poll=true 304 30001ms
GET /api/work?poll=true 304 30030ms
GET /api/balance 304 1ms
GET /api/work?poll=true 304 30003ms

Dogecoins not updating

I have set up idigdoge on my server, i have it running on a pool (or at least it looks like so), but i can't get any dogecoins. Even if i keep it running i still see 0 dogecoins.
looking at the site, it seems to be running, but i don't get any dogecoin. Also on my pool dashboard it doesn't seem to be active (though on the log i often see the "Got new Work" message )

Don't show kilohashes

Hi there, my idigdoge are running here but I have problem with site, he can't show kilohashes, I want to run the idigdoge with a pool?

Thanks

Account Hash Rate

Right now, the hash rate displayed is for that instance only. People who are mining on multiple computers would like to see the hash rate for all their instances. And possibly the number of instances.

Endianness Check

It's not compatible with big-endian systems, and I don't have one to test on, so I can't change that. So check for it and tell people their system isn't supported.

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.