Bitcoin Forum
August 25, 2024, 09:13:17 PM *
News: All versions of Windows are affected by a critical security bug; make sure you update.
 
   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 24 25 [26] 27 28 29 »
  Print  
Author Topic: JKC, the newest Litecoin-based alt coin has arrived!  (Read 54066 times)
niteryder
Full Member
***
Offline Offline

Activity: 196
Merit: 100


View Profile
May 10, 2013, 06:20:45 PM
 #501

P2pool is ok, but I am more partial to a Stratum Pool.


Here you go:

http://jkc.allpoolz.com/
Port: 8080
Stratum Only

PPLNS
1% Fee
xthestig
Newbie
*
Offline Offline

Activity: 42
Merit: 0



View Profile
May 10, 2013, 06:45:14 PM
 #502

P2pool is ok, but I am more partial to a Stratum Pool.


Here you go:

http://jkc.allpoolz.com/
Port: 8080
Stratum Only

PPLNS
1% Fee


By the same guy who ran both fc and chn on mnlan. Sure people must have the memory of a goldfish
efx
Sr. Member
****
Offline Offline

Activity: 378
Merit: 250


View Profile
May 10, 2013, 07:07:07 PM
 #503

^ Oh...how nice. The guy that just closes the pool after people find tons of blocks without shares being counted properly.
niteryder
Full Member
***
Offline Offline

Activity: 196
Merit: 100


View Profile
May 10, 2013, 07:08:17 PM
 #504

^ Oh...how nice. The guy that just closes the pool after people find tons of blocks without shares being counted properly.

Really?  Shares were counted and paid on both pools before they closed.
e777
Member
**
Offline Offline

Activity: 98
Merit: 10



View Profile
May 10, 2013, 07:26:51 PM
 #505

P2pool is ok, but I am more partial to a Stratum Pool.


Here you go:

http://jkc.allpoolz.com/
Port: 8080
Stratum Only

PPLNS
1% Fee


I can not connect to jkc.allpoolz.com

LTC:LZ65nep6TNv4KQpqqQJ6XFoPaBJeTHhW3K
niteryder
Full Member
***
Offline Offline

Activity: 196
Merit: 100


View Profile
May 10, 2013, 07:32:46 PM
 #506

P2pool is ok, but I am more partial to a Stratum Pool.


Here you go:

http://jkc.allpoolz.com/
Port: 8080
Stratum Only

PPLNS
1% Fee


I can not connect to jkc.allpoolz.com

With a miner or just the website?
e777
Member
**
Offline Offline

Activity: 98
Merit: 10



View Profile
May 10, 2013, 07:34:47 PM
 #507

WEBSITES

LTC:LZ65nep6TNv4KQpqqQJ6XFoPaBJeTHhW3K
e777
Member
**
Offline Offline

Activity: 98
Merit: 10



View Profile
May 10, 2013, 07:38:50 PM
 #508

Work fine now,nice !!

LTC:LZ65nep6TNv4KQpqqQJ6XFoPaBJeTHhW3K
Gaukler
Member
**
Offline Offline

Activity: 136
Merit: 15


View Profile
May 10, 2013, 07:39:20 PM
 #509

if i try to compile, i get the following error

main.cpp:17:53: fatal error: boost/random/uniform_int_distribution.hpp: No such file or directory
compilation terminated.
make: *** [obj/main.o] Error 1

I realy don't know what i have todo....
niteryder
Full Member
***
Offline Offline

Activity: 196
Merit: 100


View Profile
May 10, 2013, 07:41:42 PM
 #510

if i try to compile, i get the following error

main.cpp:17:53: fatal error: boost/random/uniform_int_distribution.hpp: No such file or directory
compilation terminated.
make: *** [obj/main.o] Error 1

I realy don't know what i have todo....

What OS?

Gaukler
Member
**
Offline Offline

Activity: 136
Merit: 15


View Profile
May 10, 2013, 07:48:48 PM
 #511

Ubuntu 12.4
dreamwatcher
Legendary
*
Offline Offline

Activity: 1064
Merit: 1000


View Profile WWW
May 10, 2013, 07:50:15 PM
 #512

