Bitcoin Forum
May 06, 2024, 01:56:20 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
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 30 31 32 33 34 35 [36] 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 ... 238 »
701  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] [TRTL] TurtleCoin - Cowabunga Dudes! on: April 21, 2018, 08:15:22 PM
Code:
{
    "algo": "cryptonight_lite",
    "background": false,
    "colors": true,
    "donate-level": 1.0,
    "log-file": null,
    "print-time": 60,
    "retries": 5,
    "retry-pause": 5,
    "threads": [
        {
            "index": 0,
            "threads": 8,
            "blocks": 30,
            "bfactor": 8,
            "bsleep": 25,
            "affine_to_cpu": false
        },
        {
            "index": 1,
            "threads": 8,
            "blocks": 30,
            "bfactor": 8,
            "bsleep": 25,
            "affine_to_cpu": false
        }
    ],
    "pools": [
        {
            "url": "turtle.ingest.cryptoknight.cc:4901",
            "user": "myaddy",
            "pass": "x",
            "keepalive": true,
            "nicehash": false,
            "variant": -1
        },
        {
            "url": "indeedminers.eu:3333",
            "user": "xmrig",
            "pass": "x",
            "keepalive": true,
            "nicehash": true,
            "variant": -1
        }
    ],
    "api": {
        "port": 0,
        "access-token": null,
        "worker-id": null
    }
}

Still won't mine. Undecided

As far as I can see there are two errors in your config:
(1) "algo": "cryptonight_lite" should be "algo": "cryptonight-lite"
(2) "variant": -1 should be  "variant": 1.
Below is my config and it works fine (used with xmrig-amd-2.6.0-beta1-win64, but should be same for Nvidia).

Code:
 {
    "algo": "cryptonight-lite",
    "background": false,
    "colors": true,
    "donate-level": 1,
    "log-file": null,
    "print-time": 60,
    "retries": 5,
    "retry-pause": 5,
    "opencl-platform": 0,
    "threads": [
        {
            "index": 0,
            "intensity": 960,
            "worksize": 8,
            "affine_to_cpu": false
        }
    ],
    "pools": [
        {
            "url": "trtl.mine2gether.com:4445",
            "user": "TRTLuyutR26cP4XeszHQFMBjHV96Qn9UxAD3dzhUv2JgAANuzeJpQqqJnP8M2pB1UGDJ7kJnBx16mVHwEmbU3BqvfQ3GdKBsgZ2",
            "pass": "x",
            "keepalive": true,
            "nicehash": false,
            "variant": 1
        }
    ],
    "api": {
        "port": 0,
        "access-token": null,
        "worker-id": null
    }
}


Thx Smiley  I changed the algo and v1 but it still won't mine. Your config is very different.  I'll have to wait for ccminer.
702  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [LAUNCHED][POW]⚡ELECTRONEUM⚡Official Moderated Thread on: April 18, 2018, 11:56:10 AM
Mining with 11 ETNs / 1 ksh ... how low can we get ?

I know...we need a fork.... bad.  I have 5 kh/s and not worth mining ... unless the dev. is mining with ASIC'S. Grin
703  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [LAUNCHED][POW]⚡ELECTRONEUM⚡Official Moderated Thread on: April 18, 2018, 11:52:37 AM
Still no GUI wallet?

still no, but there is web wallet  Wink
Ok thank you.
It doesn't make sense that they didn't release a GUI wallet ... when other coins of the cryptonight algo forks have had working gui wallets for months. Smiley
I did have a web wallet of another coin and lost it so easy.
We need a gui. Smiley
704  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [LAUNCHED][POW]⚡ELECTRONEUM⚡Official Moderated Thread on: April 18, 2018, 12:30:52 AM
Still no GUI wallet?
705  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] [TRTL] TurtleCoin - Cowabunga Dudes! on: April 17, 2018, 05:48:39 PM
Code:
{
    "algo": "cryptonight_lite",
    "background": false,
    "colors": true,
    "donate-level": 1.0,
    "log-file": null,
    "print-time": 60,
    "retries": 5,
    "retry-pause": 5,
    "threads": [
        {
            "index": 0,
            "threads": 8,
            "blocks": 30,
            "bfactor": 8,
            "bsleep": 25,
            "affine_to_cpu": false
        },
        {
            "index": 1,
            "threads": 8,
            "blocks": 30,
            "bfactor": 8,
            "bsleep": 25,
            "affine_to_cpu": false
        }
    ],
    "pools": [
        {
            "url": "turtle.ingest.cryptoknight.cc:4901",
            "user": "myaddy",
            "pass": "x",
            "keepalive": true,
            "nicehash": false,
            "variant": -1
        },
        {
            "url": "indeedminers.eu:3333",
            "user": "xmrig",
            "pass": "x",
            "keepalive": true,
            "nicehash": true,
            "variant": -1
        }
    ],
    "api": {
        "port": 0,
        "access-token": null,
        "worker-id": null
    }
}


Still won't mine. Undecided
706  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] [TRTL] TurtleCoin - Cowabunga Dudes! on: April 17, 2018, 04:23:07 PM
Can anyone show me what I'm doing wrong please? thx Smiley
Using xmrig-nvidia-2.6.0-beta1-cuda9-win64. Windows NVIDIA.
Not hashing.


Code:
{
    "algo": "cryptonight_light -variant 1",
 
    "pools": [
        {
            .....
            "variant": -1
        }
    ],    

it should be
Code:
    "algo": "cryptonight_light",
 
    "pools": [
        {
            .....
            "variant": 1
        }
    ],

its profitable but for now it less or no buyer, look for cn-heavy coin (sumo, haven) or better use optimized nvidia algo like:
  • Ultima (skein)
  • Verge (x17)
  • Pigeon (x16s
  • Verge (lyra2rev2)
  • Ravencoin (x16r)
Yes I know..thx.... but I need to set this up. Any help plz? Smiley
707  Alternate cryptocurrencies / Mining (Altcoins) / Re: [GUIDE][AMD][NVIDIA][CPU][XMR]How to Mine Monero / Sumokoin + Miners Downloads ⛏ on: April 17, 2018, 02:30:53 PM
Can anyone show me what I'm doing wrong please? thx Smiley
Using xmrig-nvidia-2.6.0-beta1-cuda9-win64. Windows NVIDIA.
Not hashing.



Code:
[2018-04-17 07:54:47] speed 10s/60s/15m n/a n/a n/a H/s max: n/a H/s
[2018-04-17 07:54:47] GPU #0: 135/405 MHz 0W 25C FAN 56%
[2018-04-17 07:54:47] GPU #1: 135/405 MHz 0W 26C FAN 33%
[2018-04-17 07:55:47] speed 10s/60s/15m n/a n/a n/a H/s max: n/a H/s
[2018-04-17 07:55:47] GPU #0: 135/405 MHz 0W 25C FAN 56%
[2018-04-17 07:55:47] GPU #1: 135/405 MHz 0W 25C FAN 33%
[2018-04-17 07:56:47] speed 10s/60s/15m n/a n/a n/a H/s max: n/a H/s
[2018-04-17 07:56:47] GPU #0: 135/405 MHz 0W 24C FAN 56%
[2018-04-17 07:56:47] GPU #1: 137/405 MHz 0W 25C FAN 33%
[2018-04-17 07:57:47] speed 10s/60s/15m n/a n/a n/a H/s max: n/a H/s
[2018-04-17 07:57:47] GPU #0: 135/405 MHz 0W 24C FAN 56%
[2018-04-17 07:57:47] GPU #1: 135/405 MHz 0W 25C FAN 33%

Code:
{
    "algo": "cryptonight_light -variant 1",
    "background": false,
    "colors": true,
    "donate-level": 1,
    "log-file": null,
    "print-time": 60,
    "retries": 5,
    "retry-pause": 5,
    "threads": [
        {
            "index": 0,
            "threads": 8,
            "blocks": 30,
            "bfactor": 10,
            "bsleep": 100,
            "affine_to_cpu": false
        },
        {
            "index": 1,
            "threads": 8,
            "blocks": 30,
            "bfactor": 10,
            "bsleep": 100,
            "affine_to_cpu": false
        }
    ],
    "pools": [
        {
            "url": "turtle.ingest.cryptoknight.cc:4901",
            "user": "MY ADDRESS",
            "pass": "x",
            "keepalive": true,
            "nicehash": false,
            "variant": -1
        }
    ],
    "api": {
        "port": 0,
        "access-token": null,
        "worker-id": null
    }
}
I'm not sure about XMRig support for Turtle, but it might be driver issue.
You may try our version https://mega.nz/#F!M7xzFLpC!Nw6i2VLvtQ6XEecXiiWwOA with CUDA 9.0
Or install CUDA 9.1 drivers.

Ok thx  Smiley
I tried the raw config file to see if it would mine and it didn't.
I do have CUDA 9.0 installed and other ccminer's that were built with 9.1 that work with my drivers.
What I need is to see someone's config file that has that exact same algo.
708  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] [TRTL] TurtleCoin - Cowabunga Dudes! on: April 17, 2018, 12:27:21 PM
Can anyone show me what I'm doing wrong please? thx Smiley
Using xmrig-nvidia-2.6.0-beta1-cuda9-win64. Windows NVIDIA.
Not hashing.



Code:
[2018-04-17 07:54:47] speed 10s/60s/15m n/a n/a n/a H/s max: n/a H/s
[2018-04-17 07:54:47] GPU #0: 135/405 MHz 0W 25C FAN 56%
[2018-04-17 07:54:47] GPU #1: 135/405 MHz 0W 26C FAN 33%
[2018-04-17 07:55:47] speed 10s/60s/15m n/a n/a n/a H/s max: n/a H/s
[2018-04-17 07:55:47] GPU #0: 135/405 MHz 0W 25C FAN 56%
[2018-04-17 07:55:47] GPU #1: 135/405 MHz 0W 25C FAN 33%
[2018-04-17 07:56:47] speed 10s/60s/15m n/a n/a n/a H/s max: n/a H/s
[2018-04-17 07:56:47] GPU #0: 135/405 MHz 0W 24C FAN 56%
[2018-04-17 07:56:47] GPU #1: 137/405 MHz 0W 25C FAN 33%
[2018-04-17 07:57:47] speed 10s/60s/15m n/a n/a n/a H/s max: n/a H/s
[2018-04-17 07:57:47] GPU #0: 135/405 MHz 0W 24C FAN 56%
[2018-04-17 07:57:47] GPU #1: 135/405 MHz 0W 25C FAN 33%

Code:
{
    "algo": "cryptonight_light -variant 1",
    "background": false,
    "colors": true,
    "donate-level": 1,
    "log-file": null,
    "print-time": 60,
    "retries": 5,
    "retry-pause": 5,
    "threads": [
        {
            "index": 0,
            "threads": 8,
            "blocks": 30,
            "bfactor": 10,
            "bsleep": 100,
            "affine_to_cpu": false
        },
        {
            "index": 1,
            "threads": 8,
            "blocks": 30,
            "bfactor": 10,
            "bsleep": 100,
            "affine_to_cpu": false
        }
    ],
    "pools": [
        {
            "url": "turtle.ingest.cryptoknight.cc:4901",
            "user": "MY ADDRESS",
            "pass": "x",
            "keepalive": true,
            "nicehash": false,
            "variant": -1
        }
    ],
    "api": {
        "port": 0,
        "access-token": null,
        "worker-id": null
    }
}
709  Alternate cryptocurrencies / Mining (Altcoins) / Re: [GUIDE][AMD][NVIDIA][CPU][XMR]How to Mine Monero / Sumokoin + Miners Downloads ⛏ on: April 17, 2018, 12:11:49 PM
Can anyone show me what I'm doing wrong please? thx Smiley
Using xmrig-nvidia-2.6.0-beta1-cuda9-win64. Windows NVIDIA.
Not hashing.



Code:
[2018-04-17 07:54:47] speed 10s/60s/15m n/a n/a n/a H/s max: n/a H/s
[2018-04-17 07:54:47] GPU #0: 135/405 MHz 0W 25C FAN 56%
[2018-04-17 07:54:47] GPU #1: 135/405 MHz 0W 26C FAN 33%
[2018-04-17 07:55:47] speed 10s/60s/15m n/a n/a n/a H/s max: n/a H/s
[2018-04-17 07:55:47] GPU #0: 135/405 MHz 0W 25C FAN 56%
[2018-04-17 07:55:47] GPU #1: 135/405 MHz 0W 25C FAN 33%
[2018-04-17 07:56:47] speed 10s/60s/15m n/a n/a n/a H/s max: n/a H/s
[2018-04-17 07:56:47] GPU #0: 135/405 MHz 0W 24C FAN 56%
[2018-04-17 07:56:47] GPU #1: 137/405 MHz 0W 25C FAN 33%
[2018-04-17 07:57:47] speed 10s/60s/15m n/a n/a n/a H/s max: n/a H/s
[2018-04-17 07:57:47] GPU #0: 135/405 MHz 0W 24C FAN 56%
[2018-04-17 07:57:47] GPU #1: 135/405 MHz 0W 25C FAN 33%

Code:
{
    "algo": "cryptonight_light -variant 1",
    "background": false,
    "colors": true,
    "donate-level": 1,
    "log-file": null,
    "print-time": 60,
    "retries": 5,
    "retry-pause": 5,
    "threads": [
        {
            "index": 0,
            "threads": 8,
            "blocks": 30,
            "bfactor": 10,
            "bsleep": 100,
            "affine_to_cpu": false
        },
        {
            "index": 1,
            "threads": 8,
            "blocks": 30,
            "bfactor": 10,
            "bsleep": 100,
            "affine_to_cpu": false
        }
    ],
    "pools": [
        {
            "url": "turtle.ingest.cryptoknight.cc:4901",
            "user": "MY ADDRESS",
            "pass": "x",
            "keepalive": true,
            "nicehash": false,
            "variant": -1
        }
    ],
    "api": {
        "port": 0,
        "access-token": null,
        "worker-id": null
    }
}
710  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [DSH] Dashcoin (Cryptonote) UPDATE: New source/wallets+GUI - 1.0.10 on: April 13, 2018, 01:18:04 AM
Nope.
https://bitcointalk.org/index.php?topic=3103990.0
711  Alternate cryptocurrencies / Mining (Altcoins) / Re: [ANN] dstm's ZCash / Equihash Nvidia Miner v0.6 (Linux / Windows) on: April 11, 2018, 12:14:06 PM
Can someone please post the hashrate for a 750ti.  thx  Smiley
55 sol/s for the 750 non Ti at minimal settings (30 W) in Linux.

Ha, I too think that my 750 consumes 38 watt (as say nvidia-smi). But wattmeter show other value - ~60 watt  Sad

67 sol/s (with "intensity=1:0.95" in zm.cfg) and 72 with full load. (+135 core, +0 mem)

Also:
gtx950 - 152 sol/s (+200 +500)
gtx1050Ti - 192 (+200 +500)

dstm - rulez  Roll Eyes
Thx everyone .... on ewbf I get 72 sols.... so no real improvement with dstm on windows.
712  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][POW][XTL] 👾Stellite👾 - decentralized node list via IPFS & ZeroNet on: April 11, 2018, 12:01:09 PM
can i send stellite in wallet GUI but synchronizing still 27% sir ?
No.......wait for your wallet to sync....else coins maybe lost.
713  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][POW][XTL] 👾Stellite👾 - decentralized node list via IPFS & ZeroNet on: April 11, 2018, 11:38:13 AM
Price settling for now at 20 sats  Cheesy
It should be closer to 40 sats or higher...IMO.  Smiley
714  Alternate cryptocurrencies / Mining (Altcoins) / Re: [ANN] dstm's ZCash / Equihash Nvidia Miner v0.6 (Linux / Windows) on: April 10, 2018, 03:00:01 PM
Can someone please post the hashrate for a 750ti.  thx  Smiley
715  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] [SUMO] SUMOKOIN - 🔏 Digital Cash For Highly-Confidential Transactions 🔏 on: April 09, 2018, 11:14:41 PM
I installed the new wallet v3 and it started syncing with my original address and seeds..up to block 2101.  Then it stopped.
I closed the wallet to run again as administrator and now wallet won't open.  Any help please?   thx Smiley

EDIT: Got it syncing now. When I deleted the old wallet ... there was still files that didn't delete. So syncing from the beginning .. going to take days.... maybe a week at log level 3.  Tongue
New wallet sync much faster than the old one. Wink
Yes it's beginning to catch up faster. Smiley
716  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] [SUMO] SUMOKOIN - 🔏 Digital Cash For Highly-Confidential Transactions 🔏 on: April 09, 2018, 12:38:37 PM
I installed the new wallet v3 and it started syncing with my original address and seeds..up to block 2101.  Then it stopped.
I closed the wallet to run again as administrator and now wallet won't open.  Any help please?   thx Smiley

EDIT: Got it syncing now. When I deleted the old wallet ... there was still files that didn't delete. So syncing from the beginning .. going to take days.... maybe a week at log level 3.  Tongue
717  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] [SUMO] SUMOKOIN - 🔏 Digital Cash For Highly-Confidential Transactions 🔏 on: April 09, 2018, 06:59:16 AM
My wallet is stuck at block 116524.  Do I need to update? If so..is the wallet file "wallet.exe.manifest" the file I should copy and then paste back when the new wallet syncs? I'm unable to get the seeds. Thx  Smiley

Hi tbearhere,
Deleting the folder Imdb, then open Sumo GUI Wallet (Run as Admin...) to re-sync.
Normally it locates at "C:\ProgramData\sumokoin\" if you are running Windows.
Please do not delete the wallets folder (C:\ProgramData\SumokoinGUIWallet\wallets).

Once the restore is done, I recommend you to generate the seeds and save to a safe place.

Ok thx.   I have the older GUI from before the fork. If I copy the wallet file and reinstall newer GUI then delete new wallet folder and put old wallet folder back....will that work?  Thx again.  Smiley
PS I think it's stuck at the block when the fork occured.
718  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] [SUMO] SUMOKOIN - 🔏 Digital Cash For Highly-Confidential Transactions 🔏 on: April 09, 2018, 02:44:48 AM
My wallet is stuck at block 116524.  Do I need to update? If so..is the wallet file "wallet.exe.manifest" the file I should copy and then paste back when the new wallet syncs? I'm unable to get the seeds. Thx  Smiley
719  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][POW][XTL] 👾Stellite👾 - decentralized node list via IPFS & ZeroNet on: April 06, 2018, 09:41:51 PM
We need a CCMINER. Smiley
720  Alternate cryptocurrencies / Mining (Altcoins) / Re: CCminer(SP-MOD) Modded NVIDIA Maxwell / Pascal kernels. on: April 06, 2018, 09:08:21 PM
Where I live liquidating GPU's is very easy, 24 hours max. Not as fast as pushing 'sell' button but still quite fast.
No. And you'll lose a fuckton of money doing that. I don't think you've spent any amount of time selling anything online, such as eBay.
Where I live people don't use shitty services like eBay, also living in an area where there are enough potential buyers helps.
I've sold some PC components including GPU's this weekend too. Only cash, only fast pick-up. All gone. No fees.
eBay is a shitty service? XD
Yes, otherwise I would have used it more than four times (4 buys/ 0 sells) since 2001.

I bet. Sounds like you're using craigslist. Some real power sellers on there.

Who's Graig? Big in US?  Smiley


Yes.. big in usa.
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 30 31 32 33 34 35 [36] 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 ... 238 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!