Pages:
Author

Topic: [ANN] Vcoin sha256 pow - page 4. (Read 55021 times)

legendary
Activity: 1638
Merit: 1013
March 20, 2017, 08:50:43 AM
Will anyone sell me 100k VCN for 0.05 btc (50 sats each)?
You have to try https://yobit.net/en/trade/VCOIN/BTC most of Vcoin users hold their vcoins,  I would describe Vcoin as a rare coin who nobody wants to sell at 50sat larger amounts it's obvious if someone look at yobit sell orders
I did look at the yobit sell orders.
I just thought maybe someone on here wouldn't mind selling me some at that price.
I really don't believe most of the vcoin users hold their coins on yobit, or at least most of the coins. But I may be wrong.

There are currently a minimum of 1.2m still in the wallets at Bleutrade and 620k on Yobit. The rest are probably in offline wallets and/or cold storage.

Link to explorer with exchange wallets tagged.
legendary
Activity: 1526
Merit: 1001
Crypto since 2014
March 20, 2017, 08:39:27 AM
Will anyone sell me 100k VCN for 0.05 btc (50 sats each)?
You have to try https://yobit.net/en/trade/VCOIN/BTC most of Vcoin users hold their vcoins,  I would describe Vcoin as a rare coin who nobody wants to sell at 50sat larger amounts it's obvious if someone look at yobit sell orders
I did look at the yobit sell orders.
I just thought maybe someone on here wouldn't mind selling me some at that price.
I really don't believe most of the vcoin users hold their coins on yobit, or at least most of the coins. But I may be wrong.
legendary
Activity: 1274
Merit: 1006
Trainman
March 20, 2017, 07:50:04 AM
Will anyone sell me 100k VCN for 0.05 btc (50 sats each)?
You have to try https://yobit.net/en/trade/VCOIN/BTC most of Vcoin users hold their vcoins,  I would describe Vcoin as a rare coin who nobody wants to sell at 50sat larger amounts it's obvious if someone look at yobit sell orders
legendary
Activity: 1526
Merit: 1001
Crypto since 2014
March 20, 2017, 07:39:52 AM
Will anyone sell me 100k VCN for 0.05 btc (50 sats each)?
legendary
Activity: 1274
Merit: 1006
Trainman
February 24, 2017, 10:21:31 AM
If you’re interested in the details of the changes, just drop me a PM. <- offer open to all.

No problem about the tech itself, it is that the explorer's wallet is now returning in its getinfo API

Code:
"errors" : "Warning: This version is obsolete, upgrade required!"

which is why I asked Wink

(that message also gets reflected in the explorer)

Ahh, I wasn't aware of that. Thank you.

Cheers

Graham




If someon check inside the code on main.cpp will see
Code:
// Check the version of the last 100 blocks to see if we need to upgrade:
    if (!fIsInitialDownload)
    {
        int nUpgraded = 0;
        const CBlockIndex* pindex = pindexBest;
        for (int i = 0; i < 100 && pindex != NULL; i++)
        {
            if (pindex->nVersion > CBlock::CURRENT_VERSION)
                ++nUpgraded;
            pindex = pindex->pprev;
        }
        if (nUpgraded > 0)
            printf("SetBestChain: %d of last 100 blocks above version %d\n", nUpgraded, CBlock::CURRENT_VERSION);
        if (nUpgraded > 100/2)
            // strMiscWarning is read by GetWarnings(), called by Qt and the JSON-RPC code to warn the user:
            strMiscWarning = _("Warning: This version is obsolete, upgrade required!");
    }

so if the version on more than 50 blocks exceed the version stored in the software strMiscWarning = _("Warning: This version is obsolete, upgrade required!");
legendary
Activity: 1274
Merit: 1006
Trainman
February 24, 2017, 10:09:27 AM
Fairglu the yobit link for vcoin is https://yobit.net/en/trade/VCOIN/BTC on the explorer you have set https://yobit.net/en/trade/VCN/BTC
legendary
Activity: 2254
Merit: 1278
February 24, 2017, 09:04:22 AM
If you’re interested in the details of the changes, just drop me a PM. <- offer open to all.

No problem about the tech itself, it is that the explorer's wallet is now returning in its getinfo API

Code:
"errors" : "Warning: This version is obsolete, upgrade required!"

which is why I asked Wink

(that message also gets reflected in the explorer)

Ahh, I wasn't aware of that. Thank you.

Cheers

Graham
legendary
Activity: 1100
Merit: 1032
February 24, 2017, 08:49:02 AM
Can you point the market rate to Yobit?

