Author

Topic: [ANN] INTENSE COIN - Blockchain backed decentralized VPN - Hybrid PoW - page 340. (Read 235822 times)

member
Activity: 96
Merit: 10
How to solo mine using GPU. with CPE it's clear, what about GPU?
May be http://127.0.0.1:48782
but what about the username and pass ?
newbie
Activity: 7
Merit: 0
Code:
2017-08-15 13:33:22] 2 miner threads started, using 'cryptonight' algorithm.
[2017-08-15 13:33:22] Starting Stratum on stratum+tcp://45.32.171.89:3333
[2017-08-15 13:33:22] Binding thread 0 to cpu 0
[2017-08-15 13:33:22] Binding thread 1 to cpu 1
[2017-08-15 13:33:23] GPU #1: GeForce GTX 1060 3GB, 1596.10 H/s
[2017-08-15 13:33:23] GPU #0: GeForce GTX 1060 3GB, 1129.99 H/s
[2017-08-15 13:33:35] GPU #0: GeForce GTX 1060 3GB, 5771.00 H/s
[2017-08-15 13:33:39] GPU #1: GeForce GTX 1060 3GB, 5773.24 H/s
[2017-08-15 13:33:56] Pool set diff to 100
[2017-08-15 13:33:56] Stratum detected new block
[2017-08-15 13:33:56] GPU #1: GeForce GTX 1060 3GB, 5780.94 H/s
[2017-08-15 13:33:56] GPU #0: GeForce GTX 1060 3GB, 5797.06 H/s
[2017-08-15 13:34:56] GPU #1: GeForce GTX 1060 3GB, 5740.04 H/s
[2017-08-15 13:34:56] GPU #0: GeForce GTX 1060 3GB, 5748.11 H/s
[2017-08-15 13:35:56] Stratum connection timed out
[2017-08-15 13:35:56] Stratum connection interrupted
[2017-08-15 13:35:56] GPU #1: GeForce GTX 1060 3GB, 5774.43 H/s
[2017-08-15 13:35:56] GPU #0: GeForce GTX 1060 3GB, 5772.95 H/s
[2017-08-15 13:36:22] Stratum detected new block
[2017-08-15 13:36:22] GPU #1: GeForce GTX 1060 3GB, 5754.76 H/s
[2017-08-15 13:36:22] GPU #0: GeForce GTX 1060 3GB, 5775.68 H/s
[2017-08-15 13:37:23] GPU #1: GeForce GTX 1060 3GB, 5726.57 H/s
[2017-08-15 13:37:23] GPU #0: GeForce GTX 1060 3GB, 5731.76 H/s


No matter what I do, I cannot get any shares? What could be the issue?
newbie
Activity: 34
Merit: 0
I've been mining for 40 minutes and I haven't seen any coins, yet the pool says I'm submitting.
sr. member
Activity: 406
Merit: 250
Im new bare with me, but anyone using nicehash?

I tried verifying the pool but dont know what to put in for 'username'

Thanks
full member
Activity: 219
Merit: 121
Lethean Developer
OK just restarted the pool once more and implemented code to limit payments to 500 INT at once, seems to have resolved the issues at hand. Minimum payment also lowered to 100 INT, down from 1000.

Your miner should automatically reconnect to the pool soon enough; if not just manually restart it.

Pool not ded, shoes still on.  Grin

It's already working, thanks for the quick help. Smiley

Great! And to update, I have restarted hopefully one last time.. Lol. Have fun everyone.

Had to reduce mixins to 0 as some transactions were not going through due to the young age of our network. As more transactions are established, we can have many mixins in the payouts. But due to the lack of transactions to mix in with, it's tough! If that doesn't make sense, read up on CryptoNote Ring signatures and you will understand.

when will hit a market dev ,
Roadmap states September Smiley
full member
Activity: 434
Merit: 100
when will hit a market dev ,
member
Activity: 105
Merit: 10
quarkchain.io
OK just restarted the pool once more and implemented code to limit payments to 500 INT at once, seems to have resolved the issues at hand. Minimum payment also lowered to 100 INT, down from 1000.

Your miner should automatically reconnect to the pool soon enough; if not just manually restart it.

Pool not ded, shoes still on.  Grin

It's already working, thanks for the quick help. Smiley
full member
Activity: 219
Merit: 121
Lethean Developer
Base reward = (TotalSupply - AlreadyGenerated) * 2-19 * 10-8
How to calculate?I get this reward =(999,481,516-(~0) )*2^(-19)*10^(-8)=1906*10^(-8)

Make sure you use the total atomic number for TotalSupply. Here is the formula I use in Excel:

Code:
=(99948151623421300-1-B2*10^8)*2^-19*10^-8

Where B2 is the already generated.
full member
Activity: 187
Merit: 100
Cryptocurrency enthusiast
full member
Activity: 219
Merit: 121
Lethean Developer
OK just restarted the pool once more and implemented code to limit payments to 500 INT at once, seems to have resolved the issues at hand. Minimum payment also lowered to 100 INT, down from 1000.

Your miner should automatically reconnect to the pool soon enough; if not just manually restart it.

Pool not ded, shoes still on.  Grin

How can someone avoid of being a VPN exit node? Is there a config file? More infos needed on this topic.
See original response to your question above. There will absolutely be a configuration option.

Maybe i'm blind but i don't see a response above your post.

But i saw on the roadmap that the VPN communication will be implemented in nov, so i'ts not included in the current wallet release.

Just meant the response at the beginning of that post detailing how the VPN will function. You're correct, nothing in current release about it anyway. Smiley

Common false-positive, I encourage you to compile from source code if you have any worries about viruses!


can you show me miner that not detected as virus? all miners that i have,even NiceHash,are detected as virus
Precisely, all miners I've seen are detected as viruses by at least one scanner. And usually it doesn't call it a virus but rather a malware of some sort, some are kid enough to label them "BTCMiners" haha
member
Activity: 105
Merit: 10
quarkchain.io
full member
Activity: 137
Merit: 100
full member
Activity: 308
Merit: 120
I am very interessted by this freelance and i want to show my skills in the arabic translation, please PM me if needed.
newbie
Activity: 5
Merit: 0
Base reward = (TotalSupply - AlreadyGenerated) * 2-19 * 10-8
How to calculate?I get this reward =(999,481,516-(~0) )*2^(-19)*10^(-8)=1906*10^(-8)
member
Activity: 98
Merit: 10

can you show me miner that not detected as virus? all miners that i have,even NiceHash,are detected as virus
full member
Activity: 266
Merit: 111
well, seems to me the pool is working ok now
the diffs are changing, but no idea about payments though
 Grin
sr. member
Activity: 588
Merit: 422
How can someone avoid of being a VPN exit node? Is there a config file? More infos needed on this topic.
See original response to your question above. There will absolutely be a configuration option.

Maybe i'm blind but i don't see a response above your post.

But i saw on the roadmap that the VPN communication will be implemented in nov, so i'ts not included in the current wallet release.
member
Activity: 82
Merit: 10
I think the dev team can be forgiven a few bumps in a road, a coin launch is not easy.  This is one of the smoother launches I've noticed in the 3-4 months I've been doing this.

Definitely quite great to see how much hash there is, a sign of strong interest in the project perhaps!

Thanks very much, appreciate the support.

To the big miners on our pool -- your payments are struggling to be sent due to the sheer size, it is exceeding what the daemon and wallet are setup to handle in single transactions. I'm still working on modifying the code.


Thank You Valiant.

Good Job Buddy!
Jump to: