Search content
Sort by

Showing 20 of 27 results by CreeptoCurrency
Post
Topic
Board Altcoin Discussion
Re: Earth Dollar discussion
by
CreeptoCurrency
on 21/02/2018, 19:34:32 UTC
Bump. No opinion?
Post
Topic
Board Altcoin Discussion
Earth Dollar discussion
by
CreeptoCurrency
on 20/02/2018, 16:46:07 UTC
Does that make sense to you?

https://www.youtube.com/watch?v=pRwawrYewMI

Indigenous people pledged 3.2 trillion dollars to the Earth Dollar according to him. Sounds ridiculous to me but maybe some more knowledgeable people can shed light on this.

Website

http://www.earthdollar.org/
Post
Topic
Board Mining (Altcoins)
Re: 1080Ti Specific - Best mining option
by
CreeptoCurrency
on 11/02/2018, 02:00:20 UTC
I'm trying to mine with nicehash using ethash. I followed the instruction but get the miner running but I always get the error Cuda error in func 'set_constats' at line 143 : invalid device symbol.

This is my command line

ethminer -SP 2 -U -S daggerhashimoto.usa.nicehash.com:3353 -O WalletAddress.gtx1080ti
pause

I have two GTX 1080 Ti and on Windows 10
Post
Topic
Board Mining (Altcoins)
Re: 1080Ti Specific - Best mining option
by
CreeptoCurrency
on 25/01/2018, 14:49:40 UTC
With 100% TDP and an overclock I was getting more than that with PHI.  Say high 60s.  You need to spend some time tweaking it.

Good luck.
Yeah I just played with the OC settings and set the mem clock to +1000MHz and I'm now pulling 68MH/s.
Post
Topic
Board Mining (Altcoins)
Re: 1080Ti Specific - Best mining option
by
CreeptoCurrency
on 25/01/2018, 14:33:37 UTC
With 100% TDP and an overclock I was getting more than that with PHI.  Say high 60s.  You need to spend some time tweaking it.

Good luck.
Mine are set to 75% TDP and no overclocking at all. I guess my results are still within normal range.
Post
Topic
Board Mining (Altcoins)
Re: 1080Ti Specific - Best mining option
by
CreeptoCurrency
on 25/01/2018, 14:30:54 UTC
The phi miner right from the luxcoin website isn't a bad one.  Not as good as spmod but close.
Yeah using the Phi miner now, thanks. What kind of hashrate are you getting? I'm pulling 60MH/s with two 1080 Ti's which seems a bit low no?
Post
Topic
Board Mining (Altcoins)
Re: 1080Ti Specific - Best mining option
by
CreeptoCurrency
on 25/01/2018, 14:03:49 UTC
LUX profitability isn't great right now but then not much else really is that I've found at least not anything you can run through a calc on WTM.

It's particularly terrible for zcash, zcoin, etc..
Are you using ccminer to mine luxcoin? I downloaded it from github and my Windows Defender detected a malware. I probably downloaded an outdated version though, know where I could find a more recent one for Lux mining?
Post
Topic
Board Mining (Altcoins)
Re: 1080Ti Specific - Best mining option
by
CreeptoCurrency
on 16/01/2018, 15:32:33 UTC
And just like that mining profits cut in half.
Isn't that because the entire market's value has dropped by half?
Post
Topic
Board Mining (Altcoins)
Re: 1080Ti Specific - Best mining option
by
CreeptoCurrency
on 12/12/2017, 17:14:56 UTC
FYI, if you look at blocksuckernation website, it says you need to specify the stratum as:

-o stratum+tcp://old.blocksuckernation.com:

So your file needs to be:


ccminer -a nist5 -o stratum+tcp://old.blocksuckernation.com:3833 -u WALLET ADDRESS -p c=BWK
pause


(give that a try in case you get errors)
I apologize as I made a major screw up. I thought I had extracted the bulwark ccminer but it was the monero ccminer. Now that I fixed that, the command works BUT I am unable to connect to the pool. Always get an error stratum connection failed and it retries every 30 seconds to no avail. No antivirus. Could it be the Windows Firewall?

Possible, better check it and make sure you add an exception rule for the miner.

Did you check the URL strings too? I believe you should add a "old." to the start of the URL

