Pages:
Author

Topic: JKC - The Scrypt Coin with Super Blocks - page 22. (Read 33181 times)

legendary
Activity: 1064
Merit: 1000
WOW.. I go away for a few hours and my pool accounts for 92% of the total network hash power.  I may close new user registration for now due to too much hash power owned by one pool.

http://jkc.allpoolz.com

Well LeftToeCut pool is down right now, so that may be part of the issue.

I do not know if you really need to cut registration, unless you are mining a private chain and plan to take over the main chain  Cheesy Cheesy

51% fears are overblown, people forget about the second part to them which involves trading for goods and service then using the private chain to reverse the transactions.

BTC has had pools hit 61% and it is fine. It is all about the intent of the pool operator.
member
Activity: 70
Merit: 10
WOW.. I go away for a few hours and my pool accounts for 92% of the total network hash power.  I may close new user registration for now due to too much hash power owned by one pool.

http://jkc.allpoolz.com

wow. I guess another pool is down due to DDoS. CutToeLeft, is your pool restored? WPOR's is up and running.
full member
Activity: 196
Merit: 100
Is there a site that shows not only the current difficulty, but also the expected time for retarget and the expected new difficulty?

I cant see one at the moment, however I know where I can get the code for stats and calculator.

I will ask the owner of the code if I can use it, and I will put it on a new JKC webpage (along with faucet..etc...)

I was going to install this earlier, but I have not got to it yet.  It's a nice calculator.

https://github.com/jtobey/bitcoin-abe

It looks like: http://benhohner.com/feathercoin/
legendary
Activity: 1064
Merit: 1000
It might really be useful to actually have working binaries for 64 bit Linux

http://speedy.sh/jRZDE/junkcoind

http://speedy.sh/bS5vM/junkcoin-qt

These are the actual makefiles to actually get everything going to compile in Linux (in case you dont feel more confident compiling yourself)

This is what you should use instead of makefile-unix
http://pastebin.com/j4i9ewRL

this is what you should use instead of the autogenerated Makefile
http://pastebin.com/K0UWQs6y

If anyone wants to donate JKC for doing this thing that nobody has bothered to post since the release send to
7m6TaREJ1YgPmuzhdupJz2QJjCXeuCJhCz


Ahh yes, one of the changes needed to compile in linux, one of the first changes I was going to make in the github.

Basically this line in makefile.unix
Line 123:
Code:
all: testcoind
Needs to be:
Code:
all: junkcoind

If you made other changes, let me know and I will put them into the next git release.

I am sending you 1000 JKC from my personal account as a thank you for the efforts you have made.   Smiley

I changed the makefile for making junkcoin-qt.

The current one doesnt work because it is trying to build the GUI using windows directory locations.

You could use the one in the second link to build but ideally you would want one generated from qmake


Yes, i remember altering the qt file also..I just cannot remember what right now.  Grin

Too much going on.

With your permission I would like to incorporate your changes into the git.
legendary
Activity: 1064
Merit: 1000
Is there a site that shows not only the current difficulty, but also the expected time for retarget and the expected new difficulty?

I cant see one at the moment, however I know where I can get the code for stats and calculator.

I will ask the owner of the code if I can use it, and I will put it on a new JKC webpage (along with faucet..etc...)
newbie
Activity: 42
Merit: 0
It might really be useful to actually have working binaries for 64 bit Linux

http://speedy.sh/jRZDE/junkcoind

http://speedy.sh/bS5vM/junkcoin-qt

These are the actual makefiles to actually get everything going to compile in Linux (in case you dont feel more confident compiling yourself)

This is what you should use instead of makefile-unix
http://pastebin.com/j4i9ewRL

this is what you should use instead of the autogenerated Makefile
http://pastebin.com/K0UWQs6y

If anyone wants to donate JKC for doing this thing that nobody has bothered to post since the release send to
7m6TaREJ1YgPmuzhdupJz2QJjCXeuCJhCz


Ahh yes, one of the changes needed to compile in linux, one of the first changes I was going to make in the github.

Basically this line in makefile.unix
Line 123:
Code:
all: testcoind
Needs to be:
Code:
all: junkcoind

If you made other changes, let me know and I will put them into the next git release.

I am sending you 1000 JKC from my personal account as a thank you for the efforts you have made.   Smiley

I changed the makefile for making junkcoin-qt.

The current one doesnt work because it is trying to build the GUI using windows directory locations.

