Bitcoin Forum
June 16, 2024, 11:38:52 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 2 3 4 [5] 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 »
  Print  
Author Topic: [ANN][NANAS] BananaBits - Home of the 1-Click Masternode! Scrypt NINJA  (Read 38080 times)
adroitful_one
Legendary
*
Offline Offline

Activity: 1568
Merit: 1041

1GhxHtabWhEpdb7e7oEJ2vd542n33BwTHR


View Profile
June 04, 2015, 11:02:11 AM
 #81

Pretty sure Blacksmith said it will be on yobit in just a few minutes
MineDumpNextOne
Member
**
Offline Offline

Activity: 281
Merit: 10


View Profile
June 04, 2015, 11:08:14 AM
 #82


waiating what  Huh
ocminer
Legendary
*
Offline Offline

Activity: 2660
Merit: 1240



View Profile WWW
June 04, 2015, 11:18:20 AM
 #83

To have the parameters as mentioned in the OP, you have an error in one of the two bolded lines

Quote
int64_t GetProofOfWorkReward(int nHeight, int64_t nFees)
{
    int64_t nSubsidy = 325 * COIN;

    if(nHeight < 950)
    {
        nSubsidy = 325 * COIN;
    }
    else if(nHeight < 1400)
    {
        nSubsidy = 225 * COIN;
    }
    else if(nHeight < 1900)
    {
        nSubsidy = 212 * COIN;
    }
    else if(nHeight < 2400)
    {
        nSubsidy =  162 * COIN;
    }
    else if(nHeight < 2850)
    {
        nSubsidy = 126 * COIN;
    }
    else if(nHeight < 3500)
    {
        nSubsidy = 95 * COIN;
    }
   else if(nHeight < 4000)
   {
        nSubsidy = 52 * COIN;
    }

    return nSubsidy + nFees;
}

the only error is that at block number 4000 the block reward will be 325
so what is the problem?
he can simply put in the op that block 4000 = 325.

starting from 4000 it will be 325 if i see that right

suprnova pools - reliable mining pools - #suprnova on freenet
https://www.suprnova.cc - FOLLOW us @ Twitter ! twitter.com/SuprnovaPools
unusualfacts30
Hero Member
*****
Offline Offline

Activity: 1540
Merit: 500



View Profile
June 04, 2015, 11:21:02 AM
 #84

10 star coin
10 star project
10 star monkey

Here is my 10000BTC. I'm sure you'll find a way to quadruple it. Thanks and good luck!

Decentralized
Asset-Backed Banking

  ▄▄██████████████████
 █████████████████████
█████▀▀
████▀    ████
████     ████
████     ████
         ████     ████
         ████    ▄████
               ▄▄█████
█████████████████████
██████████████████▀▀ 
.TheStandard.io.█▀▀▀











█▄▄▄
▀▀▀█











▄▄▄█
████████████████████████████
████████████████████████████
████████████████████████████
█████████████████▀▀  ███████
█████████████▀▀      ███████
█████████▀▀   ▄▄     ███████
█████▀▀    ▄█▀▀     ████████
█████████ █▀        ████████
█████████ █ ▄███▄   ████████
██████████████████▄▄████████
████████████████████████████
████████████████████████████
████████████████████████████
ltcrstrbrt
Legendary
*
Offline Offline

Activity: 1568
Merit: 1057



View Profile
June 04, 2015, 11:27:31 AM
 #85

To have the parameters as mentioned in the OP, you have an error in one of the two bolded lines

Quote
int64_t GetProofOfWorkReward(int nHeight, int64_t nFees)
{
    int64_t nSubsidy = 325 * COIN;

    if(nHeight < 950)
    {
        nSubsidy = 325 * COIN;
    }
    else if(nHeight < 1400)
    {
        nSubsidy = 225 * COIN;
    }
    else if(nHeight < 1900)
    {
        nSubsidy = 212 * COIN;
    }
    else if(nHeight < 2400)
    {
        nSubsidy =  162 * COIN;
    }
    else if(nHeight < 2850)
    {
        nSubsidy = 126 * COIN;
    }
    else if(nHeight < 3500)
    {
        nSubsidy = 95 * COIN;
    }
   else if(nHeight < 4000)
   {
        nSubsidy = 52 * COIN;
    }

    return nSubsidy + nFees;
}

the only error is that at block number 4000 the block reward will be 325
so what is the problem?
he can simply put in the op that block 4000 = 325.

