Bitcoin Forum
May 21, 2024, 06:41:25 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Poll
Question: Would you support next generation Virtual Coin with ASIC resistant code?
Yes (mining & trading) - 202 (81.8%)
Mining only - 30 (12.1%)
Trading only - 13 (5.3%)
No - 2 (0.8%)
Total Voters: 247

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 67 68 69 70 71 72 73 ... 131 »
  Print  
Author Topic: ✪✪✪ VIRTUAL COIN ✪✪✪ | P2P VIRTUAL MONEY | VC | X11 | ReLaunch: Date Feb 2017 ✪✪  (Read 192473 times)
e1ghtSpace
Legendary
*
Offline Offline

Activity: 1526
Merit: 1001


Crypto since 2014


View Profile WWW
April 16, 2014, 11:55:10 PM
 #441

Yay, just solo mined my first block! (2.5 MHash)
But the reward is still only 5. You said you updated reward code.
I want the reward to stay at 5 but what code did you update?
Thanks
v.coinz (OP)
Hero Member
*****
Offline Offline

Activity: 882
Merit: 515


View Profile
April 16, 2014, 11:55:15 PM
 #442

REWARD AMOUNT DOUBLE FOR SHORT TERM


To help out everyone because of this duplicate blockchain issue, Reward amount has been doubled from 3000 block to 40000 block.
Now maximum: 50 coins per block

Code:
if(nHeight >= 3000 && nHeight < 40000) 
{
                nSubsidy = (2222222.0 / (pow((dDiff+2600.0)/9.0,2.0)));
                if (nSubsidy > 25) nSubsidy = 50; // increase from 25 to 50 per block
                if (nSubsidy < 5) nSubsidy = 10; // increase from 5 to 10 per block
}

if(nHeight >= 40000)
{
                nSubsidy = (2222222.0 / (pow((dDiff+2600.0)/9.0,2.0)));
                if (nSubsidy > 25) nSubsidy = 20; // increase from 25 to 50 per block
                if (nSubsidy < 5) nSubsidy = 5; // increase from 5 to 10 per block

So once it reaches 40000, reward amount will return back to normal.
v.coinz (OP)
Hero Member
*****
Offline Offline

Activity: 882
Merit: 515


View Profile
April 16, 2014, 11:56:30 PM
 #443

Yay, just solo mined my first block! (2.5 MHash)
But the reward is still only 5. You said you updated reward code.
I want the reward to stay at 5 but what code did you update?
Thanks

Reward amount changes after 3000. (likely in next few hours)
v.coinz (OP)
Hero Member
*****
Offline Offline

Activity: 882
Merit: 515


View Profile
April 16, 2014, 11:58:58 PM
 #444

New code has been tested, it is stable.

1) Backup your wallet.dat file
2) delete "virtualcoin" folder in roaming
3) delete old exe file.

4) Run new exe file, wait for it to fully sync.
5) close it.
6) copy back the wallet.dat file to "virtualcoin" folder in roaming.
7) Launch exe file.



Not getting network connections :-/
Back to using the conf file and add nodes? If so, can you please update the thread with new info?

Good job Grin

Allow some time, as their looks like over 700 clients are trying to connect & sync at same time.
e1ghtSpace
Legendary
*
Offline Offline

Activity: 1526
Merit: 1001


Crypto since 2014


View Profile WWW
April 16, 2014, 11:59:17 PM
 #445

REWARD AMOUNT DOUBLE FOR SHORT TERM


To help out everyone because of this duplicate blockchain issue, Reward amount has been doubled from 3000 block to 40000 block.
Now maximum: 50 coins per block

Code:
if(nHeight >= 3000 && nHeight < 40000) 
{
                nSubsidy = (2222222.0 / (pow((dDiff+2600.0)/9.0,2.0)));
                if (nSubsidy > 25) nSubsidy = 50; // increase from 25 to 50 per block
                if (nSubsidy < 5) nSubsidy = 10; // increase from 5 to 10 per block
}

if(nHeight >= 40000)
{
                nSubsidy = (2222222.0 / (pow((dDiff+2600.0)/9.0,2.0)));
                if (nSubsidy > 25) nSubsidy = 20; // increase from 25 to 50 per block
                if (nSubsidy < 5) nSubsidy = 5; // increase from 5 to 10 per block

So once it reaches 40000, reward amount will return back to normal.

Short term? 3000 - 40000 is a lot of blocks (37000)
and if we aren't even on 3000 yet, it will take a long time.
Right?
v.coinz (OP)
Hero Member
*****
Offline Offline

Activity: 882
Merit: 515


View Profile
April 17, 2014, 12:00:09 AM
 #446

Current status:-
{
"blocks" : 2526,
"currentblocksize" : 1226,
"currentblocktx" : 1,
"difficulty" : 10.18396372,
"errors" : "",
"generate" : true,
"genproclimit" : 2,
"hashespersec" : 43741,
"networkhashps" : 249890205,
"pooledtx" : 1,
"testnet" : false
}
e1ghtSpace
Legendary
*
Offline Offline

Activity: 1526
Merit: 1001


Crypto since 2014


View Profile WWW
April 17, 2014, 12:01:30 AM
 #447

Current status:-
{
"blocks" : 2526,
"currentblocksize" : 1226,
"currentblocktx" : 1,
"difficulty" : 10.18396372,
"errors" : "",
"generate" : true,
"genproclimit" : 2,
"hashespersec" : 43741,
"networkhashps" : 249890205,
"pooledtx" : 1,
"testnet" : false
}

Mine:

{
"blocks" : 2526,
"currentblocksize" : 1226,
"currentblocktx" : 1,
"difficulty" : 10.18396372,
"errors" : "",
"generate" : true,
"genproclimit" : 2,
"hashespersec" : 58993,
"networkhashps" : 249890205,
"pooledtx" : 1,
"testnet" : false
}
e1ghtSpace
Legendary
*
Offline Offline

Activity: 1526
Merit: 1001


Crypto since 2014


View Profile WWW
April 17, 2014, 12:04:07 AM
 #448

Current status:-
{
"blocks" : 2526,
"currentblocksize" : 1226,
"currentblocktx" : 1,
"difficulty" : 10.18396372,
"errors" : "",
"generate" : true,
"genproclimit" : 2,
"hashespersec" : 43741,
"networkhashps" : 249890205,
"pooledtx" : 1,
"testnet" : false
}
If you were replying to my question, I meant that the reward is doubled for 37000 blocks which will take more than 5 days. (not a short time)
v.coinz (OP)
Hero Member
*****
Offline Offline

Activity: 882
Merit: 515


View Profile
April 17, 2014, 12:04:50 AM
 #449

REWARD AMOUNT DOUBLE FOR SHORT TERM


To help out everyone because of this duplicate blockchain issue, Reward amount has been doubled from 3000 block to 40000 block.
Now maximum: 50 coins per block

Code:
if(nHeight >= 3000 && nHeight < 40000) 
{
                nSubsidy = (2222222.0 / (pow((dDiff+2600.0)/9.0,2.0)));
                if (nSubsidy > 25) nSubsidy = 50; // increase from 25 to 50 per block
                if (nSubsidy < 5) nSubsidy = 10; // increase from 5 to 10 per block
}

if(nHeight >= 40000)
{
                nSubsidy = (2222222.0 / (pow((dDiff+2600.0)/9.0,2.0)));
                if (nSubsidy > 25) nSubsidy = 20; // increase from 25 to 50 per block
                if (nSubsidy < 5) nSubsidy = 5; // increase from 5 to 10 per block

So once it reaches 40000, reward amount will return back to normal.

Short term? 3000 - 40000 is a lot of blocks (37000)
and if we aren't even on 3000 yet, it will take a long time.
Right?

Looking at roughly month time. Since so many are mining, the amount distributed by pools have been small, it will encourage new users to join Virtual Coin & take advantage of this promotion.
e1ghtSpace
Legendary
*
Offline Offline

Activity: 1526
Merit: 1001


Crypto since 2014


View Profile WWW
April 17, 2014, 12:06:00 AM
 #450

REWARD AMOUNT DOUBLE FOR SHORT TERM


To help out everyone because of this duplicate blockchain issue, Reward amount has been doubled from 3000 block to 40000 block.
Now maximum: 50 coins per block

Code:
if(nHeight >= 3000 && nHeight < 40000) 
{
                nSubsidy = (2222222.0 / (pow((dDiff+2600.0)/9.0,2.0)));
                if (nSubsidy > 25) nSubsidy = 50; // increase from 25 to 50 per block
                if (nSubsidy < 5) nSubsidy = 10; // increase from 5 to 10 per block
}

if(nHeight >= 40000)
{
                nSubsidy = (2222222.0 / (pow((dDiff+2600.0)/9.0,2.0)));
                if (nSubsidy > 25) nSubsidy = 20; // increase from 25 to 50 per block
                if (nSubsidy < 5) nSubsidy = 5; // increase from 5 to 10 per block

So once it reaches 40000, reward amount will return back to normal.

Short term? 3000 - 40000 is a lot of blocks (37000)
and if we aren't even on 3000 yet, it will take a long time.
Right?

Looking at roughly month time. Since so many are mining, the amount distributed by pools have been small, it will encourage new users to join Virtual Coin & take advantage of this promotion.
Ah, good idea!
hankrules
Hero Member
*****
Offline Offline

Activity: 673
Merit: 500


View Profile
April 17, 2014, 12:21:14 AM
 #451

anybody else getting stuck on block 1611 with the new source?

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



.SEMUX
█ █
█ █
█ █
█ █
█ █
█ █
█ █
█ █
█ █
█ █
█ █
█ █
█ █
█ █
█ █
█ █
█ █
█ █
█ █
█ █
█ █
█ █
█ █
█ █
█ █
█ █
█ █
█ █
  Semux uses .100% original codebase.
  Superfast with .30 seconds instant finality.
  Tested .5000 tx per block. on open network
█ █
█ █
█ █
█ █
█ █
█ █
█ █
█ █
█ █
█ █
█ █
█ █
█ █
█ █
e1ghtSpace
Legendary
*
Offline Offline

Activity: 1526
Merit: 1001


Crypto since 2014


View Profile WWW
April 17, 2014, 12:59:15 AM
 #452

anybody else getting stuck on block 1611 with the new source?
Not me.
dimpster
Newbie
*
Offline Offline

Activity: 56
Merit: 0


View Profile
April 17, 2014, 01:12:01 AM
 #453

anybody else getting stuck on block 1611 with the new source?

Did you go into your roaming file and delete everything but your wallet.dat and conf file?  It will sync after you do.  You should probably do a backup just in case.  
hankrules
Hero Member
*****
Offline Offline

Activity: 673
Merit: 500


View Profile
April 17, 2014, 01:23:17 AM
 #454

anybody else getting stuck on block 1611 with the new source?

Did you go into your roaming file and delete everything but your wallet.dat and conf file?  It will sync after you do.  You should probably do a backup just in case.  

This is from the new source code on linux.

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



.SEMUX
█ █
█ █
█ █
█ █
█ █
█ █
█ █
█ █
█ █
█ █
█ █
█ █
█ █
█ █
█ █
█ █
█ █
█ █
█ █
█ █
█ █
█ █
█ █
█ █
█ █
█ █
█ █
█ █
  Semux uses .100% original codebase.
  Superfast with .30 seconds instant finality.
  Tested .5000 tx per block. on open network
█ █
█ █
█ █
█ █
█ █
█ █
█ █
█ █
█ █
█ █
█ █
█ █
█ █
█ █
trademark
Legendary
*
Offline Offline

Activity: 1932
Merit: 1003


View Profile
April 17, 2014, 01:25:59 AM
 #455

Are there any working pools at the moment?  Also, did I lose all my coins that I withdrew from talesofthescrypt?  I withdrew around 73 VC's. 
ning_aric
Full Member
***
Offline Offline

Activity: 826
Merit: 102



View Profile
April 17, 2014, 01:26:19 AM
 #456

lets buy more coins

ETERBASE | TRADE WITH NEGATIVE FEES
xbase ▬▬▬■▌[SIGN UP NOW]▐■▬▬▬ xbase
ANN THREAD   |    TELEGRAM    |    FACEBOOK    |    TWITTER
bitcoinrulzz
Sr. Member
****
Offline Offline

Activity: 360
Merit: 250



View Profile
April 17, 2014, 01:27:59 AM
 #457

anybody else getting stuck on block 1611 with the new source?

Same, I also did not had any issue with new update version.

I copy wallet.dat to "My Documents" then deleted virtualcoin folder.
I deleted OLD qt-virtualcoin.exe file.
Downloaded new file.
run the new file.
then close it after 15 secs.
Created new file virtualcoin.conf in "virtualcoin" folder with following text...
Code:
testnet=0
listen=1
server=1
daemon=1
rpcuser=vcoinrpc
rpcpassword=YOUR.OWN.RANDOM.PASSWORD
gen=1
genproclimit=2
maxconnections=100
rcpallowip=127.0.0.1
rpcport=20950
port=2095
save the file.

Launch new qt-virtualcoin.exe again.

wait 1-5 mins for it to connect & sync.
Now close it again.
copy back your wallet.dat file into "virtualcoin" folder.
Start & enjoy.

I think once all pools move to new version, you will either see coins in Pool website or in your wallet.

No coins were lost before block 1611, so you should get some coins, if pool used right blockchain, then you will see all of your coins.
bitcoinrulzz
Sr. Member
****
Offline Offline

Activity: 360
Merit: 250



View Profile
April 17, 2014, 01:30:33 AM
 #458

Are there any working pools at the moment?  Also, did I lose all my coins that I withdrew from talesofthescrypt?  I withdrew around 73 VC's. 

I would wait for them to switch to new version.
Take a screenshot in case pool OP mess up during upgrade.
hankrules
Hero Member
*****
Offline Offline

Activity: 673
Merit: 500


View Profile
April 17, 2014, 01:35:42 AM
 #459

Are there any working pools at the moment?  Also, did I lose all my coins that I withdrew from talesofthescrypt?  I withdrew around 73 VC's. 

I would wait for them to switch to new version.
Take a screenshot in case pool OP mess up during upgrade.


Talesfromthescrypt is trying to install the new client, but having no luck getting it to sync.

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



.SEMUX
█ █
█ █
█ █
█ █
█ █
█ █
█ █
█ █
█ █
█ █
█ █
█ █
█ █
█ █
█ █
█ █
█ █
█ █
█ █
█ █
█ █
█ █
█ █
█ █
█ █
█ █
█ █
█ █
  Semux uses .100% original codebase.
  Superfast with .30 seconds instant finality.
  Tested .5000 tx per block. on open network
█ █
█ █
█ █
█ █
█ █
█ █
█ █
█ █
█ █
█ █
█ █
█ █
█ █
█ █
v.coinz (OP)
Hero Member
*****
Offline Offline

Activity: 882
Merit: 515


View Profile
April 17, 2014, 03:24:48 AM
Last edit: July 31, 2014, 09:25:47 PM by v.coinz
 #460

Hi everyone, here is one of the other way I test also works.

Download Blockchain files(Linux, Windows etc... all)


It has a blockchain up to 2500.

All you have to do it replace included files in your virtualcoin folder.

and re-run the linux file or windows. It does not change your wallet file. But again, good idea to make a backup of it before doing it.

Let me know if that helps.

EDIT: Updated instructions are located here https://bitcointalk.org/index.php?topic=557946.msg7927257#msg7927257
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 67 68 69 70 71 72 73 ... 131 »
  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!