Bitcoin Forum
May 08, 2024, 07:06:06 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1] 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 »  All
  Print  
Author Topic: [ANN][EZC] EZCoin - A fast scrypt coin | Upgraded to 0.8.7.2 | Coin control  (Read 51698 times)
ezcoin (OP)
Member
**
Offline Offline

Activity: 92
Merit: 10



View Profile
May 30, 2013, 10:41:22 AM
Last edit: January 21, 2016, 10:22:45 PM by ezcoin
 #1

EZCoin



Specifications

EZCoin is a scrypt based coin.

Block target: 1 minute (2.5x Litecoin)
Difficulty retargets every 12 blocks (12 minutes).
Block reward: 50 EZC per block
Block reward halves every 844,000 blocks (about 1.5 years)
Total coins will be around 84 million (same as Litecoin)
Listen port: 7955
Config file: ezcoin.conf


Downloads

Github source code

http://github.com/ezcoin/ezcoin

Windows Qt wallet

https://mega.co.nz/#!Nox0nZaD!3nAWLpsHAcj6Guo7CR15KThrtQW4pFYKPZhBRpat1Ec
https://www.dropbox.com/s/2iqusvy8pheuub4/ezcoin087r2.zip
http://www.ezcoin.org/ezcoin087r2.zip

Recent updates

23 Jul 2014 - 0.8.7r2 - Code upgraded to Litecoin 0.8.7.2, Github and Windows wallet updated, Coin control
11 Apr 2014 - 0.6.4r8 - Windows wallet: Checkpoints, OpenSSL upgrade, UPNP, QR codes
21 Jan 2014 - 0.6.4r5 - Windows wallet: Checkpoints and new graphics


Example conf file

Quote
rpcuser=Miner
rpcpassword=MyPassword
rpcport=8888
server=1
irc=1
listen=1


Pools

CryptCoins - http://ezc.cryptcoins.net/


Block explorer

https://prohashing.com/explorer/EZcoin/


Home page

http://www.ezcoin.org/


Automated exchanges

Coins-e - http://www.coins-e.com/exchange/EZC_BTC/


Faucet

http://www.freebitcointips.co.uk/ez-coin


Charts

http://myip.ms/info/chartbox/m/55#c


Social

Twitter - https://twitter.com/EZ_Coin
In order to achieve higher forum ranks, you need both activity points and merit points.
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
fran2k
Hero Member
*****
Offline Offline

Activity: 784
Merit: 500


View Profile WWW
May 30, 2013, 11:11:54 AM
 #2

When this starts?
stich
Newbie
*
Offline Offline

Activity: 21
Merit: 0



View Profile
May 30, 2013, 11:12:54 AM
 #3

When this starts?

it has started
cre8r
Member
**
Offline Offline

Activity: 100
Merit: 10


View Profile
May 30, 2013, 11:14:02 AM
 #4

That's not even funny.
xthestig
Newbie
*
Offline Offline

Activity: 42
Merit: 0



View Profile
May 30, 2013, 11:14:25 AM
 #5

any nodes
eddyfitz
Full Member
***
Offline Offline

Activity: 238
Merit: 100


View Profile
May 30, 2013, 11:20:24 AM
 #6

it catched some nodes upon startup. probably hardcoded...
xthestig
Newbie
*
Offline Offline

Activity: 42
Merit: 0



View Profile
May 30, 2013, 11:22:39 AM
 #7

Have had it running 10 mins restarted a few time zero connections, router and firewall port allowed  Sad
eddyfitz
Full Member
***
Offline Offline

Activity: 238
Merit: 100


View Profile
May 30, 2013, 11:27:50 AM
 #8

I've compiled it under linux and here what I've got:

./ezcoind getpeerinfo
[
    {
        "addr" : "37.191.131.44:7955",
        "services" : "00000001",
        "lastsend" : 1369913360,
        "lastrecv" : 1369913360,
        "conntime" : 1369912874,
        "version" : 60001,
        "subver" : "/Satoshi:0.6.3/",
        "inbound" : false,
        "releasetime" : 0,
        "startingheight" : 1874,
        "banscore" : 0
    },
    {
        "addr" : "105.236.229.13:7955",
        "services" : "00000001",
        "lastsend" : 1369913360,
        "lastrecv" : 1369913361,
        "conntime" : 1369912906,
        "version" : 60001,
        "subver" : "/Satoshi:0.6.3/",
        "inbound" : false,
        "releasetime" : 0,
        "startingheight" : 1875,
        "banscore" : 0
    }
]
xthestig
Newbie
*
Offline Offline

Activity: 42
Merit: 0



View Profile
May 30, 2013, 11:30:28 AM
 #9

I've compiled it under linux and here what I've got:

./ezcoind getpeerinfo
[
    {
        "addr" : "37.191.131.44:7955",
        "services" : "00000001",
        "lastsend" : 1369913360,
        "lastrecv" : 1369913360,
        "conntime" : 1369912874,
        "version" : 60001,
        "subver" : "/Satoshi:0.6.3/",
        "inbound" : false,
        "releasetime" : 0,
        "startingheight" : 1874,
        "banscore" : 0
    },
    {
        "addr" : "105.236.229.13:7955",
        "services" : "00000001",
        "lastsend" : 1369913360,
        "lastrecv" : 1369913361,
        "conntime" : 1369912906,
        "version" : 60001,
        "subver" : "/Satoshi:0.6.3/",
        "inbound" : false,
        "releasetime" : 0,
        "startingheight" : 1875,
        "banscore" : 0
    }
]


Your a gent added both of those and now its working if I get anything I'll send it your way

On a quick note both of those appear to be absent from the windows version
eddyfitz
Full Member
***
Offline Offline

Activity: 238
Merit: 100


View Profile
May 30, 2013, 11:39:12 AM
 #10

Donations accepted here: EXRM9CavVVAMyNgvySTfFWWvLLLzrsKioD   Wink

one more peer:
 {
        "addr" : "50.9.87.185:7955",
        "services" : "00000001",
        "lastsend" : 1369914059,
        "lastrecv" : 1369914059,
        "conntime" : 1369914058,
        "version" : 60001,
        "subver" : "/Satoshi:0.6.3/",
        "inbound" : false,
        "releasetime" : 0,
        "startingheight" : 1891,
        "banscore" : 0
    }
kr4x
Member
**
Offline Offline

Activity: 112
Merit: 10



View Profile
May 30, 2013, 12:07:19 PM
 #11

people jump on this while we have the early block rewards
JimmyFL
Member
**
Offline Offline

Activity: 84
Merit: 10



View Profile
May 30, 2013, 12:17:38 PM
Last edit: May 30, 2013, 01:18:10 PM by JimmyFL
 #12

If you want to compile the QT on linux with qmake, you have to delete the original qt (or rename it) and delete the litecoin-qt.pro file.
tadakaluri
Hero Member
*****
Offline Offline

Activity: 616
Merit: 500



View Profile WWW
May 30, 2013, 12:24:05 PM
 #13

Not succeed in Mining....... Any Donations can be appreciate.

EUu3mjD9cAv1mUGiWSxkuM8MaUgdNWxURj
xthestig
Newbie
*
Offline Offline

Activity: 42
Merit: 0



View Profile
May 30, 2013, 12:24:57 PM
 #14

Donations accepted here: EXRM9CavVVAMyNgvySTfFWWvLLLzrsKioD   Wink

one more peer:
 {
        "addr" : "50.9.87.185:7955",
        "services" : "00000001",
        "lastsend" : 1369914059,
        "lastrecv" : 1369914059,
        "conntime" : 1369914058,
        "version" : 60001,
        "subver" : "/Satoshi:0.6.3/",
        "inbound" : false,
        "releasetime" : 0,
        "startingheight" : 1891,
        "banscore" : 0
    }


Sent
BrewCrewFan
Hero Member
*****
Offline Offline

Activity: 672
Merit: 501



View Profile
May 30, 2013, 12:25:09 PM
 #15

07:22:07

{
"blocks" : 1954,
"currentblocksize" : 0,
"currentblocktx" : 0,
"difficulty" : 0.08366238,
"errors" : "",
"generate" : false,
"genproclimit" : -1,
"hashespersec" : 0,
"networkhashps" : 7845571,
"pooledtx" : 0,
"testnet" : false
}


07:25:49

getmininginfo


07:25:49

{
"blocks" : 2021,
"currentblocksize" : 0,
"currentblocktx" : 0,
"difficulty" : 0.08366238,
"errors" : "",
"generate" : false,
"genproclimit" : -1,
"hashespersec" : 0,
"networkhashps" : 20074144,
"pooledtx" : 1,
"testnet" : false
}


/shakes head

Free SIGNs giving everyday. Be part, do not miss!.
SqMe5ceYfdcGsRyVpgvpYb6bRLS9j8omvB

XChat : Addy : XYuZESQpeMtZ2wit8nVVnXKGytfiaTBCo6 PubKey : eteshLzeq8Bh54BRjGSunMTc6Ytxtk7HYaSmDYMQn61z
eddyfitz
Full Member
***
Offline Offline

Activity: 238
Merit: 100


View Profile
May 30, 2013, 12:26:39 PM
 #16

Sent

Thanks!
JimmyFL
Member
**
Offline Offline

Activity: 84
Merit: 10



View Profile
May 30, 2013, 12:28:16 PM
 #17

{
    "version" : 60300,
    "protocolversion" : 60001,
    "walletversion" : 60000,
    "balance" : 0.00000000,
    "blocks" : 2041,
    "connections" : 2,
    "proxy" : "",
    "difficulty" : 0.08366238, ==> maybe the starting difficulty wasn't 0
    "testnet" : false,
    "keypoololdest" : 1369916281,
    "keypoolsize" : 101,
    "paytxfee" : 0.00000000,
    "mininput" : 0.00010000,
    "errors" : ""
}
kr4x
Member
**
Offline Offline

Activity: 112
Merit: 10



View Profile
May 30, 2013, 12:33:08 PM
 #18

07:22:07

{
"blocks" : 1954,
"currentblocksize" : 0,
"currentblocktx" : 0,
"difficulty" : 0.08366238,
"errors" : "",
"generate" : false,
"genproclimit" : -1,
"hashespersec" : 0,
"networkhashps" : 7845571,
"pooledtx" : 0,
"testnet" : false
}


07:25:49

getmininginfo


07:25:49

{
"blocks" : 2021,
"currentblocksize" : 0,
"currentblocktx" : 0,
"difficulty" : 0.08366238,
"errors" : "",
"generate" : false,
"genproclimit" : -1,
"hashespersec" : 0,
"networkhashps" : 20074144,
"pooledtx" : 1,
"testnet" : false
}


/shakes head

that network hash is rising quick
nesic1
Hero Member
*****
Offline Offline

Activity: 636
Merit: 500


View Profile
May 30, 2013, 12:35:32 PM
 #19

scrypt?

why my HDD when start client act like a tractor?/ krrrkrkrkrkrkrkrkrrrr, searching for something?
BrewCrewFan
Hero Member
*****
Offline Offline

Activity: 672
Merit: 501



View Profile
May 30, 2013, 12:38:28 PM
 #20



that network hash is rising quick

And to think I gave mine away.

scrypt?

why my HDD when start client act like a tractor?/ krrrkrkrkrkrkrkrkrrrr, searching for something?

yes and because its downloading the block-chain already done. Mine sounds like that on one of my computers. I got an old raptor in it.

Free SIGNs giving everyday. Be part, do not miss!.
SqMe5ceYfdcGsRyVpgvpYb6bRLS9j8omvB

XChat : Addy : XYuZESQpeMtZ2wit8nVVnXKGytfiaTBCo6 PubKey : eteshLzeq8Bh54BRjGSunMTc6Ytxtk7HYaSmDYMQn61z
Pages: [1] 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 »  All
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!