Bitcoin Forum
May 24, 2024, 11:11:39 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
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 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 ... 102 »
301  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] Dogethereum | Fork 10 000:1 of DOGE on: June 17, 2018, 07:10:57 PM
Dev doesn't even post here, there's no development updates or news, so if smth goes wrong with the token who will address it ?  how would an exchange list this coin if it needs to be supported by a developer that understands the coin in case they need to assist an exchange in using/fixing/updating the daemon, etc ? 

Probably nobody here wants to spend the listing fees to get this on any exchange. I sure as hell don't. and especially with no active development/future news about dogether. much disappointment i say.

thanks for backing up what i was thinking.  i suspect what will happen is the  dev will run off .miners who spend electricity on this ...gonna want a return ....so then will try revive the coin. i spent a day mining this.... no place to sell ...their are people mining this ...but no market volume on any trade sites i know of ....wondering if this a just another scam.

The scam would've been if the devs were selling these coins in an ICO and then did nothing to get this coin on an exchange. but all they did was an airdop, free coins. just paperweight now. they left it on the community to make something of it ....
302  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN]🌱🌾GanjaCoin™Masternodes✅Scrypt✅Official Exchange✅RL🌱backed✅💫🚀🌛 on: June 17, 2018, 06:21:22 AM
This one:
https://github.com/legends420/GanjaCoin/archive/v1.0.0.4.zip

Extract and src/main.cpp, you will see the code.

Great so what's that have to do with the code that is there now.. I think we all know how ETH has been the buggiest code of all coins/tokens and security breaches compared to Ganjacoin. At least no one here loses their coins. I've been running my wallet for weeks and staking without issue. And if this new code is just changing out the coin supply distribution/staking/reward schedule. Idk what's the big deal. At least the dev puts out updates if needed, and addresses community concerns.
303  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN]🌱🌾GanjaCoin™⭕Shared💰Masternodes✅X11✅Official Exchange✅RL🌱backed✅💫🚀🌛 on: June 17, 2018, 06:05:27 AM
You clearly don't know how to read code, Firstly this is not the proper way to reference code when it's available on Github. Thus, where did you get this from ? It doesn't exist any of those lines in Ganjacoin.

This is where the code is found:
https://github.com/legends420/GanjaCoin/blob/e9f4b9e6381e77e29b4e89c612bbe364468f3761/src/main.cpp#L1385

Don't spread FUD please.


Yeah, the old code was removed from github yesterday with the fix you are referring to. You can still find it, when you download 1.0.0.4 Release source. And most ppl have it right now on their VPS's, they can still check.

Please link it, as I have the source cloned from github (https://github.com/legends420/GanjaCoin) after you had made your post, and couldn't find the code that you posted here.
304  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] Dogethereum | Fork 10 000:1 of DOGE on: June 17, 2018, 06:01:24 AM
They got fake BCT accounts now just posting to try luring investors in.... this is a clear warning to stay away !
305  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] Dogethereum | Fork 10 000:1 of DOGE on: June 17, 2018, 06:00:18 AM
I've written a inquiry in telegram, waiting for your response!


just a spammer, it's the same posting that https://bitcointalk.org/index.php?topic=1993109.msg40241963#msg40241963 did !!
306  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] Dogethereum | Fork 10 000:1 of DOGE on: June 17, 2018, 05:20:12 AM
Hello !
I wish your idea runs happily!
Seamless website, interesting project.

paid shilling account ^^ ?
307  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] Dogethereum | Fork 10 000:1 of DOGE on: June 17, 2018, 04:28:11 AM
Dev doesn't even post here, there's no development updates or news, so if smth goes wrong with the token who will address it ?  how would an exchange list this coin if it needs to be supported by a developer that understands the coin in case they need to assist an exchange in using/fixing/updating the daemon, etc ? 

Probably nobody here wants to spend the listing fees to get this on any exchange. I sure as hell don't. and especially with no active development/future news about dogether. much disappointment i say.
308  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN]🌱🌾GanjaCoin™⭕Shared💰Masternodes✅X11✅Official Exchange✅RL🌱backed✅💫🚀🌛 on: June 17, 2018, 01:35:46 AM

Code:
// miner's coin stake reward
int64_t GetProofOfStakeReward(int nHeight, int64_t nCoinAge, int64_t nFees)
{

    // if testnet produce more rewards
    if(TestNet()) return 2000 * COIN;
    //////////////////////////////////

    int64_t nSubsidy = STATIC_POS_REWARD;

    if(nHeight > 1) // live test before launch = 198 coin
    {
      nSubsidy = 840 * COIN;
    }
    else if(nHeight > 300)
    {
      nSubsidy = 840 * COIN;
    }
    else if(nHeight > 1000)
    {
      nSubsidy = 20000 * COIN;
    }
    else if(nHeight > 1020) //
    {
      nSubsidy = 840 * COIN;
    }
    else if(nHeight > 14000) //
    {
      nSubsidy = 50 * COIN;
    }
    else if(nHeight > 20000) //
    {
      nSubsidy = 100 * COIN;
    }
    else if(nHeight > 20020) //
    {
      nSubsidy = 30 * COIN;
    }
    else if(nHeight > 30000) //
    {
      nSubsidy = 25 * COIN;
    }
    else if(nHeight > 40000) //
    {
      nSubsidy = 20 * COIN;
    }

    return nSubsidy + nFees;
}

You clearly don't know how to read code, Firstly this is not the proper way to reference code when it's available on Github. Thus, where did you get this from ? It doesn't exist any of those lines in Ganjacoin.

The actual code is:
Code:
// miner's coin stake reward
int64_t GetProofOfStakeReward(int nHeight, int64_t nCoinAge, int64_t nFees)
{

    // if testnet produce more rewards
    if(TestNet()) return 2000 * COIN;
    //////////////////////////////////

    int64_t nSubsidy = STATIC_POS_REWARD;



    if(nHeight >= 1 && nHeight <= 3) //
    {
      nSubsidy = 840 * COIN; // STOPPING 840 REWARDS
    }
   
     else if (nHeight >= 23480 && nHeight <= 26000) // v1.0.0.5  - 60030
    {
         nSubsidy = 50 * COIN;
    }
 else if (nHeight >= 26001 && nHeight <= 40000)
    {
         nSubsidy = 20 * COIN;
    }
    else {
        nSubsidy = 10 * COIN;
    }
    return nSubsidy + nFees;
}

This is where the code is found:
https://github.com/legends420/GanjaCoin/blob/e9f4b9e6381e77e29b4e89c612bbe364468f3761/src/main.cpp#L1385

Don't spread FUD please.
309  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN]★CryptoBridge★BCO★🔹Decentralized EXchange 📈RELEASED NOW BETA🔹 on: June 15, 2018, 04:50:22 PM
What is the current discord invite link? The one on the site is not working.

https://discordapp.com/invite/7ntpqmt
310  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN]🌱🌾GanjaCoin™Masternodes✅Scrypt✅Official Exchange✅RL🌱backed✅💫🚀🌛 on: June 14, 2018, 10:24:18 PM
Withdrawals finally working on Crypto-bridge, just received mine!
311  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN]★CryptoBridge★BCO★🔹Decentralized EXchange 📈RELEASED NOW BETA🔹 on: June 14, 2018, 10:22:33 PM
Withdrawal of MRJA finally processed and received to my wallet
312  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN]🌱🌾GanjaCoin™Masternodes✅Scrypt✅Official Exchange✅RL🌱backed✅💫🚀🌛 on: June 13, 2018, 03:44:00 AM
Explain, please. 30 000 MRJA returned to the owner, if so, after what time?
And how can I start with 1000+ MRJA?

30,000 MRJA are not locked for time limit. you can return anytime. start what with 1000 MRJA ? to buy them ?
313  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN]🌱🌾GanjaCoin™Masternodes✅Scrypt✅Official Exchange✅RL🌱backed✅💫🚀🌛 on: June 12, 2018, 05:18:37 PM

Thanks. That's weird it doesn't seem to find it using the search. Do you have that issue?

Yes same issue. CMC has been lagging for me anyway lately with using the coin search on desktop pc
314  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN]🌱🌾GanjaCoin™Masternodes✅Scrypt✅Official Exchange✅RL🌱backed✅💫🚀🌛 on: June 12, 2018, 03:08:43 PM
https://coinmarketcap.com/currencies/ganjacoin/
315  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN]🌱🌾GanjaCoin™Masternodes✅Scrypt✅Official Exchange✅RL🌱backed✅💫🚀🌛 on: June 11, 2018, 08:08:08 PM
@paulnelson1985 | Yes use the latest revision, generate new chain wallet address and use this for Legends/Ganjaman so he can swap your coins

Current Wallet Download URL: https://ganjacoinpro.com/downloads/Ganjaproject-v1.0.0.4.zip


From Discord chat DM Legends to confirm the following swap address as still valid and verify handle "CONTACT
Legends/Ganjaman#6873"

NOTE: ALL SWAPS WILL BE SENT TO    i6GaFCSqFkUrmupDnxMgYyXwnF5wBQuUGC
IF ASKED TO SEND ANYWHERE ELSE PLEASE DO NOT SEND!

Now send all old chain/wallet coins to address: i6GaFCSqFkUrmupDnxMgYyXwnF5wBQuUGC

And provide Legends/Ganjaman your total amount sent, screenshot of TX, new wallet address generated from the newest wallet "Ganjaproject-v1.0.0.4"


You should now be good although it may take legends a couple hours to 12 when performing the swap given his other activities so be patient-

///Max

PS. The block explorer http://ganja.bilbotel.fr/ is on the new chain so if attempting to search an old chain address such as the swap address nothing will be returned this is expected behavior

PPS. If no connections are received make sure TCP port 11419 is open and the correct seed entry exists within your local wallet config file:

seednode=138.197.44.71

I'm just reading this now and have not yet done the swap, and I have some questions:

1 - is there a cutoff date for the swap?

2 - What is the best sequence to do this in? Ie: should I update the wallet first, and then do the swap?  Or vice versa?

3 - When will GanjaCoin re-appear on Coinmarketcap.com and other sites?

Waiting eagerly for a response, thanks

1) Cutoff is in august

2) Do not update your wallet first, contact @Legends/Ganjaman on discord directly to confirm the swap address and then send your coins, he will instruct you further.

3) Ganjacoin is on coinmarketcap.com, and currently trading on Cryptobridge.org
316  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN]★CryptoBridge★BCO★🔹Decentralized EXchange 📈RELEASED NOW BETA🔹 on: June 11, 2018, 07:37:43 PM
this one still is not deposited to another wallet


Right, wait a few more hours, if you still don't get it in your other wallet, put in a support ticket.
317  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN]★CryptoBridge★BCO★🔹Decentralized EXchange 📈RELEASED NOW BETA🔹 on: June 11, 2018, 07:31:36 PM
hm... cryptobride' wallet doesn't show my money and my wallet too. no any pending transactions. where they are in this case?

It's not showing any pending withdrawal transaction in the history at the bottom of the page ?
318  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN]★CryptoBridge★BCO★🔹Decentralized EXchange 📈RELEASED NOW BETA🔹 on: June 11, 2018, 07:21:07 PM
I withdrew BTC from cryptobridge. It still isn't deposited to my wallet. How can I get my transaction id?
Destination address: 14Vihp4pqEZusvyMaV76dESAs9YGdCdgw8
block#: 27776974
ID: 1.11.218308284

There would be no transaction ID until it starts to show up in your wallet.
319  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN]★CryptoBridge★BCO★🔹Decentralized EXchange 📈RELEASED NOW BETA🔹 on: June 11, 2018, 05:54:22 PM
LOL at all this newbie accts with their complaints. Wonder what competing Dex you working for. GTFOH with your BS, those of us that have been using this exchange for awhile and a member of their discord know better than to believe the BS you idiots saying.

CB is having issues, they stated it as such in their breaking-news channel on discord, what exactly are you bullshitting ? CB is having issues with deposit system, and withdrawals with many coins. I'm still waiting on mine for 6 days now, no sign yet of any resolve. So if you're trying to tell people hey everything is ok just go ahead and throw your money in, without official confirmation that the exchange is back up and running 100% you're a complete ignoramus for the statement you made herein sir.
320  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN]★CryptoBridge★BCO★🔹Decentralized EXchange 📈RELEASED NOW BETA🔹 on: June 09, 2018, 10:37:58 PM
I got MRJA still not moving off the exchange, going almost 5 days now.
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 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 ... 102 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!