Bitcoin Forum

Alternate cryptocurrencies => Announcements (Altcoins) => Topic started by: Cassey on September 04, 2014, 02:02:57 AM



Title: [ANN] Independant Miners Alliance Official Launch Notification (IMACredit coin)
Post by: Cassey on September 04, 2014, 02:02:57 AM
http://www.imacredit.org/uploads/1/4/0/2/14028086/published/weebly_3.png?1490454113

Welcome back to Independent Mining!

This coin is for everyone with a normal PC or server wanting to mine without being obliterated by Corporate Data Center ASIC based mining!

What is IMAcredit?
----------------

IMACredit is focused on creating a truly ASIC free and GPU resistant crypto coin.  It accomplishes this goal by utilizing the N-Scrypt algorithm with a much bigger N than any other coin to date.  At launch, N=16.  This is 2 higher than the latest ASIC technology will support and high enough that current graphic miners will crash with stack overflows.  e.g.  This is a CPU only targeted coin.

What is the Independent Miners Alliance?

Well, honestly, its the name of one of the four factions in the apparently defunct game "The Crypto Void" by 1BillionHash.  However the name also reflects the goal of having a coin that is independent of the big data center driven coins like Bitcoin and the popular Scypt based coins.

Key Stats:

    Launched on 9/1/2014
    256 second (~4.3) minute block targets
    16 coin payout per block
    No half life
    subsidy constant for life of coin
    ~92B coins (limit of 64 bit math)
     Every block to retarget difficulty with Kimotos Gravity Well algorithm
    ZERO pre-mine, ZERO special blocks, no IPO, nothing hidden,  RAID RESISTANT

As mentioned on the Home page, IMACredit is designed to be CPU bound - a coin for the masses.

Due to its high N factor, each hashing process will require 16MB of memory.  Nothing significant for today's PCs, but an absolute killer for ASICs.  Early testing has also found IMACredit to resist GPU usage, with sgminer crashing due to a stack overflow within minutes.  This testing also shows substantially smaller khash rates than most have gotten use to:  Where bitcoin ASICs are measured in GigaHash, and scrypt ASICs are measured in 10s or 100s of MH, and GPUs generally deliver 100s of KH, IMAcredit's wallet will hash in the 10-100KH range.

Let us be perfectly clear:   This is a coin for the masses, designed to require large numbers of users to meet its block time target.  No handful of users will be able to dominate this coin.    Until N-Scrypt mining code like sgminer implement fixes GPUs and Pool mining will not make sense.  Pool mining may never make sense - this code is designed to be run from the wallet!

Hashing Algorithm:  N-Scrypt, initial N=16.  Codebase tested through N=20 representing 7 generations of ASIC's to come and expected to work at higher Ns.  (for the coders out there:  Heap based scratchpad allocation vs. the typical Stack based which would break at N=15)

Difficulty Algorithm:  Kimoto Gravity Well, with Time Warp Patch
Source:  https://github.com/IMACredit/imacredit
Windows Wallet:  http://www.mediafire.com/download/1vzyh5h0dg5bljh/imacredit-qt.exe
    If you do not setup a imacredit.conf file, please make sure you use the Console window and "setgenerate true".
MacOS Wallet:  not currently available
Linux Wallet:  Build from Github source for maximum compatibility

Block Explorer:  <needed>

Pools:  http://mpos.imacredit.org (stratum+tcp://mpos.imacredit.org:10052) - This is a VERY basic, lightly maintained pool.  We REALLY REALLY recommend doing local machine mining.   If you locally mine, give it time:  expect to find blocks per week, not blocks per hour.


Ports:
        Listen:  64097 (54097 for testnet)
        JSON-RPC:  64096 (54096 for testnet)

Sample Configuration file (completely optional for Windows users)
       rpcuser=<yourname>
       rpcpassword=<some very random long password>
       listen=1
       gen=1

Like all high quality coins, IMACredit maintains an active DNSSEED network.  You should NEVER have to specify addnodes.  All wallets should work upon launching.

Social:   IRC Freenode:  #imacredit  

Website: http://www.imacredit.org

Other information:

IRC is NOT used by the codebase for anything (unlike many coins)

UPnP is disabled for your protection!

Development team:  The same folks that brought you YACCoin and 1Credit.

Cassey


Title: Re: [ANN] Independant Miners Alliance Official Launch Notification (IMACredit coin)
Post by: vindyne8 on September 04, 2014, 02:15:42 AM
All rejects using scrypt n miner.



Title: Re: [ANN] Independant Miners Alliance Official Launch Notification (IMACredit coin)
Post by: notsofast on September 04, 2014, 02:18:04 AM
All rejects using scrypt n miner.



you fast


Title: Re: [ANN] Independant Miners Alliance Official Launch Notification (IMACredit coin)
Post by: vindyne8 on September 04, 2014, 02:18:54 AM
CPU miner rejects as well.


Title: Re: [ANN] Independant Miners Alliance Official Launch Notification (IMACredit coin)
Post by: Cassey on September 04, 2014, 02:19:36 AM
Hope you set N=16 for your miner.  Would also love to know which miner your using, most we tested crash with a stack overflow running with that high of an N.

Those mining that we are aware of are all using the coin wallet to do so (both Windows and Linux)


Title: Re: [ANN] Independant Miners Alliance Official Launch Notification (IMACredit coin)
Post by: TimC on September 04, 2014, 02:20:43 AM
Hope you set N=16 for your miner.  Would also love to know which miner your using, most we tested crash with a stack overflow running with that high of an N.

How do you set N=16 for your miner? What miner VertMiner?


Title: Re: [ANN] Independant Miners Alliance Official Launch Notification (IMACredit coin)
Post by: TimC on September 04, 2014, 02:21:50 AM

Those mining that we are aware of are all using the coin wallet to do so (both Windows and Linux)

I tried mining with the wallet and nothing is happening. No blocks being found with a i7-960


Title: Re: [ANN] Independant Miners Alliance Official Launch Notification (IMACredit coin)
Post by: Cassey on September 04, 2014, 02:24:24 AM
Give it awhile.  This coin has a 256 second block time, and steam is still building to achieve that.  Currently 63 blocks have been found.  The rate is improving as more people join in but we just don't have enough yet to achieve target block times.

Please let any of your idle CPUs work on this coin.  I'm personally expecting to mine blocks per week, not blocks per minute.  This coin is for those interesting in putting their otherwise useless (for Bitcoin) or virtually useless (for Litecoin) or marginally useful (for other scrypt coins) to good long term use.

As with any other coin, the most profitable way to mine is solo mining.  That is also currently about the only way TO mine this coin.  We have not found a public n-scrypt miner that can handle N=16, although we have not tested them all.  Technically: Most current miners will need to change their scratchpad allocation to heap based instead of stack based.  Its not hard to do, but the 16MB scratchpad associated with a N of 16 eats through stack space pretty darn quick.

Note that since the scratchpad is 16mb in size, this coin is highly influenced by the Memory architecture of the system and number of cores more than the speed.  Things like L2 cache or Intels "Smart Cache" are overwhelmed by the coins memory reference patterns.  THAT is why the coin is ASIC proof and GPU difficult.  (All currently announced, much less delivered, ASICs can only handle an N of 14 (sometimes marketed as N of 16384 but that is 2^N, not N - not that marketing folks care.))

This is the coin to mine if you want to fight back against large Corporate Data Centers talking over mining.  Help us help you!


Title: Re: [ANN] Independant Miners Alliance Official Launch Notification (IMACredit coin)
Post by: Cassey on September 04, 2014, 02:26:21 AM
Hope you set N=16 for your miner.  Would also love to know which miner your using, most we tested crash with a stack overflow running with that high of an N.

How do you set N=16 for your miner? What miner VertMiner?


Varies by miner.  For sgminer its a setting in the conf file, but I can attest that sgminer dies with a stack overflow (as expected).

Highly recommend you use the coin wallet to do your mining, either the windows one or the linux one.  Website (http://www.imacredit.org) has the details.

Note that most coins, like vertcoin, use N=11. This coin is MUCH more memory intensive and slower to mine, but its slower for everyone, so remains equitable.

Cassey


Title: Re: [ANN] Independant Miners Alliance Official Launch Notification (IMACredit coin)
Post by: cryptoangel on September 04, 2014, 02:49:06 AM
92 billion coins

4.3 minute blocks

.......

Why even bother ?.


Title: Re: [ANN] Independant Miners Alliance Official Launch Notification (IMACredit coin)
Post by: cryptoangel on September 04, 2014, 02:52:31 AM
Quote from website

Quote
GPU's may also play in this whenever mining software catches up and supports N-Scrypt with our N of 16.  Such a machine will not "fly", but should run several times faster than a CPU.  We find that acceptable, since most people have a decent GPU.

So another BBL-PPL coin.

CPU vs GPU...

 :D :D :D :D :D


Title: Re: [ANN] Independant Miners Alliance Official Launch Notification (IMACredit coin)
Post by: Cassey on September 04, 2014, 02:56:24 AM
Because the true rarity of a coin is defined by the number of coins in existence at any given time.  

If you goal is to own all of the coins, then you are right, don't both.  If after a year, when about 2M coins exist, your subset will still be significant.

This coin has NO half-life, no scams associate with half-lives, etc.

The coin is designed for the long term, not to max out after a few weeks or months of mining.  And if, like some, it maxed out in 24 years, do you really care if it maxes in 24 vs. 48 vs. 96 vs. 1M years?

Cassey


Title: Re: [ANN] Independant Miners Alliance Official Launch Notification (IMACredit coin)
Post by: Cassey on September 04, 2014, 03:03:56 AM
Quote from website

Quote
GPU's may also play in this whenever mining software catches up and supports N-Scrypt with our N of 16.  Such a machine will not "fly", but should run several times faster than a CPU.  We find that acceptable, since most people have a decent GPU.

So another BBL-PPL coin.

CPU vs GPU...

 :D :D :D :D :D

More like CPU - yes, GPU - maybe, with a small advantage over CPUs (perhaps 10X, not 200X), ASIC - never.

If ASICs ever get close, say in a few years, a one line change in the source code and a new wallet is all that is required to regain the distance.  This coin has been tested up to N=20, its works just fine.  Also, with current technology and N=20, it hashes at about 1000 Hash/HOUR.  That was not viewed as practical.   N had to be 15 or greater to provide protection from this upcoming generation of ASIC, so N=16 was chosen to give the coin a few years to grow before technology caught up and required a new wallet.

This coin is NOT a Pump & Dump, there is no way for raiders to jump and and mine millions of early 'easy' coins, hold and then dump them.  In fact, early users are penalized just a bit by the slower block times associated with insufficient nethashrate.  Of course, the chances of finding a block are much greater for early adopters, just the rate of block finds on a network level are slower.

So crank up a wallet, run it in background, and come back in a week to check your balance - then rejoice in doing something different and in helping to prove that distributed mining IS the right way to generate coins.

Cassey


Title: Re: [ANN] Independant Miners Alliance Official Launch Notification (IMACredit coin)
Post by: Miller0 on September 04, 2014, 03:16:46 AM
 8)yes, GPU


Title: Re: [ANN] Independant Miners Alliance Official Launch Notification (IMACredit coin)
Post by: Cassey on September 04, 2014, 03:20:21 AM
8)yes, GPU

Please let me know if you find a miner that doesn't stack overflow at N=16.  I have a half dozen GPUs I'd love to assign to IMACredit.

We tried SGMiner, but even at an intensity of 8, it crashed within minutes when N was set to 16.

Cassey


Title: Re: [ANN] Independant Miners Alliance Official Launch Notification (IMACredit coin)
Post by: esotericizm on September 04, 2014, 03:25:19 AM
then rejoice in doing something different and in helping to prove that distributed mining IS the right way to generate coins.

Cassey

Fully agree with this but you make a point of saying that this is for the 'miners' and not the large datacenters or corps. The problem is that its just not true, reality is that you are just going to switch one group (ASIC farmers) to another group (botnet owners, CPU Farms).


Title: Re: [ANN] Independant Miners Alliance Official Launch Notification (IMACredit coin)
Post by: Jerrietg on September 04, 2014, 03:30:50 AM
i can not clear this coin is cpu or gpu


Title: Re: [ANN] Independant Miners Alliance Official Launch Notification (IMACredit coin)
Post by: Cassey on September 04, 2014, 03:34:40 AM
then rejoice in doing something different and in helping to prove that distributed mining IS the right way to generate coins.

Cassey

Fully agree with this but you make a point of saying that this is for the 'miners' and not the large datacenters or corps. The problem is that its just not true, reality is that you are just going to switch one group (ASIC farmers) to another group (botnet owners, CPU Farms).

I agree, that is a risk.  Not sure what anyone can do to prevent that though.

The math works out a bit differently to.  A corporate data center like GAW runs can easily have 1M times as much Scrypt ASIC based mining power as a home user would have with a CPU.  How many botnets are out there that could load a 22MB executable onto a million infected PCs, run it, and not have it show up on the taskbar?  Especially an executable that eats 100% of the systems CPU?

Will some try?  I suspect so.  

Could someone go to Amazon Web Services and rent 1000 VMs to mine?  Of course they could - but even that will hopefully represent a small fraction of the potential miners out there, and it wouldn't be free to the AWS renter.

Admittedly, success of this coin is dependent upon a large number of miners each going in with a relatively small amount of hash rate.  Will that happen?  Well, it won't without a coin to try it with.  It might either on its own, or based on the success of "The Crypto Void" game by 1BillionHex when that becomes available.

Cassey


Title: Re: [ANN] Independant Miners Alliance Official Launch Notification (IMACredit coin)
Post by: Cassey on September 04, 2014, 03:36:48 AM
i can not clear this coin is cpu or gpu

CPU.

In theory, with a bit of effort by the GPU miner software developers (like bfgminer, cgminer, and sgminer), GPUs could be used - but no software has been identified that currently supports the high N level used by this coin.  Even when they do, because of the high memory requirements of a N=16 n-scrypt coin, the advantage of GPUs will be limited over CPUs.

Cassey


Title: Re: [ANN] Independant Miners Alliance Official Launch Notification (IMACredit coin)
Post by: Mouse020 on September 04, 2014, 04:02:07 AM
i can not clear this coin is cpu or gpu

CPU.

In theory, with a bit of effort by the GPU miner software developers (like bfgminer, cgminer, and sgminer), GPUs could be used - but no software has been identified that currently supports the high N level used by this coin.  Even when they do, because of the high memory requirements of a N=16 n-scrypt coin, the advantage of GPUs will be limited over CPUs.

Cassey

setgenerate true


04:02:38

gethashespersec


04:02:38

0


??? what happen

E3-1230 V3


