Bitcoin Forum

Alternate cryptocurrencies => Announcements (Altcoins) => Topic started by: adabau on March 04, 2015, 05:19:00 PM



Title: [ANN][PAY] ePay | Anonymous | X11 | Masternodes | Darksend | InstantX
Post by: adabau on March 04, 2015, 05:19:00 PM

Release v0.11.1.254
Windows Wallet:
https://github.com/wonko433/epay/releases/download/v0.11.1.254/ePay-Qt.zip (https://github.com/wonko433/epay/releases/download/v0.11.1.254/ePay-Qt.zip)

Git Source:
https://github.com/wonko433/epay (https://github.com/wonko433/epay)

http://i62.tinypic.com/6iv434.jpg

Specifications:
  • Release date: 5:20PM UTC, 4th Mar 2015 / No premine
  • X11 hashing algorithm: 11 rounds of scientific hashing functions (blake, bmw, groestl, jh, keccak, skein, luffa, cubehash, shavite, simd, echo)
  • Block reward is controlled by: 22222220/(((Difficulty+2600)/9)^2)
  • CPU/GPU mining
  • Block generation: 2.5 minutes
  • Difficulty Retargets using Dark Gravity Wave (https://bitcointalk.org/index.php?topic=421615.msg5705503#msg5705503)
  • 7% decrease in the number of coins generated per year
  • Est. ~220M Max Coins
  • Decentralized Masternode Network
  • Superior Transaction Anonymity using Darksend

Including:


  • Darksend
    • Darksend has made some significant advances, and we’re happy to say that we’re closing in on a finished product.
      With the introduction of Release Candidate 4 (RC4), the Darkcoin client will store pre-mixed, denominated Darkcoins in the user’s wallet, to be used instantly at any time the user desires. The mixing and denomination process is seamless, automatic, and requires no intervention on the part of the user. The 10 DRK limit in place with Darksend v1 will be permanently removed. With RC4, the amount that users can send via Darksend is limited only by the available balance in their wallet.
      Here's how it works:
      Every 10 blocks, user clients network-wide will send any unmixed, traceable Darkcoins in their possession through an anonymization phase. In this phase, Masternodes are used in chained succession to mix the coins they receive from the network and break them down into homogenous denominations. After being processed by a minimum of 2 Masternodes, the coins are either sent to the next Masternode in the chain or back to the user’s wallet at randomly generated change addresses.
      Depending on the desired depth of security and privacy, users may select between 2 and 8 “hops” to successive Masternodes before their coins are sent back to the client. Hops are made every 10 blocks, so anonymization at a depth of 2 hops will take 2*2.5=5.0 minutes, 3 hops 3*2.5=7.5 minutes, and so on. The desired mixing depth can be selected in the client GUI.
      At the end of the anonymization phase, the user’s coins are returned to their client at randomly generated change addresses. When the user wishes to make a transaction, the client forwards the intended amount from these anonymous change addresses directly to the intended receiver’s address. There is no direct involvement of of Masternodes in the final person-to-person transaction.
      Proof of payment will work as it always has: a user can see the send transaction with the receiver’s address in their own wallet, and the blockchain will show that the receiver’s address received an input in the corresponding amount.
      A breakdown of the improved Darksend process:
      https://i.imgur.com/t2v7mn7.jpg
      (Official statement link: http://[Suspicious link removed]/GZ1VZC)


  • Masternodes and the Proof of Service Reward Paradigm
    • In addition to traditional Proof of Work rewards for mining Darkcoins, users are also rewarded for running and maintaining special servers called “Masternodes”.
      Though future plans envision several roles for Masternodes, their primary function is to carry out the anonymization phase of the Darksend protocol.  The service that Masternodes provide to the network is the beating heart of Darksend, which, in turn, is the defining feature of Darkcoin.
      In return for providing this service, with each block mined, one Masternode is randomly selected by the network to receive 20% of the payout from that particular block.
       
      In order to run a Masternode, users must put up 1000 DRK as something akin to collateral, though unlike traditional collateral, the DRK never leaves the user’s possession.  It can be moved or spent at any time by the user - doing so simply removes the Masternode from service and makes it ineligible to receive rewards.
  • X11 Chained Hashing Algorithm
    • X11 is a widely used hashing algorithm created by Darkcoin core developer Evan Duffield.  X11’s chained hashing algorithm approach utilizes a sequence of eleven scientific hashing algorithms for the proof-of-work. This is so that the processing distribution is fair and coins will be distributed in much the same way Bitcoins were originally. ASICs will be much more difficult to make for these algorithms and should take years.
      With chained hashing, high end CPUs give an average return similar to that of GPUs. An added benefit of the algorithm is that GPUs require approximately 30% less wattage and run 30-50% cooler than they do with scrypt.
  • Dark Gravity Wave
    • Dark Gravity Wave (DGW) is a widely used mining difficulty adjustment algorithm created by Darkcoin core developer Evan Duffield to address flaws in Kimoto’s Gravity Well.
  • Multi-Phased Fork Implementation (aka the “Spork”)
    • In response to unforeseen issues with the rollout of RC3, the Darkcoin development team created a mechanism by which updated code is released to the network, but not immediately made active (or “enforced”).  Communication is sent out to users informing them of the change and the need for them to update their clients.  Those who update their clients run the new code, but in the event of errors occurring with that new code, the client’s blocks are not rejected by the network and unintended forks are avoided. Data about the error can then be collected and forwarded to the development team.
      Once the development team is satisfied with the new code’s stability in the mainnet environment - and once acceptable network consensus is attained - enforcement of the updated code can be activated remotely.  Should problems arise, the code can be deactivated in the same manner, without the need for a network-wide rollback or client update.
      This innovation allows for far smoother transitions than in the traditional hard fork paradigm, as well as the collection of test data in the live network environment.
      We set out with the intention of calling this method of updating the “Soft Fork”, but the Darkcoin community quickly dubbed it the “Spork” and the name seems to have stuck.

  • Instant Transaction Technology (aka InstantX)
    • This paper introduces a new concept called transaction locking and masternode consensus. This technology will allow for crypto-currencies such as Darkcoin to compete with nearly instantaneous transaction systems such as credit cards for point-of-sale situations while not relying on a centralized authority. If successful, such an idea could revolutionize cryptocurrency, by shortening the delay in confirmation of transactions from as long as an hour (with Bitcoin) to as little as twenty seconds.

      Full paper can be read at the link below:
      https://www.darkcoin.io/downloads/InstantTX.pdf

Sample ecash.conf:
Code:
rpcuser=rpcuser
rpcpassword=rpcpassword
rpcallowip=127.0.0.1
listen=1
logtimestamps=1
maxconnections=256
addnode=66.248.200.195
addnode=66.248.200.181
addnode=66.248.200.191
addnode=66.248.200.185
addnode=66.248.200.189
addnode=66.248.200.183
addnode=66.248.200.187
addnode=66.248.200.179
addnode=66.248.200.193
addnode=198.52.227.176
addnode=198.52.227.174
addnode=198.52.227.178
addnode=198.52.227.180
addnode=198.52.227.182
addnode=66.248.200.167
addnode=66.248.200.169
addnode=66.248.200.171
addnode=66.248.200.173
addnode=66.248.200.175
addnode=66.248.200.177


Pools:
https://ecash2.suprnova.cc (https://ecash2.suprnova.cc) : Paying
http://epay.cryptopools.com/index.php (http://epay.cryptopools.com/index.php): Paying

Blockexplorer:
http://cryptobe.com/chain/Epay (http://cryptobe.com/chain/Epay)

Exchange:
https://yobit.net/en/trade/CASH/BTC (https://yobit.net/en/trade/CASH/BTC) : Working
https://alcurex.org/index.php/crypto/market?pair=CASH_BTC (https://alcurex.org/index.php/crypto/market?pair=CASH_BTC) :Working
https://cryptogator.net/CASH-BTC (https://cryptogator.net/CASH-BTC) : Working but slow

Bounty list:
  • Second Blockexplorer: EP8FUAAyNRjfpnTUn1xzJs7KnRxJLHSiAp: 5000 PAY
  • Second pool: EcoudaXefNhLYCncJmdBiVaKvXbiKxdgFN: 5000 PAY
    • Claimed by http://epay.cryptopools.com
    • Tx:  a69f0636d4ea35bcbbc2fa284406524d0d2209ba9ed57400f126bf4a471b6935
  • Third pool: EKdbjGnVaV4mkCMyXD6uaNx6Q5cfsDUyTv: 0 PAY


Title: Re: [ANN][CASH] Ecash | RELAUNCH | X11 | Masternodes | Darksend | InstantX
Post by: Shadow_Runner on March 04, 2015, 05:19:26 PM
{
"blocks" : 35,
"currentblocksize" : 1000,
"currentblocktx" : 0,
"difficulty" : 0.00024414,
"errors" : "",
"genproclimit" : -1,
"networkhashps" : 5558,
"pooledtx" : 0,
"testnet" : false,
"generate" : false,
"hashespersec" : 0
}


Title: Re: [ANN][CASH] Ecash | RELAUNCH | X11 | Masternodes | Darksend | InstantX
Post by: ocminer on March 04, 2015, 05:19:56 PM
huh ?!

yet already ??!


Title: Re: [ANN][CASH] Ecash | RELAUNCH | X11 | Masternodes | Darksend | InstantX
Post by: shimlbit on March 04, 2015, 05:20:09 PM
relaunch?

virus?


Title: Re: [ANN][CASH] Ecash | RELAUNCH | X11 | Masternodes | Darksend | InstantX
Post by: xinbinbin on March 04, 2015, 05:20:25 PM
Restart?


Title: Re: [ANN][CASH] Ecash | RELAUNCH | X11 | Masternodes | Darksend | InstantX
Post by: proletariat on March 04, 2015, 05:21:06 PM
Re-What?


Title: Re: [ANN][CASH] Ecash | RELAUNCH | X11 | Masternodes | Darksend | InstantX
Post by: wisnon on March 04, 2015, 05:21:22 PM
Why relaunch?


Title: Re: [ANN][CASH] Ecash | RELAUNCH | X11 | Masternodes | Darksend | InstantX
Post by: Shadow_Runner on March 04, 2015, 05:27:52 PM
And why you didn't post links?

https://github.com/wonko433/ecash/releases/download/v0.11.1.252/ecash-qt.exe
https://github.com/wonko433/ecash


Title: Re: [ANN][CASH] Ecash | RELAUNCH | X11 | Masternodes | Darksend | InstantX
Post by: wisnon on March 04, 2015, 05:28:51 PM
No longer trust this dev
I'm gone


Title: Re: [ANN][CASH] Ecash | RELAUNCH | X11 | Masternodes | Darksend | InstantX
Post by: ocminer on March 04, 2015, 05:29:05 PM
https://ecash2.suprnova.cc is UP !

Please add to OP !


Title: Re: [ANN][CASH] Ecash | RELAUNCH | X11 | Masternodes | Darksend | InstantX
Post by: ocminer on March 04, 2015, 05:31:51 PM
Diff retarget is broken again - you should mine solo before the Diff is up


Title: Re: [ANN][CASH] Ecash | RELAUNCH | X11 | Masternodes | Darksend | InstantX
Post by: Shadow_Runner on March 04, 2015, 05:34:28 PM
Block reward is becomes smaller... is that coz diff  ???


Title: Re: [ANN][CASH] Ecash | RELAUNCH | X11 | Masternodes | Darksend | InstantX
Post by: Shadow_Runner on March 04, 2015, 05:38:59 PM
LOL, pool 2 gh/s already.


Title: Re: [ANN][CASH] Ecash | RELAUNCH | X11 | Masternodes | Darksend | InstantX
Post by: ocminer on March 04, 2015, 05:39:59 PM
LOL, pool 2 gh/s already.

They could solo mine still.. Diff is too low...


Title: Re: [ANN][CASH] Ecash | RELAUNCH | X11 | Masternodes | Darksend | InstantX
Post by: DeCrypterManiac on March 04, 2015, 05:40:28 PM
Shadow & ocminer you seem to be bots, you're always the first.. You should make a team


Title: Re: [ANN][CASH] Ecash | RELAUNCH | X11 | Masternodes | Darksend | InstantX
Post by: Shadow_Runner on March 04, 2015, 05:43:11 PM
Shadow & ocminer you seem to be bots, you're always the first.. You should make a team

Enable e-mail notify and you will receive new ann links quickly.
I tired to say everytime I have lot of free time, coz I'm physically challenged person and have nothing to do but internet.


Title: Re: [ANN][CASH] Ecash | RELAUNCH | X11 | Masternodes | Darksend | InstantX
Post by: adabau on March 04, 2015, 05:43:50 PM
Diff will start at block 4500


Title: Re: [ANN][CASH] Ecash | RELAUNCH | X11 | Masternodes | Darksend | InstantX
Post by: Shadow_Runner on March 04, 2015, 05:44:31 PM
Diff will start at block 4500

What do you mean "start"?


Title: Re: [ANN][CASH] Ecash | RELAUNCH | X11 | Masternodes | Darksend | InstantX
Post by: nikl on March 04, 2015, 05:46:54 PM
I can't sync wallet
Node 104.207.142.169 doesn't work for me


Title: Re: [ANN][CASH] Ecash | RELAUNCH | X11 | Masternodes | Darksend | InstantX
Post by: adabau on March 04, 2015, 05:49:10 PM
I can't sync wallet
Node 104.207.142.169 doesn't work for me

try addnode 104.207.142.166 add


Title: Re: [ANN][CASH] Ecash | RELAUNCH | X11 | Masternodes | Darksend | InstantX
Post by: Shadow_Runner on March 04, 2015, 05:50:50 PM
Block reward is higher now.
You can also addnode=ecash2.suprnova.cc

Dev, why you didn't change the name and what's difference since last launch?


Title: Re: [ANN][CASH] Ecash | RELAUNCH | X11 | Masternodes | Darksend | InstantX
Post by: ocminer on March 04, 2015, 05:52:04 PM
Block reward is higher now.
You can also addnode=ecash2.suprnova.cc

Dev, why you didn't change the name and what's difference since last launch?

The genesis block ;-)


Title: Re: [ANN][CASH] Ecash | RELAUNCH | X11 | Masternodes | Darksend | InstantX
Post by: ocminer on March 04, 2015, 05:54:51 PM
Ah fuck not again:


"errors" : "Warning: The network does not appear to fully agree! Some miners appear to be experiencing issues."


Title: Re: [ANN][CASH] Ecash | RELAUNCH | X11 | Masternodes | Darksend | InstantX
Post by: Shadow_Runner on March 04, 2015, 05:55:26 PM
Ah fuck not again:


"errors" : "Warning: The network does not appear to fully agree! Some miners appear to be experiencing issues."

Disappeared now.


Title: Re: [ANN][CASH] Ecash | RELAUNCH | X11 | Masternodes | Darksend | InstantX
Post by: ocminer on March 04, 2015, 05:56:11 PM
Ah fuck not again:


"errors" : "Warning: The network does not appear to fully agree! Some miners appear to be experiencing issues."

Disappeared now.

probably forked


Title: Re: [ANN][CASH] Ecash | RELAUNCH | X11 | Masternodes | Darksend | InstantX
Post by: Shadow_Runner on March 04, 2015, 05:56:39 PM
{
"blocks" : 2190,
"currentblocksize" : 1000,
"currentblocktx" : 0,
"difficulty" : 0.01562500,
"errors" : "",
"genproclimit" : -1,
"networkhashps" : 59653233,
"pooledtx" : 0,
"testnet" : false,
"generate" : false,
"hashespersec" : 0
}


Title: Re: [ANN][CASH] Ecash | RELAUNCH | X11 | Masternodes | Darksend | InstantX
Post by: adabau on March 04, 2015, 05:56:43 PM
Ah fuck not again:


"errors" : "Warning: The network does not appear to fully agree! Some miners appear to be experiencing issues."

no worry it's only because the blocks moving too fast right now will be fine after block 4500


Title: Re: [ANN][CASH] Ecash | RELAUNCH | X11 | Masternodes | Darksend | InstantX
Post by: Shadow_Runner on March 04, 2015, 05:57:55 PM
no worry it's only because the blocks moving too fast right now will be fine after block 4500

Can you answer the questions please?


Title: Re: [ANN][CASH] Ecash | RELAUNCH | X11 | Masternodes | Darksend | InstantX
Post by: ocminer on March 04, 2015, 05:58:16 PM
{
"blocks" : 2190,
"currentblocksize" : 1000,
"currentblocktx" : 0,
"difficulty" : 0.01562500,
"errors" : "",
"genproclimit" : -1,
"networkhashps" : 59653233,
"pooledtx" : 0,
"testnet" : false,
"generate" : false,
"hashespersec" : 0
}


ecashd getblockhash 2260
00000016ec56e22fe7121326cb3823729fb7319d5286b553a5fda01978613643


Title: Re: [ANN][CASH] Ecash | RELAUNCH | X11 | Masternodes | Darksend | InstantX
Post by: minerpools on March 04, 2015, 06:00:04 PM
I'm lost, what just happened here?

Edit: Did the "Dev" just reset the blockchain and started with a new genesis block but same codebase?


Title: Re: [ANN][CASH] Ecash | RELAUNCH | X11 | Masternodes | Darksend | InstantX
Post by: Shadow_Runner on March 04, 2015, 06:00:24 PM
{
"blocks" : 2190,
"currentblocksize" : 1000,
"currentblocktx" : 0,
"difficulty" : 0.01562500,
"errors" : "",
"genproclimit" : -1,
"networkhashps" : 59653233,
"pooledtx" : 0,
"testnet" : false,
"generate" : false,
"hashespersec" : 0
}


ecashd getblockhash 2260
00000016ec56e22fe7121326cb3823729fb7319d5286b553a5fda01978613643

Yep
00000016ec56e22fe7121326cb3823729fb7319d5286b553a5fda01978613643

Thanks for new command for me, I didn't know that :)


Title: Re: [ANN][CASH] Ecash | RELAUNCH | X11 | Masternodes | Darksend | InstantX
Post by: ocminer on March 04, 2015, 06:01:20 PM
I'm lost, what just happened here?

A relaunch of a coin which was instamined before - same shit now happening again, but "just" for the first 4500 blocks...


Title: Re: [ANN][CASH] Ecash | RELAUNCH | X11 | Masternodes | Darksend | InstantX
Post by: minerpools on March 04, 2015, 06:01:42 PM
I'm lost, what just happened here?

A relaunch of a coin which was instamined before - same shit now happening again, but "just" for the first 4500 blocks...

OMg, i need a beer man...


Title: Re: [ANN][CASH] Ecash | RELAUNCH | X11 | Masternodes | Darksend | InstantX
Post by: Shadow_Runner on March 04, 2015, 06:03:03 PM
I'm lost, what just happened here?

http://img.sc/img/462d32ff091737f01629d20d931b5a51.jpg


Title: Re: [ANN][CASH] Ecash | RELAUNCH | X11 | Masternodes | Darksend | InstantX
Post by: ocminer on March 04, 2015, 06:06:25 PM
Guys stop renting gigahashes at nicehash now, the pool and the coin cannot cope with that, you'll just fork the network and everything is lost. Wait until block height is > 5000 or so and diff is (much) higher


Title: Re: [ANN][CASH] Ecash | RELAUNCH | X11 | Masternodes | Darksend | InstantX
Post by: Shadow_Runner on March 04, 2015, 06:06:25 PM
Dev, are you going to buy 40K cash frome me?  ::) ;D


Title: Re: [ANN][CASH] Ecash | RELAUNCH | X11 | Masternodes | Darksend | InstantX
Post by: Shadow_Runner on March 04, 2015, 06:07:05 PM
Guys stop renting gigahashes at nicehash now, the pool and the coin cannot cope with that, you'll just fork the network and everything is lost. Wait until block height is > 5000 or so and diff is (much) higher

You may stop stratum till 4500 block I think.
Although it will be not fair for small miners...


Title: Re: [ANN][CASH] Ecash | RELAUNCH | X11 | Masternodes | Darksend | InstantX
Post by: ocminer on March 04, 2015, 06:08:42 PM
Guys stop renting gigahashes at nicehash now, the pool and the coin cannot cope with that, you'll just fork the network and everything is lost. Wait until block height is > 5000 or so and diff is (much) higher

You may stop stratum till 4500 block I think.
Also it will be not fair for small miners...


Lol Shadow, a instamine is NEVER fair :) I don't think that is what its about


Title: Re: [ANN][CASH] Ecash | RELAUNCH | X11 | Masternodes | Darksend | InstantX
Post by: wow!NotAgain on March 04, 2015, 06:12:15 PM
stupid shit

why people waste time with cow dung


Title: Re: [ANN][CASH] Ecash | RELAUNCH | X11 | Masternodes | Darksend | InstantX
Post by: Shadow_Runner on March 04, 2015, 06:12:20 PM
Lol Shadow, a instamine is NEVER fair :) I don't think that is what its about

That instamine I can agree.
But as for me, little chance for instamine is good.
I'm rarely now catch luck with solo, than earlier. And amount of my solo is very tiny compared to rented hashes. I was convinced when I rent hashes for Intellect and saw what I got after mining.


Title: Re: [ANN][CASH] Ecash | RELAUNCH | X11 | Masternodes | Darksend | InstantX
Post by: cakir on March 04, 2015, 06:21:44 PM
Instamine again?

I think darkcoin clones should change the Diff retarget for the launch, after a few thousands blocks, they can change it to DGW3.

Or If the instamine is inevidable then you make the first 1000 blocks's prize 1 coin and then start the normal blocks... That's gonna prevent instamine.


Title: Re: [ANN][CASH] Ecash | RELAUNCH | X11 | Masternodes | Darksend | InstantX
Post by: HammyCoin on March 04, 2015, 06:22:49 PM
The instamine is entirely deliberate, not that I'm complaining.


Title: Re: [ANN][CASH] Ecash | RELAUNCH | X11 | Masternodes | Darksend | InstantX
Post by: Shadow_Runner on March 04, 2015, 06:35:38 PM
{
"blocks" : 3741,
"currentblocksize" : 0,
"currentblocktx" : 0,
"difficulty" : 1.00000000,
"errors" : "",
"genproclimit" : -1,
"networkhashps" : 2756170801,
"pooledtx" : 0,
"testnet" : false,
"generate" : false,
"hashespersec" : 0
}


Title: Re: [ANN][CASH] Ecash | RELAUNCH | X11 | Masternodes | Darksend | InstantX
Post by: ocminer on March 04, 2015, 06:40:18 PM
{
"blocks" : 3741,
"currentblocksize" : 0,
"currentblocktx" : 0,
"difficulty" : 1.00000000,
"errors" : "",
"genproclimit" : -1,
"networkhashps" : 2756170801,
"pooledtx" : 0,
"testnet" : false,
"generate" : false,
"hashespersec" : 0
}

matches ?

ecashd getblockhash 3880
00000000600ace2ed0e9c892c04524d0f050f2d3140f8a82fdd0e5e047fa1ee5


Title: Re: [ANN][CASH] Ecash | RELAUNCH | X11 | Masternodes | Darksend | InstantX
Post by: jasonhopper2412 on March 04, 2015, 06:41:04 PM
I guess this means all the coins I've spent time and resources mining up to this point are now more worthless than they already were? Dev, give up. I will support your project if you display some strong moral obligation and swap my old junk coins for these new ones. Until that moment, this is labelled a scam.


Title: Re: [ANN][CASH] Ecash | RELAUNCH | X11 | Masternodes | Darksend | InstantX
Post by: Shadow_Runner on March 04, 2015, 06:41:38 PM
ecashd getblockhash 3880
00000000600ace2ed0e9c892c04524d0f050f2d3140f8a82fdd0e5e047fa1ee5

Code:
20:40:35

getblockhash 3880


20:40:35

00000000600ace2ed0e9c892c04524d0f050f2d3140f8a82fdd0e5e047fa1ee5

Yes.



Title: Re: [ANN][CASH] Ecash | RELAUNCH | X11 | Masternodes | Darksend | InstantX
Post by: wow!NotAgain on March 04, 2015, 06:43:28 PM
I guess this means all the coins I've spent time and resources mining up to this point are now more worthless than they already were? Dev, give up. I will support your project if you display some strong moral obligation and swap my old junk coins for these new ones. Until that moment, this is labelled a scam.

it scam  witing dump only

who buy this on exchange  why?

people idiot



Title: Re: [ANN][CASH] Ecash | RELAUNCH | X11 | Masternodes | Darksend | InstantX
Post by: CoinsToDev on March 04, 2015, 06:45:45 PM
There are coins to dev then there are coins to let dribble to the bottom of the crypto dump yard this my friends is the latter!

Copied code the copied name time for this coin to go sleepy zzzzzZZZZZZ


Title: Re: [ANN][CASH] Ecash | RELAUNCH | X11 | Masternodes | Darksend | InstantX
Post by: Shadow_Runner on March 04, 2015, 06:49:33 PM
it scam  witing dump only

who buy this on exchange  why?

people idiot

I know this relaunch is dissonance, but your profile seems like spreading FUD only. You fudding Intellect, so we got dump after this, but then it returned to normal, and other coins if watch your last posts.
This is not justification of this relaunch, but just a notice.


Title: Re: [ANN][CASH] Ecash | RELAUNCH | X11 | Masternodes | Darksend | InstantX
Post by: wow!NotAgain on March 04, 2015, 06:53:41 PM
it scam  witing dump only

who buy this on exchange  why?

people idiot

I know this relaunch is dissonance, but your profile seems like spread FUD only. You fudding Intellect, so we got dump after this, but then it returned to normal, and other coins if watch your last posts.
This is not justification of this relaunch, but just a notice.

not fud if true

you just want dump instamine coin  no purpose for coin  just more make crypto look bad

have nice day


Title: Re: [ANN][CASH] Ecash | RELAUNCH | X11 | Masternodes | Darksend | InstantX
Post by: Shadow_Runner on March 04, 2015, 06:55:52 PM
not fud if true

you just want dump instamine coin  no purpose for coin  just more make crypto look bad

have nice day

You saying like I'm only one who involve in this.  :)


Title: Re: [ANN][CASH] Ecash | RELAUNCH | X11 | Masternodes | Darksend | InstantX
Post by: jasonhopper2412 on March 04, 2015, 06:55:56 PM
I even tried dumping my coins but the wallet went out of sync. I downloaded another, thinking maybe it was updated. No dice. Out of sync. Now a relaunch? This is junk. Look at dark credits? Shining example. They are updating and doing a full coin swap with miners instead of merely shoving a stick up their asses. Nice work. I will make sure and let everyone that asks, know how shifty you are.


Title: Re: [ANN][CASH] Ecash | RELAUNCH | X11 | Masternodes | Darksend | InstantX
Post by: jasonhopper2412 on March 04, 2015, 06:58:35 PM
Also let it be known that I wasn't late to the game. I got in on the instamining too therefore lack of coins isn't the source of my complaint. Complaint source = dishonesty. At least run an honest scam :-D


Title: Re: [ANN][CASH] Ecash | RELAUNCH | X11 | Masternodes | Darksend | InstantX
Post by: wow!NotAgain on March 04, 2015, 07:01:22 PM
not fud if true

you just want dump instamine coin  no purpose for coin  just more make crypto look bad

have nice day

You saying like I'm only one who involve in this.  :)

you just miner  why you argue me?  no problem you  you not dump coin you mine?  you keep?


Title: Re: [ANN][CASH] Ecash | RELAUNCH | X11 | Masternodes | Darksend | InstantX
Post by: Shadow_Runner on March 04, 2015, 07:04:29 PM
you just miner  why you argue me?  no problem you  you not dump coin you mine?  you keep?

I'm not saying I not dump. Sometimes I keep and then dump, sometimes I buy (NKT for example)...
I just saying I'm a little grain in the sea and not deciding for all.

Diff is up.

{
"blocks" : 4646,
"currentblocksize" : 0,
"currentblocktx" : 0,
"difficulty" : 16.00000000,
"errors" : "",
"genproclimit" : -1,
"networkhashps" : 6577853191,
"pooledtx" : 0,
"testnet" : false,
"generate" : false,
"hashespersec" : 0
}


Title: Re: [ANN][CASH] Ecash | RELAUNCH | X11 | Masternodes | Darksend | InstantX
Post by: adabau on March 04, 2015, 07:15:01 PM
I meant to diff will change after

if(nHeight >= 5465) {


Title: Re: [ANN][CASH] Ecash | RELAUNCH | X11 | Masternodes | Darksend | InstantX
Post by: Shadow_Runner on March 04, 2015, 07:16:28 PM
What about masternodes?


Title: Re: [ANN][CASH] Ecash | RELAUNCH | X11 | Masternodes | Darksend | InstantX
Post by: adabau on March 04, 2015, 07:17:59 PM
What about masternodes?

you can start one now


Title: Re: [ANN][CASH] Ecash | RELAUNCH | X11 | Masternodes | Darksend | InstantX
Post by: Cryptophile on March 04, 2015, 07:19:03 PM
What about masternodes?

you can start one now

How about some real step-by-step instructions for Ecash rather than pointing us to the DRK instructions?


Title: Re: [ANN][CASH] Ecash | RELAUNCH | X11 | Masternodes | Darksend | InstantX
Post by: Shadow_Runner on March 04, 2015, 07:20:20 PM
you can start one now

I have dymanic IP. And don't know how to start it on windows.


Title: Re: [ANN][CASH] Ecash | RELAUNCH | X11 | Masternodes | Darksend | InstantX
Post by: Cryptophile on March 04, 2015, 07:21:33 PM
you can start one now

I have dymanic IP. And don't know how to start it on windows.

Even instructions for digitalocean or something would be helpful.


Title: Re: [ANN][CASH] Ecash | RELAUNCH | X11 | Masternodes | Darksend | InstantX
Post by: adabau on March 04, 2015, 07:56:44 PM
you can start one now

I have dymanic IP. And don't know how to start it on windows.

Even instructions for digitalocean or something would be helpful.

- command: "masternode genkey"
- command: "getaccountaddress 0"
- you send 1000 cash to that address
- waiting 15 block
- command: "masternode start"


Title: Re: [ANN][CASH] Ecash | RELAUNCH | X11 | Masternodes | Darksend | InstantX
Post by: xinbinbin on March 04, 2015, 08:02:58 PM
People buy CASH? 100K=0.5BTC


Title: Re: [ANN][CASH] Ecash | RELAUNCH | X11 | Masternodes | Darksend | InstantX
Post by: adabau on March 04, 2015, 08:09:29 PM
People buy CASH? 100K=0.5BTC

Not for that price but is there anyone who wants to sell to me?


Title: Re: [ANN][CASH] Ecash | RELAUNCH | X11 | Masternodes | Darksend | InstantX
Post by: Shadow_Runner on March 04, 2015, 08:12:31 PM
Not for that price but is there anyone who wants to sell to me?

I can sell. How much do you need?


Title: Re: [ANN][CASH] Ecash | RELAUNCH | X11 | Masternodes | Darksend | InstantX
Post by: adabau on March 04, 2015, 08:14:25 PM
Not for that price but is there anyone who wants to sell to me?

I can sell. How much do you need?

40.000 CASH?


Title: Re: [ANN][CASH] Ecash | RELAUNCH | X11 | Masternodes | Darksend | InstantX
Post by: xinbinbin on March 04, 2015, 08:15:04 PM
People buy CASH? 100K=0.5BTC

Not for that price but is there anyone who wants to sell to me?
I sell you!


Title: Re: [ANN][CASH] Ecash | RELAUNCH | X11 | Masternodes | Darksend | InstantX
Post by: Shadow_Runner on March 04, 2015, 08:16:24 PM
40.000 CASH?

Ok. PM.


Title: Re: [ANN][CASH] Ecash | RELAUNCH | X11 | Masternodes | Darksend | InstantX
Post by: xinbinbin on March 04, 2015, 08:16:36 PM
Not for that price but is there anyone who wants to sell to me?

I can sell. How much do you need?

40.000 CASH?
Development I sell it to you, give me your CASH address!!


Title: Re: [ANN][CASH] Ecash | RELAUNCH | X11 | Masternodes | Darksend | InstantX
Post by: Shadow_Runner on March 04, 2015, 08:23:55 PM
40K cash has been sold to dev.


Title: Re: [ANN][CASH] Ecash | RELAUNCH | X11 | Masternodes | Darksend | InstantX
Post by: xinbinbin on March 04, 2015, 08:24:46 PM
40K cash has been sold to dev.
Sold how many BTC?


Title: Re: [ANN][CASH] Ecash | RELAUNCH | X11 | Masternodes | Darksend | InstantX
Post by: Shadow_Runner on March 04, 2015, 08:25:34 PM
40K cash has been sold to dev.
Sold how many BTC?

0.05


Title: Re: [ANN][CASH] Ecash | RELAUNCH | X11 | Masternodes | Darksend | InstantX
Post by: xinbinbin on March 04, 2015, 08:28:07 PM
yeah


Title: Re: [ANN][CASH] Ecash | RELAUNCH | X11 | Masternodes | Darksend | InstantX
Post by: Shadow_Runner on March 04, 2015, 08:35:19 PM
Dev, you forgot say about conf.

masternode=1
masternodeprivkey=master node key generated

But when I type masternode start I get

not capable masternode: Could not connect to xx.xxx.xx.xxx:8888


Title: Re: [ANN][CASH] Ecash | RELAUNCH | X11 | Masternodes | Darksend | InstantX
Post by: adabau on March 04, 2015, 08:45:54 PM
Dev, you forgot say about conf.

masternode=1
masternodeprivkey=master node key generated

But when I type masternode start I get

not capable masternode: Could not connect to xx.xxx.xx.xxx:8888


Do you have a 1000 cash vin.

An address that you sent 1000 cash, not more or less?


Title: Re: [ANN][CASH] Ecash | RELAUNCH | X11 | Masternodes | Darksend | InstantX
Post by: Shadow_Runner on March 04, 2015, 08:46:29 PM
Do you have a 1000 cash vin.

An address that you sent 1000 cash, not more or less?

http://img.sc/img/33ab96be6ef8c19bbe9ed2f52aa83d3e.png

Yes I created new wallet.dat and sent there exactly 1000 cash.
Opened 8888 port in my router but still nothing.


Title: Re: [ANN][CASH] Ecash | RELAUNCH | X11 | Masternodes | Darksend | InstantX
Post by: adabau on March 04, 2015, 08:48:52 PM
Do you have a 1000 cash vin.

An address that you sent 1000 cash, not more or less?

Yes I created new wallet.dat and sent there exactly 1000 cash.
Opened 8888 in my router but still nothing.

and you were waiting for a sufficient number of blocks confirmations?


Title: Re: [ANN][CASH] Ecash | RELAUNCH | X11 | Masternodes | Darksend | InstantX
Post by: Shadow_Runner on March 04, 2015, 08:50:43 PM
and you were waiting for a sufficient number of blocks confirmations?

28 confirmations since sent


Title: Re: [ANN][CASH] Ecash | RELAUNCH | X11 | Masternodes | Darksend | InstantX
Post by: adabau on March 04, 2015, 08:55:32 PM
and you were waiting for a sufficient number of blocks confirmations?

28 confirmations since sent

Then it should work, try again if it does not work?


Title: Re: [ANN][CASH] Ecash | RELAUNCH | X11 | Masternodes | Darksend | InstantX
Post by: Shadow_Runner on March 04, 2015, 08:57:02 PM
Then it work, try again if it does not work?

Nope. My conf

Code:
maxconnections=100
rpcuser=solo
rpcpassword=pass
rpcport=8888
gen=0
server=1
daemon=1
reservebalance=9999999
masternode=1
masternodeprivkey=key
rpcallowip=*
addnode=104.207.142.169


Title: Re: [ANN][CASH] Ecash | RELAUNCH | X11 | Masternodes | Darksend | InstantX
Post by: adabau on March 04, 2015, 08:58:47 PM
Then it work, try again if it does not work?

Nope. My conf

Code:
maxconnections=100
rpcuser=solo
rpcpassword=pass
rpcport=8888
gen=0
server=1
daemon=1
reservebalance=9999999
masternode=1
masternodeprivkey=key
rpcallowip=*
addnode=104.207.142.169


are your node completely in sync?


Title: Re: [ANN][CASH] Ecash | RELAUNCH | X11 | Masternodes | Darksend | InstantX
Post by: Shadow_Runner on March 04, 2015, 09:01:26 PM
are your node completely in sync?

http://img.sc/img/742849f2598ca683f07d5e925bbcd495.png

Yes.


Title: Re: [ANN][CASH] Ecash | RELAUNCH | X11 | Masternodes | Darksend | InstantX
Post by: tylerderden on March 04, 2015, 09:04:11 PM
 
In order to run a Masternode, users must put up 1000 DRK

so we need dark?


Title: Re: [ANN][CASH] Ecash | RELAUNCH | X11 | Masternodes | Darksend | InstantX
Post by: scorpio18 on March 04, 2015, 09:04:52 PM
Then it work, try again if it does not work?

Nope. My conf

Code:
maxconnections=100
rpcuser=solo
rpcpassword=pass
rpcport=8888
gen=0
server=1
daemon=1
reservebalance=9999999
masternode=1
masternodeprivkey=key
rpcallowip=*
addnode=104.207.142.169

You forget to add   masternodeaddr=xxx.xxx.xxx.xxx:8888


Title: Re: [ANN][CASH] Ecash | RELAUNCH | X11 | Masternodes | Darksend | InstantX
Post by: adabau on March 04, 2015, 09:05:31 PM

In order to run a Masternode, users must put up 1000 DRK

so we need dark?

no 1000 CASH


Title: Re: [ANN][CASH] Ecash | RELAUNCH | X11 | Masternodes | Darksend | InstantX
Post by: Shadow_Runner on March 04, 2015, 09:07:15 PM
You forget to add   masternodeaddr=xxx.xxx.xxx.xxx:8888

Nothing...


Title: Re: [ANN][CASH] Ecash | RELAUNCH | X11 | Masternodes | Darksend | InstantX
Post by: scorpio18 on March 04, 2015, 09:08:51 PM
You forget to add   masternodeaddr=xxx.xxx.xxx.xxx:8888

Nothing...


If you have router , use the ip the you get from your router something like 192.168.xxx.xxx


Title: Re: [ANN][CASH] Ecash | RELAUNCH | X11 | Masternodes | Darksend | InstantX
Post by: Shadow_Runner on March 04, 2015, 09:13:05 PM
If you have router , use the ip the you get from your router something like 192.168.xxx.xxx

Thanks, man.:)

successfully started masternode


Title: Re: [ANN][CASH] Ecash | RELAUNCH | X11 | Masternodes | Darksend | InstantX
Post by: xinbinbin on March 04, 2015, 09:15:40 PM
I want to sell CASH, 100K=0.1BTC, PM me!!!


Title: Re: [ANN][CASH] Ecash | RELAUNCH | X11 | Masternodes | Darksend | InstantX
Post by: kondiomir on March 04, 2015, 09:17:19 PM
This is the next Darkcoin !!! You are selling at vary cheap price !!
  ;)


Title: Re: [ANN][CASH] Ecash | RELAUNCH | X11 | Masternodes | Darksend | InstantX
Post by: getrichdietryin on March 04, 2015, 09:25:18 PM
lol a fool only would only buy this again. dev instamines again and sells lol.


Title: Re: [ANN][CASH] Ecash | RELAUNCH | X11 | Masternodes | Darksend | InstantX
Post by: Shadow_Runner on March 04, 2015, 09:27:03 PM
lol a fool only would only buy this again. dev instamines again and sells lol.

Dev actually buys, lol.

At least from me  ;D


Title: Re: [ANN][CASH] Ecash | RELAUNCH | X11 | Masternodes | Darksend | InstantX
Post by: getrichdietryin on March 04, 2015, 09:29:51 PM
lol a fool only would only buy this again. dev instamines again and sells lol.

Dev actually buys, lol.

At least from me  ;D

he bought it last time nothing happening here. those that got big blocks calling it the next big thing lol


Title: Re: [ANN][CASH] Ecash | RELAUNCH | X11 | Masternodes | Darksend | InstantX
Post by: Shadow_Runner on March 04, 2015, 09:30:53 PM
Dev, I made masternode just for testing, but I have dynamic IP, so I must change in conf everytime it?


Title: Re: [ANN][CASH] Ecash | RELAUNCH | X11 | Masternodes | Darksend | InstantX
Post by: Cryptophile on March 04, 2015, 09:37:04 PM
Dev, I made masternode just for testing, but I have dynamic IP, so I must change in conf everytime it?

You got all set up in windows?  I'd offer a small bounty if you PM me instructions...much appreciated.


Title: Re: [ANN][CASH] Ecash | RELAUNCH | X11 | Masternodes | Darksend | InstantX
Post by: Shadow_Runner on March 04, 2015, 09:42:20 PM
Dev, I made masternode just for testing, but I have dynamic IP, so I must change in conf everytime it?

You got all set up in windows?  I'd offer a small bounty if you PM me instructions...much appreciated.

PMed.


Title: Re: [ANN][CASH] Ecash | RELAUNCH | X11 | Masternodes | Darksend | InstantX
Post by: Cryptophile on March 04, 2015, 10:34:21 PM
Dev, I made masternode just for testing, but I have dynamic IP, so I must change in conf everytime it?

You got all set up in windows?  I'd offer a small bounty if you PM me instructions...much appreciated.

PMed.

Thank you for your help!


Title: Re: [ANN][CASH] Ecash | RELAUNCH | X11 | Masternodes | Darksend | InstantX
Post by: tylerderden on March 04, 2015, 10:35:07 PM
wheres the wallet for windows and how do i set up a masternode?


Title: Re: [ANN][CASH] Ecash | RELAUNCH | X11 | Masternodes | Darksend | InstantX
Post by: Shadow_Runner on March 04, 2015, 10:37:34 PM
wheres the wallet for windows and how do i set up a masternode?

https://github.com/wonko433/ecash/releases/download/v0.11.1.252/ecash-qt.exe

Dev, you must put that link at OP.


Title: Re: [ANN][CASH] Ecash | RELAUNCH | X11 | Masternodes | Darksend | InstantX
Post by: tylerderden on March 04, 2015, 11:51:26 PM
How do i set up a masternode? also my wallet stays at 8 hours behind


Title: Re: [ANN][CASH] Ecash | RELAUNCH | X11 | Masternodes | Darksend | InstantX
Post by: Shadow_Runner on March 04, 2015, 11:53:20 PM
How do i set up a masternode? also my wallet stays at 8 hours behind

Starting new wallet, sync.

Then open conslole, type

masternode genkey

copy that key in txt file and save

then type

getaccountaddress 0

copy that address in txt file and save

close wallet, send to this address 1000 cash, no less no more

edit this wallet conf like that

Code:
maxconnections=100
rpcuser=solo
rpcpassword=user
rpcport=8888
gen=0
server=1
daemon=1
reservebalance=9999999
masternodeaddr=YOUR_IP:8888
masternode=1
masternodeprivkey=KEY GENERATED BY COMMAND
rpcallowip=*
addnode=104.207.142.169

save

wait 15 blocks (see 15 confirmations from wallet you sent 1000 cash)

start masternode wallet, type in console

masternode start


Title: Re: [ANN][CASH] Ecash | RELAUNCH | X11 | Masternodes | Darksend | InstantX
Post by: tylerderden on March 04, 2015, 11:56:54 PM
How do i set up a masternode? also my wallet stays at 8 hours behind

Starting new wallet, sync.

Then open conslole, type

masternode genkey

copy that key in txt file and save

then type

getaccountaddress 0

copy that address in txt file and save

close wallet, send to this address 1000 cash, no less no more

edit this wallet conf like that

Code:
maxconnections=100
rpcuser=solo
rpcpassword=user
rpcport=8888
gen=0
server=1
daemon=1
reservebalance=9999999
masternodeaddr=YOUR_IP:8888
masternode=1
masternodeprivkey=KEY GENERATED BY COMMAND
rpcallowip=*
addnode=104.207.142.169

save

wait 15 blocks (see 15 confirmations from wallet you sent 1000 cash)

start masternode wallet, type in console

masternode start


right on shadow thanks alot man...do you have any workinh nodes im stuck at 8 hours.


Title: Re: [ANN][CASH] Ecash | RELAUNCH | X11 | Masternodes | Darksend | InstantX
Post by: Shadow_Runner on March 04, 2015, 11:59:26 PM
right on shadow thanks alot man...do you have any workinh nodes im stuck at 8 hours.

http://pastebin.com/raw.php?i=hDJH6iWQ


Title: Re: [ANN][CASH] Ecash | RELAUNCH | X11 | Masternodes | Darksend | InstantX
Post by: bathrobehero on March 05, 2015, 12:41:40 AM
I missed the relaunch completely. Sometimes I don't get email notification at all to gmail for some reason and there's nothing in the old thread about an actual date.

So it was relaunched with 4500 block instamine again? So what did the relaunch actually fixed that a wallet update couldn't (other than the dev joinning the instamine this time)?


Title: Re: [ANN][CASH] Ecash | RELAUNCH | X11 | Masternodes | Darksend | InstantX
Post by: Shadow_Runner on March 05, 2015, 12:43:28 AM
I missed the relaunch completely. Sometimes I don't get email notification at all to gmail for some reason and there's nothing in the old thread about an actual date.

So it was relaunched with 4500 block instamine again? So what did the relaunch actually fixed that a wallet update couldn't (other than the dev joinning the instamine this time)?

Block reward, I think. It is different now.


Title: Re: [ANN][CASH] Ecash | Anonymous | X11 | Masternodes | Darksend | InstantX
Post by: tylerderden on March 05, 2015, 03:01:40 AM
wallet wont sync


Title: Re: [ANN][CASH] Ecash | Anonymous | X11 | Masternodes | Darksend | InstantX
Post by: adabau on March 05, 2015, 03:06:03 AM
wallet wont sync


Code:
addnode 104.207.142.166 add
addnode 198.52.227.174 add


Title: Re: [ANN][CASH] Ecash | RELAUNCH | X11 | Masternodes | Darksend | InstantX
Post by: tylerderden on March 05, 2015, 03:07:40 AM
right on shadow thanks alot man...do you have any workinh nodes im stuck at 8 hours.

http://pastebin.com/raw.php?i=hDJH6iWQ

what do i do with those, i cant figure out where to put the conf, its not in app data


Title: Re: [ANN][CASH] Ecash | Anonymous | X11 | Masternodes | Darksend | InstantX
Post by: tylerderden on March 05, 2015, 03:12:25 AM
wallet wont sync


Code:
addnode 104.207.142.166 add
addnode 198.52.227.174 add

cant addnode since i dont know where the conf goes


Title: Re: [ANN][CASH] Ecash | RELAUNCH | X11 | Masternodes | Darksend | InstantX
Post by: adabau on March 05, 2015, 03:16:43 AM
right on shadow thanks alot man...do you have any workinh nodes im stuck at 8 hours.

http://pastebin.com/raw.php?i=hDJH6iWQ

what do i do with those, i cant figure out where to put the conf, its not in app data

you take the ip address from each "addr" and adds them to your conf.

open notepad and save a file named ecash.conf in appdata

ecash.conf
Code:
rpcuser=something
rpcpassword=somepassword
rpcallowip=127.0.0.1
addnode=104.207.142.169
addnode=
addnode=
addnode=
addnode=
addnode=
addnode=
addnode=


Title: Re: [ANN][CASH] Ecash | Anonymous | X11 | Masternodes | Darksend | InstantX
Post by: tylerderden on March 05, 2015, 03:22:30 AM
thats the thing there is no ecash in appdata


Title: Re: [ANN][CASH] Ecash | Anonymous | X11 | Masternodes | Darksend | InstantX
Post by: Cryptophile on March 05, 2015, 03:23:10 AM
thats the thing there is no ecash in appdata

in Roaming


Title: Re: [ANN][CASH] Ecash | Anonymous | X11 | Masternodes | Darksend | InstantX
Post by: tylerderden on March 05, 2015, 03:24:51 AM
due im in roaming this is only about my 900th coin launch


Title: Re: [ANN][CASH] Ecash | Anonymous | X11 | Masternodes | Darksend | InstantX
Post by: Cryptophile on March 05, 2015, 03:27:25 AM
due im in roaming this is only about my 900th coin launch

Well, then you selected a different directory...it gives you the option the first time you open it.


Title: Re: [ANN][CASH] Ecash | Anonymous | X11 | Masternodes | Darksend | InstantX
Post by: xinbinbin on March 05, 2015, 03:48:08 AM
Cheap sell some coins, to PM i!


Title: Re: [ANN][CASH] Ecash | Anonymous | X11 | Masternodes | Darksend | InstantX
Post by: tylerderden on March 05, 2015, 03:58:10 AM
im not trying to fud anything, i have a shitload of coins out there that are in limbo because my wallet wont connect to the network, i have been at this for quite awhile, im not some noob dipshit that just started mining last month. no mateer what i do it says 12 hours left


Title: Re: [ANN][CASH] Ecash | Anonymous | X11 | Masternodes | Darksend | InstantX
Post by: adabau on March 05, 2015, 04:08:28 AM
im not trying to fud anything, i have a shitload of coins out there that are in limbo because my wallet wont connect to the network, i have been at this for quite awhile, im not some noob dipshit that just started mining last month. no mateer what i do it says 12 hours left

okey start ecash-qt --> tools --> Debug console --> addnode 198.52.227.178 add


Title: Re: [ANN][CASH] Ecash | Anonymous | X11 | Masternodes | Darksend | InstantX
Post by: centauribit on March 05, 2015, 04:17:38 AM
no exchange then ???


Title: Re: [ANN][CASH] Ecash | Anonymous | X11 | Masternodes | Darksend | InstantX
Post by: adabau on March 05, 2015, 04:24:45 AM
no exchange then ???

not yet


Title: Re: [ANN][CASH] Ecash | Anonymous | X11 | Masternodes | Darksend | InstantX
Post by: centauribit on March 05, 2015, 04:43:57 AM

thanks
good luck waiting for the exchange


Title: Re: [ANN][CASH] Ecash | Anonymous | X11 | Masternodes | Darksend | InstantX
Post by: igor107th on March 05, 2015, 05:15:39 AM
old coins on c-cex lost ????
or swapt by c-cex
 >:(


Title: Re: [ANN][CASH] Ecash | Anonymous | X11 | Masternodes | Darksend | InstantX
Post by: adabau on March 05, 2015, 05:17:03 AM
old coins on c-cex lost ????
or swapt by c-cex
 >:(

they are unfortunately lost  :-\, how much did you have?


Title: Re: [ANN][CASH] Ecash | Anonymous | X11 | Masternodes | Darksend | InstantX
Post by: igor107th on March 05, 2015, 05:20:13 AM
375779.92685069


Title: Re: [ANN][CASH] Ecash | Anonymous | X11 | Masternodes | Darksend | InstantX
Post by: Cryptophile on March 05, 2015, 05:50:02 AM
PLEASE, I am BEGGING you, rebrand this coin. Give it a new name.  There is already a CASH out there on all of the bigger exchanges.


Title: Re: [ANN][CASH] Ecash | Anonymous | X11 | Masternodes | Darksend | InstantX
Post by: xinbinbin on March 05, 2015, 05:52:42 AM
PLEASE, I am BEGGING you, rebrand this coin. Give it a new name.  There is already a CASH out there on all of the bigger exchanges.
ECASH, this is CASH, do you mean different!


Title: Re: [ANN][CASH] Ecash | Anonymous | X11 | Masternodes | Darksend | InstantX
Post by: xinbinbin on March 05, 2015, 05:55:32 AM
Now 14G to explore this coin, this is crazy!!!


Title: Re: [ANN][CASH] Ecash | Anonymous | X11 | Masternodes | Darksend | InstantX
Post by: Cryptophile on March 05, 2015, 05:59:10 AM
Cryptsy:

http://puu.sh/gn6XJ/efa4a9dde1.png


Title: Re: [ANN][CASH] Ecash | Anonymous | X11 | Masternodes | Darksend | InstantX
Post by: xinbinbin on March 05, 2015, 06:12:27 AM
Now each block into 200, the total distribution and block development can give us the coins!


Title: Re: [ANN][CASH] Ecash | Anonymous | X11 | Masternodes | Darksend | InstantX
Post by: adabau on March 05, 2015, 06:21:58 AM
Now each block into 200, the total distribution and block development can give us the coins!

What do you mean?


Title: Re: [ANN][CASH] Ecash | Anonymous | X11 | Masternodes | Darksend | InstantX
Post by: xinbinbin on March 05, 2015, 06:25:54 AM
Now each block into 200, the total distribution and block development can give us the coins!

What do you mean?
I need to know the total amount of coins and the number of block distribution!


Title: Re: [ANN][CASH] Ecash | Anonymous | X11 | Masternodes | Darksend | InstantX
Post by: adabau on March 05, 2015, 06:39:55 AM
Now each block into 200, the total distribution and block development can give us the coins!

What do you mean?
I need to know the total amount of coins and the number of block distribution!

Okey here you go  ;)

Block reward:
Code:
int64_t nSubsidy = 0;
    if(nHeight >= 5465) {
        if((nHeight >= 17000 && dDiff > 75) || nHeight >= 24000) { // GPU/ASIC difficulty calc
            // 2222222/(((x+2600)/9)^2)
            nSubsidy = (2222222.0 / (pow((dDiff+2600.0)/9.0,2.0)));
            if (nSubsidy > 250) nSubsidy = 250;
            if (nSubsidy < 50) nSubsidy = 50;
        } else { // CPU mining calc
            nSubsidy = (11111.0 / (pow((dDiff+51.0)/6.0,2.0)));
            if (nSubsidy > 5000) nSubsidy = 5000;
            if (nSubsidy < 250) nSubsidy = 250;
        }
    } else {
        nSubsidy = (1111.0 / (pow((dDiff+1.0),2.0)));
        if (nSubsidy > 5000) nSubsidy = 5000;
        if (nSubsidy < 10) nSubsidy = 10;
   }

https://github.com/wonko433/ecash/blob/master/src/main.cpp#L1438 (https://github.com/wonko433/ecash/blob/master/src/main.cpp#L1438)

Est. ~220M Max Coins


Title: Re: [ANN][CASH] Ecash | Anonymous | X11 | Masternodes | Darksend | InstantX
Post by: utclover on March 05, 2015, 06:43:53 AM
Now each block into 200, the total distribution and block development can give us the coins!

What do you mean?
I need to know the total amount of coins and the number of block distribution!

Okey here you go  ;)

Block reward:
Code:
int64_t nSubsidy = 0;
    if(nHeight >= 5465) {
        if((nHeight >= 17000 && dDiff > 75) || nHeight >= 24000) { // GPU/ASIC difficulty calc
            // 2222222/(((x+2600)/9)^2)
            nSubsidy = (2222222.0 / (pow((dDiff+2600.0)/9.0,2.0)));
            if (nSubsidy > 250) nSubsidy = 250;
            if (nSubsidy < 50) nSubsidy = 50;
        } else { // CPU mining calc
            nSubsidy = (11111.0 / (pow((dDiff+51.0)/6.0,2.0)));
            if (nSubsidy > 5000) nSubsidy = 5000;
            if (nSubsidy < 250) nSubsidy = 250;
        }
    } else {
        nSubsidy = (1111.0 / (pow((dDiff+1.0),2.0)));
        if (nSubsidy > 5000) nSubsidy = 5000;
        if (nSubsidy < 10) nSubsidy = 10;
   }

https://github.com/wonko433/ecash/blob/master/src/main.cpp#L1438 (https://github.com/wonko433/ecash/blob/master/src/main.cpp#L1438)

Est. ~220M Max Coins
accually you forgot to do (2222222.0 / (pow((dDiff+2600.0)/9.0,2.0) *10
because it calculates it based on normal not 10x . but i guess you dont know anything. because you left all the block numbers like the hardfork darkcoin had at block 17000, and the rest of the hardfork block number you forgot to take them out.

it really shows that you do not know how to code. and that you don't have common sense at all.

if you knew how to make an if else statment, you didnt have to relaunch the chain just to change the block reward lol. you could have just made a hard fork.


Title: Re: [ANN][CASH] Ecash | Anonymous | X11 | Masternodes | Darksend | InstantX
Post by: qwep1 on March 05, 2015, 07:17:25 AM
wts 100k pm ME


Title: Re: [ANN][CASH] Ecash | Anonymous | X11 | Masternodes | Darksend | InstantX
Post by: Wopin on March 05, 2015, 07:31:37 AM
Relaunch without swap?? Please add some fud to this shit coin and dev.



Title: Re: [ANN][CASH] Ecash | Anonymous | X11 | Masternodes | Darksend | InstantX
Post by: xinbinbin on March 05, 2015, 08:42:08 AM
wts 100k pm ME


Title: Re: [ANN][CASH] Ecash | Anonymous | X11 | Masternodes | Darksend | InstantX
Post by: stonehedge on March 05, 2015, 08:59:51 AM
So this is an exact Darkcoin clone so far.  What are the planned additional/different features?


Title: Re: [ANN][CASH] Ecash | Anonymous | X11 | Masternodes | Darksend | InstantX
Post by: Idamaksky on March 05, 2015, 09:05:48 AM
wts 100k


Title: Re: [ANN][CASH] Ecash | Anonymous | X11 | Masternodes | Darksend | InstantX
Post by: tylerderden on March 05, 2015, 09:26:32 AM
still didnt work i cant make a maternode if my wallet wont sync, this coins busted


Title: Re: [ANN][CASH] Ecash | Anonymous | X11 | Masternodes | Darksend | InstantX
Post by: jason miner on March 05, 2015, 09:35:01 AM
any advice for syncing, guys?


Title: Re: [ANN][CASH] Ecash | Anonymous | X11 | Masternodes | Darksend | InstantX
Post by: jason miner on March 05, 2015, 09:40:06 AM
wts 100k pm ME

price ???


Title: Re: [ANN][CASH] Ecash | Anonymous | X11 | Masternodes | Darksend | InstantX
Post by: xinbinbin on March 05, 2015, 09:56:58 AM
100K=0.12BTC!


Title: Re: [ANN][CASH] Ecash | Anonymous | X11 | Masternodes | Darksend | InstantX
Post by: adabau on March 05, 2015, 10:01:35 AM
new release v0.11.1.253

- Hardfork at block 5800 to fix diff retarget
- new checkpoint

https://github.com/wonko433/ecash/releases/tag/v0.11.1.253 (https://github.com/wonko433/ecash/releases/tag/v0.11.1.253)

windows wallets will come as quickly as possible.


Title: Re: [ANN][CASH] Ecash | Anonymous | X11 | Masternodes | Darksend | InstantX
Post by: utclover on March 05, 2015, 10:17:21 AM
new release v0.11.1.253

- Hardfork at block 3800 to fix diff retarget
- new checkpoint

https://github.com/wonko433/ecash/releases/tag/v0.11.1.253 (https://github.com/wonko433/ecash/releases/tag/v0.11.1.253)

windows wallets will come as quickly as possible.
I am laughing my ass off!!!!!!!!!!!!!!!!!!111 you are the worste dev in the world. you just broke your coin again.
this is funny watching you keep relaunching lolololol
you made me lose btc because you relaunched.
now you broke the new one too. good thing i didnt mine.


Title: Re: [ANN][CASH] Ecash | Anonymous | X11 | Masternodes | Darksend | InstantX
Post by: adabau on March 05, 2015, 10:18:43 AM
new release v0.11.1.253

- Hardfork at block 3800 to fix diff retarget
- new checkpoint

https://github.com/wonko433/ecash/releases/tag/v0.11.1.253 (https://github.com/wonko433/ecash/releases/tag/v0.11.1.253)

windows wallets will come as quickly as possible.
I am laughing my ass off!!!!!!!!!!!!!!!!!!111 you are the worste dev in the world. you just broke your coin again.
this is funny watching you keep relaunching lolololol

why? its note broke now  ???


Title: Re: [ANN][CASH] Ecash | Anonymous | X11 | Masternodes | Darksend | InstantX
Post by: utclover on March 05, 2015, 10:19:17 AM
new release v0.11.1.253

- Hardfork at block 3800 to fix diff retarget
- new checkpoint

https://github.com/wonko433/ecash/releases/tag/v0.11.1.253 (https://github.com/wonko433/ecash/releases/tag/v0.11.1.253)

windows wallets will come as quickly as possible.
I am laughing my ass off!!!!!!!!!!!!!!!!!!111 you are the worste dev in the world. you just broke your coin again.
this is funny watching you keep relaunching lolololol

why? its note broke now  ???
it is. you cant just change numbers in the coin randomly man. take atleast 1 minute longer to accually check if what you changed makes sense or not before you push to github.
you broke the last one because you did that. now you broke it again.

stop relaunching. learn how to fix a coin while its running. learn atleast basic c++. so you dont have to relaunch every time you want to change a simple thing.
i offeered you to fix the old one for free. but you just iggnored me after you broke it. and people called me a fudder for offering to help.



Title: Re: [ANN][CASH] Ecash | Anonymous | X11 | Masternodes | Darksend | InstantX
Post by: ocminer on March 05, 2015, 10:22:51 AM
new release v0.11.1.253

- Hardfork at block 3800 to fix diff retarget
- new checkpoint

https://github.com/wonko433/ecash/releases/tag/v0.11.1.253 (https://github.com/wonko433/ecash/releases/tag/v0.11.1.253)

windows wallets will come as quickly as possible.


What ?!??!

We are already at block 5800, how do you want to fork the old chain ???!?!?!

This not possible.


Title: Re: [ANN][CASH] Ecash | Anonymous | X11 | Masternodes | Darksend | InstantX
Post by: adabau on March 05, 2015, 10:25:42 AM
new release v0.11.1.253

- Hardfork at block 3800 to fix diff retarget
- new checkpoint

https://github.com/wonko433/ecash/releases/tag/v0.11.1.253 (https://github.com/wonko433/ecash/releases/tag/v0.11.1.253)

windows wallets will come as quickly as possible.


What ?!??!

We are already at block 5800, how do you want to fork the old chain ???!?!?!

This not possible.

No we are on the Block 5787


Title: Re: [ANN][CASH] Ecash | HARDFORK BLOCK 3800 | Masternodes | Darksend | InstantX
Post by: igor107th on March 05, 2015, 10:28:49 AM
prrr dead again lol


Title: Re: [ANN][CASH] Ecash | Anonymous | X11 | Masternodes | Darksend | InstantX
Post by: ocminer on March 05, 2015, 10:30:14 AM
new release v0.11.1.253

- Hardfork at block 3800 to fix diff retarget
- new checkpoint

https://github.com/wonko433/ecash/releases/tag/v0.11.1.253 (https://github.com/wonko433/ecash/releases/tag/v0.11.1.253)

windows wallets will come as quickly as possible.


What ?!??!

We are already at block 5800, how do you want to fork the old chain ???!?!?!

This not possible.

No we are on the Block 5787


Yes, but you still cannot fork for at 3800 .. we are OVER 3800, you cannot fork/hardfork "back in the chain"..

We're not in back to the future here.. :)


Title: Re: [ANN][CASH] Ecash | HARDFORK BLOCK 3800 | Masternodes | Darksend | InstantX
Post by: utclover on March 05, 2015, 10:30:43 AM
SCAM


also, he made it instamine on purpose.
this is the code that he left in it to cause the instamine
 if(nHeight > 4500 || TestNet()) dDiff = ConvertBitsToDouble(nBits);

this makes the difficulty not calculated correctly before block 4500.
that is why all the blocks to 4500 were instamined.


Title: Re: [ANN][CASH] Ecash | Anonymous | X11 | Masternodes | Darksend | InstantX
Post by: adabau on March 05, 2015, 10:32:09 AM
new release v0.11.1.253

- Hardfork at block 3800 to fix diff retarget
- new checkpoint

https://github.com/wonko433/ecash/releases/tag/v0.11.1.253 (https://github.com/wonko433/ecash/releases/tag/v0.11.1.253)

windows wallets will come as quickly as possible.


What ?!??!

We are already at block 5800, how do you want to fork the old chain ???!?!?!

This not possible.


No we are on the Block 5787


Yes, but you still cannot fork for at 3800 .. we are OVER 3800, you cannot fork/hardfork "back in the chain"..

We're not in back to the future here.. :)

my bad i meant block 5800  :P


Title: Re: [ANN][CASH] Ecash | Anonymous | X11 | Masternodes | Darksend | InstantX
Post by: ocminer on March 05, 2015, 10:35:25 AM
new release v0.11.1.253

- Hardfork at block 3800 to fix diff retarget
- new checkpoint

https://github.com/wonko433/ecash/releases/tag/v0.11.1.253 (https://github.com/wonko433/ecash/releases/tag/v0.11.1.253)

windows wallets will come as quickly as possible.


What ?!??!

We are already at block 5800, how do you want to fork the old chain ???!?!?!

This not possible.




Yes, but you still cannot fork for at 3800 .. we are OVER 3800, you cannot fork/hardfork "back in the chain"..

We're not in back to the future here.. :)

my bad i meant block 5800  :P


Lol..

I'm compiling now.. you're killing me :)

No we are on the Block 5787


Title: Re: [ANN][CASH] Ecash | HARDFORK BLOCK 5800 | Masternodes | Darksend | InstantX
Post by: utclover on March 05, 2015, 10:42:38 AM
also the block reward is not calculated correctly.
as you can see it is whole numbers only.
darkcoin is not. because this

 nSubsidy = (2222222.0 / (pow((dDiff+2600.0)/9.0,2.0)));
if (nSubsidy > 250) nSubsidy = 250;
if (nSubsidy < 50) nSubsidy = 50;
} else { // CPU mining calc
nSubsidy = (11111.0 / (pow((dDiff+51.0)/6.0,2.0)));
if (nSubsidy > 5000) nSubsidy = 5000;
if (nSubsidy < 250) nSubsidy = 250;
}

he forgot to times (11111.0 / (pow((dDiff+51.0)/6.0,2.0))) by 10
and he forgot to times (2222222.0 / (pow((dDiff+2600.0)/9.0,2.0))) by 10
the result of those are way less than 250. so why he put the min 250 expected 10x darkcoin blockrewards without accually multiplying the nsubsidy before the min and max caps by 10? changing the min and max caps does not changee the block reward.
you need to multiply the source of nsubsidy first . not doing that makes those caps useless.

also, if((nHeight >= 17000 && dDiff > 75) || nHeight >= 24000)
it is hilarous that thats there.


Title: Re: [ANN][CASH] Ecash | HARDFORK BLOCK 5800 | Masternodes | Darksend | InstantX
Post by: ocminer on March 05, 2015, 10:46:05 AM
Okay, I have updated to the new source.


Title: Re: [ANN][CASH] Ecash | HARDFORK BLOCK 5800 | Masternodes | Darksend | InstantX
Post by: adabau on March 05, 2015, 10:46:42 AM
Okay, I have updated to the new source.

thanks


Title: Re: [ANN][CASH] Ecash | HARDFORK BLOCK 5800 | Masternodes | Darksend | InstantX
Post by: xinbinbin on March 05, 2015, 10:53:28 AM
Okay, I have updated to the new source.

thanks
Development update can tell us about your future plan?


Title: Re: [ANN][CASH] Ecash | HARDFORK BLOCK 5800 | Masternodes | Darksend | InstantX
Post by: utclover on March 05, 2015, 11:01:14 AM
Okay, I have updated to the new source.

thanks
Development update can tell us about your future plan?
you dont want him to develop.
if he does it will end up like what happened with the last chain. he will dump his coins and then relaunch instead of simply reverting the commit.


Title: Re: [ANN][CASH] Ecash | HARDFORK BLOCK 5800 | Masternodes | Darksend | InstantX
Post by: lestherat on March 05, 2015, 11:05:15 AM
Change the name and ticker for "Ecrash"
nobody buy this shit even for 10 sats  ;D


Title: Re: [ANN][CASH] Ecash | HARDFORK BLOCK 5800 | Masternodes | Darksend | InstantX
Post by: adabau on March 05, 2015, 11:06:23 AM
Okay, I have updated to the new source.

thanks
Development update can tell us about your future plan?
you dont want him to develop.
if he does it will end up like what happened with the last chain. he will dump his coins and then relaunch instead of simply reverting the commit.

I did not sell one coin but bought 40,000.


Title: Re: [ANN][CASH] Ecash | HARDFORK BLOCK 5800 | Masternodes | Darksend | InstantX
Post by: utclover on March 05, 2015, 11:08:59 AM
Okay, I have updated to the new source.

thanks
Development update can tell us about your future plan?
you dont want him to develop.
if he does it will end up like what happened with the last chain. he will dump his coins and then relaunch instead of simply reverting the commit.

I did not sell one coin but bought 40,000.
why did you relaunch ?
i wrote on the thread 10 times telling that the problem that you caused by changing randomly in main.cpp can be fixed. so why did you just relaunch instead of fixing it. and if you didnt know how, i wrote that i can fix it. why did you relaunch?
you dont care about the people that bought it? you dont care about the people that mined it?
and why were you so silent


Title: Re: [ANN][CASH] Ecash | HARDFORK BLOCK 5800 | Masternodes | Darksend | InstantX
Post by: Shadow_Runner on March 05, 2015, 11:39:10 AM
And where is new windows wallet?


Title: Re: [ANN][CASH] Ecash | HARDFORK BLOCK 5800 | Masternodes | Darksend | InstantX
Post by: adabau on March 05, 2015, 11:42:01 AM
And where is new windows wallet?

sorry it comes in about 10-15 minutes, slow computer  :-\


Title: Re: [ANN][CASH] Ecash | HARDFORK BLOCK 5800 | Masternodes | Darksend | InstantX
Post by: Shadow_Runner on March 05, 2015, 11:44:44 AM
sorry it comes in about 10-15 minutes, slow computer  :-\

Okay, I just woke up and didn't saw post time.


Title: Re: [ANN][CASH] Ecash | HARDFORK BLOCK 5800 | Masternodes | Darksend | InstantX
Post by: adabau on March 05, 2015, 12:37:21 PM
sorry it comes in about 10-15 minutes, slow computer  :-\

Okay, I just woke up and didn't saw post time.


Here we go

Windows wallet v0.11.1.253
https://github.com/wonko433/ecash/releases/download/v0.11.1.253/ecash-qt.zip (https://github.com/wonko433/ecash/releases/download/v0.11.1.253/ecash-qt.zip)


Title: Re: [ANN][CASH] Ecash | HARDFORK BLOCK 5800 | Masternodes | Darksend | InstantX
Post by: antonio8 on March 05, 2015, 12:46:07 PM
So what happens when we start the wallet as a masternode? Do we start getting a % of the blocks if our masternode is selected?


Title: Re: [ANN][CASH] Ecash | HARDFORK BLOCK 5800 | Masternodes | Darksend | InstantX
Post by: adabau on March 05, 2015, 12:49:22 PM
So what happens when we start the wallet as a masternode? Do we start getting a % of the blocks if our masternode is selected?

Yes you do, heres the code:

Code:
   if(nHeight > 17280)               ret += blockValue / 20; // 17280 - 25.0% - 2014-10-24
    if(nHeight > 17280+((576*30)* 1)) ret += blockValue / 20; // 34560 - 30.0% - 2014-11-25
    if(nHeight > 17280+((576*30)* 2)) ret += blockValue / 20; // 51840 - 35.0% - 2014-12-26
    if(nHeight > 17280+((576*30)* 3)) ret += blockValue / 40; // 69120 - 37.5% - 2015-01-26
    if(nHeight > 17280+((576*30)* 4)) ret += blockValue / 40; // 86400 - 40.0% - 2015-02-27
    if(nHeight > 17280+((576*30)* 5)) ret += blockValue / 40; // 103680 - 42.5% - 2015-03-30
    if(nHeight > 17280+((576*30)* 6)) ret += blockValue / 40; // 120960 - 45.0% - 2015-05-01
    if(nHeight > 17280+((576*30)* 7)) ret += blockValue / 40; // 138240 - 47.5% - 2015-06-01
    if(nHeight > 17280+((576*30)* 9)) ret += blockValue / 40; // 172800 - 50.0% - 2015-08-03
    if(nHeight > 17280+((576*30)*11)) ret += blockValue / 40; // 207360 - 52.5% - 2015-10-05
    if(nHeight > 17280+((576*30)*13)) ret += blockValue / 40; // 241920 - 55.0% - 2015-12-07
    if(nHeight > 17280+((576*30)*15)) ret += blockValue / 40; // 276480 - 57.5% - 2016-02-08
    if(nHeight > 17280+((576*30)*17)) ret += blockValue / 40; // 311040 - 60.0% - 2016-04-11
https://github.com/wonko433/ecash/blob/master/src/main.cpp#L1484 (https://github.com/wonko433/ecash/blob/master/src/main.cpp#L1484)


Title: Re: [ANN][CASH] Ecash | Anonymous | X11 | Masternodes | Darksend | InstantX
Post by: Shadow_Runner on March 05, 2015, 12:55:15 PM
What block reward is now?


Title: Re: [ANN][CASH] Ecash | Anonymous | X11 | Masternodes | Darksend | InstantX
Post by: adabau on March 05, 2015, 12:58:54 PM
What block reward is now?

250


Title: Re: [ANN][CASH] Ecash | Anonymous | X11 | Masternodes | Darksend | InstantX
Post by: Shadow_Runner on March 05, 2015, 01:01:47 PM
250

Ok. Dev, this new nodes is masternodes?


Title: Re: [ANN][CASH] Ecash | Anonymous | X11 | Masternodes | Darksend | InstantX
Post by: adabau on March 05, 2015, 01:04:54 PM
250

Ok. Dev, this new nodes is masternodes?

Yes, they are masternodes.  :P


Title: Re: [ANN][CASH] Ecash | Anonymous | X11 | Masternodes | Darksend | InstantX
Post by: Shadow_Runner on March 05, 2015, 01:07:36 PM
250

Ok. Dev, this new nodes is masternodes?

Yes, they are masternodes.  :P

Good. But you may add sample conf at OP, when users can copypaste whole text and not type add in console

Code:
addnode=66.248.200.195
addnode=66.248.200.181
addnode=66.248.200.191
addnode=66.248.200.185
addnode=66.248.200.189
addnode=66.248.200.183
addnode=66.248.200.187
addnode=66.248.200.179
addnode=66.248.200.193
addnode=198.52.227.176
addnode=198.52.227.174
addnode=198.52.227.178
addnode=198.52.227.180
addnode=198.52.227.182
addnode=66.248.200.167
addnode=66.248.200.169
addnode=66.248.200.171
addnode=66.248.200.173
addnode=66.248.200.175
addnode=66.248.200.177


Title: Re: [ANN][CASH] Ecash | Anonymous | X11 | Masternodes | Darksend | InstantX
Post by: adabau on March 05, 2015, 01:12:32 PM
250

Ok. Dev, this new nodes is masternodes?

Yes, they are masternodes.  :P

Good. But you may add sample conf at OP, when users can copypaste whole text and not type add in console

Code:
addnode=66.248.200.195
addnode=66.248.200.181
addnode=66.248.200.191
addnode=66.248.200.185
addnode=66.248.200.189
addnode=66.248.200.183
addnode=66.248.200.187
addnode=66.248.200.179
addnode=66.248.200.193
addnode=198.52.227.176
addnode=198.52.227.174
addnode=198.52.227.178
addnode=198.52.227.180
addnode=198.52.227.182
addnode=66.248.200.167
addnode=66.248.200.169
addnode=66.248.200.171
addnode=66.248.200.173
addnode=66.248.200.175
addnode=66.248.200.177

Thanks, added to op.


Title: Re: [ANN][CASH] Ecash | Anonymous | X11 | Masternodes | Darksend | InstantX
Post by: Shadow_Runner on March 05, 2015, 02:21:03 PM
Now with nodes we have at least stable connections.


Title: Re: [ANN][CASH] Ecash | Anonymous | X11 | Masternodes | Darksend | InstantX
Post by: zmija on March 05, 2015, 03:53:59 PM
This coin/Dev is a joke, i don't get u guys why r u still sticking with this coin it's clear that Dev is still learning c++ and doesn't have a first clue about the coins. If u want something out of it, u'll have help (code) the Dev  :D. New name for the coin Ccash (community cash)  :P


Title: Re: [ANN][CASH] Ecash | Anonymous | X11 | Masternodes | Darksend | InstantX
Post by: elite3000 on March 05, 2015, 04:01:59 PM
This is a clone Darkcoin ? is there any difference ?


Title: Re: [ANN][CASH] Ecash | Anonymous | X11 | Masternodes | Darksend | InstantX
Post by: Shadow_Runner on March 05, 2015, 04:02:17 PM
http://img.sc/img/03b647c5acc8ce671d9ef3deb1bc669e.jpg

 ::) ;D


Title: Re: [ANN][CASH] Ecash | Anonymous | X11 | Masternodes | Darksend | InstantX
Post by: adabau on March 05, 2015, 04:24:07 PM
This is a clone Darkcoin ? is there any difference ?

Yes Ecash is a darkcoin clone. Right now the only difference is that ECash has 10x blockreward. But you need only 1,000 cash for a masternode as with darkcoin.


Title: Re: [ANN][CASH] Ecash | Anonymous | X11 | Masternodes | Darksend | InstantX
Post by: Propulsion on March 05, 2015, 05:05:02 PM
This is a clone Darkcoin ? is there any difference ?

Yes Ecash is a darkcoin clone. Right now the only difference is that ECash has 10x blockreward. But you need only 1,000 cash for a masternode as with darkcoin.

Your MN's won't work without doing some more steps.

There is some serious differences between the original darkcoin and this too.

The original darkcoin developer is competent.

The original darkcoin currency will last longer than a week.

Just buy the real thing.


Title: Re: [ANN][CASH] Ecash | Anonymous | X11 | Masternodes | Darksend | InstantX
Post by: Shadow_Runner on March 05, 2015, 06:47:11 PM
Dev, are you working on other 20 masternodes?


Title: Re: [ANN][CASH] Ecash | Anonymous | X11 | Masternodes | Darksend | InstantX
Post by: adabau on March 05, 2015, 07:41:45 PM
Dev, are you working on other 20 masternodes?

I will try to put up 20 more tomorrow  ;)


Title: Re: [ANN][CASH] Ecash | Anonymous | X11 | Masternodes | Darksend | InstantX
Post by: Shadow_Runner on March 05, 2015, 07:49:24 PM
I will try to put up 20 more tomorrow  ;)

Okay. It just must not take long to enable useful features.


Title: Re: [ANN][CASH] Ecash | Anonymous | X11 | Masternodes | Darksend | InstantX
Post by: BitcoinNational on March 05, 2015, 09:05:41 PM
this is not CASH (cry listed)

this is a pretender
x11 Ecash


Title: Re: [ANN][CASH] Ecash | Anonymous | X11 | Masternodes | Darksend | InstantX
Post by: Cryptophile on March 06, 2015, 12:00:34 AM
Another dead shitcoin.  I'm taking down my masternodes just to spite this shitty dev, they haven't gotten anything for the past 15 hours anyways.



Title: Re: [ANN][CASH] Ecash | HARDFORK BLOCK 3800 | Masternodes | Darksend | InstantX
Post by: tx42 on March 06, 2015, 12:23:48 AM
SCAM


also, he made it instamine on purpose.
this is the code that he left in it to cause the instamine
 if(nHeight > 4500 || TestNet()) dDiff = ConvertBitsToDouble(nBits);

this makes the difficulty not calculated correctly before block 4500.
that is why all the blocks to 4500 were instamined.

You realize you have to have some shred of competence to scam people don't you?

I see no competence here.


Title: Re: [ANN][CASH] Ecash | Anonymous | X11 | Masternodes | Darksend | InstantX
Post by: tylerderden on March 06, 2015, 01:12:21 AM
Heres the godamn problem i spent alot of btc ming this sent my coins to my walet so i can have a masternode but since the piece of shit walet wont sync they are just gone. real nice coin you got here


Title: Re: [ANN][CASH] Ecash | Anonymous | X11 | Masternodes | Darksend | InstantX
Post by: Shadow_Runner on March 06, 2015, 01:15:57 AM
Heres the godamn problem i spent alot of btc ming this sent my coins to my walet so i can have a masternode but since the piece of shit walet wont sync they are just gone. real nice coin you got here

Have you added nodes from OP in conf?

I don't have problem with wallet sync. I did backup (zipped data folder), deleted everything except conf and here we go.... 8 connections.

http://img.sc/img/e3ef2f242846111c61f994604e0a8b86.png


Title: Re: [ANN][CASH] Ecash | Anonymous | X11 | Masternodes | Darksend | InstantX
Post by: antonio8 on March 06, 2015, 01:19:15 AM
So can more than one MasterNode be set up in one wallet?


Title: Re: [ANN][CASH] Ecash | Anonymous | X11 | Masternodes | Darksend | InstantX
Post by: Shadow_Runner on March 06, 2015, 01:20:36 AM
So can more than one MasterNode be set up in one wallet?

No.


Title: Re: [ANN][CASH] Ecash | Anonymous | X11 | Masternodes | Darksend | InstantX
Post by: antonio8 on March 06, 2015, 01:24:50 AM
So can more than one MasterNode be set up in one wallet?

No.


Shadow,

Then set up wallets on multiple rigs or I have to do the monthly fee thing buy renting?


Title: Re: [ANN][CASH] Ecash | Anonymous | X11 | Masternodes | Darksend | InstantX
Post by: Shadow_Runner on March 06, 2015, 01:27:59 AM
Shadow,

Then set up wallets on multiple rigs or I have to do the monthly fee thing buy renting?

Setup wallets on multiple rigs of course. This is a NODE, they must have different IP and work for sync.


Title: Re: [ANN][CASH] Ecash | Anonymous | X11 | Masternodes | Darksend | InstantX
Post by: tylerderden on March 06, 2015, 01:35:29 AM
i dont get it, it doesnt even create an ecahs folder in apdata, stil no conections to the network. i have never had so many probs with a wallet ever


Title: Re: [ANN][CASH] Ecash | Anonymous | X11 | Masternodes | Darksend | InstantX
Post by: Shadow_Runner on March 06, 2015, 01:42:45 AM
i dont get it, it doesnt even create an ecahs folder in apdata, stil no conections to the network. i have never had so many probs with a wallet ever

Maybe you have slow HDD? Coz first time wallet generates new wallet.dat not fast. Try to put this in appdata just for test, it's wallet+conf, then you can delete it.

https://mega.co.nz/#!WlpiGQhT!9pKt5vN3fNaiDB4eZYutVSWhlxDBQZZkWXiv2mIwsBk (https://mega.co.nz/#!WlpiGQhT!9pKt5vN3fNaiDB4eZYutVSWhlxDBQZZkWXiv2mIwsBk)


Title: Re: [ANN][CASH] Ecash | Anonymous | X11 | Masternodes | Darksend | InstantX
Post by: Shadow_Runner on March 06, 2015, 01:46:15 AM
Rename conf.conf to ecash.conf, I forgot about it.


Title: Re: [ANN][CASH] Ecash | Anonymous | X11 | Masternodes | Darksend | InstantX
Post by: antonio8 on March 06, 2015, 01:48:12 AM
Shadow,

Then set up wallets on multiple rigs or I have to do the monthly fee thing buy renting?

Setup wallets on multiple rigs of course. This is a NODE, they must have different IP and work for sync.

Thanks Shadow.

I was hoping this was going to be like the SPR wallet and have multiple MN per wallet.

I'll set up on some other rigs.


Title: Re: [ANN][CASH] Ecash | Anonymous | X11 | Masternodes | Darksend | InstantX
Post by: tylerderden on March 06, 2015, 01:50:59 AM
yeah nothing man, no block source available. its weird its doesnt even create an ecash folder, i have tried it on a few dif computers vm's cant get it to work. im about done dicking with it, apreciate the help shadow your a good man.


Title: Re: [ANN][CASH] Ecash | Anonymous | X11 | Masternodes | Darksend | InstantX
Post by: tylerderden on March 06, 2015, 02:58:32 AM
Finaly figured it out, it got saved to aother ap data directory on a diferent hard drive, allgood now, thanks again shadow. now to sort out the master nodes


Title: Re: [ANN][CASH] Ecash | Anonymous | X11 | Masternodes | Darksend | InstantX
Post by: tylerderden on March 06, 2015, 04:55:49 AM
whats the deal why isnt anyone mining this?


Title: Re: [ANN][CASH] Ecash | Anonymous | X11 | Masternodes | Darksend | InstantX
Post by: kadrek on March 06, 2015, 07:33:15 AM
whats the deal why isnt anyone mining this?

You're joking right? You just want people to mine/trade it so you can get back the btc you wasted renting rigs to mine this. Anyone with half a brain would steer clear of this.

I know everyone probably knows this, but this is just a copy of Darkcoin with the block rewards increased. This is where this coin came from, https://bitcointalk.org/index.php?topic=971320.0

I kick myself every day for not getting some btc way back when. The lead dev of Darkcoin just announced a new security measure called masternode blinding making it 100x more secure. Don't waste your time with this clone, if any coin is going to compete with Bitcoin it is going to be Darkcoin without a doubt. The Darkcoin team is where all of the innovation is coming from.


Title: Re: [ANN][CASH] Ecash | Anonymous | X11 | Masternodes | Darksend | InstantX
Post by: tylerderden on March 06, 2015, 09:26:02 AM
whats the deal why isnt anyone mining this?

You're joking right? You just want people to mine/trade it so you can get back the btc you wasted renting rigs to mine this. Anyone with half a brain would steer clear of this.

I know everyone probably knows this, but this is just a copy of Darkcoin with the block rewards increased. This is where this coin came from, https://bitcointalk.org/index.php?topic=971320.0

I kick myself every day for not getting some btc way back when. The lead dev of Darkcoin just announced a new security measure called masternode blinding making it 100x more secure. Don't waste your time with this clone, if any coin is going to compete with Bitcoin it is going to be Darkcoin without a doubt. The Darkcoin team is where all of the innovation is coming from.

yo chill brother,i have been on dark since launch your preaching to the chior, however even the shitiest coins get more miners than this, its just odd.


Title: Re: [ANN][CASH] Ecash | Anonymous | X11 | Masternodes | Darksend | InstantX
Post by: xinbinbin on March 06, 2015, 12:22:15 PM
Development, this coin also listed? The old coins have been listed 3 trading platform :o :o :o :o :o :o


Title: Re: [ANN][CASH] Ecash | Anonymous | X11 | Masternodes | Darksend | InstantX
Post by: qwep1 on March 06, 2015, 01:16:45 PM
Development, this coin also listed? The old coins have been listed 3 trading platform :o :o :o :o :o :o
whe are listed  ???


Title: Re: [ANN][CASH] Ecash | Anonymous | X11 | Masternodes | Darksend | InstantX
Post by: Shadow_Runner on March 06, 2015, 01:18:18 PM
No.


Title: Re: [ANN][CASH] Ecash | Anonymous | X11 | Masternodes | Darksend | InstantX
Post by: xinbinbin on March 06, 2015, 05:16:19 PM
Death!


Title: Re: [ANN][CASH] Ecash | Anonymous | X11 | Masternodes | Darksend | InstantX
Post by: Cryptophile on March 06, 2015, 05:19:56 PM
This coin and dev are worthless.  This is the 2nd failed launch and the dev can't even "dev".

Just abandon this piece of shit thread already...


Title: Re: [ANN][CASH] Ecash | Anonymous | X11 | Masternodes | Darksend | InstantX
Post by: Rage19420 on March 06, 2015, 05:20:51 PM
This coin and dev are worthless.  This is the 2nd failed launch and the dev can't even "dev".

Just abandon this piece of shit thread already...

How is this a failed launch?


Title: Re: [ANN][CASH] Ecash | Anonymous | X11 | Masternodes | Darksend | InstantX
Post by: Shadow_Runner on March 06, 2015, 05:21:58 PM
{
"blocks" : 6381,
"currentblocksize" : 0,
"currentblocktx" : 0,
"difficulty" : 0.84453408,
"errors" : "",
"genproclimit" : -1,
"networkhashps" : 32911985,
"pooledtx" : 0,
"testnet" : false,
"generate" : false,
"hashespersec" : 0
}

20 nodes working well


Title: Re: [ANN][CASH] Ecash | Anonymous | X11 | Masternodes | Darksend | InstantX
Post by: Cryptophile on March 06, 2015, 05:23:27 PM
This coin and dev are worthless.  This is the 2nd failed launch and the dev can't even "dev".

Just abandon this piece of shit thread already...

How is this a failed launch?

Are you fucking kidding?  It was instamined to hell and back.


{
"blocks" : 6381,
"currentblocksize" : 0,
"currentblocktx" : 0,
"difficulty" : 0.84453408,
"errors" : "",
"genproclimit" : -1,
"networkhashps" : 32911985,
"pooledtx" : 0,
"testnet" : false,
"generate" : false,
"hashespersec" : 0
}

20 nodes working well

Seriously, give it up man.  Nothing but a shitcoin.  This will NEVER get listed on any reputable exchange with volume.


Title: Re: [ANN][CASH] Ecash | Anonymous | X11 | Masternodes | Darksend | InstantX
Post by: Rage19420 on March 06, 2015, 06:07:00 PM
This coin and dev are worthless.  This is the 2nd failed launch and the dev can't even "dev".

Just abandon this piece of shit thread already...

How is this a failed launch?

Are you fucking kidding?  It was instamined to hell and back.


{
"blocks" : 6381,
"currentblocksize" : 0,
"currentblocktx" : 0,
"difficulty" : 0.84453408,
"errors" : "",
"genproclimit" : -1,
"networkhashps" : 32911985,
"pooledtx" : 0,
"testnet" : false,
"generate" : false,
"hashespersec" : 0
}

20 nodes working well

Seriously, give it up man.  Nothing but a shitcoin.  This will NEVER get listed on any reputable exchange with volume.

Ok then  ::)


Title: Re: [ANN][CASH] Ecash | Anonymous | X11 | Masternodes | Darksend | InstantX
Post by: wow!NotAgain on March 06, 2015, 06:11:42 PM
people instamine shit  have many coin  want to be worth much  call fud people speak truth  always same  still shit


Title: Re: [ANN][CASH] Ecash | Anonymous | X11 | Masternodes | Darksend | InstantX
Post by: Shadow_Runner on March 06, 2015, 06:12:01 PM
Seriously, give it up man.  Nothing but a shitcoin.  This will NEVER get listed on any reputable exchange with volume.

It is nothing cost to me copypaste getmininginfo, if coin will be dead, I will delete wallet, like I doing with others, until then it's not big deal to keep few mb on HDD.  ;)


Title: Re: [ANN][CASH] Ecash | Anonymous | X11 | Masternodes | Darksend | InstantX
Post by: tylerderden on March 07, 2015, 12:52:25 AM
masternode is working great and im actually getting some payments, good job dev. this coin could go somewhere once people realize whats going on and the fud cry babies move on to trannycoin or whatever.


Title: Re: [ANN][CASH] Ecash | Anonymous | X11 | Masternodes | Darksend | InstantX
Post by: Cryptophile on March 07, 2015, 12:53:19 AM
masternode is working great and im actually getting some payments, good job dev. this coin could go somewhere once people realize whats going on and the fud cry babies move on to trannycoin or whatever.

Stop trolling...


Title: Re: [ANN][CASH] Ecash | Anonymous | X11 | Masternodes | Darksend | InstantX
Post by: Shadow_Runner on March 07, 2015, 12:55:34 AM
So, dev, how's going other 20 nodes?


Title: Re: [ANN][CASH] Ecash | Anonymous | X11 | Masternodes | Darksend | InstantX
Post by: tylerderden on March 07, 2015, 05:12:09 AM
so is this cash on c-cex? and if so why is it under maintenence?


Title: Re: [ANN][CASH] Ecash | Anonymous | X11 | Masternodes | Darksend | InstantX
Post by: Shadow_Runner on March 07, 2015, 05:14:38 AM
so is this cash on c-cex? and if so why is it under maintenence?

Old. It is relaunch.


Title: Re: [ANN][CASH] Ecash | Anonymous | X11 | Masternodes | Darksend | InstantX
Post by: fmz89 on March 07, 2015, 05:20:27 AM
so is this cash on c-cex? and if so why is it under maintenence?

Old. It is relaunch.
need pump again to recover our lost btc


Title: Re: [ANN][CASH] Ecash | Anonymous | X11 | Masternodes | Darksend | InstantX
Post by: kadrek on March 07, 2015, 07:14:01 AM
Anyone that would buy this shit is a complete idiot. Why should anyone buy it so you can get back the BTC you lost because you did something stupid? Give it up guys, you made stupid decisions and now you're paying for it. For anyone that doesn't know, this is the origin of this coin. https://bitcointalk.org/index.php?topic=971320.0


Title: Re: [ANN][CASH] Ecash | Anonymous | X11 | Masternodes | Darksend | InstantX
Post by: tylerderden on March 07, 2015, 07:26:17 AM
well the masternodes are working good and paying out, i dont see what all the drama is about. seems like a solid coin to me.


Title: Re: [ANN][CASH] Ecash | Anonymous | X11 | Masternodes | Darksend | InstantX
Post by: kadrek on March 07, 2015, 08:07:54 AM
well the masternodes are working good and paying out, i dont see what all the drama is about. seems like a solid coin to me.
They're paying out because it's the same code as Darkcoin, written by the Darkcoin dev... Dude, just stop trying to make other people suffer so you can get back the BTC you wasted.


Title: Re: [ANN][CASH] Ecash | Anonymous | X11 | Masternodes | Darksend | InstantX
Post by: TimSweat on March 07, 2015, 11:44:37 AM
When will it be listed on exchange ?


Title: Re: [ANN][CASH] Ecash | Anonymous | X11 | Masternodes | Darksend | InstantX
Post by: Shadow_Runner on March 07, 2015, 01:49:41 PM
{
"blocks" : 6861,
"currentblocksize" : 0,
"currentblocktx" : 0,
"difficulty" : 2.99409140,
"errors" : "",
"genproclimit" : -1,
"networkhashps" : 69845828,
"pooledtx" : 0,
"testnet" : false,
"generate" : false,
"hashespersec" : 0
}


Title: Re: [ANN][CASH] Ecash | Anonymous | X11 | Masternodes | Darksend | InstantX
Post by: smith coins on March 07, 2015, 03:22:30 PM
any member Btalk check your code ?


Title: Re: [ANN][CASH] Ecash | Anonymous | X11 | Masternodes | Darksend | InstantX
Post by: Shadow_Runner on March 07, 2015, 03:24:45 PM
any member Btalk check your code ?

We can ask ocminer to check code if he want to...


Title: Re: [ANN][CASH] Ecash | Anonymous | X11 | Masternodes | Darksend | InstantX
Post by: smith coins on March 07, 2015, 03:35:45 PM
any member Btalk check your code ?

We can ask ocminer to check code if he want to...

ok thanks
Will be watching this thread. Good luck!


Title: Re: [ANN][CASH] Ecash | Anonymous | X11 | Masternodes | Darksend | InstantX
Post by: xinbinbin on March 07, 2015, 07:00:52 PM
Development and missing?


Title: Re: [ANN][CASH] Ecash | Anonymous | X11 | Masternodes | Darksend | InstantX
Post by: adabau on March 07, 2015, 08:28:01 PM
Is there anyone who has Ecash to sell?


Title: Re: [ANN][CASH] Ecash | Anonymous | X11 | Masternodes | Darksend | InstantX
Post by: Shadow_Runner on March 07, 2015, 08:31:20 PM
Is there anyone who has Ecash to sell?

Me. PM.


Title: Re: [ANN][CASH] Ecash | Anonymous | X11 | Masternodes | Darksend | InstantX
Post by: qwep1 on March 07, 2015, 08:32:08 PM
Is there anyone who has Ecash to sell?
me PM


Title: Re: [ANN][CASH] Ecash | Anonymous | X11 | Masternodes | Darksend | InstantX
Post by: TimSweat on March 07, 2015, 09:35:40 PM
whats going rate  for these coins at the moment .


Title: Re: [ANN][CASH] Ecash | Anonymous | X11 | Masternodes | Darksend | InstantX
Post by: Shadow_Runner on March 07, 2015, 09:40:54 PM
100K - 0.1 BTC


Title: Re: [ANN][CASH] Ecash | Anonymous | X11 | Masternodes | Darksend | InstantX
Post by: Shadow_Runner on March 07, 2015, 10:40:47 PM
Is there anyone who has Ecash to sell?
Why would anyone buy this?!? This coin is going nowhere and you all know it, stop lying to yourselves. Now the "dev" of the coin that fucked the original launch up, https://bitcointalk.org/index.php?topic=971320.0 , this is totally fucked. If you really want a worthwhile coin get some Darkcoin. It's the original coin this is based off of and the dev team, with devs that put their real names to the coin, is CONSTANTLY working on it and improving it. I'm honestly trying to help you guys out... don't waste your time on this...

Lol, this is dev and he want to buy his coins.  :)


Title: Re: [ANN][CASH] Ecash | Anonymous | X11 | Masternodes | Darksend | InstantX
Post by: kadrek on March 07, 2015, 10:44:25 PM
Is there anyone who has Ecash to sell?
Why would anyone buy this?!? This coin is going nowhere and you all know it, stop lying to yourselves. Now the "dev" of the coin that fucked the original launch up, https://bitcointalk.org/index.php?topic=971320.0 , this is totally fucked. If you really want a worthwhile coin get some Darkcoin. It's the original coin this is based off of and the dev team, with devs that put their real names to the coin, is CONSTANTLY working on it and improving it. I'm honestly trying to help you guys out... don't waste your time on this...

Lol, this is dev and he want to buy his coins.  :)
This is not the "dev," the op of this post "took over" the coin now. Why you would trust some anon people after all of the shit that has happened in crypto is beyond me.


Title: Re: [ANN][CASH] Ecash | Anonymous | X11 | Masternodes | Darksend | InstantX
Post by: Shadow_Runner on March 07, 2015, 10:52:35 PM
This is not the "dev," the op of this post "took over" the coin now. Why you would trust some anon people after all of the shit that has happened in crypto is beyond me.

What are you talking about? I have sold to this dev first time 40k in old thread, second time 40k in this thread and now he want to buy coins, and it is the same account. I don't know who is he IRL but he is making live nodes etc. Maybe this coin will die, I don't know, maybe will live and dev did mistake last time, anyway I do not agitate someone to join on this train, everyone can deside for himself. As for me, I'm still keep minted coins, will see how's it goin. If it will die, I can live with that  ;) No one can guarantee 100% success even with good looking coin.


Title: Re: [ANN][CASH] Ecash | Anonymous | X11 | Masternodes | Darksend | InstantX
Post by: TimSweat on March 07, 2015, 11:00:29 PM
People need to chill . Take a break or something . Give the coin a chance . Just cos of some mess up does not mean a coin is dead . I for one am like shadow , I'll ride the train . If it dies then I am fine with that . If it hits market at a great rate , then maybe I will make a profit over what I paid for the hash I rented . If not , then I'm ok with that .


Title: Re: [ANN][CASH] Ecash | Anonymous | X11 | Masternodes | Darksend | InstantX
Post by: tylerderden on March 08, 2015, 12:37:04 AM
well the masternodes are working good and paying out, i dont see what all the drama is about. seems like a solid coin to me.
They're paying out because it's the same code as Darkcoin, written by the Darkcoin dev... Dude, just stop trying to make other people suffer so you can get back the BTC you wasted.

eat a dick moron, im not a manipulative fuck like 90% of the idiots on here im just giving my honest opinion, did the dude fuck up with the relaunch yep but all seems to be working now and if you have been around as long as i have you know that people forget about all the hiccups in the beginning if the coin takes off. look at dark, instamined to shit, nobody cares, it's doing well and has for awhile. go back to crypto kindergarten man and learn a few things. and every coin is a clone of another coin, using dark as a start is a great idea if you ask me.


Title: Re: [ANN][CASH] Ecash | Anonymous | X11 | Masternodes | Darksend | InstantX
Post by: Shadow_Runner on March 08, 2015, 01:04:38 AM
{
"blocks" : 7129,
"currentblocksize" : 0,
"currentblocktx" : 0,
"difficulty" : 7.62485462,
"errors" : "",
"genproclimit" : -1,
"networkhashps" : 82313494,
"pooledtx" : 2,
"testnet" : false,
"generate" : false,
"hashespersec" : 0
}


Title: Re: [ANN][CASH] Ecash | Anonymous | X11 | Masternodes | Darksend | InstantX
Post by: antonio8 on March 08, 2015, 01:12:35 AM
So I started a MN on another computer over 2 days ago and it still has not received any payments yet but my first one is going well. Any ideas?


Title: Re: [ANN][CASH] Ecash | Anonymous | X11 | Masternodes | Darksend | InstantX
Post by: Shadow_Runner on March 08, 2015, 01:14:11 AM
So I started a MN on another computer over 2 days ago and it still has not received any payments yet but my first one is going well. Any ideas?

Are you using (and generated) different masternode keys in conf?


Title: Re: [ANN][CASH] Ecash | Anonymous | X11 | Masternodes | Darksend | InstantX
Post by: antonio8 on March 08, 2015, 01:16:54 AM
So I started a MN on another computer over 2 days ago and it still has not received any payments yet but my first one is going well. Any ideas?

Are you using (and generated) different masternode keys in conf?

Yes. They both are generated from the wallet on each machine and different MN privkey


Title: Re: [ANN][CASH] Ecash | Anonymous | X11 | Masternodes | Darksend | InstantX
Post by: Shadow_Runner on March 08, 2015, 01:29:44 AM
So I started a MN on another computer over 2 days ago and it still has not received any payments yet but my first one is going well. Any ideas?

Are you using (and generated) different masternode keys in conf?

Yes. They both are generated from the wallet on each machine and different MN privkey


Strange.. Should work.


Title: Re: [ANN][CASH] Ecash | Anonymous | X11 | Masternodes | Darksend | InstantX
Post by: kadrek on March 08, 2015, 01:29:56 AM
well the masternodes are working good and paying out, i dont see what all the drama is about. seems like a solid coin to me.
They're paying out because it's the same code as Darkcoin, written by the Darkcoin dev... Dude, just stop trying to make other people suffer so you can get back the BTC you wasted.

eat a dick moron, im not a manipulative fuck like 90% of the idiots on here im just giving my honest opinion, did the dude fuck up with the relaunch yep but all seems to be working now and if you have been around as long as i have you know that people forget about all the hiccups in the beginning if the coin takes off. look at dark, instamined to shit, nobody cares, it's doing well and has for awhile. go back to crypto kindergarten man and learn a few things. and every coin is a clone of another coin, using dark as a start is a great idea if you ask me.
So you've resorted to name calling, I think that shows that you know you're in the wrong here. This coin will never be more than a P&D scam. The thing is, Darkcoin isn't a clone. Evan created the X11 mining algorithm and all of the features that Darkcoin has now.


Title: Re: [ANN][CASH] Ecash | Anonymous | X11 | Masternodes | Darksend | InstantX
Post by: tylerderden on March 08, 2015, 02:38:28 AM
well the masternodes are working good and paying out, i dont see what all the drama is about. seems like a solid coin to me.
They're paying out because it's the same code as Darkcoin, written by the Darkcoin dev... Dude, just stop trying to make other people suffer so you can get back the BTC you wasted.

eat a dick moron, im not a manipulative fuck like 90% of the idiots on here im just giving my honest opinion, did the dude fuck up with the relaunch yep but all seems to be working now and if you have been around as long as i have you know that people forget about all the hiccups in the beginning if the coin takes off. look at dark, instamined to shit, nobody cares, it's doing well and has for awhile. go back to crypto kindergarten man and learn a few things. and every coin is a clone of another coin, using dark as a start is a great idea if you ask me.
So you've resorted to name calling, I think that shows that you know you're in the wrong here. This coin will never be more than a P&D scam. The thing is, Darkcoin isn't a clone. Evan created the X11 mining algorithm and all of the features that Darkcoin has now.

i know this, i was one of the first people mining dark and I think Evan is probly the best dev out there, im not saying this coin is the next dark, its all an experiment like everything else in crypto. you know some one was going to clone dark at some point right? well here it is let's just see where it goes, the diff is low it isnt like a huge risk investment or anything. if you dont want to mine it dont who cares, i pretty much mine anything that comes along soemtimes you win big sometimes you lose whatever, it's all a game brother. Sorry i resort to name calling, that's just me. i don't even notice anymore lol!


Title: Re: [ANN][CASH] Ecash | Anonymous | X11 | Masternodes | Darksend | InstantX
Post by: xinbinbin on March 08, 2015, 03:52:06 AM
The sale of some coins, 60K=0.5BTC, PM


Title: Re: [ANN][CASH] Ecash | Anonymous | X11 | Masternodes | Darksend | InstantX
Post by: qwep1 on March 08, 2015, 06:20:16 AM
The sale of some coins, 60K=0.5BTC, PM
LOL


Title: Re: [ANN][CASH] Ecash | Anonymous | X11 | Masternodes | Darksend | InstantX
Post by: devega on March 08, 2015, 02:17:30 PM
The sale of some coins, 60K=0.5BTC, PM

Why not 5 BTC? Don't sell too cheap  ;D


Title: Re: [ANN][CASH] Ecash | Anonymous | X11 | Masternodes | Darksend | InstantX
Post by: antonio8 on March 08, 2015, 02:44:22 PM
So I started a MN on another computer over 2 days ago and it still has not received any payments yet but my first one is going well. Any ideas?

Are you using (and generated) different masternode keys in conf?

Yes. They both are generated from the wallet on each machine and different MN privkey


Strange.. Should work.

I took all the add nodes out of my config and just put the original in and now it is getting rewarded as a MN.



Title: Re: [ANN][CASH] Ecash | Anonymous | X11 | Masternodes | Darksend | InstantX
Post by: Shadow_Runner on March 08, 2015, 05:12:24 PM
{
"blocks" : 7490,
"currentblocksize" : 0,
"currentblocktx" : 0,
"difficulty" : 4.61727217,
"errors" : "",
"genproclimit" : -1,
"networkhashps" : 141592660,
"pooledtx" : 0,
"testnet" : false,
"generate" : false,
"hashespersec" : 0
}


Title: Re: [ANN][CASH] Ecash | Anonymous | X11 | Masternodes | Darksend | InstantX
Post by: xinbinbin on March 08, 2015, 05:52:38 PM
OP trading platform on the card, the new coins can be sent to the trading platform above to go to?


Title: Re: [ANN][CASH] Ecash | Anonymous | X11 | Masternodes | Darksend | InstantX
Post by: xinbinbin on March 08, 2015, 06:25:15 PM
Is there anyone who has Ecash to sell?
You also want to buy coins?


Title: Re: [ANN][CASH] Ecash | Anonymous | X11 | Masternodes | Darksend | InstantX
Post by: adabau on March 08, 2015, 06:33:22 PM
OP trading platform on the card, the new coins can be sent to the trading platform above to go to?

Exchange:
https://yobit.net/en/trade/CASH/BTC (https://yobit.net/en/trade/CASH/BTC) : Wrong wallet
https://empoex.com/trade/CASH-BTC (https://empoex.com/trade/CASH-BTC) : Wrong wallet
https://c-cex.com/?p=cash-btc (https://c-cex.com/?p=cash-btc) : Maintenance


Title: Re: [ANN][CASH] Ecash | Anonymous | X11 | Masternodes | Darksend | InstantX
Post by: Shadow_Runner on March 08, 2015, 06:35:32 PM
OP trading platform on the card, the new coins can be sent to the trading platform above to go to?

Exchange:
https://yobit.net/en/trade/CASH/BTC (https://yobit.net/en/trade/CASH/BTC) : Wrong wallet
https://empoex.com/trade/CASH-BTC (https://empoex.com/trade/CASH-BTC) : Wrong wallet
https://c-cex.com/?p=cash-btc (https://c-cex.com/?p=cash-btc) : Maintenance

Do you contacting this exchanges for wallet update?


Title: Re: [ANN][CASH] Ecash | Anonymous | X11 | Masternodes | Darksend | InstantX
Post by: xinbinbin on March 08, 2015, 06:41:29 PM
OP trading platform on the card, the new coins can be sent to the trading platform above to go to?

Exchange:
https://yobit.net/en/trade/CASH/BTC (https://yobit.net/en/trade/CASH/BTC) : Wrong wallet
https://empoex.com/trade/CASH-BTC (https://empoex.com/trade/CASH-BTC) : Wrong wallet
https://c-cex.com/?p=cash-btc (https://c-cex.com/?p=cash-btc) : Maintenance
When the purse is the maintenance of good old coins can also use?


Title: Re: [ANN][CASH] Ecash | Anonymous | X11 | Masternodes | Darksend | InstantX
Post by: adabau on March 08, 2015, 06:46:13 PM
OP trading platform on the card, the new coins can be sent to the trading platform above to go to?

Exchange:
https://yobit.net/en/trade/CASH/BTC (https://yobit.net/en/trade/CASH/BTC) : Wrong wallet
https://empoex.com/trade/CASH-BTC (https://empoex.com/trade/CASH-BTC) : Wrong wallet
https://c-cex.com/?p=cash-btc (https://c-cex.com/?p=cash-btc) : Maintenance

Do you contacting this exchanges for wallet update?

Have contacted them but had no reply yet.


Title: Re: [ANN][CASH] Ecash | Anonymous | X11 | Masternodes | Darksend | InstantX
Post by: Shadow_Runner on March 08, 2015, 06:49:54 PM
Have contacted them but had no reply yet.

What about last 20 masternodes?


Title: Re: [ANN][CASH] Ecash | Anonymous | X11 | Masternodes | Darksend | InstantX
Post by: adabau on March 08, 2015, 06:52:08 PM
Have contacted them but had no reply yet.

What about last 20 masternodes?

Will put up at least 30 to during the week.


Title: Re: [ANN][CASH] Ecash | Anonymous | X11 | Masternodes | Darksend | InstantX
Post by: Shadow_Runner on March 08, 2015, 06:57:21 PM
Will put up at least 30 to during the week.

Good. Keep us informed.


Title: Re: [ANN][CASH] Ecash | Anonymous | X11 | Masternodes | Darksend | InstantX
Post by: kenbytes on March 08, 2015, 08:43:40 PM
will be listed on Bittrex? when?


Title: Re: [ANN][CASH] Ecash | Anonymous | X11 | Masternodes | Darksend | InstantX
Post by: Shadow_Runner on March 08, 2015, 08:47:47 PM
will be listed on Bittrex? when?

Other exchanges need to update wallets at least.


Title: Re: [ANN][CASH] Ecash | Anonymous | X11 | Masternodes | Darksend | InstantX
Post by: kenbytes on March 08, 2015, 08:55:35 PM
will be listed on Bittrex? when?

Other exchanges need to update wallets at least.

thank you 
we need action! ( Bittrex /Poloniex )


Title: Re: [ANN][CASH] Ecash | Anonymous | X11 | Masternodes | Darksend | InstantX
Post by: Shadow_Runner on March 09, 2015, 11:32:40 AM
{
"blocks" : 7773,
"currentblocksize" : 0,
"currentblocktx" : 0,
"difficulty" : 5.38012431,
"errors" : "",
"genproclimit" : -1,
"networkhashps" : 126861813,
"pooledtx" : 0,
"testnet" : false,
"generate" : false,
"hashespersec" : 0
}

Wallet stuck at 7,773. Low hashrate at pool.


Title: Re: [ANN][CASH] Ecash | Anonymous | X11 | Masternodes | Darksend | InstantX
Post by: adabau on March 09, 2015, 11:57:40 AM
{
"blocks" : 7773,
"currentblocksize" : 0,
"currentblocktx" : 0,
"difficulty" : 5.38012431,
"errors" : "",
"genproclimit" : -1,
"networkhashps" : 126861813,
"pooledtx" : 0,
"testnet" : false,
"generate" : false,
"hashespersec" : 0
}

Wallet stuck at 7,773. Low hashrate at pool.

Just solved block 7774 through solo Mining.  ;)


Title: Re: [ANN][CASH] Ecash | Anonymous | X11 | Masternodes | Darksend | InstantX
Post by: xinbinbin on March 09, 2015, 01:00:34 PM
There was no one tap, die!!!!!!


Title: Re: [ANN][CASH] Ecash | Anonymous | X11 | Masternodes | Darksend | InstantX
Post by: adabau on March 09, 2015, 01:02:16 PM
There was no one tap, die!!!!!!

 ???


Title: Re: [ANN][CASH] Ecash | Anonymous | X11 | Masternodes | Darksend | InstantX
Post by: xinbinbin on March 09, 2015, 01:21:55 PM
No plan, no popular attention :o


Title: Re: [ANN][CASH] Ecash | Anonymous | X11 | Masternodes | Darksend | InstantX
Post by: adabau on March 09, 2015, 03:20:34 PM
No plan, no popular attention :o

The plan is first to get up atleast 50+ masternodes and get everything to work (Darksend, InstantX), then I'm open to suggestions but it would be interesting if we could offer various services through the masternodes.


Title: Re: [ANN][CASH] Ecash | Anonymous | X11 | Masternodes | Darksend | InstantX
Post by: Shadow_Runner on March 09, 2015, 05:16:29 PM
Ecash added to Cryptogator!

Online wallet: https://cryptogator.net/ecash-wallet
Exchange: https://cryptogator.net/CASH-BTC
Address generator: https://cryptogator.net/ecash-address-generator

Sent few coin few hours ago and nothing. Transaction is fully confirmed in wallet.


Title: Re: [ANN][CASH] Ecash | Anonymous | X11 | Masternodes | Darksend | InstantX
Post by: adabau on March 09, 2015, 11:06:42 PM
Ecash added to Cryptogator!

Online wallet: https://cryptogator.net/ecash-wallet
Exchange: https://cryptogator.net/CASH-BTC
Address generator: https://cryptogator.net/ecash-address-generator

Sent few coin few hours ago and nothing. Transaction is fully confirmed in wallet.

Now the coins that I sent there to try appeared in my account.

InstantX also works for the most part now, will put up more masternodes during the week.


Title: Re: [ANN][CASH] Ecash | Anonymous | X11 | Masternodes | Darksend | InstantX
Post by: skeletonbit on March 09, 2015, 11:31:33 PM
another Ecash wtf ???

https://bitcointalk.org/index.php?topic=983694.0


Title: Re: [ANN][CASH] Ecash | Anonymous | X11 | Masternodes | Darksend | InstantX
Post by: Cryptophile on March 10, 2015, 01:34:09 AM
another Ecash wtf ???

https://bitcointalk.org/index.php?topic=983694.0

Yes, that's the ORIGINAL one.  Unfortunately adabau refuses to acknowledge my requests asking that he rebrand.  And yes, I'm a holder with a few masternodes set up so I do care.


Title: Re: [ANN][CASH] Ecash | Anonymous | X11 | Masternodes | Darksend | InstantX
Post by: lentzaj on March 10, 2015, 08:41:07 PM
I want in on the masternode process.


Title: Re: [ANN][CASH] Ecash | RELAUNCH | X11 | Masternodes | Darksend | InstantX
Post by: Cryptophile on March 10, 2015, 08:43:06 PM
I want in on the masternode process.


How do i set up a masternode? also my wallet stays at 8 hours behind

Starting new wallet, sync.

Then open conslole, type

masternode genkey

copy that key in txt file and save

then type

getaccountaddress 0

copy that address in txt file and save

close wallet, send to this address 1000 cash, no less no more

edit this wallet conf like that

Code:
maxconnections=100
rpcuser=solo
rpcpassword=user
rpcport=8888
gen=0
server=1
daemon=1
reservebalance=9999999
masternodeaddr=YOUR_IP:8888
masternode=1
masternodeprivkey=KEY GENERATED BY COMMAND
rpcallowip=*
addnode=104.207.142.169

save

wait 15 blocks (see 15 confirmations from wallet you sent 1000 cash)

start masternode wallet, type in console

masternode start


Title: Re: [ANN][CASH] Ecash | Anonymous | X11 | Masternodes | Darksend | InstantX
Post by: lentzaj on March 10, 2015, 11:11:10 PM
Well cryptogator has eaten .09BTC. I'm still waiting on it to process. It's been a couple of hours.


Title: Re: [ANN][CASH] Ecash | Anonymous | X11 | Masternodes | Darksend | InstantX
Post by: Shadow_Runner on March 10, 2015, 11:21:11 PM
Well cryptogator has eaten .09BTC. I'm still waiting on it to process. It's been a couple of hours.

Seems like not only you have this issue. https://bitcointalk.org/index.php?topic=974426.msg10730289#msg10730289


Title: Re: [ANN][CASH] Ecash | Anonymous | X11 | Masternodes | Darksend | InstantX
Post by: Cryptophile on March 10, 2015, 11:52:15 PM
Well cryptogator has eaten .09BTC. I'm still waiting on it to process. It's been a couple of hours.

Sent you a PM.  Reply back with your address and I'll send you the 1,000 to get your masternode started.


Title: Re: [ANN][CASH] Ecash | Anonymous | X11 | Masternodes | Darksend | InstantX
Post by: lentzaj on March 11, 2015, 01:39:18 AM
Masternode should be up and running in a couple of hours guys


Title: Re: [ANN][CASH] Ecash | Anonymous | X11 | Masternodes | Darksend | InstantX
Post by: lentzaj on March 11, 2015, 01:47:13 AM
I PM'd you my address. I saw that cryptogator does deposits and withdrawals once a day? Is that correct? Once my deposit clears, I will send those coins back. Thanks. You should get them back in a year, as fast as cryptogator works.


Title: Re: [ANN][CASH] Ecash | Anonymous | X11 | Masternodes | Darksend | InstantX
Post by: lentzaj on March 11, 2015, 03:36:35 AM
addnode=192.168.1.4 add


Title: Re: [ANN][CASH] Ecash | Anonymous | X11 | Masternodes | Darksend | InstantX
Post by: adabau on March 11, 2015, 11:44:29 AM
https://yobit.net/en/trade/CASH/BTC now have the right wallet and works.

addnode=192.168.1.4 add

Nice :D. If any one are eager to try putting up a masternode, send a pm to me and I will send 1000 CASH to you.


Title: Re: [ANN][CASH] Ecash | Anonymous | X11 | Masternodes | Darksend | InstantX
Post by: YoBit on March 11, 2015, 02:48:55 PM
Ecash wallet fixed: https://yobit.net/en/trade/CASH/BTC
;)


Title: Re: [ANN][CASH] Ecash | Anonymous | X11 | Masternodes | Darksend | InstantX
Post by: interbtc on March 11, 2015, 02:59:01 PM
This is DRK with features cloned? Please confirm or clarify.


Title: Re: [ANN][CASH] Ecash | Anonymous | X11 | Masternodes | Darksend | InstantX
Post by: Shadow_Runner on March 11, 2015, 03:00:53 PM
This is DRK with features cloned? Please confirm or clarify.

Yes, this is clone of DRK with 220M coins total.


Title: Re: [ANN][CASH] Ecash | Anonymous | X11 | Masternodes | Darksend | InstantX
Post by: adabau on March 11, 2015, 03:18:46 PM
This is DRK with features cloned? Please confirm or clarify.

Yes it is


Title: Re: [ANN][CASH] Ecash | Anonymous | X11 | Masternodes | Darksend | InstantX
Post by: Shadow_Runner on March 11, 2015, 05:33:19 PM
https://yobit.net/en/trade/CASH/BTC now have the right wallet and works.

addnode=192.168.1.4 add

Nice :D. If any one are eager to try putting up a masternode, send a pm to me and I will send 1000 CASH to you.

How about other exchanges?

Wow, someone bought very cheap coins at Yobit. Almost 300K.


Title: Re: [ANN][CASH] Ecash | Anonymous | X11 | Masternodes | Darksend | InstantX
Post by: adabau on March 11, 2015, 06:28:51 PM
https://yobit.net/en/trade/CASH/BTC now have the right wallet and works.

addnode=192.168.1.4 add

Nice :D. If any one are eager to try putting up a masternode, send a pm to me and I will send 1000 CASH to you.

How about other exchanges?

Wow, someone bought very cheap coins at Yobit. Almost 300K.

Yes really cheap. Good for whoever it is.

Think c-cex is still in maintenance, I do not know about any other exchanges.


Title: Re: [ANN][CASH] Ecash | Anonymous | X11 | Masternodes | Darksend | InstantX
Post by: Shadow_Runner on March 11, 2015, 11:05:13 PM
Someone is selling very cheap cash, almost million coins... seems like someone had good luck with solo. I have minted only ~200K.


Title: Re: [ANN][CASH] Ecash | Anonymous | X11 | Masternodes | Darksend | InstantX
Post by: wonko86 on March 11, 2015, 11:12:05 PM
Someone is selling very cheap cash, almost million coins... seems like someone had good luck with solo. I have minted only ~200K.

I bought some :D. Will wait a few days before I buy more, so more gets a change to buy cheap not just me.

http://s17.postimg.org/j0c7aedtb/yobit.png


Title: Re: [ANN][CASH] Ecash | Anonymous | X11 | Masternodes | Darksend | InstantX
Post by: Shadow_Runner on March 11, 2015, 11:24:35 PM
Someone is selling very cheap cash, almost million coins... seems like someone had good luck with solo. I have minted only ~200K.

I bought some :D. Will wait a few days before I buy more, so more gets a change to buy cheap not just me.

Did you maked 3rd volume on Yobit buying CASH? :)
I will hold and watch how it will go in future.

LOL seems like he read thread and has removed big sell order...  ;D


Title: Re: [ANN][CASH] Ecash | Anonymous | X11 | Masternodes | Darksend | InstantX
Post by: Cryptophile on March 12, 2015, 02:00:03 AM
Someone is selling very cheap cash, almost million coins... seems like someone had good luck with solo. I have minted only ~200K.

I bought some :D. Will wait a few days before I buy more, so more gets a change to buy cheap not just me.

Did you maked 3rd volume on Yobit buying CASH? :)
I will hold and watch how it will go in future.

LOL seems like he read thread and has removed big sell order...  ;D

The only place this is going is 6 feet under...  It's becoming increasingly obvious the adabau has 0 intentions for this coin, he won't even give the damn thing an original name. 

This coin will NEVER make it on an exchange with any volume for exactly that reason.


Title: Re: [ANN][CASH] Ecash | Anonymous | X11 | Masternodes | Darksend | InstantX
Post by: lentzaj on March 12, 2015, 05:16:47 AM
Even a different name E-CA would be better.


Title: Re: [ANN][CASH] Ecash | Anonymous | X11 | Masternodes | Darksend | InstantX
Post by: tylerderden on March 12, 2015, 06:54:53 AM
well i hear dark coin is available soon..


Title: Re: [ANN][CASH] Ecash | Anonymous | X11 | Masternodes | Darksend | InstantX
Post by: adabau on March 12, 2015, 08:26:48 AM
Someone is selling very cheap cash, almost million coins... seems like someone had good luck with solo. I have minted only ~200K.

I bought some :D. Will wait a few days before I buy more, so more gets a change to buy cheap not just me.

Did you maked 3rd volume on Yobit buying CASH? :)
I will hold and watch how it will go in future.

LOL seems like he read thread and has removed big sell order...  ;D

The only place this is going is 6 feet under...  It's becoming increasingly obvious the adabau has 0 intentions for this coin, he won't even give the damn thing an original name. 

This coin will NEVER make it on an exchange with any volume for exactly that reason.

Okay there are many who said that we need a new name. Some suggestions so we can make a poll.


Title: Re: [ANN][CASH] Ecash | Anonymous | X11 | Masternodes | Darksend | InstantX
Post by: wow!NotAgain on March 12, 2015, 08:28:42 AM
Someone is selling very cheap cash, almost million coins... seems like someone had good luck with solo. I have minted only ~200K.

I bought some :D. Will wait a few days before I buy more, so more gets a change to buy cheap not just me.

Did you maked 3rd volume on Yobit buying CASH? :)
I will hold and watch how it will go in future.

LOL seems like he read thread and has removed big sell order...  ;D

The only place this is going is 6 feet under...  It's becoming increasingly obvious the adabau has 0 intentions for this coin, he won't even give the damn thing an original name.  

This coin will NEVER make it on an exchange with any volume for exactly that reason.



Okay there are many who said that we need a new name. Some suggestions so we can make a poll.

is coin good?  I buy some ccex  not possible draw out  what is problem?


Title: Re: [ANN][CASH] Ecash | Anonymous | X11 | Masternodes | Darksend | InstantX
Post by: adabau on March 12, 2015, 09:12:21 AM
Someone is selling very cheap cash, almost million coins... seems like someone had good luck with solo. I have minted only ~200K.

I bought some :D. Will wait a few days before I buy more, so more gets a change to buy cheap not just me.

Did you maked 3rd volume on Yobit buying CASH? :)
I will hold and watch how it will go in future.

LOL seems like he read thread and has removed big sell order...  ;D

The only place this is going is 6 feet under...  It's becoming increasingly obvious the adabau has 0 intentions for this coin, he won't even give the damn thing an original name.  

This coin will NEVER make it on an exchange with any volume for exactly that reason.



Okay there are many who said that we need a new name. Some suggestions so we can make a poll.

is [Suspicious link removed]d?  I buy some ccex  not possible draw out  what is problem?

Yes Ecash works and everything is fine.

C-CEX has been in maintenance some time now, has sent a message to them but have not received any answer yet.

Iif you want to buy some coins I suggest https://yobit.net/en/trade/CASH/BTC (https://yobit.net/en/trade/CASH/BTC). Have purchased from them and everything works fine there.

I recommend you to atleast buy 1000 coins and put up a masternode. Your masternode helps the network and gets 20% of the block reward when it gets selected.


Title: Re: [ANN][CASH] Ecash | Anonymous | X11 | Masternodes | Darksend | InstantX
Post by: Shadow_Runner on March 12, 2015, 02:08:50 PM
Trades at Yobit are moving, seems like someone want to make many nodes.  :)


Title: Re: [ANN][CASH] Ecash | Anonymous | X11 | Masternodes | Darksend | InstantX
Post by: adabau on March 12, 2015, 02:26:52 PM
Trades at Yobit are moving, seems like someone want to make many nodes.  :)

I can understand that, it's only 22 masternodes currently in the network.


Title: Re: [ANN][CASH] Ecash | Anonymous | X11 | Masternodes | Darksend | InstantX
Post by: adabau on March 12, 2015, 05:14:04 PM
wow now it's 52 masternodes  ;D


Title: Re: [ANN][CASH] Ecash | Anonymous | X11 | Masternodes | Darksend | InstantX
Post by: Cryptophile on March 12, 2015, 05:54:23 PM
Someone is selling very cheap cash, almost million coins... seems like someone had good luck with solo. I have minted only ~200K.

I bought some :D. Will wait a few days before I buy more, so more gets a change to buy cheap not just me.

Did you maked 3rd volume on Yobit buying CASH? :)
I will hold and watch how it will go in future.

LOL seems like he read thread and has removed big sell order...  ;D

The only place this is going is 6 feet under...  It's becoming increasingly obvious the adabau has 0 intentions for this coin, he won't even give the damn thing an original name. 

This coin will NEVER make it on an exchange with any volume for exactly that reason.

adabau, why do you refuse to acknowledge the name of this coin is exactly the same as another?


Title: Re: [ANN][CASH] Ecash | Anonymous | X11 | Masternodes | Darksend | InstantX
Post by: adabau on March 12, 2015, 05:59:14 PM

adabau, why do you refuse to acknowledge the name of this coin is exactly the same as another?


I asked earlier today about a name change but no one has given any suggestion yet.

Okay there are many who said that we need a new name. Some suggestions so we can make a poll.

I can start, how about ePay?


Title: Re: [ANN][CASH] Ecash | Anonymous | X11 | Masternodes | Darksend | InstantX
Post by: Shadow_Runner on March 12, 2015, 06:05:30 PM
I will do a little giveaway of CASH on my new account on Twitter https://twitter.com/ShadowRunnerBTC
Subscribe if you wanna know more.

It will be Yobit codes. Register http://t.co/3QGKHVKMWC if you wanna catch some CASH.  ;)


Title: Re: [ANN][CASH] Ecash | Anonymous | X11 | Masternodes | Darksend | InstantX
Post by: Shadow_Runner on March 12, 2015, 06:36:23 PM
First codes has been posted. Next codes will be there very soon, don't miss it. :)


Title: Re: [ANN][CASH] Ecash | Anonymous | X11 | Masternodes | Darksend | InstantX
Post by: tylerderden on March 12, 2015, 06:39:55 PM
am I the only one that cant register on yobit? maybe no like chrome?


Title: Re: [ANN][CASH] Ecash | Anonymous | X11 | Masternodes | Darksend | InstantX
Post by: Shadow_Runner on March 12, 2015, 06:42:14 PM
am I the only one that cant register on yobit? maybe no like chrome?

I'm using forefox and chromium at the same time for different reasons. Yobit works in both. Download firefox portable and check register http://portableapps.com/apps/internet/firefox_portable


Title: Re: [ANN][CASH] Ecash | Anonymous | X11 | Masternodes | Darksend | InstantX
Post by: tylerderden on March 12, 2015, 06:53:21 PM
am I the only one that cant register on yobit? maybe no like chrome?

I'm using forefox and chromium at the same time for different reasons. Yobit works in both. Download firefox portable and check register http://portableapps.com/apps/internet/firefox_portable

still nothing, oh well i guess 175k is gonna have to do lol, thanks shadow.


Title: Re: [ANN][CASH] Ecash | Anonymous | X11 | Masternodes | Darksend | InstantX
Post by: Shadow_Runner on March 12, 2015, 06:59:08 PM
am I the only one that cant register on yobit? maybe no like chrome?

I'm using forefox and chromium at the same time for different reasons. Yobit works in both. Download firefox portable and check register http://portableapps.com/apps/internet/firefox_portable

still nothing, oh well i guess 175k is gonna have to do lol, thanks shadow.

Try again now https://bitcointalk.org/index.php?topic=975871.msg10752971#msg10752971


Title: Re: [ANN][CASH] Ecash | RELAUNCH | X11 | Masternodes | Darksend | InstantX
Post by: Rage19420 on March 12, 2015, 07:01:02 PM
How do i set up a masternode? also my wallet stays at 8 hours behind

Starting new wallet, sync.

Then open conslole, type

masternode genkey

copy that key in txt file and save

then type

getaccountaddress 0

copy that address in txt file and save

close wallet, send to this address 1000 cash, no less no more

edit this wallet conf like that

Code:
maxconnections=100
rpcuser=solo
rpcpassword=user
rpcport=8888
gen=0
server=1
daemon=1
reservebalance=9999999
masternodeaddr=YOUR_IP:8888
masternode=1
masternodeprivkey=KEY GENERATED BY COMMAND
rpcallowip=*
addnode=104.207.142.169

save

wait 15 blocks (see 15 confirmations from wallet you sent 1000 cash)

start masternode wallet, type in console

masternode start

Ok i setup a masternode. How do I know if masternode is working?

if this is returned then i assume it is?

14:55:02   successfully started masternode

I had followed the instructions however did inadvertently send two 1k transactions, one as normal and one as InstantX




Title: Re: [ANN][CASH] Ecash | RELAUNCH | X11 | Masternodes | Darksend | InstantX
Post by: adabau on March 12, 2015, 07:05:04 PM
How do i set up a masternode? also my wallet stays at 8 hours behind

Starting new wallet, sync.

Then open conslole, type

masternode genkey

copy that key in txt file and save

then type

getaccountaddress 0

copy that address in txt file and save

close wallet, send to this address 1000 cash, no less no more

edit this wallet conf like that

Code:
maxconnections=100
rpcuser=solo
rpcpassword=user
rpcport=8888
gen=0
server=1
daemon=1
reservebalance=9999999
masternodeaddr=YOUR_IP:8888
masternode=1
masternodeprivkey=KEY GENERATED BY COMMAND
rpcallowip=*
addnode=104.207.142.169

save

wait 15 blocks (see 15 confirmations from wallet you sent 1000 cash)

start masternode wallet, type in console

masternode start

Ok i setup a masternode. How do I know if masternode is working?

if this is returned then i assume it is?

14:55:02   successfully started masternode

I had followed the instructions however did inadvertently send two 1k transactions, one as normal and one as InstantX




write masternode list and look for your ip, if it has : 1 after it's all good.


Title: Re: [ANN][CASH] Ecash | RELAUNCH | X11 | Masternodes | Darksend | InstantX
Post by: Rage19420 on March 12, 2015, 07:17:41 PM
write masternode list and look for your ip, if it has : 1 after it's all good.

Nice, it worked and already have 50coins pending!  ;D


Title: Re: [ANN][CASH] Ecash | RELAUNCH | X11 | Masternodes | Darksend | InstantX
Post by: adabau on March 12, 2015, 07:22:34 PM
write masternode list and look for your ip, if it has : 1 after it's all good.

Nice, it worked and already have 50coins pending!  ;D

Nice  8), right now there are 52 masternodes so your node will get paid roughly every 52 blocks.


Title: Re: [ANN][CASH] Ecash | Anonymous | X11 | Masternodes | Darksend | InstantX
Post by: jerowacik on March 12, 2015, 07:25:55 PM
still maintenance ?


Title: Re: [ANN][CASH] Ecash | Anonymous | X11 | Masternodes | Darksend | InstantX
Post by: Shadow_Runner on March 12, 2015, 07:28:08 PM
still maintenance ?

C-Cex yes. Yobit is live now.
Codes are very quickly redeemed. :) Next codes will be in 5-10 minutes.


Title: Re: [ANN][CASH] Ecash | Anonymous | X11 | Masternodes | Darksend | InstantX
Post by: YoBit on March 12, 2015, 07:55:52 PM
am I the only one that cant register on yobit? maybe no like chrome?

It was CloudFlare caching issue again. Please try again now. Our apologies.


Title: Re: [ANN][CASH] Ecash | Anonymous | X11 | Masternodes | Darksend | InstantX
Post by: lentzaj on March 12, 2015, 10:23:36 PM
addnode=10.0.1.55


Title: Re: [ANN][CASH] Ecash | Anonymous | X11 | Masternodes | Darksend | InstantX
Post by: tylerderden on March 12, 2015, 10:30:44 PM
ok yobit is squared away, nice exchange guys. masternodes havent got any payouts for a day or so though. im on the current wallet and showing in the list.


Title: Re: [ANN][CASH] Ecash | Anonymous | X11 | Masternodes | Darksend | InstantX
Post by: Cryptophile on March 12, 2015, 10:43:40 PM
ok yobit is squared away, nice exchange guys. masternodes havent got any payouts for a day or so though. im on the current wallet and showing in the list.

Try stopping and starting it...I have this issue almost daily.


Title: Re: [ANN][CASH] Ecash | Anonymous | X11 | Masternodes | Darksend | InstantX
Post by: xinbinbin on March 12, 2015, 11:06:00 PM
Some people are still C-CEX CASH the development of trade, ask the C-CEX to close the transaction, to avoid the loss!


Title: Re: [ANN][CASH] Ecash | Anonymous | X11 | Masternodes | Darksend | InstantX
Post by: antonio8 on March 12, 2015, 11:49:30 PM
I have 3 MN up and running. The very first one gets regular payouts. Multiple per day. but the other two that I set up with just 1,000 coins have not received any MN payments for 3 days now.

Any ideas?


Title: Re: [ANN][CASH] Ecash | Anonymous | X11 | Masternodes | Darksend | InstantX
Post by: adabau on March 12, 2015, 11:54:13 PM
I have 3 MN up and running. The very first one gets regular payouts. Multiple per day. but the other two that I set up with just 1,000 coins have not received any MN payments for 3 days now.

Any ideas?

Do you have one separate ip to each masternode?


Title: Re: [ANN][CASH] Ecash | Anonymous | X11 | Masternodes | Darksend | InstantX
Post by: antonio8 on March 12, 2015, 11:58:38 PM
I have 3 MN up and running. The very first one gets regular payouts. Multiple per day. but the other two that I set up with just 1,000 coins have not received any MN payments for 3 days now.

Any ideas?

Do you have one separate ip to each masternode?

Yes.

Sorry and I just remembered that I had a power outage and when I rebooted the computers it changed the ip addresses of those two but not the third. I changed the config to reflect it so now I'll see if they work like they are supposed to.

Sorry my fault on that.


Title: Re: [ANN][CASH] Ecash | Anonymous | X11 | Masternodes | Darksend | InstantX
Post by: adabau on March 13, 2015, 12:02:40 AM
I have 3 MN up and running. The very first one gets regular payouts. Multiple per day. but the other two that I set up with just 1,000 coins have not received any MN payments for 3 days now.

Any ideas?

Do you have one separate ip to each masternode?

Yes.

Sorry and I just remembered that I had a power outage and when I rebooted the computers it changed the ip addresses of those two but not the third. I changed the config to reflect it so now I'll see if they work like they are supposed to.

Sorry my fault on that.

np  ;), hope it works now.


Title: Re: [ANN][CASH] Ecash | Anonymous | X11 | Masternodes | Darksend | InstantX
Post by: antonio8 on March 13, 2015, 12:04:54 AM
I have 3 MN up and running. The very first one gets regular payouts. Multiple per day. but the other two that I set up with just 1,000 coins have not received any MN payments for 3 days now.

Any ideas?

Do you have one separate ip to each masternode?

Yes.

Sorry and I just remembered that I had a power outage and when I rebooted the computers it changed the ip addresses of those two but not the third. I changed the config to reflect it so now I'll see if they work like they are supposed to.

Sorry my fault on that.

np  ;), hope it works now.

Yep. One already received a payment.

I need to remember that after the computer gets rebooted.


Title: Re: [ANN][CASH] Ecash | Anonymous | X11 | Masternodes | Darksend | InstantX
Post by: tylerderden on March 13, 2015, 02:34:37 AM
dude everything seems to be working good, price is decent, lets come up with an awesome name and let this bitch go screaming through the cryptoverse. darkmaster, sneakybucks, darkside, masterbatory gerbils, my personal favorite : project mayhem but whatever GO...


Title: Re: [ANN][CASH] Ecash | Anonymous | X11 | Masternodes | Darksend | InstantX
Post by: Shadow_Runner on March 13, 2015, 03:51:42 AM
3.2 BTC volume on Yobit  :o


Title: Re: [ANN][CASH] Ecash | Anonymous | X11 | Masternodes | Darksend | InstantX
Post by: utclover on March 13, 2015, 05:29:55 AM
adabau doesnt know how to code ffs!
both  nSubsidy = (2222222.0 / (pow((dDiff+2600.0)/9.0,2.0)));
and  nSubsidy = (11111.0 / (pow((dDiff+51.0)/6.0,2.0)));
return a number much less than 250
so why he puts
 if (nSubsidy > 250) nSubsidy = 250;
if (nSubsidy < 50) nSubsidy = 50;
and
 if (nSubsidy > 5000) nSubsidy = 5000;
if (nSubsidy < 250) nSubsidy = 250;
 ??? ??? ???
BECAUSE HE IS AN IDIOT WHO RELAUNCHES A COIN JUST TO CHANGE THE BLOCK REWARD AND DOES IT WRONG AGAIN

LET ME EXPLAIN IT TO YOU SIMPLY SO YOU CAN UNDERSTAND

> means more than
< means less than
WHY YOU PUT THEM IF IT IS ALWAYS LESS THAN 250??????????
you need to times (2222222.0 / (pow((dDiff+2600.0)/9.0,2.0)))
by 10
and (11111.0 / (pow((dDiff+51.0)/6.0,2.0)))
by 10
for it to make any sense at all!!

bye
also f you for relaunching when the older one could have been fixed easily.
i am not going to tell you how to change it with a hard fork BECAUSE ITS VERY EASY you should have known how to do a hard fork in the old one.
You are an asshole
my coins were worth 30 btc at the c-cex price, then you simply relaunched because you are a piece of crap who lost me $9000 because you are a effing idiot.
sure i spent only 1 btc to get them but they become worth 30 btc then you relaunch WHY you asshole
i hate you
i hate you all

also Shadow_Runner  you are a scammer who instamines coins and hypes them and sells them to bagholders. i hate you too.


Title: Re: [ANN][CASH] Ecash | Anonymous | X11 | Masternodes | Darksend | InstantX
Post by: Shadow_Runner on March 13, 2015, 05:54:39 AM
also Shadow_Runner  you are a scammer who instamines coins and hypes them and sells them to bagholders. i hate you too.

Lol you hate me coz I'm bit faster sometimes than you? Nice.  ;D


Title: Re: [ANN][CASH] Ecash | Anonymous | X11 | Masternodes | Darksend | InstantX
Post by: utclover on March 13, 2015, 05:55:49 AM
also Shadow_Runner  you are a scammer who instamines coins and hypes them and sells them to bagholders. i hate you too.

Lol you hate me coz I'm bit faster sometimes than you? Nice.  ;D
Yes.


Title: Re: [ANN][CASH] Ecash | Anonymous | X11 | Masternodes | Darksend | InstantX
Post by: Shadow_Runner on March 13, 2015, 05:57:37 AM
also Shadow_Runner  you are a scammer who instamines coins and hypes them and sells them to bagholders. i hate you too.

Lol you hate me coz I'm bit faster sometimes than you? Nice.  ;D
Yes.

Seems like you lost some money on some coins and can't find someone to blame...
I lost some BTC on Fonzie, for example, but I'm not blaming community for this, only dev, who hasn't tested well coin before second relaunch.


Title: Re: [ANN][CASH] Ecash | Anonymous | X11 | Masternodes | Darksend | InstantX
Post by: utclover on March 13, 2015, 06:08:17 AM
also Shadow_Runner  you are a scammer who instamines coins and hypes them and sells them to bagholders. i hate you too.

Lol you hate me coz I'm bit faster sometimes than you? Nice.  ;D
Yes.

Seems like you lost some money on some coins and can't find someone to blame...
I lost some BTC on Fonzie, for example, but I'm not blaming community for this, only dev, who hasn't tested well coin before second relaunch.
yes i lost alot of money this past year.
only have 1/10 of what i had in 2014 in mintpal era
it is not fair at all
now all the coins are shit and very hard to make any money
the money that i do have left i stuck in altcoins which are good but do nothing but go sideways for eternity.
where are the days of much profit and much newbies and making 10+ btc from every other coin pos coin launch.
even if those are gone
there needs to be coins that make people money again
i mean last year you could rent a rig with 0.25 btc and make 20 btc few weeks later and it was normal and expected!

now all shitcoins and all shit "developers"
so many scams


Title: Re: [ANN][CASH] Ecash | Anonymous | X11 | Masternodes | Darksend | InstantX
Post by: Shadow_Runner on March 13, 2015, 06:26:22 AM

yes i lost alot of money
it is not fair at all

Shit happens. Sometime I'm losing money too, but I'm not investor. What I got from one coin I can lost part in other...
But anyway I must think before I fall in to another launch.

Quote
there needs to be coins that make people money again

From where, air?  :) Money makes money, if you win, someone lose.


Quote
i mean last year you could rent a rig with 0.25 btc and make 20 btc few weeks later and it was normal and expected!

So, someone lose that 20 BTC, and now you're sayin you can't get enough and show must go on? :) And those who lose 20 BTC it is fair for them, coz you're maked profit?  ;D

Quote
now all shitcoins and all shit "developers"
so many scams

Shitcoin has been everytime. 2014 had more shit coins in one day than now.
Now coins launches not often, compared to early 2014.


Title: Re: [ANN][CASH] Ecash | Anonymous | X11 | Masternodes | Darksend | InstantX
Post by: tylerderden on March 13, 2015, 06:54:57 AM
 

Without pain, without sacrifice we would have nothing. Like the first monkey shot into space.


Title: Re: [ANN][CASH] Ecash | Anonymous | X11 | Masternodes | Darksend | InstantX
Post by: TimSweat on March 13, 2015, 08:09:51 AM
Hey how do you send ecash from your wallet ? I know it sounds stupid , But it says something about darksend amoount denominations . That dark send box is ticked . I don't want to loose my 54k by unticking the box and sending it to yobit .


Title: Re: [ANN][CASH] Ecash | Anonymous | X11 | Masternodes | Darksend | InstantX
Post by: Shadow_Runner on March 13, 2015, 08:19:13 AM
Hey how do you send ecash from your wallet ? I know it sounds stupid , But it says something about darksend amoount denominations . That dark send box is ticked . I don't want to loose my 54k by unticking the box and sending it to yobit .

Unchek darksend option when sending.


Title: Re: [ANN][CASH] Ecash | Anonymous | X11 | Masternodes | Darksend | InstantX
Post by: TimSweat on March 13, 2015, 08:35:33 AM
Hey how do you send ecash from your wallet ? I know it sounds stupid , But it says something about darksend amoount denominations . That dark send box is ticked . I don't want to loose my 54k by unticking the box and sending it to yobit .

Unchek darksend option when sending.

Thanks shadow . oh btw . thanks for the twitter cash for planetcoin too . that was cool bro


Title: Re: [ANN][CASH] Ecash | Anonymous | X11 | Masternodes | Darksend | InstantX
Post by: Shadow_Runner on March 13, 2015, 10:39:56 AM
Hey how do you send ecash from your wallet ? I know it sounds stupid , But it says something about darksend amoount denominations . That dark send box is ticked . I don't want to loose my 54k by unticking the box and sending it to yobit .

Unchek darksend option when sending.

Thanks shadow . oh btw . thanks for the twitter cash for planetcoin too . that was cool bro

You're welcome ;)
I will try to post more giveaways in future.


Title: Re: [ANN][CASH] Ecash | Anonymous | X11 | Masternodes | Darksend | InstantX
Post by: BanzaiBTC on March 13, 2015, 11:23:24 AM
also Shadow_Runner  you are a scammer who instamines coins and hypes them and sells them to bagholders. i hate you too.

Lol you hate me coz I'm bit faster sometimes than you? Nice.  ;D
Yes.

Seems like you lost some money on some coins and can't find someone to blame...
I lost some BTC on Fonzie, for example, but I'm not blaming community for this, only dev, who hasn't tested well coin before second relaunch.
yes i lost alot of money this past year.
only have 1/10 of what i had in 2014 in mintpal era
it is not fair at all
now all the coins are shit and very hard to make any money
the money that i do have left i stuck in altcoins which are good but do nothing but go sideways for eternity.
where are the days of much profit and much newbies and making 10+ btc from every other coin pos coin launch.
even if those are gone
there needs to be coins that make people money again
i mean last year you could rent a rig with 0.25 btc and make 20 btc few weeks later and it was normal and expected!

now all shitcoins and all shit "developers"
so many scams


LMFAO! that is pretty funny dude... It seems to me you are a bad trader/investor  ;D Since mintpal got down my btc has gone up 5x... So I guess its safe to say you suck at what you do?  :D


Title: Re: [ANN][CASH] Ecash | Anonymous | X11 | Masternodes | Darksend | InstantX
Post by: fmz89 on March 13, 2015, 01:30:48 PM
hei dev how about wallet in ccex my coin stuck in there
this coin runnning below radar,so make some big suprise when new exchange ready


Title: Re: [ANN][CASH] Ecash | Anonymous | X11 | Masternodes | Darksend | InstantX
Post by: adabau on March 13, 2015, 02:15:10 PM
hei dev how about wallet in ccex my coin stuck in there
this coin runnning below radar,so make some big suprise when new exchange ready

I have tried to reach them but have not received any response yet.

On https://yobit.net/en/trade/CASH/BTC (https://yobit.net/en/trade/CASH/BTC) everything works fine.


Title: Re: [ANN][CASH] Ecash | Anonymous | X11 | Masternodes | Darksend | InstantX
Post by: utclover on March 13, 2015, 03:18:34 PM
also Shadow_Runner  you are a scammer who instamines coins and hypes them and sells them to bagholders. i hate you too.

Lol you hate me coz I'm bit faster sometimes than you? Nice.  ;D
Yes.

Seems like you lost some money on some coins and can't find someone to blame...
I lost some BTC on Fonzie, for example, but I'm not blaming community for this, only dev, who hasn't tested well coin before second relaunch.
yes i lost alot of money this past year.
only have 1/10 of what i had in 2014 in mintpal era
it is not fair at all
now all the coins are shit and very hard to make any money
the money that i do have left i stuck in altcoins which are good but do nothing but go sideways for eternity.
where are the days of much profit and much newbies and making 10+ btc from every other coin pos coin launch.
even if those are gone
there needs to be coins that make people money again
i mean last year you could rent a rig with 0.25 btc and make 20 btc few weeks later and it was normal and expected!

now all shitcoins and all shit "developers"
so many scams


LMFAO! that is pretty funny dude... It seems to me you are a bad trader/investor  ;D Since mintpal got down my btc has gone up 5x... So I guess its safe to say you suck at what you do?  :D
Mintpal shutting down crippled me i lost alot of btc and some altcoins were stuck in it.
Way to add salt to injury.
My total mintpal loss is worth more than 60 btc. poof like that over night.

But yes. even after that i lost almost everything.
but working on  making it back.
so far my altcoins are worth ~25 btc.
i had 200 btc once a long time ago.




please tell me how any of this affects the point of discustion, which is THE IDIOT DEV RELAUNCHING AFTER PEOPLE BOUGHT AND MINED COINS, HE ONLY RELAUNCHED TO CHANGE BLOCK REWARD AND HE CHANGED IT WRONG.
WHY DOES SOMEONE NEED TO RELAUNCH TO CHANGE BLOCK REWARDS? IT CAN BE CHANGED WITH A HARD FORK. SO F HIM.


Title: Re: [ANN][CASH] Ecash | Anonymous | X11 | Masternodes | Darksend | InstantX
Post by: BanzaiBTC on March 13, 2015, 03:22:27 PM
ouch... Im sorry dude.. Didnt know you meant mintpal did a runner with your coins... I thought you meant you lost it trading wise  ;)


Title: Re: [ANN][CASH] Ecash | Anonymous | X11 | Masternodes | Darksend | InstantX
Post by: utclover on March 13, 2015, 03:45:10 PM
Can you imagine that after it went to c-cex and had over 15 btc volume, he relaunched to change the block reward an ended up changing it wrong.(He could have made a hard fork to change block reward but he decided to completely relaunch it WTF!!!)
Tell me how he is not an idiot. And tell me why you support it.
I am dying to know.


Title: Re: [ANN][CASH] Ecash | Anonymous | X11 | Masternodes | Darksend | InstantX
Post by: Shadow_Runner on March 13, 2015, 09:54:58 PM
Can you imagine that after it went to c-cex and had over 15 btc volume, he relaunched to change the block reward an ended up changing it wrong.(He could have made a hard fork to change block reward but he decided to completely relaunch it WTF!!!)
Tell me how he is not an idiot. And tell me why you support it.
I am dying to know.


http://img.sc/img/ca4196790b80c3ba480d50120c30abb1.png

https://yobit.net/en/trade/CASH/BTC


Title: Re: [ANN][CASH] Ecash | Anonymous | X11 | Masternodes | Darksend | InstantX
Post by: lentzaj on March 14, 2015, 02:51:21 AM
I'm still here...


Title: Re: [ANN][CASH] Ecash | Anonymous | X11 | Masternodes | Darksend | InstantX
Post by: lentzaj on March 14, 2015, 03:05:35 AM
How many active masternodes do we have?

addnode=192.168.1.5


Title: Re: [ANN][CASH] Ecash | Anonymous | X11 | Masternodes | Darksend | InstantX
Post by: Shadow_Runner on March 14, 2015, 03:07:34 AM
How many active masternodes do we have?

addnode=192.168.1.5

This is LAN address.


Title: Re: [ANN][CASH] Ecash | Anonymous | X11 | Masternodes | Darksend | InstantX
Post by: tylerderden on March 14, 2015, 06:55:25 AM
we need a name change pronto, this is the 3rd ecash, there's 2 xau, it really lacks imagination when people cant even come up with an original name.


Title: Re: [ANN][CASH] Ecash | Anonymous | X11 | Masternodes | Darksend | InstantX
Post by: Undead_Phenix on March 14, 2015, 07:05:32 AM
A completely clone of darkcoin.


Title: Re: [ANN][CASH] Ecash | Anonymous | X11 | Masternodes | Darksend | InstantX
Post by: BanzaiBTC on March 14, 2015, 08:40:09 AM
seriously... to the 500mhs+ miner:  Why? Only a handfull of people are mining atm... Such a waste of your rental cost. It takes the difficulty up... just rent 100mhs+ and your result will almost be the same lol :D


Title: Re: [ANN][CASH] Ecash | Anonymous | X11 | Masternodes | Darksend | InstantX
Post by: adabau on March 14, 2015, 09:49:56 AM
we need a name change pronto, this is the 3rd ecash, there's 2 xau, it really lacks imagination when people cant even come up with an original name.

Okay right now we have the name suggestions:

ePay
NetPay
NetCash

Some more suggestions?


Title: Re: [ANN][CASH] Ecash | Anonymous | X11 | Masternodes | Darksend | InstantX
Post by: xinbinbin on March 14, 2015, 10:05:40 AM
we need a name change pronto, this is the 3rd ecash, there's 2 xau, it really lacks imagination when people cant even come up with an original name.

Okay right now we have the name suggestions:

ePay
NetPay
NetCash

Some more suggestions?
epay ;D


Title: Re: [ANN][CASH] Ecash | Anonymous | X11 | Masternodes | Darksend | InstantX
Post by: adabau on March 14, 2015, 10:11:29 AM
we need a name change pronto, this is the 3rd ecash, there's 2 xau, it really lacks imagination when people cant even come up with an original name.

Okay right now we have the name suggestions:

ePay
NetPay
NetCash

Some more suggestions?
epay ;D

Yes I like ePay because it is easy to say and makes me think of a mix between ebay and paypal.


Title: Re: [ANN][CASH] Ecash | Anonymous | X11 | Masternodes | Darksend | InstantX
Post by: BanzaiBTC on March 14, 2015, 10:12:50 AM
epay is good... But do it fast before someone steals this name  :D

And the first cashcoin (scrypt ~feb 2014) is already using "cash" as the ticker, but I guess you already know that by now  :D epay could be the ticker as well  ;)


Title: Re: [ANN][CASH] Ecash | Anonymous | X11 | Masternodes | Darksend | InstantX
Post by: adabau on March 14, 2015, 10:16:20 AM
epay is good... But do it fast before someone steals this name  :D

And the first cashcoin (scrypt ~feb 2014) is already using "cash" as the ticker, but I guess you already know that by now  :D epay could be the ticker as well  ;)

Okay what do you think, should we take ePay?


Title: Re: [ANN][CASH] Ecash | Anonymous | X11 | Masternodes | Darksend | InstantX
Post by: xinbinbin on March 14, 2015, 10:23:19 AM
epay is good... But do it fast before someone steals this name  :D

And the first cashcoin (scrypt ~feb 2014) is already using "cash" as the ticker, but I guess you already know that by now  :D epay could be the ticker as well  ;)

Okay what do you think, should we take ePay?
i like epay :o


Title: Re: [ANN][CASH] Ecash | Anonymous | X11 | Masternodes | Darksend | InstantX
Post by: adabau on March 14, 2015, 10:29:43 AM
epay is good... But do it fast before someone steals this name  :D

And the first cashcoin (scrypt ~feb 2014) is already using "cash" as the ticker, but I guess you already know that by now  :D epay could be the ticker as well  ;)

Okay what do you think, should we take ePay?
i like epay :o

edit* will wait 1 day. How about the ticker PAY?


Title: Re: [ANN][PAY] ePay | NAME CHANGE Previously Ecash
Post by: antonio8 on March 14, 2015, 11:11:54 AM
When running the node, does it take up cpu resources? Or can I turn it off if it does or does it need them to run the node?

Never done a node until now.


Title: Re: [ANN][PAY] ePay | NAME CHANGE Previously Ecash
Post by: adabau on March 14, 2015, 11:18:56 AM
When running the node, does it take up cpu resources? Or can I turn it off if it does or does it need them to run the node?

Never done a node until now.

For it to work as well as possible, I suggest you find a cheap VPS to run it from. So it is online all the time.


Title: Re: [ANN][PAY] ePay | NAME CHANGE Previously Ecash
Post by: antonio8 on March 14, 2015, 11:21:53 AM
When running the node, does it take up cpu resources? Or can I turn it off if it does or does it need them to run the node?

Never done a node until now.

For it to work as well as possible, I suggest you find a cheap VPS to run it from. So it is online all the time.

Will look into that, but for the time being can I "setgenerate false" and will  it still work?


Title: Re: [ANN][PAY] ePay | NAME CHANGE Previously Ecash
Post by: adabau on March 14, 2015, 11:33:10 AM
When running the node, does it take up cpu resources? Or can I turn it off if it does or does it need them to run the node?

Never done a node until now.

For it to work as well as possible, I suggest you find a cheap VPS to run it from. So it is online all the time.

Will look into that, but for the time being can I "setgenerate false" and will  it still work?

Yes absolutely. setgenerate true makes you solo mine. Your masternode only needs to be online to help the network and be able to get paid.


Title: Re: [ANN][CASH] Ecash | Anonymous | X11 | Masternodes | Darksend | InstantX
Post by: adabau on March 14, 2015, 02:02:24 PM
I will wait one day before I change the name. If anyone has any objections or a better suggestion.


Title: Re: [ANN][CASH] Ecash | Anonymous | X11 | Masternodes | Darksend | InstantX
Post by: fmz89 on March 14, 2015, 02:50:43 PM
I will wait one day before I change the name. If anyone has any objections or a better suggestion.
hei dev if you change the name thicker ,how about my cash in ccex? it will be gone? ???
or in ccex change the thicker too


Title: Re: [ANN][CASH] Ecash | Anonymous | X11 | Masternodes | Darksend | InstantX
Post by: adabau on March 14, 2015, 02:59:12 PM
I will wait one day before I change the name. If anyone has any objections or a better suggestion.
hei dev if you change the name thicker ,how about my cash in ccex? it will be gone? ???

Hi!

I do not know how it is with c-cex. I have tried to make contact with them for a while now about why their Ecash wallet has been in Maintenance.

I do not recommend buying Ecash from there until we know more. If you want to buy ecash, maybe try https://yobit.net/en/trade/CASH/BTC (https://yobit.net/en/trade/CASH/BTC)  instead. Or post your address here https://cryptocointalk.com/topic/33621-ecash-giveaway-100-cash-to-1000-addresses/ (https://cryptocointalk.com/topic/33621-ecash-giveaway-100-cash-to-1000-addresses/) to get 100 cash.


Title: Re: [ANN][CASH] Ecash | Anonymous | X11 | Masternodes | Darksend | InstantX
Post by: tylerderden on March 14, 2015, 07:53:59 PM
yeah man epay works


Title: Re: [ANN][CASH] Ecash | Anonymous | X11 | Masternodes | Darksend | InstantX
Post by: adabau on March 14, 2015, 08:03:05 PM
yeah man epay works

Glad you like it  ;)


Title: Re: [ANN][CASH] Ecash | Anonymous | X11 | Masternodes | Darksend | InstantX
Post by: tylerderden on March 14, 2015, 08:51:01 PM
I will wait one day before I change the name. If anyone has any objections or a better suggestion.
hei dev if you change the name thicker ,how about my cash in ccex? it will be gone? ???

Hi!

I do not know how it is with c-cex. I have tried to make contact with them for a while now about why their Ecash wallet has been in Maintenance.

I do not recommend buying Ecash from there until we know more. If you want to buy ecash, maybe try https://yobit.net/en/trade/CASH/BTC (https://yobit.net/en/trade/CASH/BTC)  instead. Or post your address here https://cryptocointalk.com/topic/33621-ecash-giveaway-100-cash-to-1000-addresses/ (https://cryptocointalk.com/topic/33621-ecash-giveaway-100-cash-to-1000-addresses/) to get 100 cash.

thats how they always are, sometimes its taken a week or two for them to resolve simple shit for me, and weekends are the worst time to try and get them to do something. we need everyone mining this to send them fix your shit requests and make sure they see the volume they have handed to yobit by not being on the ball.


Title: Re: [ANN][CASH] Ecash | Anonymous | X11 | Masternodes | Darksend | InstantX
Post by: bytezero on March 14, 2015, 11:08:59 PM
yeah man epay works

Glad you like it  ;)

Such an awesome coin name Epay


Title: Re: [ANN][CASH] Ecash | Anonymous | X11 | Masternodes | Darksend | InstantX
Post by: bytezero on March 14, 2015, 11:28:42 PM
I think we need to do some bounties to get more people onboard for development. :)


Title: Re: [ANN][CASH] Ecash | Anonymous | X11 | Masternodes | Darksend | InstantX
Post by: TimSweat on March 15, 2015, 01:53:27 AM
Need a solo pool . where you can mine and get better reward .


Title: Re: [ANN][CASH] Ecash | Anonymous | X11 | Masternodes | Darksend | InstantX
Post by: zakorus on March 15, 2015, 02:34:34 AM
LOVE it built in mixer!


Title: Re: [ANN][CASH] Ecash | Anonymous | X11 | Masternodes | Darksend | InstantX
Post by: TimSweat on March 15, 2015, 03:06:40 AM
Epay works for me , then we won't get confused with other one .


Title: Re: [ANN][CASH] Ecash | Anonymous | X11 | Masternodes | Darksend | InstantX
Post by: zakorus on March 15, 2015, 03:07:53 AM
yeah epay for name change sounds good


Title: Re: [ANN][CASH] Ecash | Anonymous | X11 | Masternodes | Darksend | InstantX
Post by: fmz89 on March 15, 2015, 05:20:16 AM
dumpay is  better ;D
likes in yobit everyone dumped the cash really hard


Title: Re: [ANN][CASH] Ecash | Anonymous | X11 | Masternodes | Darksend | InstantX
Post by: alloffmyhate on March 15, 2015, 06:54:28 AM
 ;D

http://indopool.us/pool/CASH/

autopayout every 1 hours 


Title: Re: [ANN][CASH] Ecash | Anonymous | X11 | Masternodes | Darksend | InstantX
Post by: halibit on March 15, 2015, 09:28:24 AM
Hello from alcurEX exchange.

CASH is listed on alcurEX with BTC trading pair.
https://alcurex.org/index.php/crypto/market?pair=CASH_BTC

Coin can found under Open market menu.
First trade will lift coin to main BTC market.

halibit


Title: Re: [ANN][CASH] Ecash | Anonymous | X11 | Masternodes | Darksend | InstantX
Post by: adabau on March 15, 2015, 10:38:25 AM
;D

http://indopool.us/pool/CASH/

autopayout every 1 hours  

Great then we have a second pool, please move over to this so not all mine on one pool.

Hello from alcurEX exchange.

CASH is listed on alcurEX with BTC trading pair.
https://alcurex.org/index.php/crypto/market?pair=CASH_BTC

Coin can found under Open market menu.
First trade will lift coin to main BTC market.

halibit

and a third exchange  ;D.


Title: Re: [ANN][CASH] Ecash | Anonymous | X11 | Masternodes | Darksend | InstantX
Post by: xinbinbin on March 15, 2015, 04:00:13 PM
We need greater trading platform!


Title: Re: [ANN][CASH] Ecash | Anonymous | X11 | Masternodes | Darksend | InstantX
Post by: adabau on March 15, 2015, 04:09:46 PM
Future Plans ?

I am open to suggestions.

But since ePay (formerly Ecash) based on darkcoins code so we will probably soon enough have many masternodes running, it would be interesting to make use of them and offer different services on the network against charges that nodes share.


Title: Re: [ANN][CASH] Ecash | Anonymous | X11 | Masternodes | Darksend | InstantX
Post by: adabau on March 15, 2015, 05:46:11 PM
I think we need to do some bounties to get more people onboard for development. :)

Great idea. What do you think we should have on our bounty list? I am creating a wallet with a separate address for each bounty so you can send to the bounty you want to support.


Title: Re: [ANN][CASH] Ecash | Anonymous | X11 | Masternodes | Darksend | InstantX
Post by: BanzaiBTC on March 15, 2015, 05:47:36 PM
;D

http://indopool.us/pool/CASH/

autopayout every 1 hours 

Pool offline  ;)


Title: Re: [ANN][CASH] Ecash | Anonymous | X11 | Masternodes | Darksend | InstantX
Post by: adabau on March 15, 2015, 05:56:24 PM
;D

http://indopool.us/pool/CASH/

autopayout every 1 hours 

Pool offline  ;)

Also saw it just now.

It seemed new so give it some time, it will probably be up again soon. It makes me think of the first bountie, we need more pools. We also need a second block explorer, right now is something wrong with the one we have.


Title: Re: [ANN][CASH] Ecash | Anonymous | X11 | Masternodes | Darksend | InstantX
Post by: zakorus on March 15, 2015, 06:33:41 PM
well I for one am holding.


Title: Re: [ANN][CASH] Ecash | Anonymous | X11 | Masternodes | Darksend | InstantX
Post by: adabau on March 15, 2015, 07:48:06 PM


changes name to...



  • New name: ePay
  • New Ticker: PAY
  • Hardfork at block 12000 to fix block reward formula. New formula (22222220.0 / (pow((dDiff+2600.0)/9.0,2.0)))

Github source: https://github.com/wonko433/epay (https://github.com/wonko433/epay)

Rename your ecash folder and ecash.conf to epay and epay.conf.

Please update as soon as possible.

Will add windows wallet as soon as possible   :P


And I donate 5000 PAY for both of our bounties to kick-start our bounty list  ;)
  • Second blockexplorer, Tx: f5e60be612888ade80a3f7e77866d20ff6a86b7f5c7105c7c355dfe2ab86a5da
  • Third pool, Tx: 074090ec5a78521e2a17617054789da6c839c544b78abc50260aef2699fe18e9


Title: Re: [ANN][PAY] ePay former Ecash| Anonymous |X11 | Masternodes | Darksend | InstantX
Post by: ocminer on March 15, 2015, 08:56:37 PM
Suprnova is updated - its now running the epay daemon


Title: Re: [ANN][PAY] ePay former Ecash| Anonymous |X11 | Masternodes | Darksend | InstantX
Post by: ocminer on March 15, 2015, 09:00:40 PM
Suprnova is updated - its now running the epay daemon

Great Thumbs up  ;D


You're giving me a really hard time with all those updates/name changes/relaunches.. I hope this is the last for some time now ;-)


Title: Re: [ANN][PAY] ePay former Ecash| Anonymous |X11 | Masternodes | Darksend | InstantX
Post by: adabau on March 15, 2015, 09:03:15 PM
Suprnova is updated - its now running the epay daemon

Great Thumbs up  ;D


You're giving me a really hard time with all those updates/name changes/relaunches.. I hope this is the last for some time now ;-)

Sorry, hopefully it is  ;)


Title: Re: [ANN][PAY] ePay former Ecash| Anonymous |X11 | Masternodes | Darksend | InstantX
Post by: xinbinbin on March 15, 2015, 09:10:40 PM
I like this name.


Title: Re: [ANN][PAY] ePay former Ecash| Anonymous |X11 | Masternodes | Darksend | InstantX
Post by: adabau on March 15, 2015, 09:19:20 PM
I like this name.

Me to  ;), hopefully others will like it too.


Title: Re: [ANN][PAY] ePay former Ecash| Anonymous |X11 | Masternodes | Darksend | InstantX
Post by: mistercashking on March 16, 2015, 01:47:59 AM
I withdrew coins from the yobit exchange. what does this mean??? The exclamation marks ! !  ??? Will it solve itself out with the new wallet?



Title: Re: [ANN][PAY] ePay former Ecash| Anonymous |X11 | Masternodes | Darksend | InstantX
Post by: zakorus on March 16, 2015, 02:56:19 AM
so wheres the new windows wallet? :)


Title: Re: [ANN][PAY] ePay former Ecash| Anonymous |X11 | Masternodes | Darksend | InstantX
Post by: adabau on March 16, 2015, 09:12:09 AM
I withdrew coins from the yobit exchange. what does this mean??? The exclamation marks ! !  ??? Will it solve itself out with the new wallet?



try -rescan

so wheres the new windows wallet? :)

Sorry, it comes in a few hours. The windows computer crashed yesterday so I have to reinstall everything on it.


Title: Re: [ANN][CASH] Ecash | Anonymous | X11 | Masternodes | Darksend | InstantX
Post by: Digital_Currency_LTD on March 16, 2015, 09:20:20 AM


changes name to...



  • New name: ePay
  • New Ticker: PAY
  • Hardfork at block 12000 to fix block reward formula. New formula (22222220.0 / (pow((dDiff+2600.0)/9.0,2.0)))

Github source: https://github.com/wonko433/epay (https://github.com/wonko433/epay)

Rename your ecash folder and ecash.conf to epay and epay.conf.

Please update as soon as possible.

Will add windows wallet as soon as possible   :P


And I donate 5000 PAY for both of our bounties to kick-start our bounty list  ;)
  • Second blockexplorer, Tx: f5e60be612888ade80a3f7e77866d20ff6a86b7f5c7105c7c355dfe2ab86a5da
  • Third pool, Tx: 074090ec5a78521e2a17617054789da6c839c544b78abc50260aef2699fe18e9

Finally!!!!

Guys, are the another darkcoin funtcions works this coin? Darksend, etc?


Title: Re: [ANN][PAY] ePay former Ecash| Anonymous |X11 | Masternodes | Darksend | InstantX
Post by: mistercashking on March 16, 2015, 12:30:19 PM
I withdrew coins from the yobit exchange. what does this mean??? The exclamation marks ! !  ??? Will it solve itself out with the new wallet?



try -rescan


I did now it says unconfirmed but it doesn't confirm.



Edit: fixed it. By manually doing "getrawtransaction" "sendrawtransaction" method.


Title: Re: [ANN][PAY] ePay former Ecash| Anonymous |X11 | Masternodes | Darksend | InstantX
Post by: adabau on March 16, 2015, 12:41:51 PM
I withdrew coins from the yobit exchange. what does this mean??? The exclamation marks ! !  ??? Will it solve itself out with the new wallet?



try -rescan


I did now it says unconfirmed but it doesn't confirm.



Edit: fixed it. By manually doing "getrawtransaction" "sendrawtransaction" method.

great that you worked it out  ;)


Title: Re: [ANN][CASH] Ecash | Anonymous | X11 | Masternodes | Darksend | InstantX
Post by: adabau on March 16, 2015, 02:39:08 PM


changes name to...



  • New name: ePay
  • New Ticker: PAY
  • Hardfork at block 12000 to fix block reward formula. New formula (22222220.0 / (pow((dDiff+2600.0)/9.0,2.0)))

Github source: https://github.com/wonko433/epay (https://github.com/wonko433/epay)

Rename your ecash folder and ecash.conf to epay and epay.conf.

Please update as soon as possible.

Will add windows wallet as soon as possible   :P


And I donate 5000 PAY for both of our bounties to kick-start our bounty list  ;)
  • Second blockexplorer, Tx: f5e60be612888ade80a3f7e77866d20ff6a86b7f5c7105c7c355dfe2ab86a5da
  • Third pool, Tx: 074090ec5a78521e2a17617054789da6c839c544b78abc50260aef2699fe18e9

Finally!!!!

Guys, are the another darkcoin funtcions works this coin? Darksend, etc?

Yes everything works, Darksend, InstantX and Masternodes but darksend can be a bit slow due to not so many people use it yet.


Title: Re: [ANN][PAY] ePay former Ecash| Anonymous |X11 | Masternodes | Darksend | InstantX
Post by: mistercashking on March 16, 2015, 03:30:11 PM
hey dev, when you release the new wallet you should add a screenshot image to the OP so that people know/see it has the features.


Title: Re: [ANN][PAY] ePay former Ecash| Anonymous |X11 | Masternodes | Darksend | InstantX
Post by: adabau on March 16, 2015, 03:53:35 PM
hey dev, when you release the new wallet you should add a screenshot image to the OP so that people know/see it has the features.

Good idea, will do that. Compiling the windows wallet right now.


Title: Re: [ANN][PAY] ePay | Anonymous | X11 | Masternodes | Darksend | InstantX
Post by: adabau on March 16, 2015, 05:29:59 PM
Here you have ePay windows wallet. Sorry that it took so long  :-[.

Release v0.11.1.254
Windows Wallet:
https://github.com/wonko433/epay/releases/download/v0.11.1.254/ePay-Qt.zip (https://github.com/wonko433/epay/releases/download/v0.11.1.254/ePay-Qt.zip)

http://i62.tinypic.com/6iv434.jpg


Title: Re: [ANN][PAY] ePay | Anonymous | X11 | Masternodes | Darksend | InstantX
Post by: BanzaiBTC on March 16, 2015, 05:59:04 PM
Nice  :) All that is left is a nice skin on the wallet dev ;)


Title: Re: [ANN][PAY] ePay | Anonymous | X11 | Masternodes | Darksend | InstantX
Post by: adabau on March 16, 2015, 06:41:53 PM
We have received a second pool: http://epay.cryptopools.com (http://epay.cryptopools.com)

Please give them some love  ;D.

Will also give them the second pool bounty of 5000 PAY as soon as I got an address from them  :D.

Sent tx:  a69f0636d4ea35bcbbc2fa284406524d0d2209ba9ed57400f126bf4a471b6935


Title: Re: [ANN][PAY] ePay | Anonymous | X11 | Masternodes | Darksend | InstantX
Post by: Shadow_Runner on March 16, 2015, 06:45:07 PM
Nice. I made good decision not dump cash, when a lot dumps has been at Yobit. Very cheap, bought some at 200 sats.  8)


Title: Re: [ANN][PAY] ePay | Anonymous | X11 | Masternodes | Darksend | InstantX
Post by: adabau on March 16, 2015, 08:05:57 PM
Second pool bounty paid  :D

Tx:  a69f0636d4ea35bcbbc2fa284406524d0d2209ba9ed57400f126bf4a471b6935


Title: Re: [ANN][PAY] ePay | Anonymous | X11 | Masternodes | Darksend | InstantX
Post by: adabau on March 16, 2015, 09:21:20 PM
Is there anyone who tried Darksend or InstantX?

Tested just now and both works really good  ;D



Title: Re: [ANN][PAY] ePay | Anonymous | X11 | Masternodes | Darksend | InstantX
Post by: zakorus on March 17, 2015, 03:00:40 AM
umm whered my money go?
downloaded the new wallet and its all gone.


nvm found my old wallet dat.


Title: Re: [ANN][PAY] ePay | Anonymous | X11 | Masternodes | Darksend | InstantX
Post by: Mig-23 on March 17, 2015, 03:15:14 AM
umm whered my money go?
downloaded the new wallet and its all gone.


nvm found my old wallet dat.

make sure you save your wallet.dat before install the new wallet


Title: Re: [ANN][PAY] ePay | Anonymous | X11 | Masternodes | Darksend | InstantX
Post by: xinbinbin on March 17, 2015, 10:16:43 AM
We have received a second pool: http://epay.cryptopools.com (http://epay.cryptopools.com)

Please give them some love  ;D.

Will also give them the second pool bounty of 5000 PAY as soon as I got an address from them  :D.

Sent tx:  a69f0636d4ea35bcbbc2fa284406524d0d2209ba9ed57400f126bf4a471b6935
This pool does not pay, let's be careful!


Title: Re: [ANN][PAY] ePay | Anonymous | X11 | Masternodes | Darksend | InstantX
Post by: adabau on March 17, 2015, 10:29:51 AM
We have received a second pool: http://epay.cryptopools.com (http://epay.cryptopools.com)

Please give them some love  ;D.

Will also give them the second pool bounty of 5000 PAY as soon as I got an address from them  :D.

Sent tx:  a69f0636d4ea35bcbbc2fa284406524d0d2209ba9ed57400f126bf4a471b6935
This pool does not pay, let's be careful!

It says that they have a problem and examines it right now. Hopefully they solved it soon. But you are right you should always be careful so it's probably best to wait until they started with payments.

Will send a message and ask what's going on.


Title: Re: [ANN][PAY] ePay | Anonymous | X11 | Masternodes | Darksend | InstantX
Post by: xinbinbin on March 17, 2015, 10:39:03 AM
We have received a second pool: http://epay.cryptopools.com (http://epay.cryptopools.com)

Please give them some love  ;D.

Will also give them the second pool bounty of 5000 PAY as soon as I got an address from them  :D.

Sent tx:  a69f0636d4ea35bcbbc2fa284406524d0d2209ba9ed57400f126bf4a471b6935
This pool does not pay, let's be careful!

It says that they have a problem and examines it right now. Hopefully they solved it soon. But you are right you should always be careful so it's probably best to wait until they started with payments.

Will send a message and ask what's going on.
You should inform here, I have dug a lot of specie payment in the pool can not.


Title: Re: [ANN][PAY] ePay | Anonymous | X11 | Masternodes | Darksend | InstantX
Post by: adabau on March 17, 2015, 10:51:15 AM
We have received a second pool: http://epay.cryptopools.com (http://epay.cryptopools.com)

Please give them some love  ;D.

Will also give them the second pool bounty of 5000 PAY as soon as I got an address from them  :D.

Sent tx:  a69f0636d4ea35bcbbc2fa284406524d0d2209ba9ed57400f126bf4a471b6935
This pool does not pay, let's be careful!

It says that they have a problem and examines it right now. Hopefully they solved it soon. But you are right you should always be careful so it's probably best to wait until they started with payments.

Will send a message and ask what's going on.
You should inform here, I have dug a lot of specie payment in the pool can not.

Hope you get your coins soon  :-\.

I have sent them a message and waits for more information. Also wrote in the op that they do not pay right now.


Title: Re: [ANN][PAY] ePay | Anonymous | X11 | Masternodes | Darksend | InstantX
Post by: antonio8 on March 17, 2015, 11:24:29 AM
I just ran ip config to make sure my ip is correct and matches what is in my config. My ip shows up in the list but I have not received any payments now for 2 days.

Should the config be named epay or ePay?


Title: Re: [ANN][PAY] ePay | Anonymous | X11 | Masternodes | Darksend | InstantX
Post by: adabau on March 17, 2015, 11:29:16 AM
I just ran ip config to make sure my ip is correct and matches what is in my config. My ip shows up in the list but I have not received any payments now for 2 days.

Should the config be named epay or ePay?

epay.conf, try restarting your masternode.

-epay masternode stop
-epay stop
-wait about an hour for safety's sake
-epay start
-epay masternode start

Send me a PM with your masternode IP and I'll see if it shows up in my masternode list


Title: Re: [ANN][PAY] ePay | Anonymous | X11 | Masternodes | Darksend | InstantX
Post by: usairx on March 17, 2015, 11:32:30 AM
I am invested in this coin and I hope you are right


Title: Re: [ANN][PAY] ePay | Anonymous | X11 | Masternodes | Darksend | InstantX
Post by: usairx on March 17, 2015, 11:34:26 AM
Nice. I made good decision not dump cash, when a lot dumps has been at Yobit. Very cheap, bought some at 200 sats.  8)

yep Sir , Still massively undervalued ;)


Title: Re: [ANN][PAY] ePay | Anonymous | X11 | Masternodes | Darksend | InstantX
Post by: techbytes on March 17, 2015, 01:33:31 PM
We have received a second pool: http://epay.cryptopools.com (http://epay.cryptopools.com)

Please give them some love  ;D.

Will also give them the second pool bounty of 5000 PAY as soon as I got an address from them  :D.

Sent tx:  a69f0636d4ea35bcbbc2fa284406524d0d2209ba9ed57400f126bf4a471b6935
This pool does not pay, let's be careful!

It says that they have a problem and examines it right now. Hopefully they solved it soon. But you are right you should always be careful so it's probably best to wait until they started with payments.

Will send a message and ask what's going on.
You should inform here, I have dug a lot of specie payment in the pool can not.

Hope you get your coins soon  :-\.

I have sent them a message and waits for more information. Also wrote in the op that they do not pay right now.


Payouts are running now.  Sorry for the wait.


-tb-


Title: Re: [ANN][PAY] ePay | Anonymous | X11 | Masternodes | Darksend | InstantX
Post by: adabau on March 17, 2015, 01:39:21 PM
We have received a second pool: http://epay.cryptopools.com (http://epay.cryptopools.com)

Please give them some love  ;D.

Will also give them the second pool bounty of 5000 PAY as soon as I got an address from them  :D.

Sent tx:  a69f0636d4ea35bcbbc2fa284406524d0d2209ba9ed57400f126bf4a471b6935
This pool does not pay, let's be careful!

It says that they have a problem and examines it right now. Hopefully they solved it soon. But you are right you should always be careful so it's probably best to wait until they started with payments.

Will send a message and ask what's going on.
You should inform here, I have dug a lot of specie payment in the pool can not.

Hope you get your coins soon  :-\.

I have sent them a message and waits for more information. Also wrote in the op that they do not pay right now.


Payouts are running now.  Sorry for the wait.


-tb-

Good to hear  ;)


Title: Re: [ANN][PAY] ePay | Anonymous | X11 | Masternodes | Darksend | InstantX
Post by: Digital_Currency_LTD on March 17, 2015, 04:21:44 PM
Dev!

Have you contacted Bittrex already?


Title: Re: [ANN][PAY] ePay | Anonymous | X11 | Masternodes | Darksend | InstantX
Post by: adabau on March 17, 2015, 04:26:45 PM
Dev!

Have you contacted Bittrex already?

No not yet, have to fix the block explorer first  :P.


Title: Re: [ANN][PAY] ePay | Anonymous | X11 | Masternodes | Darksend | InstantX
Post by: animalroam on March 17, 2015, 08:35:28 PM
Dev!

Have you contacted Bittrex already?

No not yet, have to fix the block explorer first  :P.

Block explorer has been fixed and updated at http://cryptobe.com/chain/Epay .  Blocks will take a moment to load.


Title: Re: [ANN][PAY] ePay | Anonymous | X11 | Masternodes | Darksend | InstantX
Post by: adabau on March 17, 2015, 09:24:28 PM
Dev!

Have you contacted Bittrex already?

Alright now the blockexplorer works and i have contacted bittrex. Hopefully we hear from them soon  ;).


Title: Re: [ANN][PAY] ePay | Anonymous | X11 | Masternodes | Darksend | InstantX
Post by: c-cex on March 17, 2015, 10:39:02 PM
We don't have clear statement from dev about swap for our customers. New wallet does not work with old wallet.dat. if we don't get solution in 2 days from dev we will have to remove wallet from exchange with it's all customer's balances.


Title: Re: [ANN][PAY] ePay | Anonymous | X11 | Masternodes | Darksend | InstantX
Post by: Cryptophile on March 17, 2015, 11:21:47 PM
We don't have clear statement from dev about swap for our customers. New wallet does not work with old wallet.dat. if we don't get solution in 2 days from dev we will have to remove wallet from exchange with it's all customer's balances.

Completely different chains and I dont think any coins were reserved for a swap.  Yea, dev ain't that smart...he just started from scratch.  Dump it.


Title: Re: [ANN][PAY] ePay | Anonymous | X11 | Masternodes | Darksend | InstantX
Post by: ancientcoins on March 17, 2015, 11:29:40 PM
We don't have clear statement from dev about swap for our customers. New wallet does not work with old wallet.dat. if we don't get solution in 2 days from dev we will have to remove wallet from exchange with it's all customer's balances.

Completely different chains and I dont think any coins were reserved for a swap.  Yea, dev ain't that smart...he just started from scratch.  Dump it.

exactly no swap or anything. if the coin gets in trouble again i wonder what dev will do


Title: Re: [ANN][PAY] ePay | Anonymous | X11 | Masternodes | Darksend | InstantX
Post by: adabau on March 17, 2015, 11:47:16 PM
We don't have clear statement from dev about swap for our customers. New wallet does not work with old wallet.dat. if we don't get solution in 2 days from dev we will have to remove wallet from exchange with it's all customer's balances.

I told them that if their wallet was before the relaunch it wouldn't work.

Hi!

If your wallet is from before the relaunch 5:20PM UTC, 4th Mar 2015 then they're not compatible but otherwise, they're are compatible, the same blockchain, pub key, priv key, just a name and ticker change.

Thank You!


And I have tried to reach them since the relanch about it.

Hello!

Your coin added to our exchange!

Here is BTC and USD trading pairs:

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

Also it is tradable to any other coin we have (100+):

https://c-cex.com/?p=cash-ltc
https://c-cex.com/?p=cash-nxt
https://c-cex.com/?p=cash-doge
https://c-cex.com/?p=cash-drk
https://c-cex.com/?p=cash-...

We also have merchant service ready for Your coin: https://c-cex.com/?id=merch
And simple TX explorer: https://c-cex.com/explorer.html

I would be very apreciated if You check our exchange and make some feedback and announce for Your community.
Also, if possible, please update Your OP with links to our exchanges.

Here is our logo: https://c-cex.com/i/l.png
Better quality logo: https://c-cex.com/c-cex_logo.pdf

Feel free to contact me at skype: "cicecx" or e-mail: cicecx@gmail.com

Sincerely, Yuriy, C-CEX.com owner.

Hi!

We did a relaunch of ECash.

Here is the new ann thread and git source:

Ann: https://bitcointalk.org/index.php?topic=976153.0 (https://bitcointalk.org/index.php?topic=976153.0)
Git source: https://github.com/wonko433/ecash/releases/tag/v0.11.1.252 (https://github.com/wonko433/ecash/releases/tag/v0.11.1.252)

It would be very nice if you change it in the era Exchange.

Sincerely


Title: Re: [ANN][PAY] ePay | Anonymous | X11 | Masternodes | Darksend | InstantX
Post by: c-cex on March 17, 2015, 11:50:57 PM
It would be very nice if you change it in the era Exchange.

Is this Your swap solution? Just to send total balance of our wallet to other "era" exchange which I never heard about?


Title: Re: [ANN][PAY] ePay | Anonymous | X11 | Masternodes | Darksend | InstantX
Post by: Cryptophile on March 17, 2015, 11:54:26 PM
It would be very nice if you change it in the era Exchange.

Is this Your swap solution? Just to send total balance of our wallet to other "era" exchange which I never heard about?


Just kill it.  He doesn't even understand what you're asking based on his response.


Title: Re: [ANN][PAY] ePay | Anonymous | X11 | Masternodes | Darksend | InstantX
Post by: xinbinbin on March 18, 2015, 10:13:02 AM
Would love to go to BETTREX!


Title: Re: [ANN][PAY] ePay | Anonymous | X11 | Masternodes | Darksend | InstantX
Post by: adabau on March 18, 2015, 10:49:50 AM
Would love to go to BETTREX!

yes, we'll see how it goes after the entire c-cex history  >:(


Title: Re: [ANN][PAY] ePay | Anonymous | X11 | Masternodes | Darksend | InstantX
Post by: xinbinbin on March 18, 2015, 11:11:34 AM
Would love to go to BETTREX!

yes, we'll see how it goes after the entire c-cex history  >:(
C-CEX should give up, we should turn to BETTREX.


Title: Re: [ANN][PAY] ePay | Anonymous | X11 | Masternodes | Darksend | InstantX
Post by: Digital_Currency_LTD on March 18, 2015, 03:25:39 PM
Absolutely, we need Bittrex!

BTW: Anybody have a tutorial how I can running a masternode?


Title: Re: [ANN][PAY] ePay | Anonymous | X11 | Masternodes | Darksend | InstantX
Post by: wow!NotAgain on March 18, 2015, 05:00:14 PM
We don't have clear statement from dev about swap for our customers. New wallet does not work with old wallet.dat. if we don't get solution in 2 days from dev we will have to remove wallet from exchange with it's all customer's balances.

I told them that if their wallet was before the relaunch it wouldn't work.

Hi!

If your wallet is from before the relaunch 5:20PM UTC, 4th Mar 2015 then they're not compatible but otherwise, they're are compatible, the same blockchain, pub key, priv key, just a name and ticker change.

Thank You!


And I have tried to reach them since the relanch about it.

Hello!

Your coin added to our exchange!

Here is BTC and USD trading pairs:

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

Also it is tradable to any other coin we have (100+):

https://c-cex.com/?p=cash-ltc
https://c-cex.com/?p=cash-nxt
https://c-cex.com/?p=cash-doge
https://c-cex.com/?p=cash-drk
https://c-cex.com/?p=cash-...

We also have merchant service ready for Your coin: https://c-cex.com/?id=merch
And simple TX explorer: https://c-cex.com/explorer.html

I would be very apreciated if You check our exchange and make some feedback and announce for Your community.
Also, if possible, please update Your OP with links to our exchanges.

Here is our logo: https://c-cex.com/i/l.png
Better quality logo: https://c-cex.com/c-cex_logo.pdf

Feel free to contact me at skype: "cicecx" or e-mail: cicecx@gmail.com

Sincerely, Yuriy, C-CEX.com owner.

Hi!

We did a relaunch of ECash.

Here is the new ann thread and git source:

Ann: https://bitcointalk.org/index.php?topic=976153.0 (https://bitcointalk.org/index.php?topic=976153.0)
Git source: https://github.com/wonko433/ecash/releases/tag/v0.11.1.252 (https://github.com/wonko433/ecash/releases/tag/v0.11.1.252)

It would be very nice if you change it in the era Exchange.

Sincerely

blame exchange for you mistake that cost people money.

you idiot

you coin die because it shit


Title: Re: [ANN][PAY] ePay | Anonymous | X11 | Masternodes | Darksend | InstantX
Post by: xinbinbin on March 18, 2015, 05:19:27 PM
We don't have clear statement from dev about swap for our customers. New wallet does not work with old wallet.dat. if we don't get solution in 2 days from dev we will have to remove wallet from exchange with it's all customer's balances.

I told them that if their wallet was before the relaunch it wouldn't work.

Hi!

If your wallet is from before the relaunch 5:20PM UTC, 4th Mar 2015 then they're not compatible but otherwise, they're are compatible, the same blockchain, pub key, priv key, just a name and ticker change.

Thank You!


And I have tried to reach them since the relanch about it.

Hello!

Your coin added to our exchange!

Here is BTC and USD trading pairs:

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

Also it is tradable to any other coin we have (100+):

https://c-cex.com/?p=cash-ltc
https://c-cex.com/?p=cash-nxt
https://c-cex.com/?p=cash-doge
https://c-cex.com/?p=cash-drk
https://c-cex.com/?p=cash-...

We also have merchant service ready for Your coin: https://c-cex.com/?id=merch
And simple TX explorer: https://c-cex.com/explorer.html

I would be very apreciated if You check our exchange and make some feedback and announce for Your community.
Also, if possible, please update Your OP with links to our exchanges.

Here is our logo: https://c-cex.com/i/l.png
Better quality logo: https://c-cex.com/c-cex_logo.pdf

Feel free to contact me at skype: "cicecx" or e-mail: cicecx@gmail.com

Sincerely, Yuriy, C-CEX.com owner.

Hi!

We did a relaunch of ECash.

Here is the new ann thread and git source:

Ann: https://bitcointalk.org/index.php?topic=976153.0 (https://bitcointalk.org/index.php?topic=976153.0)
Git source: https://github.com/wonko433/ecash/releases/tag/v0.11.1.252 (https://github.com/wonko433/ecash/releases/tag/v0.11.1.252)

It would be very nice if you change it in the era Exchange.

Sincerely

blame exchange for you mistake that cost people money.

you idiot

you coin die because it shit
Why do you say that, in fact, this is a very good coin, development is very active, expecting him to a better trading platform!


Title: Re: [ANN][PAY] ePay | Anonymous | X11 | Masternodes | Darksend | InstantX
Post by: Cryptophile on March 18, 2015, 06:45:31 PM
Why do you say that, in fact, this is a very good coin, development is very active, expecting him to a better trading platform!

He says that because this coin is shit.  There is NO development, he fucked up the launch and screwed over a bunch of people and this coin will go absolutely nowhere because the "dev" is NOT a real developer.



Title: Re: [ANN][PAY] ePay | Anonymous | X11 | Masternodes | Darksend | InstantX
Post by: lentzaj on March 18, 2015, 08:09:03 PM
Hey guys,

I got money riding on this too. Just let it ride. Stop pumping and dumping large amounts, until we get the volume and price up.


Title: Re: [ANN][PAY] ePay | Anonymous | X11 | Masternodes | Darksend | InstantX
Post by: Propulsion on March 18, 2015, 10:56:52 PM
Absolutely, we need Bittrex!

BTW: Anybody have a tutorial how I can running a masternode?

You could look at the real currency that created Masternodes and go from there....

http://dashtalk.org



Title: Re: [ANN][PAY] ePay | Anonymous | X11 | Masternodes | Darksend | InstantX
Post by: antonio8 on March 19, 2015, 01:35:20 AM
I have 1 of 3 wallets getting the MN payments.

On the 2 that are not I have checked to make sure my ip matches what is in the config and it does. I have stopped the MN and left the wallets closed for over 24 hours and still not working.

I had no issues until the change over to E-Pay. Any ideas?


Title: Re: [ANN][PAY] ePay | Anonymous | X11 | Masternodes | Darksend | InstantX
Post by: fmz89 on March 19, 2015, 11:19:43 AM
Would love to go to BETTREX!

yes, we'll see how it goes after the entire c-cex history  >:(
i have 150k on ccex & i guest millions coins in their wallet >:(
shit c-cex >:(,doesnt even send me mail


Title: Re: [ANN][PAY] ePay | Anonymous | X11 | Masternodes | Darksend | InstantX
Post by: Cryptophile on March 19, 2015, 05:13:32 PM
Would love to go to BETTREX!

yes, we'll see how it goes after the entire c-cex history  >:(
i have 150k on ccex & i guest millions coins in their wallet >:(
shit c-cex >:(,doesnt even send me mail

Blame the adabau, not c-cex.  It was his fault, not the exchanges.


Title: Re: [ANN][PAY] ePay | Anonymous | X11 | Masternodes | Darksend | InstantX
Post by: wow!NotAgain on March 19, 2015, 05:33:51 PM
adabau/cryptodev35/pig anus  launch new coin  now called Ipay same ANN https://bitcointalk.org/index.php?topic=996567.0 (https://bitcointalk.org/index.php?topic=996567.0)

three time same coin

big idiot waste people time money

idiot needs crawl back in pig anus stay there



Title: Re: [ANN][PAY] ePay | Anonymous | X11 | Masternodes | Darksend | InstantX
Post by: wow!NotAgain on March 19, 2015, 05:43:35 PM
this is dev  it just child  do same thing cryptonote coin   make many abandoned


HorizonCoin and OrionCoin are two different Teams. It like a Contest. Which Coin would be more successful

You're a liar and you know it.  Now quit wasting peoples time with your crap.  You're as bad as that hack that made matrixcoin, hashcoin, and dreamcoin.  One right after another and all crap.


Instagram:

http://s29.postimg.org/ijzxto35j/instagram.png


Cryptocointalk:

http://s3.postimg.org/993fg1jzn/cryptotalk.png




Title: Re: [ANN][PAY] ePay | Anonymous | X11 | Masternodes | Darksend | InstantX
Post by: adabau on March 20, 2015, 11:39:32 AM
Okay I have received responses from bittrex, here it is:

Quote
Thanks for the request. Our policy is to not comment on whether we will launch coins but we mainly add coins due to community demand.

We gauge demand based off of tweets, hash power, length of bitcointalk thread, volume on other exchanges, etc. Follow us on twitter @bittrexexchange and tweet about how much you like this coin and Bittrex. We respond to creative and insightful posts to help market your favorite coins and Bittrex. I'd also consider coming to our irc channel #bittrex on irc.freenode.net and do some guerrilla marketing. The traders there can help you gain exposure for your coin.

Thanks,
Ryan @ Bittrex
Follow us on Twitter: https://twitter.com/BittrexExchange

So it looks like for us to be listed so we need to show that we want to be listed. Would be great if as many as possible write to them and say you want to get ePay listed.

By the way, I will not leave this project and I have nothing to do with cryptodev35 or iCash.

We all want the same thing, get a free financial system without any central authority and the whole altcoin scene is a great experiment where everyone tries different models for our ultimate goal. So let's stop with all this hate and let's all be friends instead.


Title: Re: [ANN][PAY] ePay | Anonymous | X11 | Masternodes | Darksend | InstantX
Post by: xinbinbin on March 20, 2015, 01:12:35 PM
Okay I have received responses from bittrex, here it is:

Quote
Thanks for the request. Our policy is to not comment on whether we will launch coins but we mainly add coins due to community demand.

We gauge demand based off of tweets, hash power, length of bitcointalk thread, volume on other exchanges, etc. Follow us on twitter @bittrexexchange and tweet about how much you like this coin and Bittrex. We respond to creative and insightful posts to help market your favorite coins and Bittrex. I'd also consider coming to our irc channel #bittrex on irc.freenode.net and do some guerrilla marketing. The traders there can help you gain exposure for your coin.

Thanks,
Ryan @ Bittrex
Follow us on Twitter: https://twitter.com/BittrexExchange

So it looks like for us to be listed so we need to show that we want to be listed. Would be great if as many as possible write to them and say you want to get ePay listed.

By the way, I will not leave this project and I have nothing to do with cryptodev35 or iCash.

We all want the same thing, get a free financial system without any central authority and the whole altcoin scene is a great experiment where everyone tries different models for our ultimate goal. So let's stop with all this hate and let's all be friends instead.
Well, I love this item!


Title: Re: [ANN][PAY] ePay | Anonymous | X11 | Masternodes | Darksend | InstantX
Post by: xinbinbin on March 20, 2015, 09:07:12 PM
Okay I have received responses from bittrex, here it is:

Quote
Thanks for the request. Our policy is to not comment on whether we will launch coins but we mainly add coins due to community demand.

We gauge demand based off of tweets, hash power, length of bitcointalk thread, volume on other exchanges, etc. Follow us on twitter @bittrexexchange and tweet about how much you like this coin and Bittrex. We respond to creative and insightful posts to help market your favorite coins and Bittrex. I'd also consider coming to our irc channel #bittrex on irc.freenode.net and do some guerrilla marketing. The traders there can help you gain exposure for your coin.

Thanks,
Ryan @ Bittrex
Follow us on Twitter: https://twitter.com/BittrexExchange

So it looks like for us to be listed so we need to show that we want to be listed. Would be great if as many as possible write to them and say you want to get ePay listed.

By the way, I will not leave this project and I have nothing to do with cryptodev35 or iCash.

We all want the same thing, get a free financial system without any central authority and the whole altcoin scene is a great experiment where everyone tries different models for our ultimate goal. So let's stop with all this hate and let's all be friends instead.
Over 3 BTC can be directly on the BETTREX!


Title: Re: [ANN][PAY] ePay | Anonymous | X11 | Masternodes | Darksend | InstantX
Post by: Digital_Currency_LTD on March 21, 2015, 07:00:10 PM
Darkcoin is raising, when we going to Bittrex guys?


Title: Re: [ANN][PAY] ePay | Anonymous | X11 | Masternodes | Darksend | InstantX
Post by: xinbinbin on March 21, 2015, 07:42:19 PM
Development is missing?


Title: Re: [ANN][PAY] ePay | Anonymous | X11 | Masternodes | Darksend | InstantX
Post by: lentzaj on March 22, 2015, 04:11:45 AM
So I crashed my windows platform/my dog knocked over my computer. I got ubuntu 14.04 instead. I like it, but it's complicated (I went to school for psychology). Any help on compiling this wallet for ubuntu? I have everything installed and qmake and make. As far as making it executable to load the actual wallet, i'm lost


Title: Re: [ANN][PAY] ePay | Anonymous | X11 | Masternodes | Darksend | InstantX
Post by: Vann on March 24, 2015, 07:26:24 PM
So I crashed my windows platform/my dog knocked over my computer. I got ubuntu 14.04 instead. I like it, but it's complicated (I went to school for psychology). Any help on compiling this wallet for ubuntu? I have everything installed and qmake and make. As far as making it executable to load the actual wallet, i'm lost

1/. Install the dependencies (make sure to use Berkley db 4.8 as mentioned):

http://en.wiki.dashninja.pl/wiki/Install_Linux_Wallet

2/. Clone the repo:
Code:
git clone https://github.com/wonko433/epay

3/. Build:
Code:
cd epay

Code:
./autogen.sh

Code:
./configure \
--prefix=$HOME/INSTALL LOCATION \ (optional)
--without-miniupnpc \
--with-gui \
--with-gui=qt5 \
--with-qrencode=yes \
--with-qtdbus=yes

Code:
make

4/. Strip the binaries (optional):
Code:
strip src/{epay-cli,epayd,qt/epay-qt}

5/. Install binaries to prefix (optional):
Code:
make install

6/. Make executable
Code:
chmod +x $HOME/INSTALL LOCATION/{epay-cli,epayd,qt/epay-qt}

7/. Run qt:
Code:
$HOME/INSTALL LOCATION/epay-qt

8/. Create a launch script and make executable (optional):
Code:
#!/bin/bash
gnome-terminal -e "$HOME/INSTALL LOCATION/epay-qt"


Title: Re: [ANN][PAY] ePay | Anonymous | X11 | Masternodes | Darksend | InstantX
Post by: xinbinbin on March 26, 2015, 04:06:51 PM
My God, development and disappear


Title: Re: [ANN][PAY] ePay | Anonymous | X11 | Masternodes | Darksend | InstantX
Post by: lentzaj on March 27, 2015, 04:28:45 AM
So I crashed my windows platform/my dog knocked over my computer. I got ubuntu 14.04 instead. I like it, but it's complicated (I went to school for psychology). Any help on compiling this wallet for ubuntu? I have everything installed and qmake and make. As far as making it executable to load the actual wallet, i'm lost

1/. Install the dependencies (make sure to use Berkley db 4.8 as mentioned):

http://en.wiki.dashninja.pl/wiki/Install_Linux_Wallet

2/. Clone the repo:
Code:
git clone https://github.com/wonko433/epay

3/. Build:
Code:
cd epay

Code:
./autogen.sh

Code:
./configure \
--prefix=$HOME/INSTALL LOCATION \ (optional)
--without-miniupnpc \
--with-gui \
--with-gui=qt5 \
--with-qrencode=yes \
--with-qtdbus=yes

Code:
make

4/. Strip the binaries (optional):
Code:
strip src/{epay-cli,epayd,qt/epay-qt}

5/. Install binaries to prefix (optional):
Code:
make install

6/. Make executable
Code:
chmod +x $HOME/INSTALL LOCATION/{epay-cli,epayd,qt/epay-qt}

7/. Run qt:
Code:
$HOME/INSTALL LOCATION/epay-qt

8/. Create a launch script and make executable (optional):
Code:
#!/bin/bash
gnome-terminal -e "$HOME/INSTALL LOCATION/epay-qt"


Thanks Vann That worked perfectly


Title: Re: [ANN][PAY] ePay | Anonymous | X11 | Masternodes | Darksend | InstantX
Post by: jamo4000 on March 27, 2015, 06:50:48 AM
187.5 PAY / Block now


Title: Re: [ANN][PAY] ePay | Anonymous | X11 | Masternodes | Darksend | InstantX
Post by: Jamil.Kamil on March 27, 2015, 07:01:57 AM
By Ebay easily Can exchange coins any others..?


Title: Re: [ANN][PAY] ePay | Anonymous | X11 | Masternodes | Darksend | InstantX
Post by: jamo4000 on March 30, 2015, 06:10:00 AM
My wallet can't sync  ???


Title: Re: [ANN][PAY] ePay | Anonymous | X11 | Masternodes | Darksend | InstantX
Post by: jamo4000 on March 30, 2015, 03:59:19 PM
It's ok now, i delete all roaming/epay (-wallet.dat) and sync ok :)


Title: Re: [ANN][PAY] ePay | Anonymous | X11 | Masternodes | Darksend | InstantX
Post by: lentzaj on March 30, 2015, 09:03:39 PM
Did I miss something? 30,000 of my coins are gone on Yobit.


Title: Re: [ANN][PAY] ePay | Anonymous | X11 | Masternodes | Darksend | InstantX
Post by: xinbinbin on March 30, 2015, 11:28:37 PM
Did I miss something? 30,000 of my coins are gone on Yobit.
You lost your coins in TOBIT?


Title: Re: [ANN][PAY] ePay | Anonymous | X11 | Masternodes | Darksend | InstantX
Post by: TrackCoin on March 30, 2015, 11:40:08 PM
Quick service and quick pay so hardly got only PAY.... ::)


Title: Re: [ANN][PAY] ePay | Anonymous | X11 | Masternodes | Darksend | InstantX
Post by: xinbinbin on March 30, 2015, 11:54:09 PM
Quick service and quick pay so hardly got only PAY.... ::)
So nice coin development how to give up!


Title: Re: [ANN][PAY] ePay | Anonymous | X11 | Masternodes | Darksend | InstantX
Post by: lentzaj on April 01, 2015, 01:02:11 AM
Did I miss something? 30,000 of my coins are gone on Yobit.
You lost your coins in TOBIT?


Luckily it was just a glitch. Signed out and signed back in. xinbinbin, we need to drive that volume up on yobit and alcurex .


Title: Re: [ANN][PAY] ePay | Anonymous | X11 | Masternodes | Darksend | InstantX
Post by: xinbinbin on April 01, 2015, 03:20:33 AM
Did I miss something? 30,000 of my coins are gone on Yobit.
You lost your coins in TOBIT?


Luckily it was just a glitch. Signed out and signed back in. xinbinbin, we need to drive that volume up on yobit and alcurex .
We now need to develop


Title: Re: [ANN][PAY] ePay | Anonymous | X11 | Masternodes | Darksend | InstantX
Post by: mistercashking on April 01, 2015, 03:26:05 AM
you guys should sell and get iCash instead. The dev for iCash is still around and it offers everything this coin does but has an updated wallet and better graphics etc.


Title: Re: [ANN][PAY] ePay | Anonymous | X11 | Masternodes | Darksend | InstantX
Post by: lentzaj on April 01, 2015, 04:28:17 AM
We would be short selling then. I pretty much cleared all the buy orders from alcurEX. It sounds like a weekend project compiling my masternodes for icash. I'll give the developer some more time. I'll take a look at icash.


Title: Re: [ANN][PAY] ePay | Anonymous | X11 | Masternodes | Darksend | InstantX
Post by: BanzaiBTC on April 01, 2015, 11:06:11 AM
I changed to Icash as well... I dont know if the devs are one and the same person.. But epay seems pretty dead at this point... Hurry with your masternodes for Icash, it will probably fork to a lower supply/blockreward soon  ;)


Title: Re: [ANN][PAY] ePay | Anonymous | X11 | Masternodes | Darksend | InstantX
Post by: lentzaj on April 01, 2015, 03:37:55 PM
I changed to Icash as well... I dont know if the devs are one and the same person.. But epay seems pretty dead at this point... Hurry with your masternodes for Icash, it will probably fork to a lower supply/blockreward soon  ;)

Got it.


Title: Re: [ANN][PAY] ePay | Anonymous | X11 | Masternodes | Darksend | InstantX
Post by: jamo4000 on April 04, 2015, 04:40:49 PM
Always on Supernova !

https://ecash2.suprnova.cc/index.php


Title: Re: [ANN][PAY] ePay | Anonymous | X11 | Masternodes | Darksend | InstantX
Post by: aakashsangwan on April 08, 2015, 06:58:02 PM
i have downloaded this wallet and synced it . Now how to kow my wallet address. Sorry i?m a newbie.


Title: Re: [ANN][PAY] ePay | Anonymous | X11 | Masternodes | Darksend | InstantX
Post by: lentzaj on April 16, 2015, 02:17:28 AM
i have downloaded this wallet and synced it . Now how to kow my wallet address. Sorry i?m a newbie.

You click on file tab and then receiving addresses.


What's going on here? Is there any updates? Is the developer still alive?


Title: Re: [ANN][PAY] ePay | Anonymous | X11 | Masternodes | Darksend | InstantX
Post by: jamo4000 on April 16, 2015, 08:57:36 PM
Don't know....  ???


Title: Re: [ANN][PAY] ePay | Anonymous | X11 | Masternodes | Darksend | InstantX
Post by: UltraFRS on May 06, 2015, 08:08:02 AM
Don't really want to dump this as I have a little over 50k, is this dead or not?


Title: Re: [ANN][PAY] ePay | Anonymous | X11 | Masternodes | Darksend | InstantX
Post by: alexsco on March 22, 2016, 05:31:06 AM
Any alive nodes ?


Title: Re: [ANN][PAY] ePay | Anonymous | X11 | Masternodes | Darksend | InstantX
Post by: hbheiner on April 21, 2016, 11:32:05 PM
i will run a node. i have download wallet but it not sync... i create conf file in appdata/roaming folder but it not sync


Title: Re: [ANN][PAY] ePay | Anonymous | X11 | Masternodes | Darksend | InstantX
Post by: anehh on April 22, 2016, 02:49:44 AM
BLOCKEXPLORER?

I try http://cryptobe.com/chain/Epay  "Sorry, I don't know about that chain!"


Title: Re: [ANN][PAY] ePay | Anonymous | X11 | Masternodes | Darksend | InstantX
Post by: szaharin on March 31, 2018, 05:17:08 AM
addnode=88.132.142.19


Title: Re: [ANN][PAY] ePay | Anonymous | X11 | Masternodes | Darksend | InstantX
Post by: PoseidonDev on May 13, 2018, 03:58:55 PM
Masternodes.Directory are giving away 5 x free coin listings on Twitter :)

https://pbs.twimg.com/media/DcywEuvX0AITM9K.jpg (https://twitter.com/MasternodesDir/status/994363272567644163)

Tweet: https://twitter.com/MasternodesDir/status/994363272567644163
Website: https://masternodes.directory/


Title: Re: [ANN][PAY] ePay | Anonymous | X11 | Masternodes | Darksend | InstantX
Post by: drwoo on May 13, 2018, 08:59:48 PM
I like the name of this coin as it quickly makes people associate this with the payment giant and marketplace eBay ;)


Title: Re: [ANN][PAY] ePay | Anonymous | X11 | Masternodes | Darksend | InstantX
Post by: wickparrottfy on September 06, 2018, 02:04:10 AM
Darksend is the transaction key and the consensus of the masternode, user clients across the network and shorten the delay in confirming the transaction. This makes the process of shortening the time. I feel very fit today's life


Title: Re: [ANN][PAY] ePay | Anonymous | X11 | Masternodes | Darksend | InstantX
Post by: szaharin on June 02, 2019, 03:54:18 AM
addnode=188.6.89.187


Title: Re: [ANN][PAY] ePay | Anonymous | X11 | Masternodes | Darksend | InstantX
Post by: cryptomaxsun on December 15, 2019, 02:53:15 PM
As I understand it, the coin has been abandoned for a long time, it’s not being traded anywhere, does anyone else support it?