Search content
Sort by

Showing 20 of 117 results by claygraffix
Post
Topic
Board Mining (Altcoins)
Re: ANN pool [ACN][QCN]
by
claygraffix
on 17/06/2014, 17:56:37 UTC
Trying out the ACN pool with about 2 kh/s, thanks!
Post
Topic
Board Project Development
Re: Bitcoin as a reward in a iOS/Android Mobile game?
by
claygraffix
on 17/06/2014, 05:15:20 UTC
That sounds great, I'll look that up now. Thanks a lot!
Post
Topic
Board Project Development
Topic OP
Bitcoin as a reward in a iOS/Android Mobile game?
by
claygraffix
on 17/06/2014, 04:57:48 UTC
Hi all, general game info, then my question. 

I've put a game on the Play Store and awaiting approval on the Apple Store.  I've create a maze-type game with 4 levels.  Easy, Medium, Hard, Unbeatable.  The mazes are fast , between 5-15 seconds depending on their length, and always different, so it's something you can play anywhere and put down at any time.

I was considering the possibility of some kind of monetary reward if the user actually beats the game in Unbeatable mode.  I'm not sure of the best way to go about it, or if BTC is even the way to go as a reward.  Think of those games in the arcade where you can with a NintendoDS or some Beats Headphones. 

I'm wondering if I can pre-fill a certain number of vouchers, or paper wallets, or who knows what, that if a user beats the level they get access to it. Whether it's me receiving an email, or a bitly link appears for them.  The more automated the better.  The user would have to get onto their computer most likely since they probably can't do anything from their phone to access the wallet/coins.   I wonder if enough people that would even be playing the game would even have any clue what BTC is.

I'm not going to post the link so it doesn't look like i'm trying to get free promotion or anything, especially since it currently has nothing to do with BTC just yet.  I think the chance for free $$$ may entice people to play it.

tl;dr

How could I offer up something like .01 BTC as a reward in a mobile game, if a user beats a certain level.  Some kind of voucher that I create and put my own BTC into.

Thanks guys
Post
Topic
Board Mining (Altcoins)
Re: [ANN] sgminer - new unified multi-algorithm on-the-fly kernel switching miner
by
claygraffix
on 10/06/2014, 17:19:58 UTC
I have had my 3 miners working with the multi-alo switching configs for about 3 days now pretty steady.  I haven't seen it switch to Scrypt or Scrypt-N yet so I dont know how stable that would be with the switching.  I'm using sgminer 5.0 06062014 build

Below are my configs I've tweaked for the GPU's I have:

1x XFX R7 260x BB Edition (low speed miner I used to test out new algorithms, etc)
1.3MH/s on X11
950kh/s on X13
250KH/s on Scrypt
105KH/s on Scrypt-N
150MH/s on Keccak
Code:
{
"pools" : [
        {
                "name" : "NiceHash_Scrypt",
                "url" : "stratum+tcp://stratum.nicehash.com:4333",
                "user" : "1JPuuW8C65w9EwSj1FFHRjCb9h3GR41VMo",
                "pass" : "d=64",
                "pool-algorithm" : "zuikkis",
                "pool-nfactor" : "10",
                "pool-xintensity" : "146",
                "pool-thread-concurrency" : "8000",
"pool-gpu-engine" : "1100",
"pool-gpu-memclock" : "1500"
        },
        {
                "name" : "NiceHash_Scrypt-N",
                "url" : "stratum+tcp://stratum.nicehash.com:4335",
                "user" : "1JPuuW8C65w9EwSj1FFHRjCb9h3GR41VMo",
                "pass" : "d=64",
                "pool-algorithm" : "zuikkis",
                "pool-nfactor" : "11",
                "pool-xintensity" : "146",
                "pool-thread-concurrency" : "8000",
"pool-gpu-engine" : "1100",
"pool-gpu-memclock" : "1500"
        },
        {
                "name" : "NiceHash_X11",
                "url" : "stratum+tcp://stratum.nicehash.com:4336",
                "user" : "1JPuuW8C65w9EwSj1FFHRjCb9h3GR41VMo",
                "pass" : "d=0.01",
                "pool-algorithm" : "darkcoin-mod",
                "pool-nfactor" : "10",
                "pool-xintensity" : "146",
                "pool-thread-concurrency" : "8000",
"pool-gpu-engine" : "1150",
"pool-gpu-memclock" : "1500"
        },
        {
                "name" : "NiceHash_X13",
                "url" : "stratum+tcp://stratum.nicehash.com:4337",
                "user" : "1JPuuW8C65w9EwSj1FFHRjCb9h3GR41VMo",
                "pass" : "d=0.01",
                "pool-algorithm" : "marucoin-mod",
                "pool-nfactor" : "10",
                "pool-xintensity" : "148",
                "pool-thread-concurrency" : "8000",
"pool-gpu-engine" : "1150",
"pool-gpu-memclock" : "1500"
        },
        {
                "name" : "NiceHash_Keccak",
                "url" : "stratum+tcp://stratum.nicehash.com:4338",
                "user" : "1JPuuW8C65w9EwSj1FFHRjCb9h3GR41VMo",
                "pass" : "d=32",
                "pool-algorithm" : "maxcoin",
                "pool-nfactor" : "10",
                "pool-intensity" : "14",
"pool-gpu-engine" : "1150",
"pool-gpu-memclock" : "700"
        },
        {
                "name" : "NiceHash_Scrypt_Regular_Backup",
                "url" : "stratum+tcp://stratum.nicehash.com:3333",
                "user" : "1JPuuW8C65w9EwSj1FFHRjCb9h3GR41VMo",
                "pass" : "d=64",
                "pool-algorithm" : "zuikkis",
                "pool-nfactor" : "10",
                "pool-xintensity" : "146",
                "pool-thread-concurrency" : "8000",
"pool-gpu-engine" : "1100",
"pool-gpu-memclock" : "1500"
        }
],
"vectors" : "1",
"lookup-gap" : "2",
"worksize" : "128",
"shaders" : "896",
"thread-concurrency" : "8000",
"gpu-powertune" : "-20",
"gpu-threads" : "1",
"auto-fan" : true,
"temp-target" : "58",
"log" : "5",
"log-dateformat" : "1",
"failover-only" : true,
"failover-switch-delay" : "30",
"no-pool-disable" : true,
"queue" : "1",
"scan-time" : "7",
"expiry" : "28",
"api-listen" : true,
"api-mcast-port" : "4028",
"api-port" : "4001",
"api-allow" : "W:127.0.0.1"
}

4x MSI R9 280x Gaming 4G
3.2MH/s on X11
2.5MH/s on X13
725KH/s on Scrypt
365KH/s on Scrypt-N
350MH/s on Keccak
Code:
{
"pools" : [
        {
                "name" : "NiceHash_Scrypt-N",
                "url" : "stratum+tcp://stratum.nicehash.com:4335",
                "user" : "1JPuuW8C65w9EwSj1FFHRjCb9h3GR41VMo",
                "pass" : "d=192",
                "pool-algorithm" : "zuikkis",
                "pool-nfactor" : "11",
                "pool-intensity" : "13",
                "pool-thread-concurrency" : "8193",
"pool-gpu-engine" : "1040",
"pool-gpu-memclock" : "1500"
        },
        {
                "name" : "NiceHash_Scrypt",
                "url" : "stratum+tcp://stratum.nicehash.com:4333",
                "user" : "1JPuuW8C65w9EwSj1FFHRjCb9h3GR41VMo",
                "pass" : "d=192",
                "pool-algorithm" : "zuikkis",
                "pool-nfactor" : "10",
                "pool-intensity" : "13",
                "pool-thread-concurrency" : "8193",
"pool-gpu-engine" : "1040",
"pool-gpu-memclock" : "1500"
        },
        {
                "name" : "NiceHash_X11",
                "url" : "stratum+tcp://stratum.nicehash.com:4336",
                "user" : "1JPuuW8C65w9EwSj1FFHRjCb9h3GR41VMo",
                "pass" : "x",
                "pool-algorithm" : "darkcoin-mod",
                "pool-nfactor" : "10",
                "pool-intensity" : "16",
                "pool-thread-concurrency" : "8193",
"pool-gpu-engine" : "1125",
"pool-gpu-memclock" : "1500"
        },
        {
                "name" : "NiceHash_X13",
                "url" : "stratum+tcp://stratum.nicehash.com:4337",
                "user" : "1JPuuW8C65w9EwSj1FFHRjCb9h3GR41VMo",
                "pass" : "x",
                "pool-algorithm" : "marucoin-mod",
                "pool-nfactor" : "10",
                "pool-intensity" : "16",
                "pool-thread-concurrency" : "8193",
"pool-gpu-engine" : "1125",
"pool-gpu-memclock" : "1500"
        },
        {
                "name" : "NiceHash_Keccak",
                "url" : "stratum+tcp://stratum.nicehash.com:4338",
                "user" : "1JPuuW8C65w9EwSj1FFHRjCb9h3GR41VMo",
                "pass" : "x",
                "pool-algorithm" : "maxcoin",
                "pool-nfactor" : "10",
                "pool-intensity" : "14",
"pool-gpu-engine" : "1125",
"pool-gpu-memclock" : "1020"
        },
        {
                "name" : "NiceHash_Scrypt_Regular_Backup",
                "url" : "stratum+tcp://stratum.nicehash.com:3333",
                "user" : "1JPuuW8C65w9EwSj1FFHRjCb9h3GR41VMo",
                "pass" : "d=192",
                "pool-algorithm" : "zuikkis",
                "pool-nfactor" : "10",
                "pool-intensity" : "13",
                "pool-thread-concurrency" : "8193",
"pool-gpu-engine" : "1040",
"pool-gpu-memclock" : "1500"
        }
],
"vectors" : "1",
"worksize" : "256",
"kernel" : "zuikkis",
"lookup-gap" : "2",
"shaders" : "2048",
"thread-concurrency" : "8193",
"gpu-powertune" : "20",
"temp-target" : "68",
"gpu-threads" : "2",
"auto-fan" : true,
"log" : "5",
"log-dateformat" : "1",
"failover-only" : true,
"failover-switch-delay" : "30",
"no-pool-disable" : true,
"scrypt" : true,
"queue" : "1",
"scan-time" : "7",
"expiry" : "28",
"api-listen" : true,
"api-mcast-port" : "4028",
"api-port" : "4001",
"api-allow" : "W:127.0.0.1"
}

