Bitcoin Forum
June 16, 2024, 08:25:35 PM *
News: Voting for pizza day contest
 
   Home   Help Search Login Register More  
Pages: « 1 [2] 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 »  All
  Print  
Author Topic: JKC - The Scrypt Coin with Super Blocks  (Read 33139 times)
drlukacs
Sr. Member
****
Offline Offline

Activity: 854
Merit: 253


l0tt0.com


View Profile
May 11, 2013, 10:53:11 PM
 #21

Is there a site that shows not only the current difficulty, but also the expected time for retarget and the expected new difficulty?

|.
WHIRLWIND
|
█▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀█
        ▄▄▄██▀▀▀▀▀▄▄         █
     ▄▄██▀▀▄▄▀▀▀▀▀▄▄▄        █A
    ▄██▀▄██▀▄▀▀▀ ▄▄ ▄▄▄▄     █
   ███ ██▀▄▀     ▄▄▀▄▄ ▀█▄   █
  ███ ███ █        ▀▄ █▄ ██  █
  ███ ███ █         █ ██ ██  █
  ███ ███ █        ▄▀ █▀ ██  █
   ███ ██▄▀▄     ▀▀▄▀▀ ▄█▀   █
    ▀██▄▀██▄▀▄▄▄ ▀▀ ▀▀▀▀     █
     ▀▀██▄▄▀▀▄▄▄▄▄▀▀▀        █
        ▀▀▀██▄▄▄▄▄▀▀         █
█▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄█
|.
  No Fee    Ultimate Privacy  
|.
ANONYMITY
MINING CAMPAIGN
|.
MIX NOW
|
e777
Member
**
Offline Offline

Activity: 98
Merit: 10



View Profile
May 11, 2013, 10:58:56 PM
 #22

The new leader,welcome.

LTC:LZ65nep6TNv4KQpqqQJ6XFoPaBJeTHhW3K
niteryder
Full Member
***
Offline Offline

Activity: 196
Merit: 100


View Profile
May 11, 2013, 11:03:32 PM
 #23

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
dreamhouse
Hero Member
*****
Offline Offline

Activity: 1073
Merit: 666



View Profile
May 11, 2013, 11:03:54 PM
 #24

Racoin already on bter.com, next one is JKC!!
jj9guy
Newbie
*
Offline Offline

Activity: 42
Merit: 0


View Profile
May 11, 2013, 11:06:45 PM
Last edit: May 11, 2013, 11:23:23 PM by jj9guy
 #25

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
dreamwatcher (OP)
Legendary
*
Offline Offline

Activity: 1064
Merit: 1000


View Profile WWW
May 11, 2013, 11:07:48 PM
 #26

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...)
dreamwatcher (OP)
Legendary
*
Offline Offline

Activity: 1064
Merit: 1000


View Profile WWW
May 11, 2013, 11:09:27 PM
 #27

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.
niteryder
Full Member
***
Offline Offline

Activity: 196
Merit: 100


View Profile
May 11, 2013, 11:19:41 PM
 #28

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/
js2082
Member
**
Offline Offline

Activity: 70
Merit: 10



View Profile
May 11, 2013, 11:20:48 PM
 #29

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.
dreamwatcher (OP)
Legendary
*
Offline Offline

Activity: 1064
Merit: 1000


View Profile WWW
May 11, 2013, 11:21:59 PM
 #30

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.
niteryder
Full Member
***
Offline Offline

Activity: 196
Merit: 100


View Profile
May 11, 2013, 11:24:03 PM
 #31

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.

I can re-enable registration if you would like.  My pool has DDos protection and seems to be crunching right along.
jj9guy
Newbie
*
Offline Offline

Activity: 42
Merit: 0


View Profile
May 11, 2013, 11:24:12 PM
 #32

putting them in the git is fine which is what is the ideal
dreamwatcher (OP)
Legendary
*
Offline Offline

Activity: 1064
Merit: 1000


View Profile WWW
May 11, 2013, 11:25:51 PM
 #33

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/


The first link is a block explorer..in fact the one all the explorers on cryptocoinexplorer are based on... Wink (and the other two explorers supporting JKC)

The feathercoin stats and calculator was the code I was going to ask the developer about, he is one of the developers I work with and I am sure it will not be a problem
niteryder
Full Member
***
Offline Offline

Activity: 196
Merit: 100


View Profile
May 11, 2013, 11:27:41 PM
 #34

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/


The first link is a block explorer..in fact the one all the explorers on cryptocoinexplorer are based on... Wink (and the other two explorers supporting JKC)

The feathercoin stats and calculator was the code I was going to ask the developer about, he is one of the developers I work with working with him and I am sure it will not be a problem


Ok, I already asked about using the code and it was no problem.  Feel free to verify if needed.
Jakewell
Newbie
*
Offline Offline

Activity: 56
Merit: 0



View Profile
May 11, 2013, 11:30:02 PM
 #35

Junk coin will never bo more than that, a junk

http://www.royalcityroofing.com/junk%20house%20day%20after%207986.jpg

and the autor said that, not me
drlukacs
Sr. Member
****
Offline Offline

Activity: 854
Merit: 253


l0tt0.com


View Profile
May 11, 2013, 11:31:22 PM
 #36

Junk coin will never bo more than that, a junk

It depends on whether it can offer something that bitcoin cannot offer.

|.
WHIRLWIND
|
█▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀█
        ▄▄▄██▀▀▀▀▀▄▄         █
     ▄▄██▀▀▄▄▀▀▀▀▀▄▄▄        █A
    ▄██▀▄██▀▄▀▀▀ ▄▄ ▄▄▄▄     █
   ███ ██▀▄▀     ▄▄▀▄▄ ▀█▄   █
  ███ ███ █        ▀▄ █▄ ██  █
  ███ ███ █         █ ██ ██  █
  ███ ███ █        ▄▀ █▀ ██  █
   ███ ██▄▀▄     ▀▀▄▀▀ ▄█▀   █
    ▀██▄▀██▄▀▄▄▄ ▀▀ ▀▀▀▀     █
     ▀▀██▄▄▀▀▄▄▄▄▄▀▀▀        █
        ▀▀▀██▄▄▄▄▄▀▀         █
█▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄█
|.
  No Fee    Ultimate Privacy  
|.
ANONYMITY
MINING CAMPAIGN
|.
MIX NOW
|
dreamwatcher (OP)
Legendary
*
Offline Offline

Activity: 1064
Merit: 1000


View Profile WWW
May 11, 2013, 11:31:31 PM
 #37

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/






Ok, I already asked about using the code and it was no problem.  Feel free to verify if needed.



I don't need to verify...I believe you.

But I need permission to use the non open source (I believe) of the calc and stats for the new JKC site I will be putting up.

niteryder
Full Member
***
Offline Offline

Activity: 196
Merit: 100


View Profile
May 11, 2013, 11:41:47 PM
 #38

@dreamwatcher

Is someone setting up a forum?
jj9guy
Newbie
*
Offline Offline

Activity: 42
Merit: 0


View Profile
May 11, 2013, 11:53:24 PM
 #39

This should be a good junkcoin-qt.pro file.
Moved all the windows stuff into the proper windows places

http://pastebin.com/pgYtcWqw
live627
Hero Member
*****
Offline Offline

Activity: 574
Merit: 500


View Profile
May 11, 2013, 11:55:22 PM
 #40

@dreamwatcher

Is someone setting up a forum?
I was thinking of doing that... I've got the resources at my disposal.
Pages: « 1 [2] 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 »  All
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!