starting from 4000 it will be 325 if i see that right
pow ends at block 4000.
so only block 4000 will be 325.
Are you sure?
nicuri4i
Newbie
*
Offline Offline

Activity: 11
Merit: 0


View Profile
June 04, 2015, 11:29:50 AM
 #86

I need to check out the wallet one click
NoobKidOnTheBlock
Hero Member
*****
Offline Offline

Activity: 770
Merit: 500


FLY DONATION ADDRESS IN SIGNATURE


View Profile
June 04, 2015, 11:30:58 AM
 #87

I need to check out the wallet one click
What you really need to do is put NANAS wallet and ARPA wallet right side by side and tell me what you think Wink lol Just saying.... Let's get to selling these things now Smiley

 

▇▇▇

▇▇


▇▇▇▇▇
▇▇▇▇▇
▇▇▇▇▇
▇▇▇▇▇
▇▇▇▇▇
▇▇▇▇▇
▇▇▇▇▇▇
...
............NoobKidOnThe.BLOCK.....
 
BillyBones
Full Member
***
Offline Offline

Activity: 168
Merit: 100


View Profile
June 04, 2015, 11:32:38 AM
 #88

Here we go...  https://yobit.net/en/trade/NANAS/BTC
JBGardner
Newbie
*
Offline Offline

Activity: 4
Merit: 0


View Profile
June 04, 2015, 11:35:55 AM
 #89

Trigger has been pulled.
jimlite
Legendary
*
Offline Offline

Activity: 1848
Merit: 1018


View Profile WWW
June 04, 2015, 04:05:52 PM
 #90

I need to check out the wallet one click
What you really need to do is put NANAS wallet and ARPA wallet right side by side and tell me what you think Wink lol Just saying.... Let's get to selling these things now Smiley

Most wallets use the same template and just change the skin, if that. Look at the 500 LTC clone wallets.
I see no problem with either of those wallets or the other 20 wallets that use the same code as these.
Hashrate has been nice, I'm sure C-Cex or Bittrex soon.

Binance, hottest/largest alt exchange, 2BTC daily no verification. https://www.binance.com/?ref=13309371
NEED TO RENT A RIG? All algos at http://www.miningrigrentals.com/register?ref=627


  ✵ Super FAST block times      ✵ Block Explorer right in the wallet!     ✵ Stealth Addresses     ✵ PoW/PoS hybrid  
██
██
██
██
██
██
██
██
██
██
██
Ancient Money
for a New World
██
██
██
██
██
██
██
██
██
██
██
██
██
██
██
██
██
██
██
██
██
██
Join the conversation!
██
██
██
██
██
██
██
██
██
██
██

                 ▄████▄▄    ▄
██             ████████████▀
████▄         █████████████▀
▀████████▄▄   █████████████
▄▄█████████████████████████
██████████████████████████
  ▀██████████████████████
   █████████████████████
    ▀█████████████████▀
      ▄█████████████▀
▄▄███████████████▀
   ▀▀▀▀▀▀▀▀▀▀▀

TWITTER


SecretsOfCrypto
Sr. Member
****
Offline Offline

Activity: 466
Merit: 250


Twitter Follow for no BS crypto: @SecretsOfCrypto


View Profile WWW
June 04, 2015, 04:39:22 PM
 #91

what little effort goes into these ninja instamine masternode scam pump and dumps... just terrible
NoobKidOnTheBlock
Hero Member
*****
Offline Offline

Activity: 770
Merit: 500


FLY DONATION ADDRESS IN SIGNATURE


View Profile
June 04, 2015, 04:40:54 PM
 #92

what little effort goes into these ninja instamine masternode scam pump and dumps... just terrible
LMAO Yep definitely getting pretty old now and pretty sure most traders are wise to it by now or hope that they are Smiley  But whatcha going to do?  Just get out quick enough if you are in Wink Cheers

 

▇▇▇

▇▇


▇▇▇▇▇
▇▇▇▇▇
▇▇▇▇▇
▇▇▇▇▇
▇▇▇▇▇
▇▇▇▇▇
▇▇▇▇▇▇
...
............NoobKidOnThe.BLOCK.....
 
Adderral
Full Member
***
Offline Offline

Activity: 154
Merit: 100


★YoBit.Net★ 100+ Coins Exchange & Dice


View Profile
June 04, 2015, 04:54:57 PM
 #93

Seems 5-10 new coins launch daily. Wonder when it ends?

NoobKidOnTheBlock
Hero Member
*****
Offline Offline

Activity: 770
Merit: 500


FLY DONATION ADDRESS IN SIGNATURE


View Profile
June 04, 2015, 05:01:41 PM
 #94

Seems 5-10 new coins launch daily. Wonder when it ends?
It'll end when people quit selling copy/paste clones for dirt cheap to people lmao I've seen marketplace ads selling complete coins for like 0.15 BTC or some shiat!! So realistically anyone can launch a coin nowadays.  And if you are someone who has a good bankroll going I'm guessing you could easily launch 2 or 3 coins every couple days.  I dunno but the fact that most nowadays don't even try to put any effort into their coins is kind of depressing if you ask me Smiley but you just got to go with the flow Wink by the way did anyone try the 1 click masternode thing? I was really curious about if it worked alright or not.

 

▇▇▇

▇▇


▇▇▇▇▇
▇▇▇▇▇
▇▇▇▇▇
▇▇▇▇▇
▇▇▇▇▇
▇▇▇▇▇
▇▇▇▇▇▇
...
............NoobKidOnThe.BLOCK.....
 
Scorpianz
Member
**
Offline Offline

Activity: 112
Merit: 10


View Profile
June 04, 2015, 05:28:16 PM
 #95

WTS 904 - PM me
BananaBits (OP)
Newbie
*
Offline Offline

Activity: 56
Merit: 0


View Profile
June 04, 2015, 06:02:09 PM
 #96

Seems 5-10 new coins launch daily. Wonder when it ends?
It'll end when people quit selling copy/paste clones for dirt cheap to people lmao I've seen marketplace ads selling complete coins for like 0.15 BTC or some shiat!! So realistically anyone can launch a coin nowadays.  And if you are someone who has a good bankroll going I'm guessing you could easily launch 2 or 3 coins every couple days.  I dunno but the fact that most nowadays don't even try to put any effort into their coins is kind of depressing if you ask me Smiley but you just got to go with the flow Wink by the way did anyone try the 1 click masternode thing? I was really curious about if it worked alright or not.
Dude you need to chill on the FUD man.  The 1 click masternodes do work and there are a number of Banana Trees running now.  Too many pure clone coins and virus coins lately.  BananaBits is something cool to mine with a good feature.
proletariat
Legendary
*
Offline Offline

Activity: 1246
Merit: 1005



View Profile
June 04, 2015, 06:05:47 PM
 #97


yeah don't mind the kid with his lmaos and lols in every single post, he's becoming more annoying by the minute.

Any input on my problem dev?


on the one click setup i get the following message "The local external IP is not yet detected. Please try again in a few minutes."

Dev: help.


BananaBits (OP)
Newbie
*
Offline Offline

Activity: 56
Merit: 0


View Profile
June 04, 2015, 06:09:17 PM
 #98


yeah don't mind the kid with his lmaos and lols in every single post, he's becoming more annoying by the minute.

Any input on my problem dev?


on the one click setup i get the following message "The local external IP is not yet detected. Please try again in a few minutes."

Dev: help.


The wallet needs to know your external IP.  I helped someone yesterday who had this issue on an Amazon VPS.  If you run getinfo from the RPC console and only see 0.0.0.0 and it doesn't detect after a few minutes, you can put externalip=100.200.300.400 in your bananabits.conf file and specify your external ip and then it will work.
proletariat
Legendary
*
Offline Offline

Activity: 1246
Merit: 1005



View Profile
June 04, 2015, 06:10:30 PM
 #99


yeah don't mind the kid with his lmaos and lols in every single post, he's becoming more annoying by the minute.

Any input on my problem dev?


on the one click setup i get the following message "The local external IP is not yet detected. Please try again in a few minutes."

Dev: help.


The wallet needs to know your external IP.  I helped someone yesterday who had this issue on an Amazon VPS.  If you run getinfo from the RPC console and only see 0.0.0.0 and it doesn't detect after a few minutes, you can put externalip=100.200.300.400 in your bananabits.conf file and specify your external ip and then it will work.

Thanks a lot, that's all i needed.
Manipulator
Full Member
***
Offline Offline

Activity: 130
Merit: 100


Moving markets!


View Profile
June 04, 2015, 07:14:26 PM
 #100

This looks like a fun play. I'll buy some.  Cool
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 »
  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!