3x MSI R9 290 Gaming 4G  (some GPU engine clocks set to 940 on Scrypt/-N for temp reasons, 1007 is their peak setting with proper cooling)
3.6MH/s on X11
2.7MH/s on X13
900KH/s on Scrypt
460KH/s on Scrypt-N
450MH/s on Keccak
Code:
{
"pools" : [
        {
                "name" : "NiceHash_Scrypt-N",
                "url" : "stratum+tcp://stratum.nicehash.com:4335",
                "user" : "1JPuuW8C65w9EwSj1FFHRjCb9h3GR41VMo",
                "pass" : "d=192",
                "pool-algorithm" : "zuikkis",
                "pool-nfactor" : "11",
                "pool-xintensity" : "400",
                "pool-thread-concurrency" : "24550",
"pool-gpu-engine" : "940",
"pool-gpu-memclock" : "1250"
        },
        {
                "name" : "NiceHash_Scrypt",
                "url" : "stratum+tcp://stratum.nicehash.com:4333",
                "user" : "1JPuuW8C65w9EwSj1FFHRjCb9h3GR41VMo",
                "pass" : "d=192",
                "pool-algorithm" : "zuikkis",
                "pool-nfactor" : "10",
                "pool-xintensity" : "400",
                "pool-thread-concurrency" : "24550",
"pool-gpu-engine" : "940",
"pool-gpu-memclock" : "1250"
        },
        {
                "name" : "NiceHash_X11",
                "url" : "stratum+tcp://stratum.nicehash.com:4336",
                "user" : "1JPuuW8C65w9EwSj1FFHRjCb9h3GR41VMo",
                "pass" : "x",
                "pool-algorithm" : "darkcoin-mod",
                "pool-nfactor" : "10",
                "pool-xintensity" : "400",
                "pool-thread-concurrency" : "24550",
"pool-gpu-engine" : "1050",
"pool-gpu-memclock" : "1250"
        },
        {
                "name" : "NiceHash_X13",
                "url" : "stratum+tcp://stratum.nicehash.com:4337",
                "user" : "1JPuuW8C65w9EwSj1FFHRjCb9h3GR41VMo",
                "pass" : "x",
                "pool-algorithm" : "marucoin-mod",
                "pool-nfactor" : "10",
                "pool-xintensity" : "400",
                "pool-thread-concurrency" : "24550",
"pool-gpu-engine" : "1050",
"pool-gpu-memclock" : "1250"
        },
        {
                "name" : "NiceHash_Keccak",
                "url" : "stratum+tcp://stratum.nicehash.com:4338",
                "user" : "1JPuuW8C65w9EwSj1FFHRjCb9h3GR41VMo",
                "pass" : "x",
                "pool-algorithm" : "maxcoin",
                "pool-intensity" : "14",
"pool-gpu-memclock" : "700",
"pool-gpu-engine" : "1050",
"pool-worksize" : "256"
        },
        {
                "name" : "NiceHash_Scrypt_Regular_Backup",
                "url" : "stratum+tcp://stratum.nicehash.com:3333",
                "user" : "1JPuuW8C65w9EwSj1FFHRjCb9h3GR41VMo",
                "pass" : "d=192",
                "pool-algorithm" : "zuikkis",
                "pool-nfactor" : "10",
                "pool-xintensity" : "400",
                "pool-thread-concurrency" : "24550",
"pool-gpu-engine" : "940",
"pool-gpu-memclock" : "1250"
        }
],
"vectors" : "1",
"worksize" : "128",
"kernel" : "zuikkis",
"lookup-gap" : "2",
"shaders" : "2560",
"gpu-powertune" : "0",
"temp-target" : "69",
"gpu-threads" : "1",
"auto-fan" : true,
"log" : "5",
"log-dateformat" : "1",
"failover-only" : true,
"failover-switch-delay" : "30",
"no-pool-disable" : true,
"scrypt" : true,
"queue" : "1",
"scan-time" : "7",
"expiry" : "28",
"api-listen" : true,
"api-mcast-port" : "4028",
"api-port" : "4001",
"api-allow" : "W:127.0.0.1"
}


