Bitcoin Forum
May 09, 2024, 07:40:39 AM *
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 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 ... 131 »
  Print  
Author Topic: ✪✪✪ VIRTUAL COIN ✪✪✪ | P2P VIRTUAL MONEY | VC | X11 | ReLaunch: Date Feb 2017 ✪✪  (Read 192471 times)
v.coinz (OP)
Hero Member
*****
Offline Offline

Activity: 882
Merit: 515


View Profile
June 05, 2014, 05:16:48 PM
 #1001

sooo struggling with the daemon and I have an issue


No matter what I do, my client keeps getting stuck @ 1611

Code:
{
    "version" : 90108,
    "protocolversion" : 70002,
    "walletversion" : 60000,
    "balance" : 0.00000000,
    "blocks" : 1611,
    "timeoffset" : 0,
    "connections" : 6,
    "proxy" : "",
    "difficulty" : 21.81917496,
    "testnet" : false,
    "keypoololdest" : 1401983957,
    "keypoolsize" : 101,
    "paytxfee" : 0.00000000,
    "mininput" : 0.00001000,
    "errors" : ""
}

I've tried deleting the blockchain and retrying but to no avail. Any ideas?

Are you using Windows client 9.1.8?
The Bitcoin software, network, and concept is called "Bitcoin" with a capitalized "B". Bitcoin currency units are called "bitcoins" with a lowercase "b" -- this is often abbreviated BTC.
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1715240439
Hero Member
*
Offline Offline

Posts: 1715240439

View Profile Personal Message (Offline)

Ignore
1715240439
Reply with quote  #2

1715240439
Report to moderator
billotronic
Legendary
*
Offline Offline

Activity: 1610
Merit: 1000


Crackpot Idealist


View Profile
June 05, 2014, 05:18:12 PM
 #1002

nope this is ubuntu 14.04 x64

This post sums up why all this bullshit is a scam
Read It. Hate It. Change the facts that it represents.
https://bitcointalk.org/index.php?topic=1606638.msg16139644#msg16139644
v.coinz (OP)
Hero Member
*****
Offline Offline

Activity: 882
Merit: 515


View Profile
June 05, 2014, 05:22:02 PM
 #1003

nope this is ubuntu 14.04 x64

yep, it is a known bug with some versions of linux including ubuntu.

comment out
"
/*

else {
if (nBits != GetNextWorkRequired(pindexPrev, this))
return state.DoS(100, error("AcceptBlock() : incorrect proof of work"));
}

*/

"
in main.cpp & recompile it.

Also delete everything in .Virtualcoin folder except wallet.dat & virtualcoin.conf file.

run new /.virtualcoind again.
 
billotronic
Legendary
*
Offline Offline

Activity: 1610
Merit: 1000


Crackpot Idealist


View Profile
June 05, 2014, 05:41:52 PM
 #1004

ahhh I see what happened... when I did that commit last night your main.cpp didn't have it commented out... I need to keep a closer eye on these damn things.

This post sums up why all this bullshit is a scam
Read It. Hate It. Change the facts that it represents.
https://bitcointalk.org/index.php?topic=1606638.msg16139644#msg16139644
v.coinz (OP)
Hero Member
*****
Offline Offline

Activity: 882
Merit: 515


View Profile
June 05, 2014, 05:44:55 PM
 #1005

ahhh I see what happened... when I did that commit last night your main.cpp didn't have it commented out... I need to keep a closer eye on these damn things.

I tested some versions of Linux, but noticed ubuntu 32/64 both have this bug, hope they fix it. Windows does not have this issue.
meanwhile I was able to come up with a workaround that fixes it.

This was what caused forking in the past for VC coin.
billotronic
Legendary
*
Offline Offline

Activity: 1610
Merit: 1000


Crackpot Idealist


View Profile
June 05, 2014, 05:50:39 PM
Last edit: June 05, 2014, 06:16:56 PM by billotronic
 #1006

so this just effects ubuntu? bloody figures. I switched to mint a few months back and I've been in love ever since. Screw ubuntu


[edit] hmmm no dice. Commented out the code and still stuck at 1611

This post sums up why all this bullshit is a scam
Read It. Hate It. Change the facts that it represents.
https://bitcointalk.org/index.php?topic=1606638.msg16139644#msg16139644
v.coinz (OP)
Hero Member
*****
Offline Offline

Activity: 882
Merit: 515


View Profile
June 05, 2014, 06:35:42 PM
 #1007

so this just effects ubuntu? bloody figures. I switched to mint a few months back and I've been in love ever since. Screw ubuntu


[edit] hmmm no dice. Commented out the code and still stuck at 1611

Delete block chain data from virtualcoin folder.
only leave wallet.dat & virtualcoin.conf files in the folder.

rerun it, if you can't wait 5-10 mins, add following

/.virtualcoind addnode 83.145.61.172:49748 add
/.virtualcoind addnode 8.220.18.202:6761 add
/.virtualcoind addnode 62.21.3.96:59096 add

it should sync in no time Smiley
bitcoinrulzz
Sr. Member
****
Offline Offline

Activity: 360
Merit: 250



View Profile
June 05, 2014, 06:44:50 PM
 #1008

I have updated my Signature with VC coin.

hoping others will join too.
billotronic
Legendary
*
Offline Offline

Activity: 1610
Merit: 1000


Crackpot Idealist


View Profile
June 05, 2014, 06:58:33 PM
 #1009

so this just effects ubuntu? bloody figures. I switched to mint a few months back and I've been in love ever since. Screw ubuntu


[edit] hmmm no dice. Commented out the code and still stuck at 1611

Delete block chain data from virtualcoin folder.
only leave wallet.dat & virtualcoin.conf files in the folder.

rerun it, if you can't wait 5-10 mins, add following

/.virtualcoind addnode 83.145.61.172:49748 add
/.virtualcoind addnode 8.220.18.202:6761 add
/.virtualcoind addnode 62.21.3.96:59096 add

it should sync in no time Smiley

Did that, even tried on a fresh vps just to make sure. I get connections just fine.

This post sums up why all this bullshit is a scam
Read It. Hate It. Change the facts that it represents.
https://bitcointalk.org/index.php?topic=1606638.msg16139644#msg16139644
e1ghtSpace
Legendary
*
Offline Offline

Activity: 1526
Merit: 1001


Crypto since 2014


View Profile WWW
June 05, 2014, 07:57:23 PM
 #1010

If people are interested I could make a few signatures that link to this thread like the one below for promotion of this coin on this or any forum.  Colours and wording can of course be changed, the one below is just an example.

▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁
 Virtual coin  VGW  X11  3 million total coins  NO PREMINE
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔

Depending on what member level you are will also affect what you can have as a signature too.  I can make signatures depending on member level if needed.


at what level do i have to be to be able to use a sug like this one?

For a colourful signature like the one I made above you would need to be a full member or higher.  I can make a simple one for members whose rank is lower than that.

- Newbie: No styling (including links) allowed. Max 50 characters.
- Jr. Member: Links allowed. Max 150 characters.
- Member: Unlimited length.
- Full: Color allowed.
- Sr. Member: Size allowed
- Hero: Background color allowed

I did not realise how restricted lower level members were until I found out the above information just now Sad
How do you become a full member?
apple_talk
Sr. Member
****
Offline Offline

Activity: 473
Merit: 250


"Proof-of-Asset Protocol"


View Profile
June 05, 2014, 08:58:52 PM
 #1011

Just updated my signature to support VC.


|
 
 
50
|
 




                       ▄
           ▄▄▄▄▄▄███████
▄▄▄▄█████  █████████████
█████████  █████████████
█████████  █████████████
█████████  █████████████
█████████  █████████████
█████████  █████████████

█████████  █████████████
█████████  █████████████
█████████  █████████████
█████████  █████████████
█████████  █████████████
▀▀▀▀█████  █████████████
           ▀▀▀▀▀▀███████
                       ▀
|
 
 
$1,5 M
|



        ▄▄▄█████████▄▄▄
      ▄█████▀▀███▀▀█████▄
    ▄███▀     ███     ▀███▄
   ████       ███       ████
  ███▀                   ▀███
 ███▀                     ▀███
▄██▀       █████████       ▀██▄
███                         ███
███        █████████        ███
███                         ███
▀██▄       █████████       ▄██▀
 ███▄                     ▄███
  ███▄                   ▄███
   ████       ███       ████
    ▀███▄     ███     ▄███▀
      ▀█████▄▄███▄▄█████▀
        ▀▀▀█████████▀▀▀
|
 
|
 
<>
<>
<>
<>
 
GITHUB
TWITTER
YOUTUBE
FACEBOOK
altcoin2014
Newbie
*
Offline Offline

Activity: 48
Merit: 0


View Profile
June 05, 2014, 09:08:45 PM
 #1012

Just updated my signature to support VC.




+2
also added VC to my signature.
trademark
Legendary
*
Offline Offline

Activity: 1932
Merit: 1003


View Profile
June 05, 2014, 11:37:29 PM
 #1013

Nice to see this coin is picking up interest.  Hope it keeps up.  Dev, any plans on making VC anonymous? Just mentioning it's in the works will get VC listed on major exchanges and the price will skyrocket. lol
trademark
Legendary
*
Offline Offline

Activity: 1932
Merit: 1003


View Profile
June 06, 2014, 03:29:36 AM
 #1014

Difficulty is rising!  Next stop is to get listed on Bittrex and Poloniex.  Grin
alvarorecoba
Full Member
***
Offline Offline

Activity: 148
Merit: 100


View Profile
June 06, 2014, 04:13:36 AM
 #1015

Difficulty is rising!  Next stop is to get listed on Bittrex and Poloniex.  Grin

but when  Grin Grin
trademark
Legendary
*
Offline Offline

Activity: 1932
Merit: 1003


View Profile
June 06, 2014, 04:27:08 AM
 #1016

Difficulty is rising!  Next stop is to get listed on Bittrex and Poloniex.  Grin

but when  Grin Grin

Not sure, hopefully soon though.  Keep bugging Richie Lai of Bittrex and he'll eventually give in. lol  Don't understand why Virtualcoin isn't a hit yet.  It has a great name, logo, no premine/ipo and low total coins.  Dev also knows his stuff and this isn't a hype/scam coin.  I'll just keep mining for now. Maybe this is a hidden treasure waiting to be discovered.  Grin
forzendiablo
Legendary
*
Offline Offline

Activity: 1526
Merit: 1000


the grandpa of cryptos


View Profile
June 06, 2014, 04:29:29 AM
 #1017

agx.io is scam.

yolo
trademark
Legendary
*
Offline Offline

Activity: 1932
Merit: 1003


View Profile
June 06, 2014, 04:34:24 AM
 #1018

agx.io is scam.

I only trade on mintpal, cryptsy, poloniex, coinedup and bittrex. I don't really trust any others.
billotronic
Legendary
*
Offline Offline

Activity: 1610
Merit: 1000


Crackpot Idealist


View Profile
June 06, 2014, 12:04:46 PM
 #1019

Difficulty is rising!  Next stop is to get listed on Bittrex and Poloniex.  Grin

but when  Grin Grin

Not sure, hopefully soon though.  Keep bugging Richie Lai of Bittrex and he'll eventually give in. lol  Don't understand why Virtualcoin isn't a hit yet.  It has a great name, logo, no premine/ipo and low total coins.  Dev also knows his stuff and this isn't a hype/scam coin.  I'll just keep mining for now. Maybe this is a hidden treasure waiting to be discovered.  Grin

Because most, if not all, exchanges require a bribe to list a coin these days. Long gone are getting listed on merits alone... this is big business.

This post sums up why all this bullshit is a scam
Read It. Hate It. Change the facts that it represents.
https://bitcointalk.org/index.php?topic=1606638.msg16139644#msg16139644
altcoin2014
Newbie
*
Offline Offline

Activity: 48
Merit: 0


View Profile
June 06, 2014, 04:31:19 PM
 #1020

agx.io is scam.

I have to agree, lost all my bitcoins last month, they claimed were stolen from their exchange. I don't know the real story, but be very careful.

I highly recommend with ANY exchange, do not leave your bitcoins in their wallet for too long, safest is store it in your own wallet unless you want to exchange.
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 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 ... 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!