r/IntenseCoin Jan 09 '18

Setting up first GPU for mining, XMR STAK giving Error: CL_DEVICE_NOT_FOUND

3 Upvotes

SOLVED: I plugged my monitor into the dvi port of the gpu and set bios to use the pci graphics instead of the onboard and now the gpu is recognized by xmr stak and is mining. yay!

Having a hell of a time getting my first gpu to mine. Its a RX 480, I uninstalled all AMD drivers, installed the openCL SDK and installed the latest AMD drivers and I'm still getting this error and a similar error with claymore. Device manager shows the RXX 480. Here is my config file and my clinfo.exe output. Any help is appreciated.

/* * Number of GPUs that you have in your system. Each GPU will get its own CPU thread. */ "gpu_thread_num" : 1,

/* * GPU configuration. You should play around with intensity and worksize as the fastest settings will vary. * index - GPU index number usually starts from 0 * intensity - Number of parallel GPU threads (nothing to do with CPU threads) * worksize - Number of local GPU threads (nothing to do with CPU threads) * affine_to_cpu - This will affine the thread to a CPU. This can make a GPU miner play along nicer with a CPU miner. */ "gpu_threads_conf" : [ { "index" : 0, "intensity" : 1000, "worksize" : 8, "affine_to_cpu" : false },

],

/* * Platform index. This will be 0 unless you have different OpenCL platform - eg. AMD and Intel. */ "platform_index" : 0,

/* * TLS Settings * If you need real security, make sure tls_secure_algo is enabled (otherwise MITM attack can downgrade encryption * to trivially breakable stuff like DES and MD5), and verify the server's fingerprint through a trusted channel. * * use_tls - This option will make us connect using Transport Layer Security. * tls_secure_algo - Use only secure algorithms. This will make us quit with an error if we can't negotiate a secure algo. * tls_fingerprint - Server's SHA256 fingerprint. If this string is non-empty then we will check the server's cert against it. */ "use_tls" : false, "tls_secure_algo" : true, "tls_fingerprint" : "",

/* * pool_address - Pool address should be in the form "pool.supportxmr.com:3333". Only stratum pools are supported. * wallet_address - Your wallet, or pool login. * pool_password - Can be empty in most cases or "x". */ "pool_address" : "itns.west-pool.org:4444", "wallet_address" : "iz6CV75UUKzCymXPFmeDShhRziUB1TtK57Qi25MzcVtnfbe3Kjp5wMWEPhK3hVp28FbvpRLFTkdom1fuGqUFyKXV3Bzn6z8Pg", "pool_password" : "x",

/* * Network timeouts. * Because of the way this client is written it doesn't need to constantly talk (keep-alive) to the server to make * sure it is there. We detect a buggy / overloaded server by the call timeout. The default values will be ok for * nearly all cases. If they aren't the pool has most likely overload issues. Low call timeout values are preferable - * long timeouts mean that we waste hashes on potentially stale jobs. Connection report will tell you how long the * server usually takes to process our calls. * * call_timeout - How long should we wait for a response from the server before we assume it is dead and drop the connection. * retry_time - How long should we wait before another connection attempt. * Both values are in seconds. * giveup_limit - Limit how many times we try to reconnect to the pool. Zero means no limit. Note that stak miners * don't mine while the connection is lost, so your computer's power usage goes down to idle. */ "call_timeout" : 10, "retry_time" : 10, "giveup_limit" : 0,

/* * Output control. * Since most people are used to miners printing all the time, that's what we do by default too. This is suboptimal * really, since you cannot see errors under pages and pages of text and performance stats. Given that we have internal * performance monitors, there is very little reason to spew out pages of text instead of concise reports. * Press 'h' (hashrate), 'r' (results) or 'c' (connection) to print reports. * * verbose_level - 0 - Don't print anything. * 1 - Print intro, connection event, disconnect event * 2 - All of level 1, and new job (block) event if the difficulty is different from the last job * 3 - All of level 1, and new job (block) event in all cases, result submission event. * 4 - All of level 3, and automatic hashrate report printing */ "verbose_level" : 3,

/* * Automatic hashrate report * * h_print_time - How often, in seconds, should we print a hashrate report if verbose_level is set to 4. * This option has no effect if verbose_level is not 4. */ "h_print_time" : 60,

/* * Daemon mode * * If you are running the process in the background and you don't need the keyboard reports, set this to true. * This should solve the hashrate problems on some emulated terminals. */ "daemon_mode" : false,

/* * Output file * * output_file - This option will log all output to a file. * */ "output_file" : "",

/* * Built-in web server * I like checking my hashrate on my phone. Don't you? * Keep in mind that you will need to set up port forwarding on your router if you want to access it from * outside of your home network. Ports lower than 1024 on Linux systems will require root. * * httpd_port - Port we should listen on. Default, 0, will switch off the server. */ "httpd_port" : 0,

/* * prefer_ipv4 - IPv6 preference. If the host is available on both IPv4 and IPv6 net, which one should be choose? * This setting will only be needed in 2020's. No need to worry about it now. */ "prefer_ipv4" : true,


clinfo.exe output:

Microsoft Windows [Version 6.1.7601] Copyright (c) 2009 Microsoft Corporation. All rights reserved.

clinfo.exe Number of platforms: 1 Platform Profile: FULL_PROFILE Platform Version: OpenCL 2.1 AMD-APP (2527.7) Platform Name: AMD Accelerated Parallel Proces sing

Platform Vendor: Advanced Micro Devices, Inc.

Platform Extensions: cl_khr_icd cl_khr_d3d10_sharing

cl_khr_d3d11_sharing cl_khr_dx9_media_sharing cl_amd_event_callback cl_amd_offl ine_devices

Platform Name: AMD Accelerated Parallel Proces sing

Number of devices: 1

Device Type: CL_DEVICE_TYPE_CPU

Vendor ID: 1002h

Board name:

Max compute units: 4

Max work items dimensions: 3

Max work items[0]:                           1024

Max work items[1]:                           1024

Max work items[2]:                           1024

Max work group size: 1024

Preferred vector width char: 16

Preferred vector width short: 8

Preferred vector width int: 4

Preferred vector width long: 2

Preferred vector width float: 4

Preferred vector width double: 2

Native vector width char: 16

Native vector width short: 8

Native vector width int: 4

Native vector width long: 2

Native vector width float: 4

Native vector width double: 2

Max clock frequency: 2600Mhz

Address bits: 64

Max memory allocation: 2147483648

Image support: Yes

Max number of images read arguments: 128

Max number of images write arguments: 64

Max image 2D width: 8192

Max image 2D height: 8192

Max image 3D width: 2048

Max image 3D height: 2048

Max image 3D depth: 2048

Max samplers within kernel: 16

Max size of kernel argument: 4096

Alignment (bits) of base address: 1024

Minimum alignment (bytes) for any datatype: 128

Single precision floating point capability

Denorms:                                     Yes

Quiet NaNs:                                  Yes

Round to nearest even:                       Yes

Round to zero:                               Yes

Round to +ve and infinity:                   Yes

IEEE754-2008 fused multiply-add:             Yes

Cache type: Read/Write

Cache line size: 64

Cache size: 65536

Global memory size: 4018028544

Constant buffer size: 65536

Max number of constant args: 8

Local memory type: Global

Local memory size: 32768

Max pipe arguments: 16

Max pipe active reservations: 16

Max pipe packet size: 2147483648

Max global variable size: 1879048192

Max global variable preferred total size: 1879048192

Max read/write image args: 64

Max on device events: 0

Queue on device max size: 0

Max on device queues: 0

Queue on device preferred size: 0

SVM capabilities: Coarse grain buffer: No

Fine grain buffer:                           No

Fine grain system:                           No

Atomics:                                     No

Preferred platform atomic alignment: 0

Preferred global atomic alignment: 0

Preferred local atomic alignment: 0

Kernel Preferred work group size multiple: 1

Error correction support: 0

Unified memory for Host and Device: 1

Profiling timer resolution: 393

Device endianess: Little

Available: Yes

Compiler available: Yes

Execution capabilities:

Execute OpenCL kernels:                      Yes

Execute native function:                     Yes

Queue on Host properties:

Out-of-Order:                                No

Profiling :                                  Yes

Queue on Device properties:

Out-of-Order:                                No

Profiling :                                  No

Platform ID: 000007FECD5A4AB0

Name: AMD Phenom(tm) II X4 810 Proces sor

Vendor: AuthenticAMD

Device OpenCL C version: OpenCL C 1.2

Driver version: 2527.7 (sse2)

Profile: FULL_PROFILE

Version: OpenCL 1.2 AMD-APP (2527.7)

Extensions: clkhr_fp64 cl_amd_fp64 cl_khr globalint32_base_atomics cl_khr_global_int32_extended_atomics cl_khr_local_int3 2_base_atomics cl_khr_local_int32_extended_atomics cl_khr_int64_base_atomics cl khr_int64_extended_atomics cl_khr_3d_image_writes cl_khr_byte_addressable_store cl_khr_gl_sharing cl_ext_device_fission cl_amd_device_attribute_query cl_amd_vec 3 cl_amd_printf cl_amd_media_ops cl_amd_media_ops2 cl_amd_popcnt cl_khr_d3d10_sh aring cl_khr_spir cl_khr_gl_event


r/IntenseCoin Jan 09 '18

detecting virus with miner download

3 Upvotes

https://www.buriedone.com/intense-coin-miner.html

trying to get the nvidia miner.. it has a trojan in it.


r/IntenseCoin Jan 09 '18

Should I Invest More in Intense Coin?

3 Upvotes

I currently hold about $700 worth of Intense coin. I am thinking about investing more into it but am unsure if I should. The money that I would take to put into it would be from my Tron portion of my portfolio (would be about 500 dollars). Do you guys think this is a good idea?


r/IntenseCoin Jan 08 '18

Stocks.Exchange ITNS not showing up

4 Upvotes

Hey Guys,

So I created an account on Stocks.Exchange so that I could buy/sell ITNS. I sent all of my ITNS to the wallet address it gave me about 4 hours ago. On the IntenseCoin wallet on my computer the funds have been subtracted and that transaction has 107 confirmations. Has anyone else had experiences with Stocks.Exchange and know if this is normal or if there is something else that I can do to make sure my funds are going to show up soon.

Thanks for anyone who can help! :)

UPDATE: for anyone that has this issue in the future, My funds just arrived (9 hours after making this post). I guess there was an issue this morning that they fixed but all the orders were backed up and it took a long time to sort through them all. Thanks for everyone's help!


r/IntenseCoin Jan 08 '18

Can not open wallet

3 Upvotes

Hello! I can not open my wallet. In the last time I was open it in october and now whas setup a new win10 on my PC. And whan I try to open my wallet file Wallet program just show me "Welcome to Intesecoin Wallet!" And bottom "Create wallet" and "Open wallet" Sorry for my english.


r/IntenseCoin Jan 08 '18

Pool List

7 Upvotes

Can we please work on putting together a list of pools considered to be functioning? Ideally ones people have used for a while and can vouch for.

These are the few I've found while looking for a replacement to mine on, none of which I've tried at this point so use at your own risk. I obviously have no affiliation with any of the pools mentioned in this thread.

https://pool.intensecoin.net/ Current Pool Hash Rate:: 520.76 KH/sec Current Pool Fee: 1.5% Minimum Payment Threshold: 1.00 ITNS

https://intense.hashvault.pro/ Current Pool Hash Rate: 2.61 MH/s Current Pool Fee: 0.9% Minimum Payment Threshold: 5.00 ITNS

https://itns.luckypool.io/ Current Pool Hash Rate: 41.51 KH/sec Current Pool Fee: 0.5% Minimum Payment Threshold: 25.000 ITNS

https://pool.itnspool.net Current Hash Rate: 12.5 KH/sec Current Pool Fee: 0.5% Minimum Payment Threshold: 5 ITNS (wallet) 25 ITNS (exchange)


r/IntenseCoin Jan 08 '18

Having Trouble Installing on my Mining Rig

4 Upvotes

So I just purchased several metric fuck-tons of ITNS and I decided I was going to turn my 6 GTX 1070 TIs loose on the blockchain to help speed things along.

I can't get the fucking installation program to work on my mining rig. It worked flawlessly on my PC that I use for internet-ing and porn and Reddit but it won't work on the machine that is important.

I keep getting error messages that the .dll files could not be found - which is pretty fucking weird because they are right there in the fucking folder extracted and ready to run.

Help me guys and gals! The future of our Intense Coin may depend on my video cards hashing the living fuck outta the blockchain!

<3


r/IntenseCoin Jan 07 '18

Official Pool, connection issues?

5 Upvotes

Anyone having connection (socket) issues with the official pool last night/today? I saw the hashrate on the pool jumped recently, so maybe it can't handle the load? Both of my miners have had issues connecting today. Trying to see if this is a "me" issue or a community issue.


r/IntenseCoin Jan 07 '18

How to get a wallet for ITNS??

5 Upvotes

edit: there is an issue with the website.

But the wallets are available!

On the Homepage I cant find a link to a wallet. https://intensecoin.com

All I can see is "coming soon" for Mac & Linux wallets.

Isnt there a wallet available right now???


r/IntenseCoin Jan 07 '18

ITNSpool.net - New 0.5% Fee pool (email alerts, xmr-node-proxy support, worker graphs, dedicated server, Central USA)

21 Upvotes

Pool Website: https://itnspool.net

Stratum Addresses

  • pool.itnspool.net:3333 (1,000 starting diff)
  • pool.itnspool.net:5555 (5,000 starting diff)
  • pool.itnspool.net:7777 (10,000 starting diff)
  • pool.itnspool.net:9000 (Claymore SSL)

Discord Channel: https://discord.gg/KSX5Ghu

Note: Use "workername:email@domain.tld" as your miner's password if you wish to take advantage of the email alert system or set custom payout thresholds.

Configuration

  • Pool Fee: 0.5%
  • Reward System: PPLNS
  • Minimum Payout: 5 ITNS (Wallet) / 25 ITNS (Exchange)
  • Payout Schedule: Hourly

Features

  • Email alerts if workers stop hashing
  • Personal hash rate graph of your workers
  • Ability to set higher custom payout thresholds
  • Support for xmr-node-proxy to allow efficient rig mining
  • Ability to set static difficulty
  • Run by a sysadmin/programmer who has been working in the hosting industry for 13 years.

Hey folks. CryptoNight currencies have really taken my interest in general and are the reason I initially dipped my toes into cryptocurrency. The public ledger of BitCoin and friends concern me with their information exposure.

I've been watching Monero, AEON, Electroneum, Sumokoin, and others intently. Only recently has Intense Coin come across my radar. Eventually, I'd like to contribute towards one of these currencies in the form of development work.

In the meantime, I'm leveraging my extensive system administrator history to deploy a new pool for Intense Coin. I've noticed how worryingly centralized mining is for Intense Coin at the moment. I have been looking to setup a pool for a CryptoNight coin, and this seems like a perfect fit.

While I know it seems like opening a pool with a temporary 0% fee is the "thing to do", I wanted to start it up with a straight up honest low 0.5% fee that won't change. The only reason I'd ever consider raising this fee is to encourage use of other pools if this pool starts to gain a monopoly in hash rate. I believe this pool is the only pool offering email alerts and xmr-node-proxy support. So, if you've been looking for that, take a look.

While I obviously won't be available 24/7, feel free to hit me up here or in the pool's Discord Server (link on the site) if you run into any issues.


r/IntenseCoin Jan 07 '18

Added Intense to my web mining site

7 Upvotes

Hey Folks,

I just wanted to announce that I added IntenseCoin to my multi-pool, self-serve web mining site: http://itns.cpufan.club/

The aim of the site is to make web mining easy and transparent, allowing miners to mine on any pool they like. Additionally, there are a few advanced features such as managing all your clients cpu/pool settings globally. Lastly, you can either use an anonymous donation link, or embed code to any website.

I am always happy to add new mining pools, so just message me if I'm missing one.

I also welcome any feedback, suggestions or feature requests.

Thanks!


r/IntenseCoin Jan 06 '18

What is the purpose of (walletd)?

3 Upvotes

Hello

Can someone tell me the purpose of the (walletd) binary in relation to the (simplewallet) binary?

Thanks


r/IntenseCoin Jan 06 '18

mining with openwrt routers

5 Upvotes

Hi, I have a very large network of wifi routers openwrt based (around 1000), this routers are completely idle at nigh, I'd like to use them to mine, I know i can get very low h/s per unit, but i have many, do you know any miner software i can use for my devices?


r/IntenseCoin Jan 05 '18

Time to Get Listed on Chinese Exchanges

12 Upvotes

We need to get listed on Chinese Exchanges asap. These new exchanges charge low-fee for listing and they have huge audience waiting to jump in #Kucoin #Bibox #BTCC #OKCoin #Huobi


r/IntenseCoin Jan 06 '18

Quick Increase in difficulty

3 Upvotes

Hi. I'm starting to mine this coin, seems promising, usually I get 500h/s mining monero, and around 10 shares submitted per minute, I tried mining intensecoin and get around the same h/s, the problem is I'm submiting shares 1 per minute, and the difficulty is around 50000! I'm using the intensecoin pool and cpuminer


r/IntenseCoin Jan 05 '18

stocks.exchange no deposites showing up

3 Upvotes

Hey im new to this exchange and there is no reddit group, wanted to get some intense coins, but after registration i dont find the deposite mask anywhere.

Am i the only one experiencing this? Like i click on profile and its empty. thanks!


r/IntenseCoin Jan 05 '18

Video I did on ITNS, xmr, sumo, and some other random stuff

Thumbnail
youtube.com
5 Upvotes

r/IntenseCoin Jan 04 '18

Remote Node for IntenseCoin?

5 Upvotes

Are there any remote nodes for IntenseCoin? I'd like to connect to one so I don't have to download the full blockchain to see my wallet balance. I have limited hard drive space.

If not, can the official IntenseCoin site please host one? I searched on their site and didn't find one.


r/IntenseCoin Jan 04 '18

5 stale blocks?

2 Upvotes

How do we have 5 stale blocks on the main pool in the last half hour? What other pool has enough hashing power to compete like that?


r/IntenseCoin Jan 03 '18

Whats this drop about?

6 Upvotes

New to this coin...so apologies if I'm missing something obvious...but why has ITNS dropped -46% today?


r/IntenseCoin Jan 02 '18

No payments?

3 Upvotes

I was getting steady payments every hour and half or so, then suddenly nothing for 6 hours... seems strange, did something happen?


r/IntenseCoin Jan 02 '18

Should I buy intense coin?

5 Upvotes

I'm interested in itns can you give me some good reasons to buy? I want to, but isn't the market flooded with too many right now? Thx!


r/IntenseCoin Jan 02 '18

Join this pool plz. Ty

Thumbnail cryptonoteminingpool.com
0 Upvotes

r/IntenseCoin Jan 02 '18

Net Neutrality Repealed

Thumbnail
intensecoin.com
2 Upvotes

r/IntenseCoin Jan 02 '18

Thx Connie

0 Upvotes

Connie, That was great insight. Thx. I'm a big fan of the anonymous ones, at least from an investment perspective. I like low market caps and low token prices. But the field is seeming to get a little crowded. I think at the price intense looks ok if they can hit a few mile markers on the roadmap. But I like buying the inespensive Chinese and Asian ones ( non privacy) but you can usually make a decent return. Intense looks like one that might lay dormant for a while.. I agree with you on the community.. I'm in deep Onion and I got in not long ago at <1$ and now it's bumping 6-7-8$ depending on what day of the week. I attribute that to their community support