Thank you for this post, helped me out alot.
Post
Topic
Board Mining (Altcoins)
Re: Claymore MRO/QCN/FCN/BCN GPU Miner
by
claygraffix
on 05/06/2014, 18:48:12 UTC
GPU miners: please update to v1.1 and mine on stratum+tcp://mine.moneropool.org:80

Thanks!


Updated, working well.  4x r9 280x's hashing at 1341 h/s.
Post
Topic
Board Mining (Altcoins)
Re: Claymore XPM GPU Miner discussion
by
claygraffix
on 30/05/2014, 21:44:51 UTC
Was soloing for 48 hr, found 2 blocks.  First block within 3 hr, then another about 14hr in.

Just changed to ypool and within 3 min found a block.  "Lucky" me.  Gonna let it run for a couple days there and see how much I can rack up. 

4x 280x at about 22CPD.  Not overclocking or anything, using v10.1.

Post
Topic
Board Mining (Altcoins)
Re: NiceHash.com - rig owners needed - get paid more than mining on multipool!
by
claygraffix
on 15/05/2014, 18:11:13 UTC
Giving this a shot, thanks, looks like a great service.
Post
Topic
Board Announcements (Altcoins)
Re: [PoSx11]Edgecoin - 260 investors - Open beta - DOWNLOAD NOW - Beta begins soon
by
claygraffix
on 17/04/2014, 01:29:05 UTC
Would like to join in the beta please.
Post
Topic
Board Announcements (Altcoins)
Re: [PoS x11] Edgecoin - Marketplace - Gambling - Advanced Wallet - IPO [13 D]
by
claygraffix
on 04/04/2014, 18:21:48 UTC
Just because an IPO has escrow, does not mean it is legit.

All the video shows is you sending coins over. LMFAO, a sixth grade coder could do what the video shows. If this coin actually launches 100%, no bullsh**, then I'm behind this great coin. Until then, this is a well designed IPO shill scam. Until it releases with ALL the features promised, it will continue to be so 100%. Best of luck everyone.

Alright, replicate the video.

Ok, however I didn't spend time on the Windows Notification bits.

https://www.youtube.com/watch?v=Z75Mh_s1NPY&feature=youtube_gdata_player

I'm 100% certain your video is of a real app and not anything that's been faked.  I hope your coin can eventually do everything you want it to, good luck with it all.

Post
Topic
Board Announcements (Altcoins)
Re: [PoS] Edgecoin - Marketplace - Gambling - Advanced Wallet - Game integration
by
claygraffix
on 18/03/2014, 01:55:49 UTC
Was this demo made in Visual Studio 2012/13?  What type of Application, Windows Store App?  Expect to make it work in other OS's?

That's a functioning wallet, right now we're working on the mining/trading tab. Video should be out soon.

Yes, we will be working towards getting this out for linux, mac, and even mobile (android)

