Bitcoin Forum
June 14, 2024, 08:19:22 PM *
News: Voting for pizza day contest
 
   Home   Help Search Login Register More  
Pages: « 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 [26] 27 28 29 30 31 »
  Print  
Author Topic: [ANN] ECASH | Probably going to die really, really soon with no hosting nodes  (Read 30229 times)
This is a self-moderated topic. If you do not want to be moderated by the person who started this topic, create a new topic.
vegasguy
Legendary
*
Offline Offline

Activity: 1610
Merit: 1003


"Yobit pump alert software" Link in my signature!


View Profile
March 21, 2015, 01:16:43 AM
 #501

Current Block: 235,121

POS changing very soon.....  Highest POS ever.....



CODE:
int64 GetProofOfStakeRewardYear(int nHeight) {
    static int64 nBaseCoinYear = 2920 * CENT;
    static int64 nMaxPercent = 10000;
    static int64 nReward = 0;
   
    if nHeight(<= 324000) // 8% Daily for One Month
        return nBaseCoinYear;
    else {
        nReward = ((nHeight % nMaxPercent) + 10000); // Fluctuates actual stake rate between 10000% and 20000%
        if (nReward == 0)
            nReward = nMaxPercent;
   printf("Stake percent on block %d is %d\n", nHeight, nReward);
        return nReward * CENT;
    }
}


BTCBTC
DoubleDD


Current Block: 262,353


CODE:
int64 GetProofOfStakeRewardYear(int nHeight) {
    static int64 nBaseCoinYear = 2920 * CENT;
    static int64 nMaxPercent = 10000;
    static int64 nReward = 0;
   
    if nHeight(<= 324000) // 8% Daily for One Month
        return nBaseCoinYear;
    else {
        nReward = ((nHeight % nMaxPercent) + 10000); // Fluctuates actual stake rate between 10000% and 20000%
        if (nReward == 0)
            nReward = nMaxPercent;
   printf("Stake percent on block %d is %d\n", nHeight, nReward);
        return nReward * CENT;
    }
}

BLOCK: 265,800


BTCBTC
DoubleDD

Not long till we get to block 324,000

BLOCK: 286,351


BTCBTC
DoubleDD



Under 14,000 blocks remaining till ECASH becomes "HIGHEST POS STAKING COIN"

CURRENT BLOCK: 310,000


BTCBTC
DoubleDD


CURRENT BLOCK: 317,800

BTCBTC
DoubleDD


The price is gonna fall really fast once it hits the higher stake rate Lips sealed

Ya, nice try nooblet. Actually the price is going to rise as it has, as I have predicted with 100% accuracy EVERY day, because everyone wants in on 10,000-20,000% interest with 1 hr min stake.

I want to make sure everyone knows that I just released my software called "Yobit pump alert". THis is custom software that uses an algo to detect the start of a pump here on yobit, the second it starts. YOu can even filter the coins you see by price. Most pumps start less than 100 sats , so you can easily filter the cheap coins, so they are the only ones displayed Smiley https://bitcointalk.org/index.php?topic=1945937.msg20241953#msg20241953
peterw1234
Full Member
***
Offline Offline

Activity: 181
Merit: 100


View Profile
March 21, 2015, 01:28:17 AM
 #502

Current Block: 235,121

POS changing very soon.....  Highest POS ever.....



CODE:
int64 GetProofOfStakeRewardYear(int nHeight) {
    static int64 nBaseCoinYear = 2920 * CENT;
    static int64 nMaxPercent = 10000;
    static int64 nReward = 0;
   
    if nHeight(<= 324000) // 8% Daily for One Month
        return nBaseCoinYear;
    else {
        nReward = ((nHeight % nMaxPercent) + 10000); // Fluctuates actual stake rate between 10000% and 20000%
        if (nReward == 0)
            nReward = nMaxPercent;
   printf("Stake percent on block %d is %d\n", nHeight, nReward);
        return nReward * CENT;
    }
}


BTCBTC
DoubleDD


Current Block: 262,353


CODE:
int64 GetProofOfStakeRewardYear(int nHeight) {
    static int64 nBaseCoinYear = 2920 * CENT;
    static int64 nMaxPercent = 10000;
    static int64 nReward = 0;
   
    if nHeight(<= 324000) // 8% Daily for One Month
        return nBaseCoinYear;
    else {
        nReward = ((nHeight % nMaxPercent) + 10000); // Fluctuates actual stake rate between 10000% and 20000%
        if (nReward == 0)
            nReward = nMaxPercent;
   printf("Stake percent on block %d is %d\n", nHeight, nReward);
        return nReward * CENT;
    }
}

BLOCK: 265,800


BTCBTC
DoubleDD

Not long till we get to block 324,000

BLOCK: 286,351


BTCBTC
DoubleDD



Under 14,000 blocks remaining till ECASH becomes "HIGHEST POS STAKING COIN"

CURRENT BLOCK: 310,000


BTCBTC
DoubleDD


CURRENT BLOCK: 317,800

BTCBTC
DoubleDD


The price is gonna fall really fast once it hits the higher stake rate Lips sealed

Ya, nice try nooblet. Actually the price is going to rise as it has, as I have predicted with 100% accuracy EVERY day, because everyone wants in on 10,000-20,000% interest with 1 hr min stake.

WoW easy there. was just making a statement. We'll see
jeffery_dahmer
Member
**
Offline Offline

Activity: 84
Merit: 10


View Profile
March 21, 2015, 01:44:08 AM
 #503

i think the problem was you didnt say "i predict" or "I think", you stated it will fall as if it was fact... as much FUD that has been going on we are all a bit testy  Smiley

Still waiting, FrazzleNutz
DoubleDD
Member
**
Offline Offline

Activity: 90
Merit: 10


View Profile
March 21, 2015, 01:55:33 AM
 #504

Transactions are so fast with ECOIN.


BTCBTC
DoubleDD
DoubleDD
Member
**
Offline Offline

Activity: 90
Merit: 10


View Profile
March 21, 2015, 01:56:57 AM
 #505

Code:
int64 GetProofOfStakeRewardYear(int nHeight) {
    static int64 nBaseCoinYear = 2920 * CENT;
    static int64 nMaxPercent = 10000;
    static int64 nReward = 0;

    if (nHeight <= 324000) // 8% Daily for One Month
        return nBaseCoinYear;
    else {
        nReward = ((nHeight % nMaxPercent) + 10000); // Fluctuates actual stake rate between 10000% and 20000%
        if (nReward == 0)
            nReward = nMaxPercent;
printf("Stake percent on block %d is %d\n", nHeight, nReward);
        return nReward * CENT;
    }
}


BTCBTC
DoubleDD
iGotSpots (OP)
Legendary
*
Offline Offline

Activity: 2548
Merit: 1054


CPU Web Mining 🕸️ on webmining.io


View Profile WWW
March 21, 2015, 02:54:29 AM
 #506

Dropped from GS

Maybe ocminer can be your new savior dev since he's so amazing

webprods
Sr. Member
****
Offline Offline

Activity: 308
Merit: 250

Millionaires Club 47


View Profile
March 21, 2015, 02:55:51 AM
 #507

Guys enough of the fud and crap. The coin has been a nightmare since day one, and Ive never seen a coin cause such drama and bullshit. This coin by itself caused major havok because the code was shit. I still dont understand why everyone is being royal dickheads to each other. Then theres these fucking people ive never seen before showing up for the first time, that dont have a clue about anything, and saying a bunch of shit, and disappearing, and everyone reacts to it.  None of this makes any sense. The next motherfucker that comes in this thread and makes accusations against ANYONE, better bring some fucking proof to back it up.

I think a pep talk will do us all some good: https://www.youtube.com/watch?v=uMVmhI1SUq0

Vegas
Man talking  Grin

Altcoins programming is a race between software engineers, who strive to produce idiot-proof programs, and the universe which strives to produce bigger idiots
DoubleDD
Member
**
Offline Offline

Activity: 90
Merit: 10


View Profile
March 21, 2015, 02:57:13 AM
 #508

Dropped from GS

Maybe ocminer can be your new savior dev since he's so amazing

I'm still hoping the community can convince you to stay involved.  

BTCBTC
DoubleDD
sorryforthat
Hero Member
*****
Offline Offline

Activity: 994
Merit: 500



View Profile
March 21, 2015, 03:00:44 AM
 #509


The price is gonna fall really fast once it hits the higher stake rate Lips sealed


We may see some good buy support just before the big stake. People will want to ensure they get a piece. But after I'm sure it will see a steady fall.
webprods
Sr. Member
****
Offline Offline

Activity: 308
Merit: 250

Millionaires Club 47


View Profile
March 21, 2015, 03:06:54 AM
 #510

Current Block: 235,121

POS changing very soon.....  Highest POS ever.....



CODE:
int64 GetProofOfStakeRewardYear(int nHeight) {
    static int64 nBaseCoinYear = 2920 * CENT;
    static int64 nMaxPercent = 10000;
    static int64 nReward = 0;
   
    if nHeight(<= 324000) // 8% Daily for One Month
        return nBaseCoinYear;
    else {
        nReward = ((nHeight % nMaxPercent) + 10000); // Fluctuates actual stake rate between 10000% and 20000%
        if (nReward == 0)
            nReward = nMaxPercent;
   printf("Stake percent on block %d is %d\n", nHeight, nReward);
        return nReward * CENT;
    }
}


BTCBTC
DoubleDD


Current Block: 262,353


CODE:
int64 GetProofOfStakeRewardYear(int nHeight) {
    static int64 nBaseCoinYear = 2920 * CENT;
    static int64 nMaxPercent = 10000;
    static int64 nReward = 0;
  
    if nHeight(<= 324000) // 8% Daily for One Month
        return nBaseCoinYear;
    else {
        nReward = ((nHeight % nMaxPercent) + 10000); // Fluctuates actual stake rate between 10000% and 20000%
        if (nReward == 0)
            nReward = nMaxPercent;
   printf("Stake percent on block %d is %d\n", nHeight, nReward);
        return nReward * CENT;
    }
}

BLOCK: 265,800


BTCBTC
DoubleDD

Not long till we get to block 324,000

BLOCK: 286,351


BTCBTC
DoubleDD



Under 14,000 blocks remaining till ECASH becomes "HIGHEST POS STAKING COIN"

CURRENT BLOCK: 310,000


BTCBTC
DoubleDD


CURRENT BLOCK: 317,800

BTCBTC
DoubleDD


The price is gonna fall really fast once it hits the higher stake rate Lips sealed

Ya, nice try nooblet. Actually the price is going to rise as it has, as I have predicted with 100% accuracy EVERY day, because everyone wants in on 10,000-20,000% interest with 1 hr min stake.

WoW easy there. was just making a statement. We'll see
                                                                                 
                                                                                               

Altcoins programming is a race between software engineers, who strive to produce idiot-proof programs, and the universe which strives to produce bigger idiots
freedomsr40
Sr. Member
****
Offline Offline

Activity: 471
Merit: 500


View Profile
March 21, 2015, 03:20:00 AM
 #511

id buy some ecash if i could get the wallet working..  Grin

More details please, type in console getinfo and copy&paste here


i tried, nothing comes up ,nothing comes up when i type in help either..
nikkers
Hero Member
*****
Offline Offline

Activity: 566
Merit: 500



View Profile
March 21, 2015, 03:32:45 AM
 #512

id buy some ecash if i could get the wallet working..  Grin

More details please, type in console getinfo and copy&paste here


i tried, nothing comes up ,nothing comes up when i type in help either..

sorry for stating the obvious, but have you let it through your firewall?

just trying to exclude all possibilities Smiley
freedomsr40
Sr. Member
****
Offline Offline

Activity: 471
Merit: 500


View Profile
March 21, 2015, 03:42:32 AM
 #513

id buy some ecash if i could get the wallet working..  Grin

More details please, type in console getinfo and copy&paste here


i tried, nothing comes up ,nothing comes up when i type in help either..

sorry for stating the obvious, but have you let it through your firewall?

just trying to exclude all possibilities Smiley


haha yeah windows prompted me on that, i allowed it, all my other wallets are working and syncing ok, just not ecash can someone post their compiled wallet file (minus your wallet.dat) ? thanks everyone
DoubleDD
Member
**
Offline Offline

Activity: 90
Merit: 10


View Profile
March 21, 2015, 04:04:41 AM
 #514

id buy some ecash if i could get the wallet working..  Grin

More details please, type in console getinfo and copy&paste here


i tried, nothing comes up ,nothing comes up when i type in help either..

sorry for stating the obvious, but have you let it through your firewall?

just trying to exclude all possibilities Smiley


haha yeah windows prompted me on that, i allowed it, all my other wallets are working and syncing ok, just not ecash can someone post their compiled wallet file (minus your wallet.dat) ? thanks everyone


Can you verify that you are on the same block and version as posted below.




BTCBTC
DoubleDD
jeffery_dahmer
Member
**
Offline Offline

Activity: 84
Merit: 10


View Profile
March 21, 2015, 04:16:43 AM
 #515

Dropped from GS

Maybe ocminer can be your new savior dev since he's so amazing

Im not on that boat. You have my full support, Spots

Still waiting, FrazzleNutz
DoubleDD
Member
**
Offline Offline

Activity: 90
Merit: 10


View Profile
March 21, 2015, 04:29:16 AM
 #516

Dropped from GS

Maybe ocminer can be your new savior dev since he's so amazing

Im not on that boat. You have my full support, Spots

I believe Spots has decided to let the community control the coin.  We are all on our own for now.


Blockchain has proven itself over the past couple weeks.  Should be very interesting when we hit fork very soon.


BTCBTC
DoubleDD
vegasguy
Legendary
*
Offline Offline

Activity: 1610
Merit: 1003


"Yobit pump alert software" Link in my signature!


View Profile
March 21, 2015, 05:31:00 AM
 #517

I think it would be in the best interest for the supporters of Spots, to support him on helping keep fud under control. Thats been the biggest issue. Ive tried to do what I can. Crypto is just one of my ventures so I cant be here all the time. I will do my best to kick fudsters right out the door when they show up.I just think these clowns that are out to fud are making Spots job even harder. Lets try to support him.

To those looking to buy this coin before it hits 10,000-20,000% interest in the next few hours, let me just say: EVERYTHING works perfect with this coin.

Vegas

I want to make sure everyone knows that I just released my software called "Yobit pump alert". THis is custom software that uses an algo to detect the start of a pump here on yobit, the second it starts. YOu can even filter the coins you see by price. Most pumps start less than 100 sats , so you can easily filter the cheap coins, so they are the only ones displayed Smiley https://bitcointalk.org/index.php?topic=1945937.msg20241953#msg20241953
iGotSpots (OP)
Legendary
*
Offline Offline

Activity: 2548
Merit: 1054


CPU Web Mining 🕸️ on webmining.io


View Profile WWW
March 21, 2015, 05:43:18 AM
 #518

I think it would be in the best interest for the supporters of Spots, to support him on helping keep fud under control. Thats been the biggest issue. Ive tried to do what I can. Crypto is just one of my ventures so I cant be here all the time. I will do my best to kick fudsters right out the door when they show up.I just think these clowns that are out to fud are making Spots job even harder. Lets try to support him.

To those looking to buy this coin before it hits 10,000-20,000% interest in the next few hours, let me just say: EVERYTHING works perfect with this coin.

Vegas


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

All these threads aren't helping anything

vegasguy
Legendary
*
Offline Offline

Activity: 1610
Merit: 1003


"Yobit pump alert software" Link in my signature!


View Profile
March 21, 2015, 06:02:45 AM
 #519

I think it would be in the best interest for the supporters of Spots, to support him on helping keep fud under control. Thats been the biggest issue. Ive tried to do what I can. Crypto is just one of my ventures so I cant be here all the time. I will do my best to kick fudsters right out the door when they show up.I just think these clowns that are out to fud are making Spots job even harder. Lets try to support him.

To those looking to buy this coin before it hits 10,000-20,000% interest in the next few hours, let me just say: EVERYTHING works perfect with this coin.

Vegas


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

All these threads aren't helping anything

Work to a resolution man. All OC wants is a measly fucking 40k of E, why not just give it? This is not a who won, who lost the argmument. In my eyes EVERYONE is losing. One of you needs to step up and try to resolve this. Your both good people. Drop the fucking egos.

Vegas

I want to make sure everyone knows that I just released my software called "Yobit pump alert". THis is custom software that uses an algo to detect the start of a pump here on yobit, the second it starts. YOu can even filter the coins you see by price. Most pumps start less than 100 sats , so you can easily filter the cheap coins, so they are the only ones displayed Smiley https://bitcointalk.org/index.php?topic=1945937.msg20241953#msg20241953
zakorus
Hero Member
*****
Offline Offline

Activity: 736
Merit: 500


View Profile
March 21, 2015, 06:07:40 AM
 #520

this coin is great fud = bullshit


                  ▄▀▀▀▄
                  █▀▀▀
                   ▀▀▀ ▀▄▄▀▀▀▄
                         █▀▀▀
                        ▄▀▀▀▀
                      ▄▀
                ▄█▀▀▀█▄
                ██████
                ▀█▄▄▄█▀
 
█████      █████▌ ▄▄▄ ▐█████  █████████
  ███       ███  ▐███▌  ███     ███  ▀▀
  ███       ▐██▌ █████ ▐██▌     █████
  ███  ▄▄▄   ███▐██ ██▌███      ███▀▀
▄▄███▄▄███   ▐████▌ ▐████▌    ▄▄███
▀▀▀▀▀▀▀▀▀▀    ▀▀▀▀   ▀▀▀▀     ▀▀▀▀▀
██
██
██
██
██
██
██
██

██
██
██
██
██
██
██
██
██
██
██

██
██
██
██
██
██
██
██
██
██
██

██
██
██

▄         ▄▄████▄▄▄
███▄     ▐████████▀
 ██████▄▄█████████
▀████████████████▌
  ███████████████
  ▀████████████▀
   ▄▄████████▀
 ▀▀▀▀██▀▀▀

 
             ▄▄▄
        ▄▄▄█████
  ▄▄▄████▀▀▄███
▀▀████▀ ▄██████
    █ ▄███████
     ███▀█████
           ▀█▌

      ▄▄▄████▄▄
   ▄████████████▄
 ▄████▀▀██  ▀▀████
 ████▀   ▄▄ ▐█████▌
 ██████▌ ██▀  ▐████
  ████▌   ▄▄ ▐████▌
   ▀█████▄███████▀
     ▀██████▀▀▀

          ▄▄▄ ▄▄▄
          █  ████
      ▄▄▄█▄▄▄▄ ▀
▄█████████████████▄
▀████▌  ███  ██████
  ███████████████▌
   ▀███▄▄▄▄▄████
    ▀▀███████▀▀
[/center
Pages: « 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 [26] 27 28 29 30 31 »
  Print  
 
Jump to:  

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