I'm also assuming you want payout in BWK instead of direct BTC conversion.
I added an exception and even attempted to briefly disable the Firewall but nothing. I also tried with and without "old" at the beginning of the address string and nothing. I also attempted with -o stratum+tcp://nist5.blocksuckernation.com:5003 and the stratum_subscribe always times out.
Post
Topic
Board Mining (Altcoins)
Re: 1080Ti Specific - Best mining option
by
CreeptoCurrency
on 12/12/2017, 17:00:34 UTC
FYI, if you look at blocksuckernation website, it says you need to specify the stratum as:

-o stratum+tcp://old.blocksuckernation.com:

So your file needs to be:


ccminer -a nist5 -o stratum+tcp://old.blocksuckernation.com:3833 -u WALLET ADDRESS -p c=BWK
pause


(give that a try in case you get errors)
I apologize as I made a major screw up. I thought I had extracted the bulwark ccminer but it was the monero ccminer. Now that I fixed that, the command works BUT I am unable to connect to the pool. Always get an error stratum connection failed and it retries every 30 seconds to no avail. No antivirus. Could it be the Windows Firewall?
Post
Topic
Board Mining (Altcoins)
Re: 1080Ti Specific - Best mining option
by
CreeptoCurrency
on 12/12/2017, 16:43:24 UTC
Better paste the contents of your batch file here so we can take a look.

Alright, so first of, I downloaded the ccminer. Then I downloaded bulwark 1.2.0 which has an exe that is seemingly my Bulwark wallet. I copied the address from there.

I extracted the ccminer content and created a .txt file with the following command -o stratum+tcp://blocksuckernation.com:3833 -u WALLET ADDRESS -p c=BWK.

I saved it as a .bat file. and simply named it "mining".

I then launched cmd prompt and changed the directory to where my mining.bat is located and simply entered the file name "mining" in order to run it but it says the command is not recognized.

I figured I must be doing something wrong so I launched the ccminer exe I downloaded from the Bulwark instruction page and it does launch but then appears to connect to a monero mining pool.

Needless to say I'm a complete noob at this but I did read several guides online to try and understand what I'm doing and the intricacies.

Ah ok, all clear now. Just as zorachus99 said, you're not understanding the instructions.

1. You need to create a .bat file, not a .txt file. Rename your .txt to .bat

2. The line you pasted are just the arguments, you still need to add the ccminer command and the algo in front. So it would be:

ccminer -a nist5 -o stratum+tcp://blocksuckernation.com:3833 -u WALLET ADDRESS -p c=BWK
pause

(yes, add pause on another line right after the command)

3. Now you should have a mining.bat file ready to be executed.


Yeah I created a .txt file and then changed the extension to a .bat file.

Oh alright, I think the first part is what I'm missing. Thanks.

Edit: Tried adding ccminer -anist5 at the beginning of the script and same issue.
Post
Topic
Board Mining (Altcoins)
Re: 1080Ti Specific - Best mining option
by
CreeptoCurrency
on 12/12/2017, 16:32:54 UTC
Better paste the contents of your batch file here so we can take a look.

Alright, so first of, I downloaded the ccminer. Then I downloaded bulwark 1.2.0 which has an exe that is seemingly my Bulwark wallet. I copied the address from there.

I extracted the ccminer content and created a .txt file with the following command -o stratum+tcp://blocksuckernation.com:3833 -u WALLET ADDRESS -p c=BWK

I saved it as a .bat file. and simply named it "mining".

I then launched cmd prompt and changed the directory to where my mining.bat is located and simply entered the file name "mining" in order to run it but it says the command is not recognized.

I figured I must be doing something wrong so I launched the ccminer exe I downloaded from the Bulwark instruction page and it does launch but then appears to connect to a monero mining pool.

Needless to say I'm a complete noob at this but I did read several guides online to try and understand what I'm doing and the intricacies.
Post
Topic
Board Mining (Altcoins)
Re: 1080Ti Specific - Best mining option
by
CreeptoCurrency
on 12/12/2017, 16:20:37 UTC
I followed all the insturctions to mine Bulwark but for some odd reason, when I launch the exe file, it connects to an xmr mining pool which I believe is Supernova.

There is a difference between following instructions and understanding them.  Learn what your wallet address and your stratum address are, and then modify your config.
I understand the script that was given. I entered my Bulwark addressed in the appropriate area along with the pool address and port number and everything else. I saved it as a .bat file in the same directory as the exe and launched it but the command line always starts up connecting to a monero pool. No idea why.

I also launched the .bat file but it closes down right away as soon as I opened it. Instead I launched the ccminer exe which does work but connects to something I don't want.

This is what I followed:

https://bitcointalk.org/index.php?topic=2499481.0;all
Post
Topic
Board Mining (Altcoins)
Re: 1080Ti Specific - Best mining option
by
CreeptoCurrency
on 12/12/2017, 16:12:33 UTC
I followed all the insturctions to mine Bulwark but for some odd reason, when I launch the exe file, it connects to an xmr mining pool which I believe is Supernova.
Post
Topic
Board Mining (Altcoins)
Re: 1080Ti Specific - Best mining option
by
CreeptoCurrency
on 12/12/2017, 15:02:30 UTC
My computer suddenly started to power off after about two hours of mining. Start back up it works ok for a couple hours then same thing.

 I've dialed back the core to zero and memory is at -400.  TDP is at 60 on one card 80 on the other.  Temps are fine.  Ccminer mining zcoin.

Power supply or motherboard most likely?  Seasonic platinum 850w. Motherboard is a msi tomahawk b350. The two 1080ti are not in sli.
I got the exact same issue and my power supply is also 850W and I also have two 1080 Ti's. I was sure it was the motherboard but it also might be the PSU.
Post
Topic
Board Mining (Altcoins)
Re: 1080Ti Specific - Best mining option
by
CreeptoCurrency
on 11/12/2017, 03:06:22 UTC
So I'm following the advice and getting in onto Bulwark. So far I see the only major exchange that has it is Cryptopia.

Which pool you choose ?
Blocksuckernation.
Post
Topic
Board Mining (Altcoins)
Re: 1080Ti Specific - Best mining option
by
CreeptoCurrency
on 11/12/2017, 02:39:20 UTC
So I'm following the advice and getting in onto Bulwark. So far I see the only major exchange that has it is Cryptopia.
Post
Topic
Board Mining (Altcoins)
Re: 1080Ti Specific - Best mining option
by
CreeptoCurrency
on 28/11/2017, 03:26:07 UTC
So I'm mining BTC with the NiceHash miner and I mine about 4.50$USD/day with an hashrate of 70MH/s. I heard zcoin is more profitable though. My card is a 1080 Ti Founder's Edition.
Nicehash does not mine BTC.
My mistake. The payout is in BTC but it amounts to 4.50/day or around that.
Post
Topic
Board Mining (Altcoins)
Re: 1080Ti Specific - Best mining option
by
CreeptoCurrency
on 28/11/2017, 03:07:53 UTC
So I'm mining BTC with the NiceHash miner and I mine about 4.50$USD/day with an hashrate of 70MH/s. I heard zcoin is more profitable though. My card is a 1080 Ti Founder's Edition.
Post
Topic
Board Altcoin Discussion
Re: A cryptocoin backed by NGO's and supported by the UN(United Nations)
by
CreeptoCurrency
on 02/11/2016, 16:01:38 UTC
The UN?  Please sire, where can I sign up for your Jewish, debt based, fractional reserve, enslavement coin with negative interest rates?  Hopefully this enterprise will be managed by a trusty Zionist Sith lord located in Tel Aviv?  Maybe Soros himself?  Will the coin have a picture of Karl Marx on it?  Do the coin users get awarded bonus airline miles for practicing cultural marxism, male feminism, or beta male cuckoldry?
Why the hostility?

First off to those that do not know..
NGO = non-governmental organizations
I Google'd it Wink
Sounded familiar to me but could not remember.

I also am highly skeptical any authorities of the United Nations have expressed any solid interest in backing a crypto-currency.
Can anyone provide a shred of proof to this claim ?
If not ? The whole plans unravels.

Personally i see another ICO being cooked up and i refuse to support them.
The OP has said twice he would pay dev's for his project in "His own coins"
So you would have to premine them to get them.. ICO = 100% premine.

Can the OP guarantee official approval of using the United Nations logo on a crypto currency ?
Why do i get the feeling they will publicly want nothing to do with it all ?

@OP
I highly doubt you are new here or this is your first dance.
I think you created a new account here to float this idea and distance yourself from past activity here.
Not a good sign !

If you are sincere then good luck but i will not support another ICO coin.
By "The Jews" or anyone else LOL
What kind of proof would you need?
The reason we are saying we'd pay in our own coins is because we wouldn't feel comfortable promising any kind of reward in monetary compensation. We only wanna promise things we are 100% sure we'll be able to deliver.

No I am new here. Been here for a couple of months. I posted in the Earth Dollar thread. The guy who posted about the Earth Dollar illegally linked his project to the IP-UN which is owned and managed by my group and wants nothing to do with the Earth Dollar.

The website IP-UN.org is part of the United Nations and we are on the verge of getting what we call a consultative status. You can look us up online.