Title: Re: [ANN] Independant Miners Alliance Official Launch Notification (IMACredit coin)
Post by: Cassey on September 04, 2014, 04:04:55 AM
i can not clear this coin is cpu or gpu

CPU.

In theory, with a bit of effort by the GPU miner software developers (like bfgminer, cgminer, and sgminer), GPUs could be used - but no software has been identified that currently supports the high N level used by this coin.  Even when they do, because of the high memory requirements of a N=16 n-scrypt coin, the advantage of GPUs will be limited over CPUs.

Cassey

setgenerate true

"hashespersec" : 0,

??? what happen

E3-1230 V3

That is not unusual, its hashing.  Just check your CPU usage.  Best I can tell its just a base sampling issue associated with the slow hashing rate this coins yields.  On a Unix wallet I watch regularly, I see it bounce around between 0 and 20 or so, occasionally hitting 120, but rarely.  I'll look into changing the units displayed so something more meaningful shows up - perhaps changing it to hash/minute?

For example, from my PC:  http://puu.sh/bkAuV/839742f46c.png  Note is was showing 75 on the previous getmininginfo, then 0.

Its a new coin, I'll work out these type of kinks as we find them.

Update:  Here is the problematic code, now just need to figure out what we can do about it:

Value gethashespersec(const Array& params, bool fHelp)
{
    if (fHelp || params.size() != 0)
        throw runtime_error(
            "gethashespersec\n"
            "Returns a recent hashes per second performance measurement while generating.");

    if (GetTimeMillis() - nHPSTimerStart > 8000)
        return (boost::int64_t)0;
    return (boost::int64_t)dHashesPerSec;
}


Title: Re: [ANN] Independant Miners Alliance Official Launch Notification (IMACredit coin)
Post by: Mouse020 on September 04, 2014, 04:13:29 AM
i can not clear this coin is cpu or gpu

CPU.

In theory, with a bit of effort by the GPU miner software developers (like bfgminer, cgminer, and sgminer), GPUs could be used - but no software has been identified that currently supports the high N level used by this coin.  Even when they do, because of the high memory requirements of a N=16 n-scrypt coin, the advantage of GPUs will be limited over CPUs.

Cassey
setgenerate true
"hashespersec" : 0,
??? what happen
E3-1230 V3

That is not unusual, its hashing.  Just check your CPU usage.  Best I can tell its just a base sampling issue associated with the slow hashing rate this coins yields.  On a Unix wallet I watch regularly, I see it bounce around between 0 and 20 or so, occasionally hitting 120, but rarely.  I'll look into changing the units displayed so something more meaningful shows up - perhaps changing it to hash/minute?

For example, from my PC:  http://puu.sh/bkAuV/839742f46c.png  Note is was showing 75 on the previous getmininginfo, then 0.

Its a new coin, I'll work out these type of kinks as we find them.
:( look like mined one block
It will take an hour


Title: Re: [ANN] Independant Miners Alliance Official Launch Notification (IMACredit coin)
Post by: Cassey on September 04, 2014, 04:19:45 AM

 :( look like mined one block
It will take an hour
[/quote]

We definitely have not reach minimum mass to achieve target block times.  If you have more idle cpus, please assign them, and ask your friends to do the same. 

If you have GPU rigs mining other coins, consider having their CPUs mine this one, that would help a lot too.

Be calm, don't panic.  The coin is only 2 days old.  Its doing fine.  It just needs time to build up some momentum.

Cassey


Title: Re: [ANN] Independant Miners Alliance Official Launch Notification (IMACredit coin)
Post by: Cassey on September 04, 2014, 05:05:54 AM
On the zero hashes per second issue after doing a setgenerate:

Please wait at least 8 seconds before querying the hashrate.

I'm playing around with different timings now to see if perhaps a bit more patience (like a 30 second delay) will generate more consistent numbers.

Cassey

Update:  Ok, bumping the timing cycle from 4 seconds to 30 seconds absolutely leveled this out.  On my 6-core development VM, with a 5 second cycle, I was seeing the reported hashrate bounce between 0, 20s, 40s, 70s, 120s, then return to 0 and start the cycle again.  With a 30 second measurement cycle time, its holding steady between 72-78 hashes/sec, typically around 75.  Some variation is, of course, expected.

The next release will have this change.  I'll likely push a new wallet out tomorrow morning.

I've also changed the debug.log message to report hash/sec instead of khash/sec.

Cassey


Title: Re: [ANN] Independant Miners Alliance Official Launch Notification (IMACredit coin)
Post by: djm34 on September 04, 2014, 09:58:53 AM
does not seem to connect to anything...
can someone post a few nodes
thanks


Title: Re: [ANN] Independant Miners Alliance Official Launch Notification (IMACredit coin)
Post by: darkswag on September 04, 2014, 10:22:35 AM
Same here, wallet won't connect to network


Title: Re: [ANN] Independant Miners Alliance Official Launch Notification (IMACredit coin)
Post by: djm34 on September 04, 2014, 11:44:21 AM
it is always funny when a coin announce that there is no need for addnode and you can't even connect to it...
What could be the reason ? Can this be related to the shitty hashrate ?


Title: Re: [ANN] Independant Miners Alliance Official Launch Notification (IMACredit coin)
Post by: Altcoin4life on September 04, 2014, 01:15:54 PM
working fine,

{
"blocks" : 162,
"currentblocksize" : 1000,
"currentblocktx" : 0,
"difficulty" : 0.00024414,
"errors" : "",
"generate" : true,
"genproclimit" : -1,
"hashespersec" : 41,
"networkhashps" : 1305,
"pooledtx" : 0,
"testnet" : false
}


Neat idea too, hope this works out in some fashion.

With how hard this is to mine value could/should be quite high.


Title: Re: [ANN] Independant Miners Alliance Official Launch Notification (IMACredit coin)
Post by: djm34 on September 04, 2014, 01:29:04 PM
working fine,

{
"blocks" : 162,
"currentblocksize" : 1000,
"currentblocktx" : 0,
"difficulty" : 0.00024414,
"errors" : "",
"generate" : true,
"genproclimit" : -1,
"hashespersec" : 41,
"networkhashps" : 1305,
"pooledtx" : 0,
"testnet" : false
}


Neat idea too, hope this works out in some fashion.

With how hard this is to mine value could/should be quite high.
can you post a few nodes
thanks


Title: Re: [ANN] Independant Miners Alliance Official Launch Notification (IMACredit coin)
Post by: Altcoin4life on September 04, 2014, 01:40:13 PM
working fine,

{
"blocks" : 162,
"currentblocksize" : 1000,
"currentblocktx" : 0,
"difficulty" : 0.00024414,
"errors" : "",
"generate" : true,
"genproclimit" : -1,
"hashespersec" : 41,
"networkhashps" : 1305,
"pooledtx" : 0,
"testnet" : false
}


Neat idea too, hope this works out in some fashion.

With how hard this is to mine value could/should be quite high.
can you post a few nodes
thanks

Sure I am just not familiar with the command that shows nodes, is it something I can do from the debug menu? Just let me know the commands I'll post the peer info here for everyone.


Title: Re: [ANN] Independant Miners Alliance Official Launch Notification (IMACredit coin)
Post by: djm34 on September 04, 2014, 01:41:17 PM
working fine,

{
"blocks" : 162,
"currentblocksize" : 1000,
"currentblocktx" : 0,
"difficulty" : 0.00024414,
"errors" : "",
"generate" : true,
"genproclimit" : -1,
"hashespersec" : 41,
"networkhashps" : 1305,
"pooledtx" : 0,
"testnet" : false
}


Neat idea too, hope this works out in some fashion.

With how hard this is to mine value could/should be quite high.
can you post a few nodes
thanks

Sure I am just not familiar with the command that shows nodes, is it something I can do from the debug menu? Just let me know the commands I'll post the peer info here for everyone.
you can use "getpeerinfo"
thanks


Title: Re: [ANN] Independant Miners Alliance Official Launch Notification (IMACredit coin)
Post by: Altcoin4life on September 04, 2014, 01:52:37 PM
Here, hope this helps anyone who had issues :)


09:51:54

getpeerinfo


09:51:54

[
{
"addr" : "66.128.118.35:64097",
"services" : "00000003",
"lastsend" : 1409838162,
"lastrecv" : 1409838606,
"bytessent" : 8199,
"bytesrecv" : 18914,
"blocksrequested" : 3,
"conntime" : 1409811682,
"version" : 80001,
"subver" : "/Satoshi:0.9.1.1/",
"inbound" : false,
"startingheight" : 75,
"banscore" : 0,
"syncnode" : true
},
{
"addr" : "59.42.254.113:64097",
"services" : "00000003",
"lastsend" : 1409838606,
"lastrecv" : 1409838624,
"bytessent" : 22019,
"bytesrecv" : 14352,
"blocksrequested" : 3,
"conntime" : 1409813755,
"version" : 80001,
"subver" : "/Satoshi:0.9.1/",
"inbound" : false,
"startingheight" : 76,
"banscore" : 0
},
{
"addr" : "176.58.92.169:64097",
"services" : "00000003",
"lastsend" : 1409838155,
"lastrecv" : 1409838606,
"bytessent" : 9435,
"bytesrecv" : 10567,
"blocksrequested" : 2,
"conntime" : 1409825232,
"version" : 80001,
"subver" : "/Satoshi:0.9.1/",
"inbound" : false,
"startingheight" : 98,
"banscore" : 0
}
]


Title: Re: [ANN] Independant Miners Alliance Official Launch Notification (IMACredit coin)
Post by: djm34 on September 04, 2014, 02:01:44 PM
thanks a lot it works


Title: Re: [ANN] Independant Miners Alliance Official Launch Notification (IMACredit coin)
Post by: cryptoangel on September 04, 2014, 03:05:34 PM
thanks a lot it works

How long until .......

Hahahahahahahaha

 ;) ;) ;) ;) ;) ;) ;)


Title: Re: [ANN] Independant Miners Alliance Official Launch Notification (IMACredit coin)
Post by: Cassey on September 04, 2014, 03:05:49 PM
RE:  Not connecting.

Very odd, we have 3 seed nodes that have never failed any of the development team, one of which was in that list.

The good news is that we have over 120 connections this morning on one of those seeds and the network hashrate is up about 15X over where it was 10 hours ago.  We are still running at minimum difficulty, but I'm seeing blocks tick by fairly quickly now, so we should be getting close to minimum mass.

Keep up the good work!

Cassey

ps. I have a remote node I'll add next time I visit the site as another seed - that should help diversify the network.  

Update:  Think we found it.  Our seednodes were using the default maxconnections of 125 and apparently maxed out.  They have been changed to accept up to 1024 connections now.


Title: Re: [ANN] Independant Miners Alliance Official Launch Notification (IMACredit coin)
Post by: Pride-C-CEX on September 05, 2014, 04:21:17 AM
Watching this one, I like the idea of making it wallet only and tough to mine. May add this one soon.


Title: Re: [ANN] Independant Miners Alliance Official Launch Notification (IMACredit coin)
Post by: PiOfCube on September 05, 2014, 11:28:12 AM
Watching this one, I like the idea of making it wallet only and tough to mine. May add this one soon.

Good choice! :-)

The dev team have already shown they are committed to providing long-term support for their coins and it's a refreshing change to see a coin like this. Reminds me of mining BTC on a CPU back in "the day".



Title: Re: [ANN] Independant Miners Alliance Official Launch Notification (IMACredit coin)
Post by: djm34 on September 05, 2014, 12:02:41 PM
thanks a lot it works

How long until .......

Hahahahahahahaha

 ;) ;) ;) ;) ;) ;) ;)
cudaminer --algo=scrypt:131072  -lt5x7 -L6 (for a 750ti, need autotune for the other)


Title: Re: [ANN] Independant Miners Alliance Official Launch Notification (IMACredit coin)
Post by: Cassey on September 05, 2014, 02:34:14 PM

cudaminer --algo=scrypt:131072  -lt5x7 -L6 (for a 750ti, need autotune for the other)


I would guess you would need the next step down on cudaminer.  Are you having success with that setting?  e.g. finding blocks?

http://puu.sh/bmzQw/2ef0e85e8b.png


Title: Re: [ANN] Independant Miners Alliance Official Launch Notification (IMACredit coin)
Post by: Cassey on September 05, 2014, 03:00:04 PM
For those just wanting to test a wallet, I'm happy to announce the -testnet functionality has been restored.  You may need to cold sync if you have previously used -testnet.

Github is current now, Windows wallet is being uploaded as I type.

Cheers,

Cassey


Title: Re: [ANN] Independant Miners Alliance Official Launch Notification (IMACredit coin)
Post by: djm34 on September 05, 2014, 04:22:36 PM

cudaminer --algo=scrypt:131072  -lt5x7 -L6 (for a 750ti, need autotune for the other)


I would guess you would need the next step down on cudaminer.  Are you having success with that setting?  e.g. finding blocks?

http://puu.sh/bmzQw/2ef0e85e8b.png
yes, I wouldn't post something which wouldn't work...
I tried first 2^16 but got only rejected, and I only get accepted blocks with 2^17 which is kind of strange I admit...


Title: Re: [ANN] Independant Miners Alliance Official Launch Notification (IMACredit coin)
Post by: toughlife on September 05, 2014, 04:32:55 PM
the win wallet can't be downloaded
ERROR

The requested URL could not be retrieved

当尝试取回该 URL 时遇到下面的错误:http[Suspicious link removed]

读取错误

系统返回以下内容:(104) Connection reset by peer

An error condition occurred while reading data from the network. Please retry your request.

缓存服务器的管理员 zhangweizhi@world2.cn.

 ??? ??? ???


Title: Re: [ANN] Independant Miners Alliance Official Launch Notification (IMACredit coin)
Post by: Cassey on September 05, 2014, 05:40:52 PM
yes, I wouldn't post something which wouldn't work...
I tried first 2^16 but got only rejected, and I only get accepted blocks with 2^17 which is kind of strange I admit...

From the wallet code:

scrypt.h:static const unsigned long int SCRATCHPAD_SIZE = ((1 << (Nfactor + 1)) * 128 ) + 63;

Wondering if that +63 is biting you?  e.g.  your need 2^16+63?

Purely an intellectual pursuit, just curious...  Happy you found a GPU miner that works!



Title: Re: [ANN] Independant Miners Alliance Official Launch Notification (IMACredit coin)
Post by: Cassey on September 05, 2014, 05:43:33 PM
the win wallet can't be downloaded
ERROR

The requested URL could not be retrieved

当尝试取回该 URL 时遇到下面的错误:http[Suspicious link removed]

读取错误

系统返回以下内容:(104) Connection reset by peer

An error condition occurred while reading data from the network. Please retry your request.

缓存服务器的管理员 zhangweizhi@world2.cn.

 ??? ??? ???

I'm looking on MediaFire that is hosting the wallet and its been downloaded 277 times.

http://www.mediafire.com/download/1vzyh5h0dg5bljh/imacredit-qt.exe

Please try that link directly.  Just  wondering if I garbled it on the website... Nope, download works for me.  Odd.


Title: Re: [ANN] Independant Miners Alliance Official Launch Notification (IMACredit coin)
Post by: djm34 on September 05, 2014, 05:43:46 PM
yes, I wouldn't post something which wouldn't work...
I tried first 2^16 but got only rejected, and I only get accepted blocks with 2^17 which is kind of strange I admit...

From the wallet code:

scrypt.h:static const unsigned long int SCRATCHPAD_SIZE = ((1 << (Nfactor + 1)) * 128 ) + 63;

Wondering if that +63 is biting you?  e.g.  your need 2^16+63?

Purely an intellectual pursuit, just curious...  Happy you found a GPU miner that works!
ok I will give it a try (cant' guarantee the result, I don't know very well cudaminer)


Title: Re: [ANN] Independant Miners Alliance Official Launch Notification (IMACredit coin)
Post by: Cassey on September 05, 2014, 05:48:15 PM

ok I will give it a try (cant' guarantee the result, I don't know very well cudaminer)


Thanks for testing.  Let us know and I'll tweet the results!

Unfortunately, most of my GPUs are AMD, not NVidia.  Need to go catch up on cudaminer, its been awhile.


Title: Re: [ANN] Independant Miners Alliance Official Launch Notification (IMACredit coin)
Post by: Cassey on September 05, 2014, 06:26:57 PM
Which version of CudaMiner are you using?  I'm getting an odd error:

           *** CudaMiner for nVidia GPUs by Christian Buchner ***
                     This is version 2014-02-28 (beta)
        based on pooler-cpuminer 2.3.2 (c) 2010 Jeff Garzik, 2012 pooler
            Cuda additions Copyright 2013,2014 Christian Buchner
          LTC donation address: LKS1WDKGED647msBQfLBHV3Ls8sveGncnm
          BTC donation address: 16hJF5mceSojnTD3ZTUDqdRhDyPJzoRakM
          YAC donation address: Y87sptDEcpLkLeAuex6qZioDbvy1qXZEj4
[2014-09-05 13:22:39] 1 miner threads started, using 'scrypt' algorithm.
[2014-09-05 13:22:41] HTTP request failed: Failed connect to 127.0.0.1:64096; No
 error
[2014-09-05 13:22:41] json_rpc_call failed, retry after 15 seconds
[2014-09-05 13:22:58] HTTP request failed: Failed connect to 127.0.0.1:64096; No
 error
[2014-09-05 13:22:58] json_rpc_call failed, retry after 15 seconds
[2014-09-05 13:23:15] HTTP request failed: Failed connect to 127.0.0.1:64096; No
 error

user/password/rpcallowip are all set in imacredit.conf and the windows wallet is up and running on the machine.

Any thoughts? 


Title: Re: [ANN] Independant Miners Alliance Official Launch Notification (IMACredit coin)
Post by: skunk on September 05, 2014, 06:34:58 PM
Which version of CudaMiner are you using?  I'm getting an odd error:

           *** CudaMiner for nVidia GPUs by Christian Buchner ***
                     This is version 2014-02-28 (beta)
        based on pooler-cpuminer 2.3.2 (c) 2010 Jeff Garzik, 2012 pooler
            Cuda additions Copyright 2013,2014 Christian Buchner
          LTC donation address: LKS1WDKGED647msBQfLBHV3Ls8sveGncnm
          BTC donation address: 16hJF5mceSojnTD3ZTUDqdRhDyPJzoRakM
          YAC donation address: Y87sptDEcpLkLeAuex6qZioDbvy1qXZEj4
[2014-09-05 13:22:39] 1 miner threads started, using 'scrypt' algorithm.
[2014-09-05 13:22:41] HTTP request failed: Failed connect to 127.0.0.1:64096; No
 error
[2014-09-05 13:22:41] json_rpc_call failed, retry after 15 seconds
[2014-09-05 13:22:58] HTTP request failed: Failed connect to 127.0.0.1:64096; No
 error
[2014-09-05 13:22:58] json_rpc_call failed, retry after 15 seconds
[2014-09-05 13:23:15] HTTP request failed: Failed connect to 127.0.0.1:64096; No
 error

user/password/rpcallowip are all set in imacredit.conf and the windows wallet is up and running on the machine.

Any thoughts? 
did you also add "server=1"?


Title: Re: [ANN] Independant Miners Alliance Official Launch Notification (IMACredit coin)
Post by: antonio8 on September 05, 2014, 06:35:55 PM
I am running cudaminer 2014-4-12, not sure the link for it as I am at work.

Everything is running fine for me and have found 7 blocks so far.

Edit: I figured like above poster you already had the

server=1
listen=1
daemon=1
rpcport=???


Title: Re: [ANN] Independant Miners Alliance Official Launch Notification (IMACredit coin)
Post by: djm34 on September 05, 2014, 07:10:16 PM

ok I will give it a try (cant' guarantee the result, I don't know very well cudaminer)


Thanks for testing.  Let us know and I'll tweet the results!

Unfortunately, most of my GPUs are AMD, not NVidia.  Need to go catch up on cudaminer, its been awhile.
It doesn't work... got validation problem on the cpu (meaning that what is calculated on the GPU is different from the sanity check performed on the cpu using the same nonce)
Actually, This code was also working on Aiden (Nfactor=6 with 2^6... so that's really strange)


Title: Re: [ANN] Independant Miners Alliance Official Launch Notification (IMACredit coin)
Post by: Cassey on September 05, 2014, 07:47:49 PM
It doesn't work... got validation problem on the cpu (meaning that what is calculated on the GPU is different from the sanity check performed on the cpu using the same nonce)
Actually, This code was also working on Aiden (Nfactor=6 with 2^6... so that's really strange)

OK, helps if I use "rpcpassword" instead of "rpcpass"... needed the "server=1" too.

So now its running, decimating anything I try to do on the windows box, but also seeing the CPU validation error.

Off to try and see if I need to set anything special for a GTX 560 Ti.  I'm noticing two messages that are probably relevant:

[2014-09-05 14:40:36] GPU #0: GeForce GTX 560 Ti with compute capability 2.0
[2014-09-05 14:40:36] GPU #0: the 't' kernel requires 3.5 capability!

Hit the web and sure enough, apparently the 560s are too old.

What hashrate are you seeing using the GPUs?

Cassey


Title: Re: [ANN] Independant Miners Alliance Official Launch Notification (IMACredit coin)
Post by: djm34 on September 05, 2014, 09:44:23 PM
It doesn't work... got validation problem on the cpu (meaning that what is calculated on the GPU is different from the sanity check performed on the cpu using the same nonce)
Actually, This code was also working on Aiden (Nfactor=6 with 2^6... so that's really strange)

OK, helps if I use "rpcpassword" instead of "rpcpass"... needed the "server=1" too.

So now its running, decimating anything I try to do on the windows box, but also seeing the CPU validation error.

Off to try and see if I need to set anything special for a GTX 560 Ti.  I'm noticing two messages that are probably relevant:

[2014-09-05 14:40:36] GPU #0: GeForce GTX 560 Ti with compute capability 2.0
[2014-09-05 14:40:36] GPU #0: the 't' kernel requires 3.5 capability!

Hit the web and sure enough, apparently the 560s are too old.

What hashrate are you seeing using the GPUs?

Cassey
the "t" kernel if for titan, ie for compute 3.5.
Try the fermi kernels "f" or "F", they should work on your card


Title: Re: [ANN] Independant Miners Alliance Official Launch Notification (IMACredit coin)
Post by: Cassey on September 05, 2014, 10:57:01 PM
the "t" kernel if for titan, ie for compute 3.5.
Try the fermi kernels "f" or "F", they should work on your card

Yes!  That did the trick.

Seeing a hashrate of about 0.03 khash/s, e.g. 30 hashs/sec - virtually identical to my quad-core CPU - as expected.

Nice to see that validated.

Cassey


Title: Re: [ANN] Independant Miners Alliance Official Launch Notification (IMACredit coin)
Post by: TheCoinFinder on September 05, 2014, 11:10:48 PM
Yay.. another AWS rape/Bot-net coin!....


Title: Re: [ANN] Independant Miners Alliance Official Launch Notification (IMACredit coin)
Post by: toughlife on September 05, 2014, 11:38:10 PM
the win wallet can't be downloaded
ERROR

The requested URL could not be retrieved

当尝试取回该 URL 时遇到下面的错误:http[Suspicious link removed]

读取错误

系统返回以下内容:(104) Connection reset by peer

An error condition occurred while reading data from the network. Please retry your request.

缓存服务器的管理员 zhangweizhi@world2.cn.

 ??? ??? ???

I'm looking on MediaFire that is hosting the wallet and its been downloaded 277 times.

http[Suspicious link removed]

Please try that link directly.  Just  wondering if I garbled it on the website... Nope, download works for me.  Odd.
I am from China.could you please use mego.io?That works fine .


Title: Re: [ANN] Independant Miners Alliance Official Launch Notification (IMACredit coin)
Post by: skunk on September 05, 2014, 11:43:58 PM
the "t" kernel if for titan, ie for compute 3.5.
Try the fermi kernels "f" or "F", they should work on your card

Yes!  That did the trick.

Seeing a hashrate of about 0.03 khash/s, e.g. 30 hashs/sec - virtually identical to my quad-core CPU - as expected.

Nice to see that validated.

Cassey
i get 0.26kh/s out of my gtx660 with k6x11 but no blocks where ever found after several hours...
at the same time, the cpu already found 4 blocks with pooler's cpuminer, getting an average of 0.25kh/s out of a i7-3770 (the wallet gives me at most 77h/s).


Title: Re: [ANN] Independant Miners Alliance Official Launch Notification (IMACredit coin)
Post by: TheCoinFinder on September 06, 2014, 12:15:40 AM
Ok so we are also testing at the moment. Hashrate displays are totally wrong (lowered to fractional diff for testing). If anyone wants to help out let me know


Title: Re: [ANN] Independant Miners Alliance Official Launch Notification (IMACredit coin)
Post by: bathrobehero on September 06, 2014, 02:02:42 AM
Yay.. another AWS rape/Bot-net coin!....

Nah, this coin would need value for that to happen.


Title: Re: [ANN] Independant Miners Alliance Official Launch Notification (IMACredit coin)
Post by: Cassey on September 06, 2014, 03:18:36 AM

i get 0.26kh/s out of my gtx660 with k6x11 but no blocks where ever found after several hours...
at the same time, the cpu already found 4 blocks with pooler's cpuminer, getting an average of 0.25kh/s out of a i7-3770 (the wallet gives me at most 77h/s).

Very cool.  Out of town for the weekend, but will player with cpuminer when I get back.  Can you share your startup string for cpuminer?


Title: Re: [ANN] Independant Miners Alliance Official Launch Notification (IMACredit coin)
Post by: Cassey on September 06, 2014, 03:20:33 AM
Ok so we are also testing at the moment. Hashrate displays are totally wrong (lowered to fractional diff for testing). If anyone wants to help out let me know

9.1.0 used the standard 4/sec hashrate window and jumped around a lot.  Suggest 9.1.1 or 9.1.2 (latest) which uses a 30/sec hashrate window.  Not perfect, but a LOT better.

Cassey


Title: Re: [ANN] Independant Miners Alliance Official Launch Notification (IMACredit coin)
Post by: esprit577 on September 06, 2014, 05:15:20 AM
Ok so we are also testing at the moment. Hashrate displays are totally wrong (lowered to fractional diff for testing). If anyone wants to help out let me know

9.1.0 used the standard 4/sec hashrate window and jumped around a lot.  Suggest 9.1.1 or 9.1.2 (latest) which uses a 30/sec hashrate window.  Not perfect, but a LOT better.

Cassey
it's new wallet?


Title: Re: [ANN] Independant Miners Alliance Official Launch Notification (IMACredit coin)
Post by: skunk on September 06, 2014, 10:27:10 AM

i get 0.26kh/s out of my gtx660 with k6x11 but no blocks where ever found after several hours...
at the same time, the cpu already found 4 blocks with pooler's cpuminer, getting an average of 0.25kh/s out of a i7-3770 (the wallet gives me at most 77h/s).

Very cool.  Out of town for the weekend, but will player with cpuminer when I get back.  Can you share your startup string for cpuminer?
nothing fancy, just the algo selection: --algo=scrypt:131072


Title: Re: [ANN] Independant Miners Alliance Official Launch Notification (IMACredit coin)
Post by: skunk on September 06, 2014, 12:34:31 PM
i get 0.26kh/s out of my gtx660 with k6x11 but no blocks where ever found after several hours...
update: cudaminer works indeed, it just doesn't print out that the block was accepted (the "yay!!!"), i can tell because overnight cpuminer just found 5 blocks, but the wallet shows up 10 mined blocks, so i assume the other 5 were mined by the gpu...


Title: Re: [ANN] Independant Miners Alliance Official Launch Notification (IMACredit coin)
Post by: Cassey on September 06, 2014, 12:52:43 PM
i get 0.26kh/s out of my gtx660 with k6x11 but no blocks where ever found after several hours...
update: cudaminer works indeed, it just doesn't print out that the block was accepted (the "yay!!!"), i can tell because overnight cpuminer just found 5 blocks, but the wallet shows up 10 mined blocks, so i assume the other 5 were mined by the gpu...

All great news.  It was my hope that GPUs would perform at about the same rate as CPUs.  Perhaps 5-10X faster, but not 200X like on Scrypt.  Seems we are close.

This, of course, leads us to the question of which is more efficient, both in terms of $/hash and Watts/hash.  My guess is those are pretty close as well.

Cassey


Title: Re: [ANN] Independant Miners Alliance Official Launch Notification (IMACredit coin)
Post by: djm34 on September 06, 2014, 01:57:20 PM
i get 0.26kh/s out of my gtx660 with k6x11 but no blocks where ever found after several hours...
update: cudaminer works indeed, it just doesn't print out that the block was accepted (the "yay!!!"), i can tell because overnight cpuminer just found 5 blocks, but the wallet shows up 10 mined blocks, so i assume the other 5 were mined by the gpu...

All great news.  It was my hope that GPUs would perform at about the same rate as CPUs.  Perhaps 5-10X faster, but not 200X like on Scrypt.  Seems we are close.

This, of course, leads us to the question of which is more efficient, both in terms of $/hash and Watts/hash.  My guess is those are pretty close as well.

Cassey
gpu are not efficient in the sense they are bottlenecked and run at only 50%tdp (hence they practically don't consume anything).
But the problem is I am not sure it make much sense to run a gpu on that coin altogether which leave the coin entirely to botnet and aws, which I don't think is a good idea (but that's my opinion...)

Regarding block being not reported in cudaminer, you need to use -q to remove all the hashrate info, this way you will see the "yay" when a block is found (haven't had any problem at that level)


Title: Re: [ANN] Independant Miners Alliance Official Launch Notification (IMACredit coin)
Post by: skunk on September 06, 2014, 02:17:56 PM
Regarding block being not reported in cudaminer, you need to use -q to remove all the hashrate info, this way you will see the "yay" when a block is found (haven't had any problem at that level)
nope, all output was redirected to a file and there wasn't any yay... however i've also restarted cudaminer with the -q about 4 hours ago and the gpu found a block but nothing new was printed:
Code:
$ ./cudaminer --algo=scrypt:131072  -l k6x11 -L6 -o 127.0.0.1:30201
           *** CudaMiner for nVidia GPUs by Christian Buchner ***
                     This is version 2014-02-28 (beta)
        based on pooler-cpuminer 2.3.2 (c) 2010 Jeff Garzik, 2012 pooler
            Cuda additions Copyright 2013,2014 Christian Buchner
          LTC donation address: LKS1WDKGED647msBQfLBHV3Ls8sveGncnm
          BTC donation address: 16hJF5mceSojnTD3ZTUDqdRhDyPJzoRakM
          YAC donation address: Y87sptDEcpLkLeAuex6qZioDbvy1qXZEj4
[2014-09-06 14:03:16] NVML GPU monitoring is not available.
[2014-09-06 14:03:16] 1 miner threads started, using 'scrypt' algorithm.
[2014-09-06 14:03:17] GPU #0: GeForce GTX 660 with compute capability 3.0
[2014-09-06 14:03:17] GPU #0: interactive: 1, tex-cache: 0 , single-alloc: 0
[2014-09-06 14:03:17] GPU #0: 8 hashes / 21.3 MB per warp.
[2014-09-06 14:03:17] GPU #0: using launch configuration k6x11


Title: Re: [ANN] Independant Miners Alliance Official Launch Notification (IMACredit coin)
Post by: skunk on September 06, 2014, 02:37:01 PM
cassey, was the launch of this coin even promoted? judging from from current network rate (~8kh/s) 4 days after launch, seems that just 4 cats are mining it...
i never thought i would ever mine with 1/16 of total net hash power with a common desktop  :o


Title: Re: [ANN] Independant Miners Alliance Official Launch Notification (IMACredit coin)
Post by: djm34 on September 06, 2014, 02:40:48 PM
Regarding block being not reported in cudaminer, you need to use -q to remove all the hashrate info, this way you will see the "yay" when a block is found (haven't had any problem at that level)
nope, all output was redirected to a file and there wasn't any yay... however i've also restarted cudaminer with the -q about 4 hours ago and the gpu found a block but nothing new was printed:
Code:
$ ./cudaminer --algo=scrypt:131072  -l k6x11 -L6 -o 127.0.0.1:30201
           *** CudaMiner for nVidia GPUs by Christian Buchner ***
                     This is version 2014-02-28 (beta)
        based on pooler-cpuminer 2.3.2 (c) 2010 Jeff Garzik, 2012 pooler
            Cuda additions Copyright 2013,2014 Christian Buchner
          LTC donation address: LKS1WDKGED647msBQfLBHV3Ls8sveGncnm
          BTC donation address: 16hJF5mceSojnTD3ZTUDqdRhDyPJzoRakM
          YAC donation address: Y87sptDEcpLkLeAuex6qZioDbvy1qXZEj4
[2014-09-06 14:03:16] NVML GPU monitoring is not available.
[2014-09-06 14:03:16] 1 miner threads started, using 'scrypt' algorithm.
[2014-09-06 14:03:17] GPU #0: GeForce GTX 660 with compute capability 3.0
[2014-09-06 14:03:17] GPU #0: interactive: 1, tex-cache: 0 , single-alloc: 0
[2014-09-06 14:03:17] GPU #0: 8 hashes / 21.3 MB per warp.
[2014-09-06 14:03:17] GPU #0: using launch configuration k6x11
are you sure it is your gpu ? Mine reported every blocks it found (I can't say precisely it was my gtx660, as I was running a 780ti a 750ti and the 660 at the same time.


Title: Re: [ANN] Independant Miners Alliance Official Launch Notification (IMACredit coin)
Post by: skunk on September 06, 2014, 02:48:20 PM
are you sure it is your gpu ? Mine reported every blocks it found (I can't say precisely it was my gtx660, as I was running a 780ti a 750ti and the 660 at the same time.
well, my cpu wasn't as i know for sure i get the yay from cpuminer:
Code:
$ ./minerd --algo=scrypt:131072 -o 127.0.0.1:30201 -q
[2014-09-06 13:51:11] 8 miner threads started, using 'scrypt' algorithm.
[2014-09-06 13:51:11] No payout address provided, switching to getwork
and the wallet runs with gen=0, so if it wasn't cudaminer, the holy ghost should be the culprit  ;D

edit: found another block right now and no output from either miner...


Title: Re: [ANN] Independant Miners Alliance Official Launch Notification (IMACredit coin)
Post by: TUGenius on September 06, 2014, 04:10:12 PM
I've found a few blocks, but what do I do now? Are you pushing towards any exchanges or is it going to take a while? Is there anyone here that would like to buy some IMACredit from me?


Title: Re: [ANN] Independant Miners Alliance Official Launch Notification (IMACredit coin)
Post by: Cassey on September 07, 2014, 03:02:15 AM
I've found a few blocks, but what do I do now? Are you pushing towards any exchanges or is it going to take a while? Is there anyone here that would like to buy some IMACredit from me?

We are in discussions with C-Cex and Poloniex right now.  One advantage of being an established developer is that both exchanges currently list one or more of my other coins.  With a bit of luck, we should be up on one or both in a week or two.  Maybe.  Can't promise something I don't control.


Title: Re: [ANN] Independant Miners Alliance Official Launch Notification (IMACredit coin)
Post by: TUGenius on September 07, 2014, 04:37:06 AM
I've found a few blocks, but what do I do now? Are you pushing towards any exchanges or is it going to take a while? Is there anyone here that would like to buy some IMACredit from me?

We are in discussions with C-Cex and Poloniex right now.  One advantage of being an established developer is that both exchanges currently list one or more of my other coins.  With a bit of luck, we should be up on one or both in a week or two.  Maybe.  Can't promise something I don't control.

Then I'll keep mining! Thanks!


Title: Re: [ANN] Independant Miners Alliance Official Launch Notification (IMACredit coin)
Post by: tylerderden on September 07, 2014, 05:33:31 AM
the only problem is it will be like primecoin and mined by botnets and the dudes that run the IT departments at wells fargo and shit, just can't win. if we could just have an asic company that sold shit now and for a reasonable price or some gpu coins that would hold their value against this shitcoin scam infested mess we have now everything would be cool. greedy cocksuckers are the number one problem we have, not algos. but if you can find a way to defeat the scumbags i'm in for sure.


Title: Re: [ANN] Independant Miners Alliance Official Launch Notification (IMACredit coin)
Post by: Cassey on September 07, 2014, 03:02:26 PM
the only problem is it will be like primecoin and mined by botnets and the dudes that run the IT departments at wells fargo and shit, just can't win. if we could just have an asic company that sold shit now and for a reasonable price or some gpu coins that would hold their value against this shitcoin scam infested mess we have now everything would be cool. greedy cocksuckers are the number one problem we have, not algos. but if you can find a way to defeat the scumbags i'm in for sure.

Should I encode a world peace algo as well?  With complete freedom and prosperity for all, no government controls, and everyone will be nice to everyone and never take advantage of the gullible.  Everyone would, of course, WANT to work full time jobs and will happily do so whether that is flipping burgers or doing robotic design, because that will be the right thing to do for society.  We can build home that will last 1000 years, out of rock, so there won't need to be fire department, and safety will be improved.  Very sustainable.

Short form:  Have a real suggestion?


Title: Re: [ANN] Independant Miners Alliance Official Launch Notification (IMACredit coin)
Post by: Cassey on September 08, 2014, 04:40:15 AM
Anybody have a link to a Windows 2.4 version with scrypt:131072 support in it?

I have it running on about 7 Linux boxes just fine, but the 2.4 Windows version from Sourceforge generates:

minerd: unknown algorithm -- 'scrypt:131072'

For reference:

minerd -V
cpuminer 2.4
 built on May 20 2014
 features: x86_64 SSE2 AVX AVX2 XOP
libcurl/7.34.0 zlib/1.2.8


Title: Re: [ANN] Independant Miners Alliance Official Launch Notification (IMACredit coin)
Post by: akai on September 08, 2014, 04:51:13 AM
I've found a few blocks, but what do I do now? Are you pushing towards any exchanges or is it going to take a while? Is there anyone here that would like to buy some IMACredit from me?

We are in discussions with C-Cex and Poloniex right now.  One advantage of being an established developer is that both exchanges currently list one or more of my other coins.  With a bit of luck, we should be up on one or both in a week or two.  Maybe.  Can't promise something I don't control.
very nice! but how nvidia to work?


Title: Re: [ANN] Independant Miners Alliance Official Launch Notification (IMACredit coin)
Post by: Cassey on September 08, 2014, 05:12:40 AM
[
very nice! but how nvidia to work?


set worker=<rpcusername>
set pass=<rpcpassword>
set opts=--algo=scrypt:131072 -lf5x7 -L6
set url1=http://127.0.0.1:9332
set s1=-o %url1% -O %worker%:%pass%

cd x64

cudaminer %opts% %s1%

Works fine on older NVidia.  Use -lt5x7 for Titan class NVidia.


Title: Re: [ANN] Independant Miners Alliance Official Launch Notification (IMACredit coin)
Post by: skunk on September 08, 2014, 10:50:02 AM
Anybody have a link to a Windows 2.4 version with scrypt:131072 support in it?

I have it running on about 7 Linux boxes just fine, but the 2.4 Windows version from Sourceforge generates:

minerd: unknown algorithm -- 'scrypt:131072'

For reference:

minerd -V
cpuminer 2.4
 built on May 20 2014
 features: x86_64 SSE2 AVX AVX2 XOP
libcurl/7.34.0 zlib/1.2.8
scrypt(N, 1, 1) support was added on may 25, i can't tell if there is a windows build somewhere, but there are building instructions on github (https://github.com/pooler/cpuminer).


Title: Re: [ANN] Independant Miners Alliance Official Launch Notification (IMACredit coin)
Post by: longrun on September 08, 2014, 11:28:52 AM
is this coin in any exchange?


Title: Re: [ANN] Independant Miners Alliance Official Launch Notification (IMACredit coin)
Post by: Cassey on September 08, 2014, 02:26:48 PM
scrypt(N, 1, 1) support was added on may 25, i can't tell if there is a windows build somewhere, but there are building instructions on github (https://github.com/pooler/cpuminer).

Yeah, I made one pass using my coin developer box where I build the Windows wallets, but the MinGW environment isn't quite right for building minerd and I would hate to screw it up and break things.  Took me several months of playing to get it working for coin building...


Title: Re: [ANN] Independant Miners Alliance Official Launch Notification (IMACredit coin)
Post by: Cassey on September 08, 2014, 02:27:14 PM
is this coin in any exchange?

Not yet, but its being discussed with Poloniex and C-Cex.


Title: Re: [ANN] Independant Miners Alliance Official Launch Notification (IMACredit coin)
Post by: skunk on September 08, 2014, 02:42:00 PM
scrypt(N, 1, 1) support was added on may 25, i can't tell if there is a windows build somewhere, but there are building instructions on github (https://github.com/pooler/cpuminer).

Yeah, I made one pass using my coin developer box where I build the Windows wallets, but the MinGW environment isn't quite right for building minerd and I would hate to screw it up and break things.  Took me several months of playing to get it working for coin building...
sorry, can't help you there as i'm windows free since year 2000, but you can gently ask cbuchner1 on this thread (https://bitcointalk.org/index.php?topic=167229.0) for an updated windows build...


Title: Re: [ANN] Independant Miners Alliance Official Launch Notification (IMACredit coin)
Post by: Cassey on September 08, 2014, 11:11:50 PM
scrypt(N, 1, 1) support was added on may 25, i can't tell if there is a windows build somewhere, but there are building instructions on github (https://github.com/pooler/cpuminer).

Yeah, I made one pass using my coin developer box where I build the Windows wallets, but the MinGW environment isn't quite right for building minerd and I would hate to screw it up and break things.  Took me several months of playing to get it working for coin building...
sorry, can't help you there as i'm windows free since year 2000, but you can gently ask cbuchner1 on this thread (https://bitcointalk.org/index.php?topic=167229.0) for an updated windows build...

Ah, sorry, was looking for a CPUMiner (aka. Minerd) current windows build, not a Cudaminer build.  Have that and its working fine against my NVidia card.


Title: Re: [ANN] Independant Miners Alliance Official Launch Notification (IMACredit coin)
Post by: Mouse020 on September 10, 2014, 11:37:38 AM
"blocks" : 2099,
"currentblocksize" : 1000,
"currentblocktx" : 0,
"difficulty" : 0.00024414,
"errors" : "",
"generate" : false,
"genproclimit" : -1,
"hashespersec" : 0,
"networkhashps" : 2695,
"pooledtx" : 0,
"testnet" : false

 :D
Less and less people mining?


Title: Re: [ANN] Independant Miners Alliance Official Launch Notification (IMACredit coin)
Post by: Cassey on September 10, 2014, 11:42:04 AM
Yeah, we lost somebody.  We need about 5K to reach critical mass.

Remember that you can't measure that hashrate vs. any other coin, at least not unless they are also N=16.

Good news, it looks like we will have a pool or two within a few days for those that want less variance.  Maximum mining results will still occur only if you solo mine, since the pool will have some overhead.

Still talking with Poloniex and C-Cex as well. 

Cassey


Title: Re: [ANN] Independant Miners Alliance Official Launch Notification (IMACredit coin)
Post by: Mouse020 on September 10, 2014, 11:46:19 AM
Yeah, we lost somebody.  We need about 5K to reach critical mass.

Remember that you can't measure that hashrate vs. any other coin, at least not unless they are also N=16.

Good news, it looks like we will have a pool or two within a few days for those that want less variance.  Maximum mining results will still occur only if you solo mine, since the pool will have some overhead.

Still talking with Poloniex and C-Cex as well. 

Cassey
:) keep mining every day
 Have something want to know 
can ATI Card like 7850 mined S-N-16?(sphminer or sgminer or djm sgminer)


Title: Re: [ANN] Independant Miners Alliance Official Launch Notification (IMACredit coin)
Post by: Cassey on September 10, 2014, 07:29:40 PM
:) keep mining every day
 Have something want to know 
can ATI Card like 7850 mined S-N-16?(sphminer or sgminer or djm sgminer)

We haven't found a GPU miner yet that can handle that N.  Most appear to allocate the hash scratchpad from the stack instead of the heap and die with stack overflows.  Good news: that is fairly easily fixed by the code writers if they wish to do so.  Bad news:  we are waiting for it to happen for some someone to find a branch that works.

When they do, I'll post, since I have half a dozen GPUs I'd like to point at it.

Good time to point out that midrange GPUs are hashing at, ballpark, the same speed as CPUs.  e.g.  My GTX 560 Ti is doing about 90hashes/sec which straddles various CPUs I have running (40-120 hashes/sec).

Cassey


Title: Re: [ANN] Independant Miners Alliance Official Launch Notification (IMACredit coin)
Post by: Altcoin4life on September 10, 2014, 09:13:14 PM
Probably a good idea to get a roadmap/promotion going.


Title: Re: [ANN] Independant Miners Alliance Official Launch Notification (IMACredit coin)
Post by: Cassey on September 10, 2014, 10:29:21 PM
Welcome to C-CEX we expect good things from this coin :)

https://c-cex.com/?p=imac-btc
https://c-cex.com/?p=imac-usd

Thank you C-Cex!!!


Title: Re: [ANN] Independant Miners Alliance Official Launch Notification (IMACredit coin)
Post by: popcorn75 on September 10, 2014, 10:32:30 PM
i will give this a go, how long would u expect till i see my first block


Title: Re: [ANN] Independant Miners Alliance Official Launch Notification (IMACredit coin)
Post by: Cassey on September 10, 2014, 10:36:43 PM
i will give this a go, how long would u expect till i see my first block

If variance is a concern, we should have a pool up soon (e.g. tonight?  maybe... a day or three is more likely).

Otherwise is the standard luck-of-the-draw, but I tell people to think in terms of blocks per week vs. per minute.  E.g.  Let it run for a few days and see.

Cassey


Title: Re: [ANN] Independant Miners Alliance Official Launch Notification (IMACredit coin)
Post by: akai on September 11, 2014, 02:24:56 AM
https://c-cex.com/?p=imac-btc    :D


Title: Re: [ANN] Independant Miners Alliance Official Launch Notification (IMACredit coin)
Post by: quanhn89 on September 11, 2014, 05:42:40 AM
92 billion coins

4.3 minute blocks

.......

Why even bother ?.

GPU mining ??


Title: Re: [ANN] Independant Miners Alliance Official Launch Notification (IMACredit coin)
Post by: Altcoin4life on September 11, 2014, 05:56:23 AM
92 billion coins

4.3 minute blocks

.......

Why even bother ?.

GPU mining ??

There's no gpu mining (yet and probably long time) and based on my personal experience we won't see 92 billion coins until about 300 years. Just mine with the wallet as it states in the OP and come back in a week you may have 40-150 coins. This is high coin count with mega slow distribution. In other words no miner dumps and cpu only.


Title: Re: [ANN] Independant Miners Alliance Official Launch Notification (IMACredit coin)
Post by: Cassey on September 11, 2014, 06:21:16 AM
92 billion coins

4.3 minute blocks

.......

Why even bother ?.

GPU mining ??

There's no gpu mining (yet and probably long time) and based on my personal experience we won't see 92 billion coins until about 300 years. Just mine with the wallet as it states in the OP and come back in a week you may have 40-150 coins. This is high coin count with mega slow distribution. In other words no miner dumps and cpu only.

Just do the math.  256 seconds per block * 16 coins/block = ~2M coins a year.  Are you really concerned about coins found 46,640 years from now?  If not, there are 2M coins available over the next 12 months - go get some.


Title: Re: [ANN] Independant Miners Alliance Official Launch Notification (IMACredit coin)
Post by: Mouse020 on September 11, 2014, 10:34:34 AM
:) keep mining every day
 Have something want to know 
can ATI Card like 7850 mined S-N-16?(sphminer or sgminer or djm sgminer)

We haven't found a GPU miner yet that can handle that N.  Most appear to allocate the hash scratchpad from the stack instead of the heap and die with stack overflows.  Good news: that is fairly easily fixed by the code writers if they wish to do so.  Bad news:  we are waiting for it to happen for some someone to find a branch that works.

When they do, I'll post, since I have half a dozen GPUs I'd like to point at it.

Good time to point out that midrange GPUs are hashing at, ballpark, the same speed as CPUs.  e.g.  My GTX 560 Ti is doing about 90hashes/sec which straddles various CPUs I have running (40-120 hashes/sec).

Cassey
[2014-09-11 17:13:39] accepted: 5/5 (100.00%), 0.26 khash/s (yay!!!)
Looks Hash is less than you GTX560
 ;)G1620    1 thread=10H/S


Title: Re: [ANN] Independant Miners Alliance Official Launch Notification (IMACredit coin)
Post by: Cassey on September 11, 2014, 02:59:25 PM


[2014-09-11 17:13:39] accepted: 5/5 (100.00%), 0.26 khash/s (yay!!!)
Looks Hash is less than you GTX560
 ;)G1620    1 thread=10H/S


Well, good news and bad news.

Good news:  Your GTX is doing fine.

Bad news:  after an evening or three of testing, we can confirm that --algo=scrypt:131072 is required, although we have no idea why.  That should be the parameter for a N-17 coin.  If you use scrypt:65536 (which is what we expected) the miner will hash, but all blocks were rejected.  This was previously reported and is now confirmed.  Alas, that is what I was using with Cudaminer in my previous reports so my 560Ti numbers were double what they should have been.

Our best guess is that there is an additional 63 byte wrapper associated with the scratchpad space, meaning scrypt:65599 might work, if the code accepted that value, which it doesn't...


Title: Re: [ANN] Independant Miners Alliance Official Launch Notification (IMACredit coin)
Post by: PiOfCube on September 11, 2014, 05:43:54 PM


[2014-09-11 17:13:39] accepted: 5/5 (100.00%), 0.26 khash/s (yay!!!)
Looks Hash is less than you GTX560
 ;)G1620    1 thread=10H/S


Well, good news and bad news.

Good news:  Your GTX is doing fine.

Bad news:  after an evening or three of testing, we can confirm that --algo=scrypt:131072 is required, although we have no idea why.  That should be the parameter for a N-17 coin.  If you use scrypt:65536 (which is what we expected) the miner will hash, but all blocks were rejected.  This was previously reported and is now confirmed.  Alas, that is what I was using with Cudaminer in my previous reports so my 560Ti numbers were double what they should have been.

Our best guess is that there is an additional 63 byte wrapper associated with the scratchpad space, meaning scrypt:65599 might work, if the code accepted that value, which it doesn't...


Oh well, at least it keeps it going at a nice, slow... but steady pace. ;-)


Title: Re: [ANN] Independant Miners Alliance Official Launch Notification (IMACredit coin)
Post by: elbandi on September 11, 2014, 07:33:45 PM


[2014-09-11 17:13:39] accepted: 5/5 (100.00%), 0.26 khash/s (yay!!!)
Looks Hash is less than you GTX560
 ;)G1620    1 thread=10H/S


Well, good news and bad news.

Good news:  Your GTX is doing fine.

Bad news:  after an evening or three of testing, we can confirm that --algo=scrypt:131072 is required, although we have no idea why.  That should be the parameter for a N-17 coin.  If you use scrypt:65536 (which is what we expected) the miner will hash, but all blocks were rejected.  This was previously reported and is now confirmed.  Alas, that is what I was using with Cudaminer in my previous reports so my 560Ti numbers were double what they should have been.

Our best guess is that there is an additional 63 byte wrapper associated with the scratchpad space, meaning scrypt:65599 might work, if the code accepted that value, which it doesn't...


Here it the N expression:
https://github.com/IMAcredit/imacredit/blob/master/src/scrypt.cpp#L261

So nfactor is 16 -> n = 1 << (16 + 1) = 2 ^ 17 = 131072

Other values are not good.


Title: Re: [ANN] Independant Miners Alliance Official Launch Notification (IMACredit coin)
Post by: nongdanvoz on September 12, 2014, 08:27:27 AM
Quote
getinfo

{
"version" : 90102,
"protocolversion" : 80001,
"walletversion" : 60000,
"balance" : 0.00000000,
"blocks" : 2666,
"timeoffset" : -5,
"connections" : 7,
"proxy" : "",
"difficulty" : 0.00024414,
"testnet" : false,
"keypoololdest" : 1410484423,
"keypoolsize" : 103,
"paytxfee" : 0.00000000,
"mininput" : 0.00001000,
"errors" : ""
}

----------------------------

Quote
getmininginfo

{
"blocks" : 2667,
"currentblocksize" : 1000,
"currentblocktx" : 0,
"difficulty" : 0.00024414,
"errors" : "",
"generate" : true,
"genproclimit" : -1,
"hashespersec" : 10,
"networkhashps" : 4895,
"pooledtx" : 0,
"testnet" : false
}

After 2 days, my balance is zero.

"hashespersec" : 10,

"timeoffset" : -5,

What should I do?


Title: Re: [ANN] Independant Miners Alliance Official Launch Notification (IMACredit coin)
Post by: Mouse020 on September 13, 2014, 11:19:19 AM
Quote
getinfo

{
"version" : 90102,
"protocolversion" : 80001,
"walletversion" : 60000,
"balance" : 0.00000000,
"blocks" : 2666,
"timeoffset" : -5,
"connections" : 7,
"proxy" : "",
"difficulty" : 0.00024414,
"testnet" : false,
"keypoololdest" : 1410484423,
"keypoolsize" : 103,
"paytxfee" : 0.00000000,
"mininput" : 0.00001000,
"errors" : ""
}

----------------------------

Quote
getmininginfo

{
"blocks" : 2667,
"currentblocksize" : 1000,
"currentblocktx" : 0,
"difficulty" : 0.00024414,
"errors" : "",
"generate" : true,
"genproclimit" : -1,
"hashespersec" : 10,
"networkhashps" : 4895,
"pooledtx" : 0,
"testnet" : false
}

After 2 days, my balance is zero.

"hashespersec" : 10,

"timeoffset" : -5,

What should I do?
change cpu
or
use GPU


Title: Re: [ANN] Independant Miners Alliance Official Launch Notification (IMACredit coin)
Post by: TUGenius on September 13, 2014, 02:38:22 PM
Is there a way I can setup my Gridseed miner to mine this and use my computer's on-board RAM?


Title: Re: [ANN] Independant Miners Alliance Official Launch Notification (IMACredit coin)
Post by: tbearhere on September 13, 2014, 09:47:27 PM
any pools yet?


Title: Re: [ANN] Independant Miners Alliance Official Launch Notification (IMACredit coin)
Post by: elbandi on September 13, 2014, 10:08:49 PM
any pools yet?
I'm testing on my pool for a day. it works:
http://coinspool.cu.cc/

You need the latest cpuminer (https://github.com/pooler/cpuminer):
Code:
minerd -a scrypt:131072 -o stratum+tcp://stratum.coinspool.cu.cc:3033 -u yourwalletaddress -p x



Title: Re: [ANN] Independant Miners Alliance Official Launch Notification (IMACredit coin)
Post by: billotronic on September 14, 2014, 03:46:25 PM
any pools yet?
I'm testing on my pool for a day. it works:
http://coinspool.cu.cc/

You need the latest cpuminer (https://github.com/pooler/cpuminer):
Code:
minerd -a scrypt:131072 -o stratum+tcp://stratum.coinspool.cu.cc:3033 -u yourwalletaddress -p x



Doesn't look like your pool is finding any blocks though. Are those hash measurements correct?


Title: Re: [ANN] Independant Miners Alliance Official Launch Notification (IMACredit coin)
Post by: Cassey on September 14, 2014, 04:50:09 PM
Actually, that makes 3-4 pools.

There is also http://mpos.imacredit.org and http://www.multicoinpool.org.  Stratum ports on the website (http://www.imacredit.org/coin-details.html (http://www.imacredit.org/coin-details.html))

FYI - most pool software really sucks are reporting low hashrates that are the nature of IMA Credit.  One of the devs is going to try and get mpos.imacredit.org reporting in Hash instead of KHash later today.  Wish him luck!

I believe HashHarder also spun up a pool, but don't know much about that one.

Cassey


Title: Re: [ANN] Independant Miners Alliance Official Launch Notification (IMACredit coin)
Post by: elbandi on September 14, 2014, 09:48:15 PM
any pools yet?
I'm testing on my pool for a day. it works:
http://coinspool.cu.cc/

You need the latest cpuminer (https://github.com/pooler/cpuminer):
Code:
minerd -a scrypt:131072 -o stratum+tcp://stratum.coinspool.cu.cc:3033 -u yourwalletaddress -p x



Doesn't look like your pool is finding any blocks though. Are those hash measurements correct?
80-90 blocks have been found with 240 hash/sec, cpuminer report:
Code:
[2014-09-14 23:41:35] thread 1: 3468 hashes, 0.06 khash/s
[2014-09-14 23:41:35] thread 2: 3480 hashes, 0.06 khash/s
[2014-09-14 23:41:40] thread 0: 3456 hashes, 0.06 khash/s
[2014-09-14 23:41:40] thread 3: 2484 hashes, 0.05 khash/s


Title: Re: [ANN] Independant Miners Alliance Official Launch Notification (IMACredit coin)
Post by: Cassey on September 14, 2014, 10:44:57 PM
Those rates seem right on.  I have a number of machines that vary from 0.01kh to 0.08kh.

Having one of the dev's modifiy mpos.imacredit.org to report things in hash instead of k-hash.  Will then start doing some testing around improving a motherboards performance by using dual memory instead of single, using a GPU instead of the onboard CPU based graphics (which shares memory with the CPU).

Will post when I get some results.  Just thinking this might be the perfect excuse to buy some micro-ATX boards and hang them off my ASIC power supplies that are not using the motherboard power cables...

Cassey


Title: Re: [ANN] Independant Miners Alliance Official Launch Notification (IMACredit coin)
Post by: tbearhere on September 14, 2014, 10:57:34 PM
yes pools maybe should display hash in h/s  not kh/s  ;D


Title: Re: [ANN] Independant Miners Alliance Official Launch Notification (IMACredit coin)
Post by: ljane on September 15, 2014, 07:07:37 AM
{
"blocks" : 3690,
"currentblocksize" : 1000,
"currentblocktx" : 0,
"difficulty" : 0.00078303,
"errors" : "",
"generate" : true,
"genproclimit" : -1,
"hashespersec" : 0,
"networkhashps" : 15318,
"pooledtx" : 0,
"testnet" : false
}


Title: Re: [ANN] Independant Miners Alliance Official Launch Notification (IMACredit coin)
Post by: Cassey on September 15, 2014, 01:35:49 PM
{
"blocks" : 3690,
"currentblocksize" : 1000,
"currentblocktx" : 0,
"difficulty" : 0.00078303,
"errors" : "",
"generate" : true,
"genproclimit" : -1,
"hashespersec" : 0,
"networkhashps" : 15318,
"pooledtx" : 0,
"testnet" : false
}

Which looks quite heathly - about 3X the minimum hashrate to insure target block times.


Title: Re: [ANN] Independant Miners Alliance Official Launch Notification (IMACredit coin)
Post by: Cassey on September 15, 2014, 05:01:16 PM
A bit of good news:  one of the developers modified http://mpos.imacredit.org to display in Hash instead of KHash.  Now you can track what your miners are really doing...

Please do spread the load between pools if your not inclined to solo mine (preferred).  The pool is up mostly so people can verify they are working, we are fine with temporary visitors.

Cassey


Title: Re: [ANN] Independant Miners Alliance Official Launch Notification (IMACredit coin)
Post by: imihal44 on September 15, 2014, 05:39:39 PM
can somebody share his/hers settings how to mine over pools,i try everything from cgminer to vertminer,i think i tried 150 miners,but cant put it on work,i have amd fx-6300 cpu and sapphire r9 280x toxic cards...anyone...Cassey....!?
ps..you can even put it like riddle,i think i would faster make it work then this:))...btw,windows 8.1 i have..thx


Title: Re: [ANN] Independant Miners Alliance Official Launch Notification (IMACredit coin)
Post by: Cassey on September 15, 2014, 07:03:08 PM
can somebody share his/hers settings how to mine over pools,i try everything from cgminer to vertminer,i think i tried 150 miners,but cant put it on work,i have amd fx-6300 cpu and sapphire r9 280x toxic cards...anyone...Cassey....!?
ps..you can even put it like riddle,i think i would faster make it work then this:))...btw,windows 8.1 i have..thx

You are currently limited to mining with the wallet given your configuration.

Under windows, CUDA miner works, and under Linux both CUDA and Pooler's CPUminer (aka. minerd) work just fine.  Alas, CUDA is only relevant if you have a NVidia GPU.

I'm continuing to try and find a Windows version of CPUminer that will accept the scrypt:n parameter, but have not found one yet.  I'm trying to build on from the github repository, but building under windows is proving challenging.

Other miners like sgminer can not handle N=16 due, I believe, to their allocation of scratchpad space from the stack instead of the heap.  They seem to break on any N > 14.

Cassey


Title: Re: [ANN] Independant Miners Alliance Official Launch Notification (IMACredit coin)
Post by: imihal44 on September 15, 2014, 07:09:20 PM
ok,thx Cassey..i guess will continue mining with wallet,good luck finding something for windows ,if not we will Better Call Saul;)


Title: Re: [ANN] Independant Miners Alliance Official Launch Notification (IMACredit coin)
Post by: Cassey on September 15, 2014, 07:12:56 PM
ok,thx Cassey..i guess will continue mining with wallet,good luck finding something for windows ,if not we will Better Call Saul;)

But be shy about continuing your quest and posting success here!  Surely somebody has a CPUminer compiled for Windows that came from the current github tree?


Title: Re: [ANN] Independant Miners Alliance Official Launch Notification (IMACredit coin)
Post by: D.R.O.I on September 15, 2014, 09:08:34 PM
can somebody share his/hers settings how to mine over pools,i try everything from cgminer to vertminer,i think i tried 150 miners,but cant put it on work,i have amd fx-6300 cpu and sapphire r9 280x toxic cards...anyone...Cassey....!?
ps..you can even put it like riddle,i think i would faster make it work then this:))...btw,windows 8.1 i have..thx


I'm using the yescrypt miner and it's working so far... From GlobalBoost-Y (BSTY)

https://mega.co.nz/#!2Q9AyJbT!2fLnh_5JKzXp_gGGW9_6uoEDvAERYAoPe2npeCK4OZc

Copy and make bat file: minerd -a scrypt:131072 -o stratum+tcp://mpos.imacredit.org:10052 -u youruser.miner -p x

Win7 64 with i7 4770k ~ 0.25khash/s adding -t 4 I got ~ 0.15khash/s (Dunno Why)

Win7 64 with FX6300 ~ 0.09khash/s but adding -t 3 I got 0.26khash/s (Not stable, sometimes go down to 0.06khas/s)

Hope it Helps


Title: Re: [ANN] Independant Miners Alliance Official Launch Notification (IMACredit coin)
Post by: Cassey on September 15, 2014, 10:38:06 PM
Thank you!


Title: Re: [ANN] Independant Miners Alliance Official Launch Notification (IMACredit coin)
Post by: imihal44 on September 16, 2014, 07:50:58 AM
thx D.R.O.I


Title: Re: [ANN] Independant Miners Alliance Official Launch Notification (IMACredit coin)
Post by: PVmining on September 17, 2014, 01:18:27 PM
any idea why I get halve the hash while solo-mining to the wallet in comparison to the pool?
I use cudaminer, mining against the wallet.

solomining (self compiled linux wallet):
Code:
[2014-09-17 15:05:26] GPU #2: GeForce GTX 750 Ti, 0.14 khash/s

casseys pool:
Code:
[2014-09-17 15:06:54] GPU #3: GeForce GTX 750 Ti, 0.28 khash/s

...when I start solomining the first round shows the higher hash... but slowsdown right after.


EDIT:
found out that my usual solomining -s 1 switch (upper bound on time spent scanning current work when long polling is unavailable, in seconds) makes trouble.


EDIT2:
getting some json call failed from time to time... often after founding a block.
Code:
[2014-09-17 19:50:47] json_rpc_call failed, retry after 15 seconds
similar to the first jackpotcoin wallet releases...






Title: Re: [ANN] Independant Miners Alliance Official Launch Notification (IMACredit coin)
Post by: PVmining on September 17, 2014, 10:45:42 PM
would support this nice coin with a small raspberry (raspbian/debian) node.
but get some ugly failures while compiling that I get not on my usual (ubuntu 14.x) node.

Quote
...tmp/ccIgmX6O.s:4357: Warning: swp{b} use is deprecated for ARMv6 and ARMv7
/tmp/ccIgmX6O.s:4374: Warning: swp{b} use is deprecated for ARMv6 and ARMv7
/tmp/ccIgmX6O.s:4410: Warning: swp{b} use is deprecated for ARMv6 and ARMv7
/tmp/ccIgmX6O.s:4976: Warning: swp{b} use is deprecated for ARMv6 and ARMv7
/tmp/ccIgmX6O.s:4993: Warning: swp{b} use is deprecated for ARMv6 and ARMv7
/tmp/ccIgmX6O.s:5029: Warning: swp{b} use is deprecated for ARMv6 and ARMv7
/tmp/ccIgmX6O.s:6064: Warning: swp{b} use is deprecated for ARMv6 and ARMv7
/tmp/ccIgmX6O.s:6081: Warning: swp{b} use is deprecated for ARMv6 and ARMv7
/tmp/ccIgmX6O.s:6117: Warning: swp{b} use is deprecated for ARMv6 and ARMv7
g++ -c -O2 -pthread -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -g -DBOOST_SPIRIT_THREADSAFE -D_FILE_OFFSET_BITS=64 -I/opt/wallet/imacredit/src -I/opt/wallet/imacredit/src/obj -I/usr/include/db4.8 -DUSE_IPV6=1 -DUSE_SSE2 -I/opt/wallet/imacredit/src/leveldb/include -I/opt/wallet/imacredit/src/leveldb/helpers -DHAVE_BUILD_INFO -fno-stack-protector -fstack-protector-all -Wstack-protector -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2  -MMD -MF obj/crypter.d -o obj/crypter.o crypter.cpp
g++ -c -O2 -pthread -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -g -DBOOST_SPIRIT_THREADSAFE -D_FILE_OFFSET_BITS=64 -I/opt/wallet/imacredit/src -I/opt/wallet/imacredit/src/obj -I/usr/include/db4.8 -DUSE_IPV6=1 -DUSE_SSE2 -I/opt/wallet/imacredit/src/leveldb/include -I/opt/wallet/imacredit/src/leveldb/helpers -DHAVE_BUILD_INFO -fno-stack-protector -fstack-protector-all -Wstack-protector -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2  -MMD -MF obj/key.d -o obj/key.o key.cpp
g++ -c -O2 -pthread -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -g -DBOOST_SPIRIT_THREADSAFE -D_FILE_OFFSET_BITS=64 -I/opt/wallet/imacredit/src -I/opt/wallet/imacredit/src/obj -I/usr/include/db4.8 -DUSE_IPV6=1 -DUSE_SSE2 -I/opt/wallet/imacredit/src/leveldb/include -I/opt/wallet/imacredit/src/leveldb/helpers -DHAVE_BUILD_INFO -fno-stack-protector -fstack-protector-all -Wstack-protector -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2  -MMD -MF obj/db.d -o obj/db.o db.cpp
In file included from db.cpp:6:0:
db.h:14:20: fatal error: db_cxx.h: No such file or directory
compilation terminated.
makefile.unix:187: recipe for target 'obj/db.o' failed
make: *** [obj/db.o] Error 1


Title: Re: [ANN] Independant Miners Alliance Official Launch Notification (IMACredit coin)
Post by: billotronic on September 17, 2014, 11:44:01 PM
You are missing libdb.

I don't have a pi running right now to look but thats where you need to start.


Title: Re: [ANN] Independant Miners Alliance Official Launch Notification (IMACredit coin)
Post by: Not_WEB on September 18, 2014, 03:40:58 PM
This coin seems very interesting.
Will look..


Title: Re: [ANN] Independant Miners Alliance Official Launch Notification (IMACredit coin)
Post by: PVmining on September 18, 2014, 04:59:32 PM
You are missing libdb.
I don't have a pi running right now to look but thats where you need to start.

thanks for pointing me on the right direction. had to install db4.8 manually.
now compiling goes further... but stops here:

Code:
g++ -c -O2 -pthread -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -g -DBOOST_SPIRIT_THREADSAFE -D_FILE_OFFSET_BITS=64 -I/opt/wallet/imacredit/src -I/opt/wallet/imacredit/src/obj -I/usr/include/db4.8 -DUSE_IPV6=0 -DUSE_SSE2=0 -I/opt/wallet/imacredit/src/leveldb/include -I/opt/wallet/imacredit/src/leveldb/helpers -DHAVE_BUILD_INFO -fno-stack-protector -fstack-protector-all -Wstack-protector -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2  -msse2 -MMD -MF obj/scrypt-sse2.d -o obj/scrypt-sse2.o scrypt-sse2.cpp
cc1plus: error: unrecognized command line option ‘-msse2’
makefile.unix:180: recipe for target 'obj/scrypt-sse2.o' failed
make: *** [obj/scrypt-sse2.o] Error 1



Title: Re: [ANN] Independant Miners Alliance Official Launch Notification (IMACredit coin)
Post by: billotronic on September 18, 2014, 08:11:47 PM
You are missing libdb.
I don't have a pi running right now to look but thats where you need to start.

thanks for pointing me on the right direction. had to install db4.8 manually.
now compiling goes further... but stops here:

Code:
g++ -c -O2 -pthread -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -g -DBOOST_SPIRIT_THREADSAFE -D_FILE_OFFSET_BITS=64 -I/opt/wallet/imacredit/src -I/opt/wallet/imacredit/src/obj -I/usr/include/db4.8 -DUSE_IPV6=0 -DUSE_SSE2=0 -I/opt/wallet/imacredit/src/leveldb/include -I/opt/wallet/imacredit/src/leveldb/helpers -DHAVE_BUILD_INFO -fno-stack-protector -fstack-protector-all -Wstack-protector -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2  -msse2 -MMD -MF obj/scrypt-sse2.d -o obj/scrypt-sse2.o scrypt-sse2.cpp
cc1plus: error: unrecognized command line option ‘-msse2’
makefile.unix:180: recipe for target 'obj/scrypt-sse2.o' failed
make: *** [obj/scrypt-sse2.o] Error 1



Thats saying your hardware does not support msse2. You can take that out of the .pro or makefile.unix but you might want to ask cassey about if it is required for the client or not.


Title: Re: [ANN] Independant Miners Alliance Official Launch Notification (IMACredit coin)
Post by: nongdanvoz on September 19, 2014, 07:27:00 AM
Nothing update


Title: Re: [ANN] Independant Miners Alliance Official Launch Notification (IMACredit coin)
Post by: PVmining on September 19, 2014, 10:01:55 AM
Thats saying your hardware does not support msse2. You can take that out of the .pro or makefile.unix but you might want to ask cassey about if it is required for the client or not.

I thought so... the pi has no SSE2. Maybe it's just for mining in the wallet and not nescessary for the imacreditd daemon.
Hope Cassey will give some answer about this. I just deleted this part in the makefile.unix and the compile finished without any other errors.
Everything takes forever on the pi... the network sync too  ;)


question:
cassey's pool: 1,928.717 H/s
"networkhashps" : 10974 (H/s?)

...are those numbers right?
the nethash is 10.9 Khash at the moment?


Title: Re: [ANN] Independant Miners Alliance Official Launch Notification (IMACredit coin)
Post by: mysignature on September 19, 2014, 10:13:46 AM
no win miner on the OP  :( :(


Title: Re: [ANN] Independant Miners Alliance Official Launch Notification (IMACredit coin)
Post by: PVmining on September 19, 2014, 10:23:26 AM
no win miner on the OP  :( :(

the wallet works... and here is some other point to start:

Quote
You need the latest cpuminer (https://github.com/pooler/cpuminer):
Code:
minerd -a scrypt:131072 -o stratum+tcp://stratum.coinspool.cu.cc:3033 -u yourwalletaddress -p x


Title: Re: [ANN] Independant Miners Alliance Official Launch Notification (IMACredit coin)
Post by: billotronic on September 19, 2014, 11:54:16 AM
Thats saying your hardware does not support msse2. You can take that out of the .pro or makefile.unix but you might want to ask cassey about if it is required for the client or not.

I thought so... the pi has no SSE2. Maybe it's just for mining in the wallet and not nescessary for the imacreditd daemon.
Hope Cassey will give some answer about this. I just deleted this part in the makefile.unix and the compile finished without any other errors.
Everything takes forever on the pi... the network sync too  ;)


question:
cassey's pool: 1,928.717 H/s
"networkhashps" : 10974 (H/s?)

...are those numbers right?
the nethash is 10.9 Khash at the moment?


lol no the pi has no SSE2 and you are probably right that it wont affect anything. I've taken that out on a couple of wallets for pi building and can't say its ever been an issue.


Title: Re: [ANN] Independant Miners Alliance Official Launch Notification (IMACredit coin)
Post by: opus.224 on September 30, 2014, 09:35:04 PM
Hey dev any news or updates on IMAC?
 


Title: Re: [ANN] Independant Miners Alliance Official Launch Notification (IMACredit coin)
Post by: akai on October 04, 2014, 06:42:08 AM
dev,have no news?


Title: Re: [ANN] Independant Miners Alliance Official Launch Notification (IMACredit coin)
Post by: PVmining on October 06, 2014, 02:23:03 PM
...sad - this coin was a nice concept.


Title: Re: [ANN] Independant Miners Alliance Official Launch Notification (IMACredit coin)
Post by: PVmining on October 07, 2014, 08:09:20 AM
was nice buying on https://c-cex.com/?p=imac-btc the last 10hours...
imacredit were bought up to 0.00006300 sat




Title: Re: [ANN] Independant Miners Alliance Official Launch Notification (IMACredit coin)
Post by: skunk on October 15, 2014, 04:20:22 PM
as this coin already seems as good as dead, i've created an appeal for economy absorption:
http://coinshieldtalk.org/forum/coin-shield-talk/shitcoin-petitions/348-imacredit-coin
(sorry i forgot to create a poll on the petition, the site admin will add it in a few days for you to vote, meanwhile please post your arguments, thank you)


Title: Re: [ANN] Independant Miners Alliance Official Launch Notification (IMACredit coin)
Post by: apoloo on December 25, 2014, 12:19:58 AM
someone tell me where we will be able to change now that c-cex.com's going to take the 30th of this month


Title: Re: [ANN] Independant Miners Alliance Official Launch Notification (IMACredit coin)
Post by: jasemoney on December 25, 2014, 02:08:28 AM
someone tell me where we will be able to change now that c-cex.com's going to take the 30th of this month
I'd say nowhere..
though keep an eye on 1billionhex.com as IMAC coin is set to be a part of the crypto void game sometime in the future.


Title: Re: [ANN] Independant Miners Alliance Official Launch Notification (IMACredit coin)
Post by: noobtrader on December 28, 2014, 11:49:20 AM
is this coin delisted from ccex ???


Title: Re: [ANN] Independant Miners Alliance Official Launch Notification (IMACredit coin)
Post by: jasemoney on December 28, 2014, 04:34:27 PM
is this coin delisted from ccex ???
all you had to do was go to c-cex, the answer is no its not delisted. it is still there open for trading. 1100 satoshi buy side, 1800 satoshi sell side.


Title: Re: [ANN] Independant Miners Alliance Official Launch Notification (IMACredit coin)
Post by: noobtrader on December 29, 2014, 09:17:18 AM
is this coin delisted from ccex ???
all you had to do was go to c-cex, the answer is no its not delisted. it is still there open for trading. 1100 satoshi buy side, 1800 satoshi sell side.


i guess we have to buy more coin

https://c-cex.com/?p=imac-btc

Quote

Important news:

The following coins will be removed on December, 30th if no trading has occured:

ARCHcoin [ARCH], DarkKush [DANK], DopeCoin V3.0 [DOPE], Fire-Ice [FICE], GanjaCoin [GANJA], Iconicx [ICNX], IMACredit [IMAC], LemurCoin [LMR], MiracleCoin [MCL], Ocupy [OCUPY], OrbitCoin [ORB], PeleCoin [PLCN], PyramidsCoin [PYRA], RektCoin [REKT], UroDarkCoin [UROD], VocalCoin [VOCAL], Nanite [XNAN].

Those coins retreival after the removal date will not be possible.



Title: Re: [ANN] Independant Miners Alliance Official Launch Notification (IMACredit coin)
Post by: elbandi on January 03, 2015, 11:35:57 PM
delisted... game over... >:(


Title: Re: [ANN] Independant Miners Alliance Official Launch Notification (IMACredit coin)
Post by: Quantum12 on January 05, 2015, 12:58:37 PM
delisted... game over... >:(

their is a movement on poloniex calling for the coin, about 5-6 of us have already submitted applications to have Imac added to polo

if you wish to see the coin progress people here could also fill in the form

the more requests they get the more chance it will be listed .

https://poloniex.com/coinRequest (https://poloniex.com/coinRequest)

Q


Title: Re: [ANN] Independant Miners Alliance Official Launch Notification (IMACredit coin)
Post by: noobtrader on January 06, 2015, 04:35:37 AM
delisted... game over... >:(

their is a movement on poloniex calling for the coin, about 5-6 of us have already submitted applications to have Imac added to polo

if you wish to see the coin progress people here could also fill in the form

the more requests they get the more chance it will be listed .

https://poloniex.com/coinRequest (https://poloniex.com/coinRequest)

Q

Submitted


Title: Re: [ANN] Independant Miners Alliance Official Launch Notification (IMACredit coin)
Post by: dmcx on January 17, 2015, 03:55:10 PM
I have also submited to Polo coin request.

good luck to us all :)


Title: Re: [ANN] Independant Miners Alliance Official Launch Notification (IMACredit coin)
Post by: jasemoney on January 17, 2015, 04:07:50 PM
I'd say it will pick up traction and be listed somewhere once 1billionhex's "The Crypto Void" game development gets more notice. but who knows. good chance at this time to get coins if you've got some spare cpu cycles.


Title: Re: [ANN] Independant Miners Alliance Official Launch Notification (IMACredit coin)
Post by: JCPoon on January 18, 2015, 11:54:49 AM
Is development still happening for this coin?


Title: Re: [ANN] Independant Miners Alliance Official Launch Notification (IMACredit coin)
Post by: ColdSpirit on January 19, 2015, 12:50:15 AM
Is this coin live or dead?


I've been mining for some time now but no exchange is accepting it.

I'm considering stopping.

Any dev - Anyone?



Title: Re: [ANN] Independant Miners Alliance Official Launch Notification (IMACredit coin)
Post by: cinnamon_carter on January 24, 2015, 11:50:41 AM
I decided to fire up my wallet tonight and start mining, I made my own wallet some tme ago with upnp support although i only have one connection so far.   I like some of the ideas behind this coin.  The developers are certainly competent.  I doubt they have abandoned the coin since this and others were designed for a large scale project......

Going to try pooler once i get the blockchain up to date.

To those who are upset about exchanges and such consider why you want to mine a coin if all your plans are is to just exchange it for another.....   I realize most will not mine coins not listed on exchanges. A sad reality of the people who haunt these forums.


Title: Re: [ANN] Independant Miners Alliance Official Launch Notification (IMACredit coin)
Post by: PeaMine on February 07, 2015, 12:13:28 AM
I've forgot about my miner for this, still hodling, still mining.


Title: Re: [ANN] Independant Miners Alliance Official Launch Notification (IMACredit coin)
Post by: JCPoon on February 24, 2015, 05:23:46 PM
Some sort of response from the devs would be nice :S


Title: Re: [ANN] Independant Miners Alliance Official Launch Notification (IMACredit coin)
Post by: BDCoinMiner on March 01, 2015, 03:57:06 AM
Some sort of response from the devs would be nice :S

From my little experience on CryptoWorld, dev of this coin ( 1BillionHex on this point) seems trying different logic experimenting with different coin. He develop more then 3 coin and those are still live. Every coin has their own pro and cons like:

1Credit having low block rewards with long block time,
YACC having low difficulty with lots of rewards on block etc etc.
where
IMACredit having fare rewards, fare block time, fare algorithm attached to prevent ASIC's. 

On IMACredit it seems dev wanted to show a different approach of showing negligence and might all of sudden came with some kind of announcement which might worth mining. Unless delisting from some exchange I didn't find any negative on this coin. I still mining it with good block rate. Who knows, one day I may lough on people calling this project 'Dead' ?? Unless I find less then 0 connection on wallet or no transaction in 7 days in network, I will continue mining this.

Some time patience do work!

Isn't it good idea to have 'mining on low difficulty' then 'pre-mining' lots of coin before released ??

People giving up with mining IMACredit can dispose your coin to my address:

9JPefAedZP43jiPWtPVS9h2NuwmGM6jDuB   (IMACredit)

Who knows one day I might return you some bits ;))


--Cheers!

IMACredit: 9JPefAedZP43jiPWtPVS9h2NuwmGM6jDuB
YACC : DeaYgE6D9bmdfNV8RExFgJHSxmiMY9fdUr
1Credit: CHu2Yv6N2uUujnwjffhfUsDvS8WuRY9xMQ



Title: Re: [ANN] Independant Miners Alliance Official Launch Notification (IMACredit coin)
Post by: jasemoney on March 01, 2015, 05:16:28 AM
Some sort of response from the devs would be nice :S

From my little experience on CryptoWorld, dev of this coin ( 1BillionHex on this point) seems trying different logic experimenting with different coin. He develop more then 3 coin and those are still live. Every coin has their own pro and cons like:

1Credit having low block rewards with long block time,
YACC having low difficulty with lots of rewards on block etc etc.
where
IMACredit having fare rewards, fare block time, fare algorithm attached to prevent ASIC's.  

On IMACredit it seems dev wanted to show a different approach of showing negligence and might all of sudden came with some kind of announcement which might worth mining. Unless delisting from some exchange I didn't find any negative on this coin. I still mining it with good block rate. Who knows, one day I may lough on people calling this project 'Dead' ?? Unless I find less then 0 connection on wallet or no transaction in 7 days in network, I will continue mining this.

Some time patience do work!

Isn't it good idea to have 'mining on low difficulty' then 'pre-mining' lots of coin before released ??

People giving up with mining IMACredit can dispose your coin to my address:

9JPefAedZP43jiPWtPVS9h2NuwmGM6jDuB   (IMACredit)

Who knows one day I might return you some bits ;))


--Cheers!

IMACredit: 9JPefAedZP43jiPWtPVS9h2NuwmGM6jDuB
YACC : DeaYgE6D9bmdfNV8RExFgJHSxmiMY9fdUr
1Credit: CHu2Yv6N2uUujnwjffhfUsDvS8WuRY9xMQ


None of this is true, except coin specs listed. Cassey is the dev not bill. 1Billion Hex is using this and 3 other coins as part of a game he is developing where IMAC, YACC, 1CR, & an unlaunched coin will be used as in game tokens to say unlock items or derive names etc etc.
theres some info about thecryptovoid which is 1billionhex's in progress game at 1billionhex.net


Title: Re: [ANN] Independant Miners Alliance Official Launch Notification (IMACredit coin)
Post by: BDCoinMiner on March 03, 2015, 12:15:40 AM
Some sort of response from the devs would be nice :S

From my little experience on CryptoWorld, dev of this coin ( 1BillionHex on this point) seems trying different logic experimenting with different coin. He develop more then 3 coin and those are still live. Every coin has their own pro and cons like:

1Credit having low block rewards with long block time,
YACC having low difficulty with lots of rewards on block etc etc.
where
IMACredit having fare rewards, fare block time, fare algorithm attached to prevent ASIC's.  

On IMACredit it seems dev wanted to show a different approach of showing negligence and might all of sudden came with some kind of announcement which might worth mining. Unless delisting from some exchange I didn't find any negative on this coin. I still mining it with good block rate. Who knows, one day I may lough on people calling this project 'Dead' ?? Unless I find less then 0 connection on wallet or no transaction in 7 days in network, I will continue mining this.

Some time patience do work!

Isn't it good idea to have 'mining on low difficulty' then 'pre-mining' lots of coin before released ??

People giving up with mining IMACredit can dispose your coin to my address:

9JPefAedZP43jiPWtPVS9h2NuwmGM6jDuB   (IMACredit)

Who knows one day I might return you some bits ;))


--Cheers!

IMACredit: 9JPefAedZP43jiPWtPVS9h2NuwmGM6jDuB
YACC : DeaYgE6D9bmdfNV8RExFgJHSxmiMY9fdUr
1Credit: CHu2Yv6N2uUujnwjffhfUsDvS8WuRY9xMQ


None of this is true, except coin specs listed. Cassey is the dev not bill. 1Billion Hex is using this and 3 other coins as part of a game he is developing where IMAC, YACC, 1CR, & an unlaunched coin will be used as in game tokens to say unlock items or derive names etc etc.
theres some info about thecryptovoid which is 1billionhex's in progress game at 1billionhex.net

Cool, atleast we got some Info in return of my 'Guess' post. Can we know the reason behind IMAC's inactivity specially in Marketing, Exchange Listings, New Information/update. We wander what makes this IMAC soo ignored people even start calling it as a 'Dead Project' ? Perhaps it's name, the initials conflicts with some other BIG Profile Customer Product??


--Cheers!
BDCoinMiner

------ SigTest--------

IMACredit: 9JPefAedZP43jiPWtPVS9h2NuwmGM6jDuB YACC : DeaYgE6D9bmdfNV8RExFgJHSxmiMY9fdUr 1Credit: CHu2Yv6N2uUujnwjffhfUsDvS8WuRY9xMQ

And

BTC: 1MaYjMvoCN5CL24bQsKw7vH1r4mor9tJ6C VTC: VoMXu7xCLftPGRn4JbfWj41yaG8nFmPbg5 [N]HZ: NHZ-MYLX-FW6K-BBK5-GKUNR !


Title: Re: [ANN] Independant Miners Alliance Official Launch Notification (IMACredit coin)
Post by: ticote on March 04, 2015, 04:48:18 PM
Some sort of response from the devs would be nice :S

From my little experience on CryptoWorld, dev of this coin ( 1BillionHex on this point) seems trying different logic experimenting with different coin. He develop more then 3 coin and those are still live. Every coin has their own pro and cons like:

1Credit having low block rewards with long block time,
YACC having low difficulty with lots of rewards on block etc etc.
where
IMACredit having fare rewards, fare block time, fare algorithm attached to prevent ASIC's.  

On IMACredit it seems dev wanted to show a different approach of showing negligence and might all of sudden came with some kind of announcement which might worth mining. Unless delisting from some exchange I didn't find any negative on this coin. I still mining it with good block rate. Who knows, one day I may lough on people calling this project 'Dead' ?? Unless I find less then 0 connection on wallet or no transaction in 7 days in network, I will continue mining this.

Some time patience do work!

Isn't it good idea to have 'mining on low difficulty' then 'pre-mining' lots of coin before released ??

People giving up with mining IMACredit can dispose your coin to my address:

9JPefAedZP43jiPWtPVS9h2NuwmGM6jDuB   (IMACredit)

Who knows one day I might return you some bits ;))


--Cheers!

IMACredit: 9JPefAedZP43jiPWtPVS9h2NuwmGM6jDuB
YACC : DeaYgE6D9bmdfNV8RExFgJHSxmiMY9fdUr
1Credit: CHu2Yv6N2uUujnwjffhfUsDvS8WuRY9xMQ


None of this is true, except coin specs listed. Cassey is the dev not bill. 1Billion Hex is using this and 3 other coins as part of a game he is developing where IMAC, YACC, 1CR, & an unlaunched coin will be used as in game tokens to say unlock items or derive names etc etc.
theres some info about thecryptovoid which is 1billionhex's in progress game at 1billionhex.net

Cool, atleast we got some Info in return of my 'Guess' post. Can we know the reason behind IMAC's inactivity specially in Marketing, Exchange Listings, New Information/update. We wander what makes this IMAC soo ignored people even start calling it as a 'Dead Project' ? Perhaps it's name, the initials conflicts with some other BIG Profile Customer Product??


--Cheers!
BDCoinMiner

------ SigTest--------

IMACredit: 9JPefAedZP43jiPWtPVS9h2NuwmGM6jDuB YACC : DeaYgE6D9bmdfNV8RExFgJHSxmiMY9fdUr 1Credit: CHu2Yv6N2uUujnwjffhfUsDvS8WuRY9xMQ

And

BTC: 1MaYjMvoCN5CL24bQsKw7vH1r4mor9tJ6C VTC: VoMXu7xCLftPGRn4JbfWj41yaG8nFmPbg5 [N]HZ: NHZ-MYLX-FW6K-BBK5-GKUNR !


I´m also mining it, while is at really low dificulty (even lower of dificult minimun). I´m sure that with a some marketing movements, this coin will have value in the future... but perhaps it´s no the moment.


Title: Re: [ANN] Independant Miners Alliance Official Launch Notification (IMACredit coin)
Post by: dmcx on March 07, 2015, 11:53:10 AM
Another miner here :) also supporting network with running wallets on 3 different ip addresses.

if anyone wanna get rid of coins, i'll be happy to collect them. here's address: 98SQU4y24f5doqZ1WSUkVqNY66mnqm53zB

I might even be persuaded to buy them. send me a PM.

GO IMAC!


Title: Re: [ANN] Independant Miners Alliance Official Launch Notification (IMACredit coin)
Post by: ticote on March 12, 2015, 12:51:22 PM
Another miner here :) also supporting network with running wallets on 3 different ip addresses.

if anyone wanna get rid of coins, i'll be happy to collect them. here's address: 98SQU4y24f5doqZ1WSUkVqNY66mnqm53zB

I might even be persuaded to buy them. send me a PM.

GO IMAC!

Could you give me any IP adrress for my wallet sync. THKS



Title: Re: [ANN] Independant Miners Alliance Official Launch Notification (IMACredit coin)
Post by: BDCoinMiner on April 24, 2015, 11:27:16 AM
Another miner here :) also supporting network with running wallets on 3 different ip addresses.

if anyone wanna get rid of coins, i'll be happy to collect them. here's address: 98SQU4y24f5doqZ1WSUkVqNY66mnqm53zB

I might even be persuaded to buy them. send me a PM.

GO IMAC!

Could you give me any IP adrress for my wallet sync. THKS



Seems nobody want to give sync IP of wallet in case other minars share on block rewards;)

Here is my one: 104.194.247.235 . Sync & enjoy.

Keep mining IMAC and you IMAC..go go


Title: Re: [ANN] Independant Miners Alliance Official Launch Notification (IMACredit coin)
Post by: PeaMine on May 11, 2015, 08:28:10 AM
Anything new?


Title: Re: [ANN] Independant Miners Alliance Official Launch Notification (IMACredit coin)
Post by: BDCoinMiner on May 11, 2015, 09:30:58 AM
Anything new?

Nothing till now..don't know if we should stop mining :(


Title: Re: [ANN] Independant Miners Alliance Official Launch Notification (IMACredit coin)
Post by: cinnamon_carter on May 12, 2015, 02:47:42 AM


Regarding those seeking nodes or connections, the last time I communicated with the lead dev. of this project he confirmed that he maintains several nodes hard coded in the client and his official wallets have no option for UPnP. 

For myself I just slightly modified the .pro file and built myself a wallet with UPnP to use.

Still I would not disrespect the developers of this project releasing a binary of that build. 

I am just stating my preference is to have more connections when mining/ using a system.

I feel the more nodes someone can connect to the better.

There are others who feel differently and for good reasons of their own.

--- for those looking for something new --- I suggest being patient or contact the dev. in their official forum.

If a coins blockchain is moving and you can connect to the network when you start up the client and stay connected it functions.....


Title: Re: [ANN] Independant Miners Alliance Official Launch Notification (IMACredit coin)
Post by: emrgohff on September 23, 2016, 11:26:48 AM
Another miner here :) also supporting network with running wallets on 3 different ip addresses.

if anyone wanna get rid of coins, i'll be happy to collect them. here's address: 98SQU4y24f5doqZ1WSUkVqNY66mnqm53zB

I might even be persuaded to buy them. send me a PM.

GO IMAC!

Hello

I 4920.69751472 IMAC

Want to buy ?

Thank you


Title: Re: [ANN] Independant Miners Alliance Official Launch Notification (IMACredit coin)
Post by: Cassey on December 26, 2016, 05:26:07 PM
Maybe, just maybe, might have a project that will use IMACredit as its base.  Should know more in the next week or two.  Until then, I'm working on making sure all the seed nodes are stable and current, and doing a bit of mining.  ps.  mpos.imacredit.org is back online if anyone insist on pool mining.  Recommend tpruvot's miner for those that don't want to solo mine:

nice -n 19 ./cpuminer --algo=scrypt:131072 --url=stratum+tcp://10.184.155.39:10052 --userpass=Cassey.rackserv:pass --quiet

If this take off, it won't be anything quick and not likely public for some time.

Basically the new project developers are looking for an ASIC resistant coin with a bit of history and an established blockchain that they can partner with.  Could be great news, likely will become nothing.  Still, thought I'd mention it, even though the coin currently has no exchange that I'm aware of.


Title: Re: [ANN] Independant Miners Alliance Official Launch Notification (IMACredit coin)
Post by: Cassey on January 24, 2017, 05:03:48 AM
Cautiously optomistic with the new development.  Suspect it will be 3-6 months before any code is made public, but I've been made part of the development team.

If in that time frame, significant progress is made, I'll likely refresh IMACredit off the current Vertcoin stream, retro fitting the significant changes that made IMACredit unique, while preserving the current blockchain.  That will bring the code base up to snuff with features like WebSockets, which will industrialize the coin a bit.

I've refocused a number of my systems to mine IMACredit with blocks coming out close to the expected time.  Suspect we are only a few big machines, or a few dozen small ones, from have a steady flow of blocks at the target interval.

As always, the best thing to do is to solo-mine the coin, but http://mpos.imacredit.org has been up and running steadly since this new initiative started.

Not pumping the coin, especially since there is no exchange handling it, but trying to be as public as I can about whats happening.


Title: Re: [ANN] Independant Miners Alliance Official Launch Notification (IMACredit coin)
Post by: dmcx on February 03, 2017, 12:41:25 PM
wow, that's great news. i haven't mined now for a year or so.  :'( but i've synced wallet without a hitch and  i'm puting some miners to work later today.

also, is there any blockexplorer working? or is there some code, i might be able to host one.


Title: Re: [ANN] Independant Miners Alliance Official Launch Notification (IMACredit coin)
Post by: Cassey on February 03, 2017, 04:03:34 PM
wow, that's great news. i haven't mined now for a year or so.  :'( but i've synced wallet without a hitch and  i'm puting some miners to work later today.

also, is there any blockexplorer working? or is there some code, i might be able to host one.

Thanks.  Unfortunately none that I'm aware of - those tend to appear in sync with exchanges.

Just a little bit of news:  I know the developers have successfully interfaced their code with the wallet, which isn't quite as easy as it sounds, since every well baked coin has their own "magic number" and similar changes.  For instance, its pretty trivial to figure out what the current block number is, that is just an RPC call, but doing transactions or validating addresses is just a bit harder.

Lots of room for improvement on how they are doing it, although their current approach isn't bad.  I MIGHT have to refresh the code to enable a more efficient interface, but that should become obvious over the next couple of months.  If so, it will be transparent and not require any forking.

I have a little desktop "appliance" class box that is doing pretty well.  Its a $250 quad-core celeron with 4gb of memory running linux and its mined over 800 coins since I cranked it up when this new project started.  That is competing with a 56 core Xeon I'm using to keep blocks flowing.  Point being, everyday home machine have a reasonable chance at finding blocks - just measure success in coins/week, not coins/minute.

If you (or anyone else) does host a block explorer, please let me know.  I'll update the official webpage to point at it.  That would be a great help, since most exchanges require one to be functional.


Title: Re: [ANN] Independant Miners Alliance Official Launch Notification (IMACredit coin)
Post by: Cassey on March 13, 2017, 05:24:28 AM
Just a quick update:  Progress on the new project is continuing.  The next step is a big one - validation of their key algorithm.  Most of the basic window dressing is complete.  The next few weeks will be interesting.

Regarding  IMACredit, I could use a hand with a couple of things:

1)  Need a blockexplorer
2)  Would like to revamp the website and possibly move it off of Weebly (mostly since Weebly wants an arm and a leg and part of my other arm to provide https support, which is kind of basic these days now that letsencrypt.org is available).  Since the project is written in GoLang, I thought Hugo would be cute.  I can provide the VM, certificates, etc. but could really use some help.
3)  Going to spend some time and work on being able to rebuild the Windows GUI.  Most of the original packages have updates, and alas they didn't all play together well on my previous attempt - so will try again.

Last but not least, may end up resetting mpos.imacredit.org.  I appear to be the only user, and this might lighten the load for the maintainer of that site.  Its currently suffering from a mysql database issue (duplicate payment of a block type thing).  I'm open to using newer pool software if anyone has a suggestion for something that is currently ACTIVELY supported.

Good news is the coin blockchain appears to be nicely stable.

Cheers!

ps.  If you happen to want to work on the main project, and are comfortable coding in Go, please let me know.  The project is all volunteer based and not currently paying anything, but still, could be fun.  I'm doing what I can...


Title: Re: [ANN] Independant Miners Alliance Official Launch Notification (IMACredit coin)
Post by: dmcx on March 14, 2017, 09:21:16 AM
Hey,

About blockexplorer. i've been poking around wallet and rpc commands to get out data for blockexplorer. I can get data for blocks, but I didn't figure out yet, how to build data about transaction :/ thou, I didn't spend much time on that. I'll try to lookup my transaction history, and figure it out from there.

guess I could build BE without tx data (just tx ids in block) pretty fast. If time is issue and no tx data is required, I could get things up and running by end of the week. Otherwise, i'll try to figure all out and build a proper BE. Let me know.

best regards


Title: Re: [ANN] Independant Miners Alliance Official Launch Notification (IMACredit coin)
Post by: Cassey on March 14, 2017, 12:12:48 PM
Hey,

About blockexplorer. i've been poking around wallet and rpc commands to get out data for blockexplorer. I can get data for blocks, but I didn't figure out yet, how to build data about transaction :/ thou, I didn't spend much time on that. I'll try to lookup my transaction history, and figure it out from there.

guess I could build BE without tx data (just tx ids in block) pretty fast. If time is issue and no tx data is required, I could get things up and running by end of the week. Otherwise, i'll try to figure all out and build a proper BE. Let me know.

best regards

Time is NOT an issue.  This project is being measured in months, not days.


Title: Re: [ANN] Independant Miners Alliance Official Launch Notification (IMACredit coin)
Post by: Cassey on March 17, 2017, 08:14:43 PM
Spent the last few evenings recreating a build environment for the Windows version of the coin, finding capable packages, etc.  Did upgrade to 64-bit.

Having one problem with the new code and wondering if this rings a familiar bell with anyone:

The new executable claims the old wallet is corrupt.  It works fine is allowed to create a new wallet, and the old wallet works fine with the old executable.  Tried 32 & 64 bit versions.  Tried db5.3 as well as the original db4.8 - no difference.

Not really interested in moving all my private keys, would rather figure out whats wrong.

I DO NOT have this problem with the Linux version, the code was completely compatible there.

This isn't hyper critical, but would be nice to get fixed.  Other than going to 64-bit mode, the only other change is additional checkpoint records and a bump in the protocol (which I used to track adoption of wallet packages).


Title: Re: [ANN] Independant Miners Alliance Official Launch Notification (IMACredit coin)
Post by: Cassey on March 25, 2017, 03:39:58 PM
A new windows wallet was published today.  It has the latest checkpoint information and new artwork (some may recognize the heavy influence of my defunct coin, YACCoin).

You can grab it off the link at http://www.imacredit.com. 

PLEASE keep a copy of your original executable.  Testing here at my remote site showed no problems, but previous efforts at another site generated an executable that wasn't compatible with the old wallet (for totally unclear reasons).  If you get a "non-recoverable wallet" type error seconds after launching, just revert to your old code, and PLEASE post here.  In fact, if you don't have any issues, PLEASE post that here as well!  I'll be testing this executable when I visit my other site next week.

Slightly tweaked http://ww.imacredit.com as well, and snuck in the name of the new project that is using IMAC...


Title: Re: [ANN] Independant Miners Alliance Official Launch Notification (IMACredit coin)
Post by: Cassey on May 25, 2017, 04:25:50 PM
Used to mine this coin back when it started, and happy to see that the chain still syncs (so far anyway!).

Is their a bounty for a block explorer ?  I can setup one up and host it.



I've been syncing a number of new machines, would not expect you to have any problems.

How large of a bounty would you want?  Perhaps PM me and we can negotiate <smile>.

GoArchit (www.goarchit.online) is at 50% complete, next step will take it to 60% expected in the next couple of weeks.


Title: Re: [ANN] Independant Miners Alliance Official Launch Notification (IMACredit coin)
Post by: Cassey on May 25, 2017, 05:48:29 PM
Thanks!  Let me know when the block explorer is up and running.  Note that IMAC is a n-script coin with a large enough n that most generic code needs tweaks to work (mostly just changing stack memory allocations to heap allocations)


Title: Re: [ANN] Independant Miners Alliance Official Launch Notification (IMACredit coin)
Post by: benxy031 on February 26, 2018, 03:20:15 PM
Any news about this coin?


Title: Re: [ANN] Independant Miners Alliance Official Launch Notification (IMACredit coin)
Post by: moirahpascual11 on April 05, 2018, 05:47:04 AM
hi guys is there any new update information about this project,its already april and no new post yet available here


Title: Re: [ANN] Independant Miners Alliance Official Launch Notification (IMACredit coin)
Post by: Matilda on April 05, 2018, 09:13:58 AM
hi guys is there any new update information about this project,its already april and no new post yet available here
No discovery. The developer has not managed threads for months, and without knowing what the situation is, the project is at a standstill.