Pages:
Author

Topic: ✪✪✪ VIRTUAL COIN ✪✪✪ | P2P VIRTUAL MONEY | VC | X11 | ReLaunch: Date Feb 2017 ✪✪ (Read 192491 times)

legendary
Activity: 1638
Merit: 1036
lmao.
QUESTION : how does the block reward work for this coin Huh
first hundred block reward does not seem to match the code.
https://github.com/vcoin-z/virtualcoin/blob/9.2.0/src/main.cpp#L1324
or i forked it also
https://github.com/bumbacoin/virtualcoin/blob/9.2.0/src/main.cpp#L1324


for some random reason dev sent me 100k VC.
i had looked at block rewards previously, and i obviously don't fully appreciate their subtlety.
but it appears on a cursory inspection that the max block reward is 50 coins, so for the life of me i dinna ken where 100k would've come from to be randomly sent to me.

...

EDIT.
i was pretty confused by the reward schedule, but after a bit of looking i realised it was reasonably straight forward, hidden in plain sight as it were

    if(nHeight >= 100 && nHeight < 3000) {
        if((nHeight >= 101 && dDiff > 75) || nHeight >= 1000) {
            // 222000/(((x+2600)/9)^2)
            nSubsidy = (222000.0 / (pow((dDiff+2600.0)/9.0,2.0)));
            if (nSubsidy > 25) nSubsidy = 5;
            if (nSubsidy < 5) nSubsidy = 1;
        } else {
            nSubsidy = (1112.0 / (pow((dDiff+51.0)/6.0,2.0)));
            if (nSubsidy > 500) nSubsidy = 5;
            if (nSubsidy < 25) nSubsidy = 1;
        }
    } else {
        nSubsidy = (1111.0 / (pow((dDiff+1.0),2.0)));
        if (nSubsidy > 500) nSubsidy = 5;
        if (nSubsidy < 1) nSubsidy = 1;
           nSubsidy = pow (11.0, 6.0);
   }


mystery solved Smiley

            nSubsidy = pow (11.0, 6.0);

is 11^6 = 1771561


the new relaunch got rid of the 177,156,100 coin premine
and introduced a shiny new 387,420,489 coin premine instead !!! such joy


https://bitcointalksearch.org/topic/m.17500726
newbie
Activity: 8
Merit: 0
hello Smiley

I'm glad, that VC is coming back. I knew it is worth to wait Smiley, but my wallet is not synchronized.
Synchronize is for 5 days behind.
I have new wallet and conf file, can You help me?

Thanks
legendary
Activity: 1638
Merit: 1036
johnnysof,
as Apple mentioned.
Just edit VirtualCoin.conf file in Mac OS.
change to listen=1
port=443

& see it starts, it may not sync, but if it starts than we know new wallet will also work.

OSX
Code:
Unable to bind to 0.0.0.0:443 on this computer (bind returned error 13, Permission denied)
hero member
Activity: 910
Merit: 525
Do this coin got succeed on the development for this 3 years after launched?
Can someone please give any information about this coin development?
hero member
Activity: 882
Merit: 515
johnnysof,
as Apple mentioned.
Just edit VirtualCoin.conf file in Mac OS.
change to listen=1
port=443

& see it starts, it may not sync, but if it starts than we know new wallet will also work.
hero member
Activity: 534
Merit: 500
Thanks Dev  Grin for adding me to beta testing.
It looks lot promising.

I had spend time testing the new code, it has many changes including moving from 80 to 443.
I did not find any issues on Windows 7.

Can someone please check Mac OS can it use 443?

The new wallet will work in hybrid mode from what I have tested so far.

It will listen on 443, but at same time will use UPNP (random port like 41379). If for some odd reason user running SSL webserver locally on the PC, then in config change "listen=0".

I agree if we need to make VirtualCoin globally acceptable & with stable network, we need to use common allowed outbound ports like

HTTP 80
SSL 443
IMAP 143
POP 110
DNS 53
SMTP 25
FTP 21
 
443 is the next best thing.


Can any Mac OS user please test 443

close existing wallet
add these lines in VirtualCoin.conf file.

Code:
listen=1
server=1
daemon=1
port=443

then run it, does it freeze or crash? please post.


USER TIP: Another important thing I found out is sync issues etc goes away if your router have UPNP enabled in settings or else connection issues happen unless you manually do port forwarding.

If the dev provide me a beta version I could test it on Mac OS and check if it works on 443.
However, I do not have any open ports on my router, but never had issues with any non common ports from wallets. With the current version using both ports, 80 and 443, I had issues on windows and linux with binding the wallet and getting it listening on a port.

Error: Unable to bind to 0.0.0.0:80 on this computer (bind returned error 13, Permission denied)
Error: Failed to listen on any port. Use -listen=0 if you want this.

So, probably still better to move the port to a non-common one.
sr. member
Activity: 360
Merit: 250
I am really excited & eager to mine VirtualCoin when new version comes out.
sr. member
Activity: 473
Merit: 250
"Proof-of-Asset Protocol"
Thanks Dev  Grin for adding me to beta testing.
It looks lot promising.

I had spend time testing the new code, it has many changes including moving from 80 to 443.
I did not find any issues on Windows 7.

Can someone please check Mac OS can it use 443?

The new wallet will work in hybrid mode from what I have tested so far.

It will listen on 443, but at same time will use UPNP (random port like 41379). If for some odd reason user running SSL webserver locally on the PC, then in config change "listen=0".

I agree if we need to make VirtualCoin globally acceptable & with stable network, we need to use common allowed outbound ports like

HTTP 80
SSL 443
IMAP 143
POP 110
DNS 53
SMTP 25
FTP 21
 
443 is the next best thing.


Can any Mac OS user please test 443

close existing wallet
add these lines in VirtualCoin.conf file.

Code:
listen=1
server=1
daemon=1
port=443

then run it, does it freeze or crash? please post.


USER TIP: Another important thing I found out is sync issues etc goes away if your router have UPNP enabled in settings or else connection issues happen unless you manually do port forwarding.
hero member
Activity: 534
Merit: 500
Could some please post few working nodes.
Thanks.

Jonnysof, just wait for the new version next month.

Hope, the new wallet will have different ports. 80 and 443 are bad choice for a wallet and usually already in use.
full member
Activity: 388
Merit: 100
https://t.me/jojotequila
my wallet not sincronized, please tell work addnode
hero member
Activity: 882
Merit: 515
Could some please post few working nodes.
Thanks.

Jonnysof, just wait for the new version next month.
hero member
Activity: 534
Merit: 500
Could some please post few working nodes.
Thanks.
hero member
Activity: 882
Merit: 515
New improved Upgrade version coming soon.
Relaunch set for Feb 2017 (next month).

Details soon to follow.
sr. member
Activity: 644
Merit: 250
sr. member
Activity: 644
Merit: 250
Tell me, is the port  6510 is ok ?

8Mh/s -  GTX 1060 3GB   Cool

YES!
All good thanks Smiley
legendary
Activity: 1834
Merit: 1006
Tell me, is the port  6510 is ok ?

8Mh/s -  GTX 1060 3GB   Cool
sr. member
Activity: 644
Merit: 250
Hi!

New Mining Pool up and working for VirtualCoin VR!!



theminingpool.mine.nu

No registration needed, just use your wallet adress as username and no password needed.

example for Virtualcoin [VR]

stratum+tcp://theminingpool.mine.nu:6510 -u YOURWALLETHERE -p x


Port: 6410, VarDiff: 0.001-100


 Smiley Smiley  HAPPY MINNING !!  Smiley Smiley

Correct port is 6510!

3 ports available:

Port: 6500, Diff: 0.001
Port: 6510, VarDiff: 0.0001-1000
Port: 6520, Diff: 100

stratum+tcp://theminingpool.mine.nu:6510 -u YOURWALLETHERE -p x

Any one can try mining please to check if everything works fine?
Thanks!
Pages:
Jump to: