Pages:
Author

Topic: [ANN - EXCHANGE] | www.Allcoin.com |DVK RIN added - page 16. (Read 35104 times)

full member
Activity: 168
Merit: 100
I tried withdrawing Flappycoins earlier, 6 hours later and they're still not out.

Withdrew some about 20 mins later and they got sent, what's going on?
Two situations:
1.We updated FLAP wallet today,we shutdown withdraw at that time.
2.The withdraw is not completely automatic now for safe concern,if all of us are sleeping you may wait hours.
full member
Activity: 168
Merit: 100
My Ltc withdrawal is in process for an hour now. Please send me my coins, This is the first time I'm using this site.
your id please?
hero member
Activity: 560
Merit: 500
My Ltc withdrawal is in process for an hour now. Please send me my coins, This is the first time I'm using this site.
member
Activity: 98
Merit: 10
I tried withdrawing Flappycoins earlier, 6 hours later and they're still not out.

Withdrew some about 20 mins later and they got sent, what's going on?
full member
Activity: 168
Merit: 100
FLAP withdarw is back . Enjoy your exchange @ www.allcoin.com
full member
Activity: 168
Merit: 100
We shutdown FLAP withdraw for version update.
legendary
Activity: 1554
Merit: 1001
Add BEN/BTC Please !
full member
Activity: 196
Merit: 100
%insert your text% soon!
update:
2014/02/16
We have added BEE(BeeCoin)
https://www.allcoin.com/trade/bee_btc

Hey man, check PM, I got a stuck FLAP deposit.
sr. member
Activity: 294
Merit: 250
Please add FCKBANKSCOIN as it is going to be huge with a big community of support. All those peps who got ninja mortgage and lost their homes will join!! Smiley
full member
Activity: 168
Merit: 100
update:
2014/02/16
We have added BEE(BeeCoin)
https://www.allcoin.com/trade/bee_btc
newbie
Activity: 26
Merit: 0
member
Activity: 126
Merit: 11
Please add Nyancoin Smiley
member
Activity: 126
Merit: 11
Please add Nyancoin Smiley
full member
Activity: 168
Merit: 100
We have added FlappyCoin  FLAP/LTC FLAP/BTC markets!
full member
Activity: 196
Merit: 100
plz add FCKBANKScoin!
newbie
Activity: 41
Merit: 0
full member
Activity: 168
Merit: 100
[NUT NutCoin] Guys it seems that nutcoind  has some bugs when calling api sendtoaddress with amount larger than 100k.
So you guys need to keep the withdraw amout smaller than 100k each time.
Any problem mail to [email protected]
I find something in source code   

https://github.com/dmx374/nutcoin/blob/93b6a4095aa724363afa1f3ffe4c2eaeef851a86/src/bitcoinrpc.cpp

int64 AmountFromValue(const Value& value)
{
    double dAmount = value.get_real();
    if (dAmount <= 0.0 || dAmount > 50000.0) // max 50 000 NUT transaction
        throw JSONRPCError(RPC_TYPE_ERROR, "Invalid amount");
    int64 nAmount = roundint64(dAmount * COIN);
    if (!MoneyRange(nAmount))
        throw JSONRPCError(RPC_TYPE_ERROR, "Invalid amount");
    return nAmount;
}
WTF , I changed this code
    if (dAmount <= 0.0 || dAmount >= 100000000.0) //
Problem resolved.
full member
Activity: 168
Merit: 100
[NUT NutCoin] Guys it seems that nutcoind  has some bugs when calling api sendtoaddress with amount larger than 100k.
So you guys need to keep the withdraw amout smaller than 100k each time.
Any problem mail to [email protected]
I find something in source code   

https://github.com/dmx374/nutcoin/blob/93b6a4095aa724363afa1f3ffe4c2eaeef851a86/src/bitcoinrpc.cpp

int64 AmountFromValue(const Value& value)
{
    double dAmount = value.get_real();
    if (dAmount <= 0.0 || dAmount > 50000.0) // max 50 000 NUT transaction
        throw JSONRPCError(RPC_TYPE_ERROR, "Invalid amount");
    int64 nAmount = roundint64(dAmount * COIN);
    if (!MoneyRange(nAmount))
        throw JSONRPCError(RPC_TYPE_ERROR, "Invalid amount");
    return nAmount;
}
Pages:
Jump to: