Search content
Sort by

Showing 14 of 14 results by mrclark25
Post
Topic
Board Announcements (Altcoins)
Re: [ANN][KARM] Karma / ₭ / X11
by
mrclark25
on 15/03/2016, 04:47:54 UTC
First thing to do is to get a functional wallet that will sync, without having to add nodes, and go in to %appdata% every time its opened. Now, that would be a great place to start. Its hard to want to mine, or trade this coin when there is so much concern if you will even be able to receive the coins.

I only had to edit the wallet configuration file in %appdata% once. I edited it with some peers from the block explorer, and it's been smooth sailing with plenty of connected peers every time i start the wallet.
Post
Topic
Board Announcements (Altcoins)
Re: [ANN][KARM] Karma / ₭ / X11
by
mrclark25
on 01/03/2016, 23:53:41 UTC
I have a few million KARM.

My wallet is v0.8.6.5-beta and it is 77 weeks behind.

No peers.

I believe you can add the nodes from here:
https://chainz.cryptoid.info/karm/#!network
Post
Topic
Board Announcements (Altcoins)
Re: [ANN][KARM] Karma / ₭ / X11
by
mrclark25
on 01/03/2016, 05:08:10 UTC
Is anyone interested in buying about 15M karma? not much action on the exchanges, including LTC market

If you like to sell it to me for 1.2 LTC / 15M karma send it to:  KL6gxFfL8unzr183CmD8hmgoECPMXZEHA6.

-east


Will send 15M shortly. my LTC address is: LdqsEoKuBvETWB951s25pzUXhQCRgJDAs5
Post
Topic
Board Off-topic
Topic OP
Most expensive pizza? I think not!
by
mrclark25
on 29/02/2016, 02:41:09 UTC
http://i.imgur.com/ObvPEUa.png

Many of us here would beg to differ.
Post
Topic
Board Announcements (Altcoins)
Re: [ANN][KARM] Karma / ₭ / X11
by
mrclark25
on 27/02/2016, 23:08:07 UTC
Is anyone interested in buying about 15M karma? not much action on the exchanges, including LTC market
Post
Topic
Board Announcements (Altcoins)
Re: ▀▄【ANN】▀▄ ▀▄【 PAYPEER 】▲【PAYP】▲【 365% PoS + POW 】█████►►►►►►►►►
by
mrclark25
on 26/02/2016, 04:13:00 UTC
I can't run Paypeer wallet and other wallets like Verge on Ubuntu (recently installed)

I click on the file and it does not open, need help

you need to install dependencies. launch it via terminal, google the errors to find out what packages it needs, and install them. repeat 2-5 times and eventually the wallet will launch.
Post
Topic
Board Announcements (Altcoins)
Re: ▀▄【ANN】▀▄ ▀▄【 PAYPEER 】▲【PAYP】▲【 365% PoS + POW 】█████►►►►►►►►►
by
mrclark25
on 23/02/2016, 17:20:11 UTC
Hey ,

Can you mine this with ccminer? Was long time out of mining , is anyone here mining with nvidia cards?

working just fine with 1.7.1 and 1.7.2 tpruvot here
Post
Topic
Board Announcements (Altcoins)
Re: ▀▄【ANN】▀▄ ▀▄【 PAYPEER 】▲【PAYP】▲【 365% PoS + POW 】█████►►►►►►►►►
by
mrclark25
on 19/02/2016, 21:04:17 UTC
The difficulty shown on the block explorer seems to be the difficulty of the next block.

ie. i'm mining block 430 with difficulty shown by ccminer to be 6.71, and the block explorer shows block 429 to have 6.71 difficulty. If i look back in ccminer's output, i can see that block 429 had 6.81 difficulty which the block explorer shows block 428 as having.
Post
Topic
Board Announcements (Altcoins)
Re: [ANN][KARM] Karma / ₭ / X11
by
mrclark25
on 13/02/2016, 16:59:48 UTC
Karm is being delisted from Bleutrade.

what now?
Post
Topic
Board Announcements (Altcoins)
Re: [ANN] MonetaryUnit [MUE] Quark based, CPU mining, faucet, explorer, pool, wallet
by
mrclark25
on 05/02/2016, 01:49:52 UTC
Should I be able to solo mine this coin? The wallet gives no errors, but when I try to connect a miner I get the following error:

Code:
JSON-RPC call failed: Method not found
 get_work failed, retry after 30 seconds

The relevant part of my monetaryunit.conf is:
Code:
rpcuser=me
rpcpassword=x
server=1
daemon=1
rpctimeout=30
rpcallowip=127.0.0.1
rpcconnect=127.0.0.1
listen=0
rpcport=29947
port=29948
maxconnections=50
keypool=100
logtimestamps=1


I'm using the latest wallet and ccminer 1.7


You should be able to.
I'm no expert as I've never GPU mined myself, but hopefully this will help?

http://www.monetaryunit.org/muestuff/gpu-solo-mining-monetaryunit/

most of that seems to be about setting up and compiling sgminer. from that, I also found: https://bitcointalk.org/index.php?topic=778322.msg13282133#msg13282133
which does detail how to set the wallet up. I made a change to my configuration, changing listen=0 to listen=1:
Code:
rpcuser=me
rpcpassword=x
server=1
daemon=1
rpctimeout=30
rpcallowip=127.0.0.1
rpcconnect=127.0.0.1
listen=1
rpcport=29947
port=29948
maxconnections=50
keypool=100
logtimestamps=1

but it still doesn't work, and still gives me the same error.

the command i'm using to start the miner is:
Code:
ccminer-x64.exe -a quark -o localhost:29947 -u me -p x -t 4 -i 20 -d gtx980


Hopefully someone will be along to help you out.

In the mean time, is it all working OK using a pool?
You could try our devs pool www.exapool.com

Have you tried removing rpcconnect from your config. From there instead of using localhost:29947 enter the ip address. 127.0.0.1:29947

Neither helped. thanks though

Code:
JSON-RPC call failed: Method not found
 get_work failed, retry after 30 seconds

This still plagues me. Any other ideas? I would really like to solo mine this coin.
Post
Topic
Board Announcements (Altcoins)
Re: [ANN] MonetaryUnit [MUE] Quark based, CPU mining, faucet, explorer, pool, wallet
by
mrclark25
on 25/01/2016, 05:15:11 UTC
Should I be able to solo mine this coin? The wallet gives no errors, but when I try to connect a miner I get the following error:

Code:
JSON-RPC call failed: Method not found
 get_work failed, retry after 30 seconds

The relevant part of my monetaryunit.conf is:
Code:
rpcuser=me
rpcpassword=x
server=1
daemon=1
rpctimeout=30
rpcallowip=127.0.0.1
rpcconnect=127.0.0.1
listen=0
rpcport=29947
port=29948
maxconnections=50
keypool=100
logtimestamps=1


I'm using the latest wallet and ccminer 1.7


You should be able to.
I'm no expert as I've never GPU mined myself, but hopefully this will help?

http://www.monetaryunit.org/muestuff/gpu-solo-mining-monetaryunit/

most of that seems to be about setting up and compiling sgminer. from that, I also found: https://bitcointalk.org/index.php?topic=778322.msg13282133#msg13282133
which does detail how to set the wallet up. I made a change to my configuration, changing listen=0 to listen=1:
Code:
rpcuser=me
rpcpassword=x
server=1
daemon=1
rpctimeout=30
rpcallowip=127.0.0.1
rpcconnect=127.0.0.1
listen=1
rpcport=29947
port=29948
maxconnections=50
keypool=100
logtimestamps=1

but it still doesn't work, and still gives me the same error.

the command i'm using to start the miner is:
Code:
ccminer-x64.exe -a quark -o localhost:29947 -u me -p x -t 4 -i 20 -d gtx980


Hopefully someone will be along to help you out.

In the mean time, is it all working OK using a pool?
You could try our devs pool www.exapool.com

Have you tried removing rpcconnect from your config. From there instead of using localhost:29947 enter the ip address. 127.0.0.1:29947

Neither helped. thanks though
Post
Topic
Board Announcements (Altcoins)
Re: [ANN] MonetaryUnit [MUE] Quark based, CPU mining, faucet, explorer, pool, wallet
by
mrclark25
on 21/01/2016, 20:44:56 UTC
Should I be able to solo mine this coin? The wallet gives no errors, but when I try to connect a miner I get the following error:

Code:
JSON-RPC call failed: Method not found
 get_work failed, retry after 30 seconds

The relevant part of my monetaryunit.conf is:
Code:
rpcuser=me
rpcpassword=x
server=1
daemon=1
rpctimeout=30
rpcallowip=127.0.0.1
rpcconnect=127.0.0.1
listen=0
rpcport=29947
port=29948
maxconnections=50
keypool=100
logtimestamps=1


I'm using the latest wallet and ccminer 1.7


You should be able to.
I'm no expert as I've never GPU mined myself, but hopefully this will help?

http://www.monetaryunit.org/muestuff/gpu-solo-mining-monetaryunit/

most of that seems to be about setting up and compiling sgminer. from that, I also found: https://bitcointalk.org/index.php?topic=778322.msg13282133#msg13282133
which does detail how to set the wallet up. I made a change to my configuration, changing listen=0 to listen=1:
Code:
rpcuser=me
rpcpassword=x
server=1
daemon=1
rpctimeout=30
rpcallowip=127.0.0.1
rpcconnect=127.0.0.1
listen=1
rpcport=29947
port=29948
maxconnections=50
keypool=100
logtimestamps=1

but it still doesn't work, and still gives me the same error.

the command i'm using to start the miner is:
Code:
ccminer-x64.exe -a quark -o localhost:29947 -u me -p x -t 4 -i 20 -d gtx980


Hopefully someone will be along to help you out.

In the mean time, is it all working OK using a pool?
You could try our devs pool www.exapool.com

Yeah, pool mining works fine. I'm currently mining with Mining Pool Hub.

Thanks.
Post
Topic
Board Announcements (Altcoins)
Re: [ANN] MonetaryUnit [MUE] Quark based, CPU mining, faucet, explorer, pool, wallet
by
mrclark25
on 20/01/2016, 21:57:57 UTC
Should I be able to solo mine this coin? The wallet gives no errors, but when I try to connect a miner I get the following error:

Code:
JSON-RPC call failed: Method not found
 get_work failed, retry after 30 seconds

The relevant part of my monetaryunit.conf is:
Code:
rpcuser=me
rpcpassword=x
server=1
daemon=1
rpctimeout=30
rpcallowip=127.0.0.1
rpcconnect=127.0.0.1
listen=0
rpcport=29947
port=29948
maxconnections=50
keypool=100
logtimestamps=1


I'm using the latest wallet and ccminer 1.7


You should be able to.
I'm no expert as I've never GPU mined myself, but hopefully this will help?

http://www.monetaryunit.org/muestuff/gpu-solo-mining-monetaryunit/

most of that seems to be about setting up and compiling sgminer. from that, I also found: https://bitcointalk.org/index.php?topic=778322.msg13282133#msg13282133
which does detail how to set the wallet up. I made a change to my configuration, changing listen=0 to listen=1:
Code:
rpcuser=me
rpcpassword=x
server=1
daemon=1
rpctimeout=30
rpcallowip=127.0.0.1
rpcconnect=127.0.0.1
listen=1
rpcport=29947
port=29948
maxconnections=50
keypool=100
logtimestamps=1

but it still doesn't work, and still gives me the same error.

the command i'm using to start the miner is:
Code:
ccminer-x64.exe -a quark -o localhost:29947 -u me -p x -t 4 -i 20 -d gtx980

Post
Topic
Board Announcements (Altcoins)
Re: [ANN] MonetaryUnit [MUE] Quark based, CPU mining, faucet, explorer, pool, wallet
by
mrclark25
on 20/01/2016, 21:33:49 UTC
Should I be able to solo mine this coin? The wallet gives no errors, but when I try to connect a miner I get the following error:

Code:
JSON-RPC call failed: Method not found
 get_work failed, retry after 30 seconds

The relevant part of my monetaryunit.conf is:
Code:
rpcuser=me
rpcpassword=x
server=1
daemon=1
rpctimeout=30
rpcallowip=127.0.0.1
rpcconnect=127.0.0.1
listen=0
rpcport=29947
port=29948
maxconnections=50
keypool=100
logtimestamps=1


I'm using the latest wallet and ccminer 1.7