Just curious how it was made. Segoe font is the default for all of the Window Store "metro/modern" apps.
Post
Topic
Board Announcements (Altcoins)
Re: [PoS] Edgecoin - Marketplace - Gambling - Advanced Wallet - Game integration
by
claygraffix
on 18/03/2014, 01:48:10 UTC
Was this demo made in Visual Studio 2012/13?  What type of Application, Windows Store App?  Expect to make it work in other OS's?
Post
Topic
Board Announcements (Altcoins)
Re: •[ANN]•[GHC] Ghostcoin | Energy Efficient | Unique | Fast | POS/POW Hybrid |
by
claygraffix
on 11/03/2014, 02:06:56 UTC
WTS 68k GHC for .13 BTC
Post
Topic
Board Announcements (Altcoins)
Re: •[PRE-ANN]•[GHC] Ghostcoin | Energy Efficient | Unique | Fast | POS/POW Hybrid |
by
claygraffix
on 10/03/2014, 19:13:05 UTC
STOP POSTING FUD and confirming yourself with a shitcoin

So far you're the only one confirming to get payments. Searching for okaypool in this forum will result a lot of people having problems and getting their coins stolen. Okaypool admin, care to explain?

I'm being paid out also.  First time using them, risking it, but seems ok so far.
Post
Topic
Board Announcements (Altcoins)
Re: •[ANN]•[GHC] Ghostcoin | Energy Efficient | Unique | Fast | POS/POW Hybrid |
by
claygraffix
on 10/03/2014, 17:33:59 UTC
90 blocks mined and I got in _immediately_.

Hit zero myself w 2mh/s so far.

think I saw it around 57.   1 block so far for 1500 GHC
Post
Topic
Board Announcements (Altcoins)
Re: •[PRE-ANN]•[GHC] Ghostcoin | Energy Efficient | Unique | Fast | POS/POW Hybrid |
by
claygraffix
on 10/03/2014, 17:19:23 UTC
QT should be avaiable before hand in password protected rars ... if other devs do this then need to do it else your coin is branded an instamined scam before you even start.

Makes no sense to me. What's the difference between offering a password protected zip prior launch with password at to unprotected zip at launch.

So that those with a slightly slower download speed are not at a disadvantage?

Seems like a stretch to me.

just so the network doesn't get bogged down, as far as I know
Post
Topic
Board Announcements (Altcoins)
Re: [ANN] [HEX] Heisenberg 1.75 hrs - GIVEAWAY!!! www.cryptorush.in at launch!!!
by
claygraffix
on 07/03/2014, 03:18:35 UTC
PREMINE HAS BEEN FOUND.  The user that got the premine contacted me The co-owner of cryptorush and wishes to remain anonymous.  they gave us back the premine and we gave it back to the developers.  Coin is NOT relaunching!! ALL GOOD!!

wow fuck you and this coin i already deleted my wallet you asshat

how many coins did you have?
Post
Topic
Board Announcements (Altcoins)
Re: [ANN] [HEX] Heisenberg 1.75 hrs - GIVEAWAY!!! www.cryptorush.in at launch!!!
by
claygraffix
on 07/03/2014, 02:14:33 UTC
I love all the spam for the pools and not one up and running  Angry

wallet is compiling now,  point your miners NOW to

http://hex.hashrapid.com



Pointed...

Waiting....

same
Post
Topic
Board Announcements (Altcoins)
Re: [ANN] [HEX] Heisenberg 1.75 hrs - GIVEAWAY!!! www.cryptorush.in at launch!!!
by
claygraffix
on 07/03/2014, 02:13:12 UTC
wtf is going on  Huh

1 orphan, 1 reject, 1 accepted with 3MH
Post
Topic
Board Announcements (Altcoins)
Re: [ANN]Faircoin - The First Fairly Distributed COIN -VOTE ON CRYPTSY
by
claygraffix
on 06/03/2014, 22:25:20 UTC
Maybe a dumb question but what if i use multiple token on same address.Will i receieve more FAC or just one share Huh

dunno but i've done it twice on 1 address and it worked fine.  obviously no coins yet, but we'll see.
Post
Topic
Board Announcements (Altcoins)
Re: [ANN]Faircoin - The First Fairly Distributed COIN -VOTE ON CRYPTSY
by
claygraffix
on 06/03/2014, 22:24:40 UTC
how do u get a new token is you have lost one?

wait another hour, and you get a new one