if i try to compile, i get the following error

main.cpp:17:53: fatal error: boost/random/uniform_int_distribution.hpp: No such file or directory
compilation terminated.
make: *** [obj/main.o] Error 1

I realy don't know what i have todo....

Have you done a FULL install of the boost libraries?

for 12.4

libboost1.48-all-dev

niteryder
Full Member
***
Offline Offline

Activity: 196
Merit: 100


View Profile
May 10, 2013, 07:50:46 PM
 #513

Ubuntu 12.4

Try this:

sudo apt-get libboost-all-dev git

Gaukler
Member
**
Offline Offline

Activity: 136
Merit: 15


View Profile
May 10, 2013, 07:56:08 PM
 #514

if i try to compile, i get the following error

main.cpp:17:53: fatal error: boost/random/uniform_int_distribution.hpp: No such file or directory
compilation terminated.
make: *** [obj/main.o] Error 1

I realy don't know what i have todo....

Have you done a FULL install of the boost libraries?

for 12.4

libboost1.48-all-dev



thanks for that.. but now next error
net.cpp:21:32: fatal error: miniupnpc/miniwget.h: No such file or directory
compilation terminated.

but I have done apt-get install miniupnpc
niteryder
Full Member
***
Offline Offline

Activity: 196
Merit: 100


View Profile
May 10, 2013, 07:59:02 PM
 #515

if i try to compile, i get the following error

main.cpp:17:53: fatal error: boost/random/uniform_int_distribution.hpp: No such file or directory
compilation terminated.
make: *** [obj/main.o] Error 1

I realy don't know what i have todo....

Have you done a FULL install of the boost libraries?

for 12.4

libboost1.48-all-dev



thanks for that.. but now next error
net.cpp:21:32: fatal error: miniupnpc/miniwget.h: No such file or directory
compilation terminated.

but I have done apt-get install miniupnpc


You can always do:

make -f makefile.unix USE_UPNP:=-
dreamwatcher
Legendary
*
Offline Offline

Activity: 1064
Merit: 1000


View Profile WWW
May 10, 2013, 07:59:26 PM
 #516

if i try to compile, i get the following error

main.cpp:17:53: fatal error: boost/random/uniform_int_distribution.hpp: No such file or directory
compilation terminated.
make: *** [obj/main.o] Error 1

I realy don't know what i have todo....

Have you done a FULL install of the boost libraries?

for 12.4

libboost1.48-all-dev



thanks for that.. but now next error
net.cpp:21:32: fatal error: miniupnpc/miniwget.h: No such file or directory
compilation terminated.

but I have done apt-get install miniupnpc

libminiupnpc-dev

Or follow the instructions to skip compiling the upnp code.

make -f makefile.unix USE_UPNP=-
Gaukler
Member
**
Offline Offline

Activity: 136
Merit: 15


View Profile
May 10, 2013, 08:02:59 PM
 #517

if i try to compile, i get the following error

main.cpp:17:53: fatal error: boost/random/uniform_int_distribution.hpp: No such file or directory
compilation terminated.
make: *** [obj/main.o] Error 1

I realy don't know what i have todo....

Have you done a FULL install of the boost libraries?

for 12.4

libboost1.48-all-dev



thanks for that.. but now next error
net.cpp:21:32: fatal error: miniupnpc/miniwget.h: No such file or directory
compilation terminated.

but I have done apt-get install miniupnpc

libminiupnpc-dev

Or follow the instructions to skip compiling the upnp code.

make -f makefile.unix USE_UPNP=-

ok thanks again Smiley

last noop questions... how i can check my wallet.. or send/get coins to the wallet ?
niteryder
Full Member
***
Offline Offline

Activity: 196
Merit: 100


View Profile
May 10, 2013, 08:04:09 PM
 #518

if i try to compile, i get the following error

main.cpp:17:53: fatal error: boost/random/uniform_int_distribution.hpp: No such file or directory
compilation terminated.
make: *** [obj/main.o] Error 1

I realy don't know what i have todo....

Have you done a FULL install of the boost libraries?

for 12.4

libboost1.48-all-dev



thanks for that.. but now next error
net.cpp:21:32: fatal error: miniupnpc/miniwget.h: No such file or directory
compilation terminated.

but I have done apt-get install miniupnpc

libminiupnpc-dev

Or follow the instructions to skip compiling the upnp code.

make -f makefile.unix USE_UPNP=-

ok thanks again Smiley

last noop questions... how i can check my wallet.. or send/get coins to the wallet ?




This tells all:  https://en.bitcoin.it/wiki/Original_Bitcoin_client/API_calls_list

dreamwatcher
Legendary
*
Offline Offline

Activity: 1064
Merit: 1000


View Profile WWW
May 10, 2013, 08:09:53 PM
 #519

if i try to compile, i get the following error

main.cpp:17:53: fatal error: boost/random/uniform_int_distribution.hpp: No such file or directory
compilation terminated.
make: *** [obj/main.o] Error 1

I realy don't know what i have todo....

Have you done a FULL install of the boost libraries?

for 12.4

libboost1.48-all-dev



thanks for that.. but now next error
net.cpp:21:32: fatal error: miniupnpc/miniwget.h: No such file or directory
compilation terminated.

but I have done apt-get install miniupnpc

libminiupnpc-dev

Or follow the instructions to skip compiling the upnp code.

make -f makefile.unix USE_UPNP=-

ok thanks again Smiley

last noop questions... how i can check my wallet.. or send/get coins to the wallet ?




This tells all:  https://en.bitcoin.it/wiki/Original_Bitcoin_client/API_calls_list



That works, Thank you niteryder

You can also do a :

./junkcoind help

To get a list of all the commands (even special or commands not listed in the wikki yet)

Code:
addmultisigaddress <nrequired> <'["key","key"]'> [account]
backupwallet <destination>
createrawtransaction [{"txid":txid,"vout":n},...] {address:amount,...}
decoderawtransaction <hex string>
dumpprivkey <junkcoinaddress>
encryptwallet <passphrase>
getaccount <junkcoinaddress>
getaccountaddress <account>
getaddressesbyaccount <account>
getbalance [account] [minconf=1]
getblock <hash>
getblockcount
getblockhash <index>
getblocktemplate [params]
getconnectioncount
getdifficulty
getgenerate
gethashespersec
getinfo
getmininginfo
getnetworkhashps [blocks]
getnewaddress [account]
getpeerinfo
getrawmempool
getrawtransaction <txid> [verbose=0]
getreceivedbyaccount <account> [minconf=1]
getreceivedbyaddress <junkcoinaddress> [minconf=1]
gettransaction <txid>
getwork [data]
getworkex [data, coinbase]
help [command]
importprivkey <junkcoinprivkey> [label]
keypoolrefill
listaccounts [minconf=1]
listreceivedbyaccount [minconf=1] [includeempty=false]
listreceivedbyaddress [minconf=1] [includeempty=false]
listsinceblock [blockhash] [target-confirmations]
listtransactions [account] [count=10] [from=0]
listunspent [minconf=1] [maxconf=999999]
move <fromaccount> <toaccount> <amount> [minconf=1] [comment]
sendfrom <fromaccount> <tojunkcoinaddress> <amount> [minconf=1] [comment] [comment-to]
sendmany <fromaccount> {address:amount,...} [minconf=1] [comment]
sendrawtransaction <hex string>
sendtoaddress <junkcoinaddress> <amount> [comment] [comment-to]
setaccount <junkcoinaddress> <account>
setgenerate <generate> [genproclimit]
setmininput <amount>
settxfee <amount>
signmessage <junkcoinaddress> <message>
signrawtransaction <hex string> [{"txid":txid,"vout":n,"scriptPubKey":hex},...] [<privatekey1>,...] [sighashtype="ALL"]
stop
validateaddress <junkcoinaddress>
verifymessage <junkcoinaddress> <signature> <message>

js2082 (OP)
Member
**
Offline Offline

Activity: 70
Merit: 10



View Profile
May 10, 2013, 08:11:34 PM
 #520

niteryder, thanks for the new pool. Can you also provide a status page.
Pages: « 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 [26] 27 28 29 »
  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!