zTheWolfz
|
 |
September 24, 2015, 06:12:51 PM Last edit: September 24, 2015, 06:33:01 PM by zTheWolfz |
|
profitability for the usual algos is going down, anyone knows some new one (or old one to revive) worth working on?
NEOSCRYPT-- There are couple coins with NeoScrypt algo that have low difficulty and good volume (diff<1, vol~2.5 BTC). UFOCoin is one of them. I still cannot solo-mine FeatherCoin with sp_'s CCminer, and receive communications errors with the wallet. It may be the error that T-Nelson pointed out, where a 168 bit data block is transmitted as a 128 bit data block? SecureCoin blocks keep coming in with the Quark algo. I might download the UFOCoin wallet and try it, but I think that there is still some code to tidy up. --scryptr Looking at the code for Feathercoin and Phoenixcoin, they seem derivative and to send an 84byte blockheader since switching from scrypt to neoscrypt on a fifth and fourth hardfork, respectively. However, from what I can gather, neoscrypt wants an 80byte header, as ccminer handles. I'm not sure if they're sending "padding" for the nonce or it's a bug on their end, there are no comments in the code for assistance. Does this work in djm34 or tpruvpot forks? UFOCoin uses scrypt, so should have a 128byte header and work. From a brief glance anyway. It could be some other bug. Some of the dev here: https://forum.feathercoin.com/ could probably help with that I'm sure. I looked for the old to new fork "core" thread but it seems they have renewed the forum since I was last there and a lot of the old threads "about a year old" are no longer there to be found. Sorry no time to test yet this morning, will when I can. Edit: [2015-09-24 13:28:16] Intensity set to 10, 1024 cuda threads[0m [2015-09-24 13:28:16] NVAPI GPU monitoring enabled.[0m [2015-09-24 13:28:16] 1 miner thread started, using 'neoscrypt' algorithm.[0m [2015-09-24 13:28:16] [01;30mBinding thread 0 to cpu 0 (mask 1)[0m [2015-09-24 13:28:16] [01;30mJSON protocol request: {"method": "getwork", "params": [], "id":0}
[0m * Rebuilt URL to: http://127.0.0.1:3333/ * Trying 127.0.0.1... * TCP_NODELAY set * Connected to 127.0.0.1 (127.0.0.1) port 3333 (#0) * Server auth using Basic with user 'phoenixcoinpc' > POST / HTTP/1.1
Authorization: Basic cGhvZW5peGNvaW5wYzp4
Host: 127.0.0.1:3333
Accept-Encoding: identity
Content-Type: application/json
Content-Length: 45
User-Agent: ccminer/1.5.68-git(SP-MOD)
X-Mining-Extensions: longpoll noncerange reject-reason
X-Mining-Hashrate: 0
< HTTP/1.1 200 OK
< Date: Thu, 24 Sep 2015 18:28:16 +0000
< Connection: keep-alive
< Content-Length: 311
< Content-Type: application/json
< Server: phoenixcoin-json-rpc/v0.6.6.0
<
* Connection #0 to host 127.0.0.1 left intact [2015-09-24 13:28:16] [01;30mJSON protocol response: { "error": null, "result": { "algorithm": "neoscrypt", "data": "02000000944aa339ea0d85cc7923dc07c206deacfe1dd20358978ac0924382c1fdfabf8e918cca9ce601f3eaa0ce4310f8ffc622870f5fd0d0203fab64e38d1b49af0d34bc400456ee5e091d000000003d010000", "target": "0000000000000000000000000000000000000000000000000000ee5e09000000" }, "id": 0 } [0m [2015-09-24 13:28:16] [31mJSON inval data[0m [2015-09-24 13:28:16] [31mjson_rpc_call failed, retry after 30 seconds[0m [2015-09-24 13:28:20] CTRL_C_EVENT received, exiting once miner jobs complete. Ctrl+C again to abort miner jobs[0m [2015-09-24 13:28:25] CTRL_C_EVENT received, aborting miner jobs[0m ^C
|
|
|
|
flipclip
Member

Offline
Activity: 111
Merit: 10
|
 |
September 24, 2015, 06:13:48 PM |
|
Hi,
I'm a newbie to mining with nVidia GPUs and would like some help getting mine working.. I've had some experience with sgminer but couldn't get ccminer to work.. I'm mainly trying to mine VertCoin (Lyra2REv2) on NiceHash but I never get any accepted shares and my GPU load is very low.. I'm on Windows 10 right now with the latest driver and with the latest copy of the executable. Any help would be really appreciated.
-- theLosers106
Would help to know the hardware used. This ccminer only works with maxwell cards. Cards below Maxwell will only idle after load of the software. The NVIDIA GeForce 820M (or GT 820M) is an entry-level DirectX 12 compatible graphics card announced in January 2014. Its core is based on the 28nm GF117 chip (Fermi architecture) and is equipped with 64-bit DDR3 memory. I see.. That's the problem.. so my new 960 should work with this ccminer right? If I still want to run ccminer on my 820m, which fork of the ccminer should I use or is it not possible? It looks like the 820M is compute version 2.1. I don't believe any ccminer fork uses 2.1. The 960 is compute version 5.2 so will work with multiple ccminer forks.
|
|
|
|
scryptr
Legendary
Offline
Activity: 1798
Merit: 1028
|
 |
September 24, 2015, 06:21:49 PM Last edit: September 24, 2015, 06:41:03 PM by scryptr |
|
profitability for the usual algos is going down, anyone knows some new one (or old one to revive) worth working on?
NEOSCRYPT-- There are couple coins with NeoScrypt algo that have low difficulty and good volume (diff<1, vol~2.5 BTC). UFOCoin is one of them. I still cannot solo-mine FeatherCoin with sp_'s CCminer, and receive communications errors with the wallet. It may be the error that T-Nelson pointed out, where a 168 bit data block is transmitted as a 128 bit data block? SecureCoin blocks keep coming in with the Quark algo. I might download the UFOCoin wallet and try it, but I think that there is still some code to tidy up. --scryptr Looking at the code for Feathercoin and Phoenixcoin, they seem derivative and to send an 84byte blockheader since switching from scrypt to neoscrypt on a fifth and fourth hardfork, respectively. However, from what I can gather, neoscrypt wants an 80byte header, as ccminer handles. I'm not sure if they're sending "padding" for the nonce or it's a bug on their end, there are no comments in the code for assistance. Does this work in djm34 or tpruvpot forks? UFOCoin uses scrypt, so should have a 128byte header and work. From a brief glance anyway. It could be some other bug. Some of the dev here: https://forum.feathercoin.com/ could probably help with that I'm sure. I looked for the old to new fork "core" thread but it seems they have renewed the forum since I was last there and a lot of the old threads "about a year old" are no longer there to be found. Sorry no time to test yet this morning, will when I can. NO WALLET FOR UFO-- It looked decent on CoinWarz, but research turned up no Windows binary for the wallet. CoinWarz has UFO as a NeoScrypt coin, it was scrypt coin as was FeatherCoin. A lot of outdated info is around, but the wallets in existence were not synching a couple days/weeks back. I think if I actually had a wallet, I might be a UFOCoin millionaire, but unless I get a response for a wallet, there is no way to mine solo. --scryptr
|
|
|
|
scryptr
Legendary
Offline
Activity: 1798
Merit: 1028
|
 |
September 24, 2015, 06:36:08 PM |
|
Hi,
I'm a newbie to mining with nVidia GPUs and would like some help getting mine working.. I've had some experience with sgminer but couldn't get ccminer to work.. I'm mainly trying to mine VertCoin (Lyra2REv2) on NiceHash but I never get any accepted shares and my GPU load is very low.. I'm on Windows 10 right now with the latest driver and with the latest copy of the executable. Any help would be really appreciated.
-- theLosers106
Would help to know the hardware used. This ccminer only works with maxwell cards. Cards below Maxwell will only idle after load of the software. The NVIDIA GeForce 820M (or GT 820M) is an entry-level DirectX 12 compatible graphics card announced in January 2014. Its core is based on the 28nm GF117 chip (Fermi architecture) and is equipped with 64-bit DDR3 memory. I see.. That's the problem.. so my new 960 should work with this ccminer right? If I still want to run ccminer on my 820m, which fork of the ccminer should I use or is it not possible? It looks like the 820M is compute version 2.1. I don't believe any ccminer fork uses 2.1. The 960 is compute version 5.2 so will work with multiple ccminer forks. KBOMBA-- KBomba has a ccminer v1.02 that will mine on compute 2.1. Look on "github.com/kbomba" under releases for "CCminer-Kbomba", released May 19, 2014. --scryptr
|
|
|
|
zTheWolfz
|
 |
September 24, 2015, 06:43:52 PM |
|
Anyone know if there is a way to still see the output in the miner and also put the info into a log.txt. Command line please if there is? I know how to get it to log to a file, but would like to also see that info in the miner still as well while log to .txt.
|
|
|
|
pallas
Legendary
Offline
Activity: 2716
Merit: 1094
Black Belt Developer
|
 |
September 24, 2015, 06:49:49 PM |
|
Anyone know if there is a way to still see the output in the miner and also put the info into a log.txt. Command line please if there is? I know how to get it to log to a file, but would like to also see that info in the miner still as well while log to .txt.
On Linux you can use the "tee" command.
|
|
|
|
zTheWolfz
|
 |
September 24, 2015, 07:03:38 PM |
|
Anyone know if there is a way to still see the output in the miner and also put the info into a log.txt. Command line please if there is? I know how to get it to log to a file, but would like to also see that info in the miner still as well while log to .txt.
On Linux you can use the "tee" command. Not in Linux, thanks. W7 I was thinking the intensity might be broken in the new release, but seems to be working. This is from the .txt it creates Haven't checked it without logging to file to see if there is a difference posted there in the miner window.. actually this is 22.9:> 22, 7969024 cuda threads This is 22:> 22, 4194304 cuda threads no .x number was used. securechain [2015-09-24 13:54:49] Adding 3774720 threads to intensity 22, 7969024 cuda threads[0m [2015-09-24 13:54:49] CPU priority: realtime[0m [2015-09-24 13:54:49] NVAPI GPU monitoring enabled.[0m [2015-09-24 13:54:49] 1 miner thread started, using 'quark' algorithm.[0m [2015-09-24 13:54:49] [01;30mBinding thread 0 to cpu 0 (mask 1)[0m [2015-09-24 13:54:49] [01;30mJSON protocol request: {"method": "getwork", "params": [], "id":0}
[0m * Rebuilt URL to: http://192.168.1.5:12568/ * Trying 192.168.1.5... * TCP_NODELAY set * Connected to 192.168.1.5 (192.168.1.5) port 12568 (#0) * Server auth using Basic with user 'TheWolf' > POST / HTTP/1.1
Authorization: Basic VGhlV29sZjp4
Host: 192.168.1.5:12568
Accept-Encoding: identity
Content-Type: application/json
Content-Length: 45
User-Agent: ccminer/1.5.68-git(SP-MOD)
X-Mining-Extensions: longpoll noncerange reject-reason
X-Mining-Hashrate: 0
< HTTP/1.1 200 OK
< Date: Thu, 24 Sep 2015 18:54:49 +0000
< Connection: keep-alive
< Content-Length: 592
< Content-Type: application/json
< Server: securecoin-json-rpc/v0.9.0.0-g12be17d-beta
<
* Connection #0 to host 192.168.1.5 left intact [2015-09-24 13:54:49] [01;30mJSON protocol response: { "error": null, "result": { "target": "00000000000000000000000000000000000000000000000000b2400600000000", "midstate": "78093f1c27289c3bd4e14bfca6a1df8f5e90c96a5e51ec591125e0a4ea545122", "hash1": "00000000000000000000000000000000000000000000000000000000000000000000008000000000000000000000000000000000000000000000000000010000", "data": "00000070dffa1b33f9432a35d1e9621880f9ac1a552f4a5c76a425b805ed007400000000ebb9b6156e9088f43aa53be135e599c76993a29452a1cef1e446832623feb026560446f91c0640b200000000000000800000000000000000000000000000000000000000000000000000000000000000000000000000000080020000" }, "id": 0 } [0m [2015-09-24 13:54:49] [01;30mgot new work in 4.00 ms[0m [2015-09-24 13:55:40] [01;30mJSON protocol request: {"method": "getwork", "params": [], "id":0}
[0m * Rebuilt URL to: http://192.168.1.5:12568/ * Found bundle for host 192.168.1.5: 0xb87cbc0 * Re-using existing connection! (#0) with host 192.168.1.5 * Connected to 192.168.1.5 (192.168.1.5) port 12568 (#0) * Server auth using Basic with user 'TheWolf' > POST / HTTP/1.1
Authorization: Basic VGhlV29sZjp4
Host: 192.168.1.5:12568
Accept-Encoding: identity
Content-Type: application/json
Content-Length: 45
User-Agent: ccminer/1.5.68-git(SP-MOD)
X-Mining-Extensions: longpoll noncerange reject-reason
X-Mining-Hashrate: 0
< HTTP/1.1 200 OK
< Date: Thu, 24 Sep 2015 18:55:40 +0000
< Connection: keep-alive
< Content-Length: 592
< Content-Type: application/json
< Server: securecoin-json-rpc/v0.9.0.0-g12be17d-beta
<
* Connection #0 to host 192.168.1.5 left intact [2015-09-24 13:55:40] [01;30mJSON protocol response: { "error": null, "result": { "target": "00000000000000000000000000000000000000000000000000b2400600000000", "midstate": "0cb0b14e8b651bca2a182970f0661d14e094ad25e2234052c84664fe12a08030", "hash1": "00000000000000000000000000000000000000000000000000000000000000000000008000000000000000000000000000000000000000000000000000010000", "data": "00000070dffa1b33f9432a35d1e9621880f9ac1a552f4a5c76a425b805ed007400000000fdff402472f410640a27c7e7edf6f43a657091ae6dce79b96c8032005c823a1e5604472c1c0640b200000000000000800000000000000000000000000000000000000000000000000000000000000000000000000000000080020000" }, "id": 0 } [0m [2015-09-24 13:55:40] [01;30mgot new work in 2.00 ms[0m [2015-09-24 13:55:52] GPU #0: GeForce GTX 960, 10558[0m [2015-09-24 13:55:59] GPU #0: GeForce GTX 960, 10560[0m [2015-09-24 13:56:01] GPU #0: GeForce GTX 960, 10572[0m [2015-09-24 13:56:03] GPU #0: GeForce GTX 960, 10580[0m [2015-09-24 13:56:04] GPU #0: GeForce GTX 960, 10597[0m [2015-09-24 13:56:04] GPU #0: GeForce GTX 960, 10596[0m [2015-09-24 13:56:05] GPU #0: GeForce GTX 960, 10540[0m [2015-09-24 13:56:05] [01;30mJSON protocol request: {"method": "getwork", "params": [], "id":0}
[0m * Rebuilt URL to: http://192.168.1.5:12568/ * Found bundle for host 192.168.1.5: 0xb87cbc0 * Re-using existing connection! (#0) with host 192.168.1.5 * Connected to 192.168.1.5 (192.168.1.5) port 12568 (#0) * Server auth using Basic with user 'TheWolf' > POST / HTTP/1.1
Authorization: Basic VGhlV29sZjp4
Host: 192.168.1.5:12568
Accept-Encoding: identity
Content-Type: application/json
Content-Length: 45
User-Agent: ccminer/1.5.68-git(SP-MOD)
X-Mining-Extensions: longpoll noncerange reject-reason
X-Mining-Hashrate: 10569256
< HTTP/1.1 200 OK
< Date: Thu, 24 Sep 2015 18:56:05 +0000
< Connection: keep-alive
< Content-Length: 592
< Content-Type: application/json
< Server: securecoin-json-rpc/v0.9.0.0-g12be17d-beta
<
* Connection #0 to host 192.168.1.5 left intact [2015-09-24 13:56:05] [01;30mJSON protocol response: { "error": null, "result": { "target": "00000000000000000000000000000000000000000000000000b2400600000000", "midstate": "a56471a82e0f5c78dec05da222fc3f202f09f3acaf2078323aa224ff0240e562", "hash1": "00000000000000000000000000000000000000000000000000000000000000000000008000000000000000000000000000000000000000000000000000010000", "data": "00000070dffa1b33f9432a35d1e9621880f9ac1a552f4a5c76a425b805ed00740000000017c3cac0e1562535ed1c3e4d192ae31c58fb0f290d6d777383e49098433a4799560447451c0640b200000000000000800000000000000000000000000000000000000000000000000000000000000000000000000000000080020000" }, "id": 0 } [0m [2015-09-24 13:56:05] [01;30mgot new work in 2.00 ms[0m [2015-09-24 13:56:17] GPU #0: GeForce GTX 960, 10573[0m
|
|
|
|
pallas
Legendary
Offline
Activity: 2716
Merit: 1094
Black Belt Developer
|
 |
September 24, 2015, 08:30:13 PM |
|
|
|
|
|
bensam1231
Legendary
Offline
Activity: 1806
Merit: 1024
|
 |
September 24, 2015, 08:33:28 PM |
|
T Nelson fixed the solomining bug. Please donate some beers to him if you solomine....
next week i will be setting up a couple more servers ... could you please pm me your details t-nelson so that i may be able to setup the donation server? ... so far there are three more that i need to setup ... - tsiv ( still no contact ) ... - pfool - have all the details now ... - t-nelson ... tanx ... #crysx I've never understood this. Why don't you input their BTC address on a multipool or Nicehash and mine to it? Or if you're really picky and want to differentiate yourself from normal donations, ask them for a new BTC address just for mining.
|
I buy private Nvidia miners. Send information and/or inquiries to my PM box.
|
|
|
scryptr
Legendary
Offline
Activity: 1798
Merit: 1028
|
 |
September 24, 2015, 09:29:10 PM Last edit: September 24, 2015, 09:45:41 PM by scryptr |
|
T Nelson fixed the solomining bug. Please donate some beers to him if you solomine....
next week i will be setting up a couple more servers ... could you please pm me your details t-nelson so that i may be able to setup the donation server? ... so far there are three more that i need to setup ... - tsiv ( still no contact ) ... - pfool - have all the details now ... - t-nelson ... tanx ... #crysx I've never understood this. Why don't you input their BTC address on a multipool or Nicehash and mine to it? Or if you're really picky and want to differentiate yourself from normal donations, ask them for a new BTC address just for mining. HAMPSTERWHEEL MINING-- It started as a joke, in this thread, about the time Neoscrypt was really a hot algo. I kept saying I would mine on my "hamster wheel", a 6x 750ti rig, for the code. I did, for a while. Why be so critical? It is another way to donate, and privately. --scryptr
|
|
|
|
hashbrown9000
|
 |
September 24, 2015, 10:05:51 PM |
|
Anyone want to give solo-mining MobileCash a shot? (lyra2v2 algo, rpcport=14414) https://bitcointalk.org/index.php?topic=1182734.0I've been at it all day and cant get any coins into the wallet with either SP_'s or DJM's miner. I get an accept message in the miner but then it does the "boooooo!" or "nooooooo!"
|
Pinkcoin: ETH: VTC: BTC:
|
|
|
scryptr
Legendary
Offline
Activity: 1798
Merit: 1028
|
 |
September 24, 2015, 10:25:24 PM Last edit: September 24, 2015, 10:51:41 PM by scryptr |
|
Anyone want to give solo-mining MobileCash a shot? (lyra2v2 algo, rpcport=14414) https://bitcointalk.org/index.php?topic=1182734.0I've been at it all day and cant get any coins into the wallet with either SP_'s or DJM's miner. I get an accept message in the miner but then it does the "boooooo!" or "nooooooo!" KOPIEMTU -- I took a look at jk_14's instructions at the end of the kopiemtu thread. He wants to merge-mine VTC and his MBL coin, both on the Lyra2v2 algo. It is a bold challenge, but I need to work on my hardware instead of get wrapped around that axle. I have a wallet full of parallax coin, and another full of monocle coin. I hope that jk_14 comes out on top, good luck! I am still looking for a UFO wallet, and have some SRC on the market... --scryptr P.S. I need to mow the lawn, and buy groceries, and return a rented DVD, and fix the plumbing, and... jk_14 must really know Linux. --scryptr
|
|
|
|
t-nelson
Member

Offline
Activity: 70
Merit: 10
|
 |
September 24, 2015, 10:36:59 PM |
|
Yeah we worked it out on IRC. I'm 100% sure this needs fixed in the wallets, not the miner. I'm willing to add it based on a non-default flag for the time being though.
|
BTC: 1K4yxRwZB8DpFfCgeJnFinSqeU23dQFEMu DASH: XcRSCstQpLn8rgEyS6yH4Kcma4PfcGSJxe
|
|
|
hashbrown9000
|
 |
September 24, 2015, 10:41:53 PM |
|
who here can confirm any working miner for lyra2v2 algo coin solo-mining?
|
Pinkcoin: ETH: VTC: BTC:
|
|
|
scryptr
Legendary
Offline
Activity: 1798
Merit: 1028
|
 |
September 24, 2015, 10:42:42 PM Last edit: September 24, 2015, 10:56:54 PM by scryptr |
|
Yeah we worked it out on IRC. I'm 100% sure this needs fixed in the wallets, not the miner. I'm willing to add it based on a non-default flag for the time being though. THANK YOU!-- You may very well be right about the wallet. I can get DJM34's CCminer launched, and communicate initially with the wallet, but I never get any card hash reports, only an initial blue neoscrypt block number report to the console. With sp_'s CCminer, I cannot even get that far, just a red error message. --scryptr
|
|
|
|
scryptr
Legendary
Offline
Activity: 1798
Merit: 1028
|
 |
September 24, 2015, 10:56:06 PM |
|
who here can confirm any working miner for lyra2v2 algo coin solo-mining?
LAUNCHED--  GTX 960 SSC on Win 7 x64 solo-mining VTC I just launched my GTX 960 against my VertCoin (VTC) wallet. I am getting card-hash reports, but no VTC block number reports (blue), at least not yet. I need to do stuff, I'll check back in a while. The card is hashing, like before the fix. 6.1Mh/s, it will take a while for a block. --scryptr
|
|
|
|
t-nelson
Member

Offline
Activity: 70
Merit: 10
|
 |
September 24, 2015, 11:12:34 PM |
|
Yeah we worked it out on IRC. I'm 100% sure this needs fixed in the wallets, not the miner. I'm willing to add it based on a non-default flag for the time being though. THANK YOU!-- You may very well be right about the wallet. I can get DJM34's CCminer launched, and communicate initially with the wallet, but I never get any card hash reports, only an initial blue neoscrypt block number report to the console. With sp_'s CCminer, I cannot even get that far, just a red error message. --scryptr https://github.com/sp-hash/ccminer/pull/57
|
BTC: 1K4yxRwZB8DpFfCgeJnFinSqeU23dQFEMu DASH: XcRSCstQpLn8rgEyS6yH4Kcma4PfcGSJxe
|
|
|
t-nelson
Member

Offline
Activity: 70
Merit: 10
|
 |
September 24, 2015, 11:14:43 PM |
|
who here can confirm any working miner for lyra2v2 algo coin solo-mining?
LAUNCHED-- -- SNIP -- GTX 960 SSC on Win 7 x64 solo-mining VTC I just launched my GTX 960 against my VertCoin (VTC) wallet. I am getting card-hash reports, but no VTC block number reports (blue), at least not yet. I need to do stuff, I'll check back in a while. The card is hashing, like before the fix. 6.1Mh/s, it will take a while for a block. --scryptr IIRC the blue text is only for stratum info. You're soloing, so no stratum. You'll only see GPU report at the end of a round and accept/reject. Just let it run 
|
BTC: 1K4yxRwZB8DpFfCgeJnFinSqeU23dQFEMu DASH: XcRSCstQpLn8rgEyS6yH4Kcma4PfcGSJxe
|
|
|
djm34
Legendary
Offline
Activity: 1400
Merit: 1050
|
 |
September 25, 2015, 12:06:32 AM |
|
Anyone want to give solo-mining MobileCash a shot? (lyra2v2 algo, rpcport=14414) https://bitcointalk.org/index.php?topic=1182734.0I've been at it all day and cant get any coins into the wallet with either SP_'s or DJM's miner. I get an accept message in the miner but then it does the "boooooo!" or "nooooooo!" there are a couple of lyra2rev2 coins which have forked an older version of vtc wallet then upgraded the algo, and they have a bug in the getwork protocol. The only possibility to fix it, is by fixing the wallet (which was done for vtc), in the current situation there is no way to solo mine these coins
|
djm34 facebook pageBTC: 1NENYmxwZGHsKFmyjTc5WferTn5VTFb7Ze Pledge for neoscrypt ccminer to that address: 16UoC4DmTz2pvhFvcfTQrzkPTrXkWijzXw
|
|
|
tbearhere
Legendary
Offline
Activity: 3276
Merit: 1003
|
 |
September 25, 2015, 12:35:33 AM |
|
T Nelson fixed the solomining bug. Please donate some beers to him if you solomine....
CONFIRMED FIX!--  SP_ release dot 69 finds block solo-mining SecureCoin (SRC). First block found on my rig with release dot 69! --scryptr EDIT: LUCKY BLOCK!  --scryptr Did you try the http protocol from another computer to the same wallet all on the same hub?
|
|
|
|
|