You could use the one in the second link to build but ideally you would want one generated from qmake

Thanks for the jkc. I will post an updated file for the .pro file as soon as I get it working but the makefile should be fine for an hour or two
hero member
Activity: 1073
Merit: 666
Racoin already on bter.com, next one is JKC!!
full member
Activity: 196
Merit: 100
WOW.. I go away for a few hours and my pool accounts for 92% of the total network hash power.  I may close new user registration for now due to too much hash power owned by one pool.

http://jkc.allpoolz.com
member
Activity: 98
Merit: 10
The new leader,welcome.
sr. member
Activity: 854
Merit: 253
l0tt0.com
Is there a site that shows not only the current difficulty, but also the expected time for retarget and the expected new difficulty?
legendary
Activity: 1064
Merit: 1000
It might really be useful to actually have working binaries for 64 bit Linux

http://speedy.sh/jRZDE/junkcoind

http://speedy.sh/bS5vM/junkcoin-qt

These are the actual makefiles to actually get everything going to compile in Linux (in case you dont feel more confident compiling yourself)

This is what you should use instead of makefile-unix
http://pastebin.com/j4i9ewRL

this is what you should use instead of the autogenerated Makefile
http://pastebin.com/K0UWQs6y

If anyone wants to donate JKC for doing this thing that nobody has bothered to post since the release send to
7m6TaREJ1YgPmuzhdupJz2QJjCXeuCJhCz


Ahh yes, one of the changes needed to compile in linux, one of the first changes I was going to make in the github.

Basically this line in makefile.unix
Line 123:
Code:
all: testcoind
Needs to be:
Code:
all: junkcoind

If you made other changes, let me know and I will put them into the next git release.

I am sending you 1000 JKC from my personal account as a thank you for the efforts you have made.   Smiley
newbie
Activity: 42
Merit: 0
It might really be useful to actually have working binaries for 64 bit Linux

http://speedy.sh/jRZDE/junkcoind

http://speedy.sh/bS5vM/junkcoin-qt

These are the actual makefiles to actually get everything going to compile in Linux (in case you dont feel more confident compiling yourself)

This is what you should use instead of makefile-unix (easy fix if you have access to the github change "testcoind" to "junkcoind")
http://pastebin.com/j4i9ewRL

this is what you should use instead of the autogenerated Makefile ( Libs and Includes in autogenerated seem to force mingw libs from some E:// hardrive)
http://pastebin.com/K0UWQs6y

If anyone wants to donate JKC  Wink OP for doing this thing that nobody has bothered to post since the release please send to
7m6TaREJ1YgPmuzhdupJz2QJjCXeuCJhCz
member
Activity: 70
Merit: 10
Seeing the response on the 5 JKC giveaway thread, it looks like one of the first things I need to do is create a JKC faucet    Cheesy
Yes good idea!
member
Activity: 70
Merit: 10
Network hashrate up, we are at 98Mh/s, and so far about 20,000 blocks mined:

{
    "blocks" : 19878,
    "currentblocksize" : 0,
    "currentblocktx" : 0,
    "difficulty" : 0.94008205,
    "errors" : "",
    "generate" : false,
    "genproclimit" : -1,
    "hashespersec" : 0,
    "networkhashps" : 98139477,
    "pooledtx" : 3,
    "testnet" : false
}
legendary
Activity: 1064
Merit: 1000
Seeing the response on the 5 JKC giveaway thread, it looks like one of the first things I need to do is create a JKC faucet    Cheesy
full member
Activity: 154
Merit: 100
Grats. Hope you will lead us to fame and fortune (or at least some dough). Server got ddosed on an unrelated issue, hopefully will bring it back up in the morning.
member
Activity: 70
Merit: 10
dreamwatcher, I really like your background. I feel lucky that we get a e-coin guru like you to lead us. I am sure we will be success!

Hope I will mine a super+ block soon  Grin Grin Grin

Yes I feel very lucky that he accepted to take the leadership Smiley
hero member
Activity: 1073
Merit: 666
dreamwatcher, I really like your background. I feel lucky that we get a e-coin guru like you to lead us. I am sure we will be success!

Hope I will mine a super+ block soon  Grin Grin Grin
hero member
Activity: 770
Merit: 605
welcome dreamwatcher! Go JKC!
full member
Activity: 154
Merit: 100
Good news, now we want to see it on BTC-e!
Pages:
Jump to: