|
xthestig
Newbie
Offline
Activity: 42
Merit: 0
|
|
May 10, 2013, 06:45:14 PM |
|
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
|
|
May 10, 2013, 07:07:07 PM |
|
^ Oh...how nice. The guy that just closes the pool after people find tons of blocks without shares being counted properly.
|
|
|
|
niteryder
|
|
May 10, 2013, 07:08:17 PM |
|
^ 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
Activity: 98
Merit: 10
|
|
May 10, 2013, 07:26:51 PM |
|
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
|
|
May 10, 2013, 07:32:46 PM |
|
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
Activity: 98
Merit: 10
|
|
May 10, 2013, 07:34:47 PM |
|
WEBSITES
|
LTC:LZ65nep6TNv4KQpqqQJ6XFoPaBJeTHhW3K
|
|
|
e777
Member
Offline
Activity: 98
Merit: 10
|
|
May 10, 2013, 07:38:50 PM |
|
Work fine now,nice !!
|
LTC:LZ65nep6TNv4KQpqqQJ6XFoPaBJeTHhW3K
|
|
|
Gaukler
Member
Offline
Activity: 136
Merit: 15
|
|
May 10, 2013, 07:39:20 PM |
|
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
|
|
May 10, 2013, 07:41:42 PM |
|
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
Activity: 136
Merit: 15
|
|
May 10, 2013, 07:48:48 PM |
|
Ubuntu 12.4
|
|
|
|
dreamwatcher
Legendary
Offline
Activity: 1064
Merit: 1000
|
|
May 10, 2013, 07:50:15 PM |
|
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
|
|
May 10, 2013, 07:50:46 PM |
|
Ubuntu 12.4
Try this: sudo apt-get libboost-all-dev git
|
|
|
|
Gaukler
Member
Offline
Activity: 136
Merit: 15
|
|
May 10, 2013, 07:56:08 PM |
|
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
|
|
May 10, 2013, 07:59:02 PM |
|
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
Activity: 1064
Merit: 1000
|
|
May 10, 2013, 07:59:26 PM |
|
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
Activity: 136
Merit: 15
|
|
May 10, 2013, 08:02:59 PM |
|
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 last noop questions... how i can check my wallet.. or send/get coins to the wallet ?
|
|
|
|
niteryder
|
|
May 10, 2013, 08:04:09 PM |
|
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 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
Activity: 1064
Merit: 1000
|
|
May 10, 2013, 08:09:53 PM |
|
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 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_listThat 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) 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
Activity: 70
Merit: 10
|
|
May 10, 2013, 08:11:34 PM |
|
niteryder, thanks for the new pool. Can you also provide a status page.
|
|
|
|
|