Yep, done!

If you’re interested in the details of the changes, just drop me a PM. <- offer open to all.

No problem about the tech itself, it is that the explorer's wallet is now returning in its getinfo API

Code:
"errors" : "Warning: This version is obsolete, upgrade required!"

which is why I asked Wink

(that message also gets reflected in the explorer)
legendary
Activity: 2254
Merit: 1278
February 24, 2017, 08:26:35 AM
Wallet is saying the 0.9.0 is obsolete, and there are indeed some nodes showing 0.9.2.2, however the github repository still only contains 0.9.0...

Is there a newer repository?

We're quietly working to upgrade the coin all the way to Bitcoin Core 0.13.x (https://github.com/gjhiggins/vcoincore), continuing the policy of staying very close to the core upstream code - so the change shouldn’t have any untoward impact on a block explorer beyond that of a standard upgrade from a Bitcoin 0.9.x codebase to a Bitcoin 0.13.x codebase. Schedule-wise, we're not expecting to make an announcement for at least a couple of months yet - we'll need to give it a bit of a hammering on testnet first.

If you’re interested in the details of the changes, just drop me a PM. <- offer open to all.

Cheers

Graham

Edit: extended offer.
copper member
Activity: 62
Merit: 0
February 24, 2017, 08:08:24 AM
Wallet is saying the 0.9.0 is obsolete, and there are indeed some nodes showing 0.9.2.2, however the github repository still only contains 0.9.0...

Is there a newer repository?

Im using the 0.9.0 too...seems most of us still using this version..
legendary
Activity: 1638
Merit: 1013
February 24, 2017, 07:16:03 AM
Wallet is saying the 0.9.0 is obsolete, and there are indeed some nodes showing 0.9.2.2, however the github repository still only contains 0.9.0...

Is there a newer repository?

Hi fairglu, no the 0.9.0 is still the latest afaik. The 0.9.2.2 are test wallets. Best for Graham to answer you regarding the wallet versions and upgrade schedules. Can you point the market rate to Yobit?
legendary
Activity: 1100
Merit: 1032
February 24, 2017, 07:11:26 AM
Wallet is saying the 0.9.0 is obsolete, and there are indeed some nodes showing 0.9.2.2, however the github repository still only contains 0.9.0...

Is there a newer repository?
full member
Activity: 232
Merit: 100
Rubic stays cubic
February 24, 2017, 06:06:58 AM
Yobit is synced up and open again.

Great!

Can you email cmc also to update the markets info...i email them but no response at all.

http://coinmarketcap.com/currencies/Vcoin/#charts

I agree it is good news. It is in the interest of everyone to trade so that it stays open while the dev continues development. Also the block explorer must point to Yobit.
copper member
Activity: 62
Merit: 0
February 24, 2017, 01:26:41 AM
Yobit is synced up and open again.

Great!

Can you email cmc also to update the markets info...i email them but no response at all.

http://coinmarketcap.com/currencies/Vcoin/#charts
legendary
Activity: 1638
Merit: 1013
February 24, 2017, 12:16:33 AM
Yobit is synced up and open again.
hero member
Activity: 619
Merit: 501
https://www.massict.com/
February 06, 2017, 05:44:10 AM



New pool for you, please start using:

stratum+tcp://p2pool.e-pool.net:5951  -  stats: http://p2pool.e-pool.net:5951/static/

Enjoy e-pool mining!


legendary
Activity: 1638
Merit: 1013
January 31, 2017, 02:03:58 PM
Link to updated bootstrap file @ block 1649659

getblockhash 1649659
000000000000051634b3ecb63bbde95af974fadbdf19e3ffc96a81f38b58c282

https://chainz.cryptoid.info/vcn/

Is this block explorer showing correct? Currently at 1652012 block..

Yes the block explorer is correct. The bootstrap file was made a day ago.
copper member
Activity: 62
Merit: 0
January 31, 2017, 01:24:04 PM
copper member
Activity: 62
Merit: 0
January 31, 2017, 01:16:43 PM
Link to updated bootstrap file @ block 1649659

getblockhash 1649659
000000000000051634b3ecb63bbde95af974fadbdf19e3ffc96a81f38b58c282

https://chainz.cryptoid.info/vcn/

Is this block explorer showing correct? Currently at 1652012 block..
legendary
Activity: 1638
Merit: 1013
January 31, 2017, 01:01:48 PM
Link to updated bootstrap file @ block 1649659

getblockhash 1649659
000000000000051634b3ecb63bbde95af974fadbdf19e3ffc96a81f38b58c282
Pages:
Jump to: