Show Posts
|
Pages: [1]
|
Really looking forward to this project. It will finally setting up masternodes easy without the need of an account on lots of exchanges.
|
|
|
Do you have any indication on when the alfa testing will start?
|
|
|
Email send i will keep an eye on this
|
|
|
Looks promising will be following to see where this will go
|
|
|
Joined the airdrop lets see what this coin will bring.
|
|
|
Voted thats bad luck with your computer. happy that you fixed it.
|
|
|
can someone help me i am trying to set up an block explorer for VirtaCoin. It is just to get started into this and i saw they didn't have one so i thought give it a go. But the problem is i keep only seeing the genesis block and nothing more. Can someone here maybe tell me if my configuration is wrong. or other things i have to pay attention to i pulled the head revision from github. also i tried doing it with 0.7.2. but that had no success at all. abe.conf dbtype MySQLdb connect-args {"user":"user","db":"dbname","passwd":"pass"} upgrade port 2900 host 127.0.0.1 binary-type binary datadir += [{ "dirname": "/root/.virtacoin", "chain": "VirtaCoin", "address_version":"\u0000", "policy":"LtcScryptChain", "conf": "virtacoin.conf" }] Abe/DataStore.py {"chain":"VirtaCoin","policy":"LtcScryptChain", "code3":"VTA", "address_version":"\x00", "magic":"\xbe\xd0\xc8\xd1"}, if someone can tell me if something is wrong please. I had to do a lot to get it working properly, the cheap and easy fix to get it working once you get at as far as you have is this in Datastore.py - if chain.block_header_hash(chain.serialize_block_header( - block)) != hash: - raise InvalidBlock('block hash mismatch') + # if chain.block_header_hash(chain.serialize_block_header( + # block)) != hash: + # raise InvalidBlock('block hash mismatch') Thanks i will try it. it didn't work without rebuilding the database so i am trying that now okay strangely now it is at block_tx 45030 13903 and the coin only has 44974 blocks. How is this possible? (and yes i triple checked) and it is still importing more orphans are imported too but "removed" (not really removed, they still exist AFAIK) so the number of blocks is higher. block_tx <block overall count> <transactions overall count>. same of course applies to transactions which didnt get accepted due to orphan. okay thank you now wait and hope it works 
|
|
|
can someone help me i am trying to set up an block explorer for VirtaCoin. It is just to get started into this and i saw they didn't have one so i thought give it a go. But the problem is i keep only seeing the genesis block and nothing more. Can someone here maybe tell me if my configuration is wrong. or other things i have to pay attention to i pulled the head revision from github. also i tried doing it with 0.7.2. but that had no success at all. abe.conf dbtype MySQLdb connect-args {"user":"user","db":"dbname","passwd":"pass"} upgrade port 2900 host 127.0.0.1 binary-type binary datadir += [{ "dirname": "/root/.virtacoin", "chain": "VirtaCoin", "address_version":"\u0000", "policy":"LtcScryptChain", "conf": "virtacoin.conf" }] Abe/DataStore.py {"chain":"VirtaCoin","policy":"LtcScryptChain", "code3":"VTA", "address_version":"\x00", "magic":"\xbe\xd0\xc8\xd1"}, if someone can tell me if something is wrong please. I had to do a lot to get it working properly, the cheap and easy fix to get it working once you get at as far as you have is this in Datastore.py - if chain.block_header_hash(chain.serialize_block_header( - block)) != hash: - raise InvalidBlock('block hash mismatch') + # if chain.block_header_hash(chain.serialize_block_header( + # block)) != hash: + # raise InvalidBlock('block hash mismatch') Thanks i will try it. it didn't work without rebuilding the database so i am trying that now okay strangely now it is at block_tx 45030 13903 and the coin only has 44974 blocks. How is this possible? (and yes i triple checked) and it is still importing more
|
|
|
can someone help me i am trying to set up an block explorer for VirtaCoin. It is just to get started into this and i saw they didn't have one so i thought give it a go. But the problem is i keep only seeing the genesis block and nothing more. Can someone here maybe tell me if my configuration is wrong. or other things i have to pay attention to i pulled the head revision from github. also i tried doing it with 0.7.2. but that had no success at all. abe.conf dbtype MySQLdb connect-args {"user":"user","db":"dbname","passwd":"pass"} upgrade port 2900 host 127.0.0.1 binary-type binary datadir += [{ "dirname": "/root/.virtacoin", "chain": "VirtaCoin", "address_version":"\u0000", "policy":"LtcScryptChain", "conf": "virtacoin.conf" }] Abe/DataStore.py {"chain":"VirtaCoin","policy":"LtcScryptChain", "code3":"VTA", "address_version":"\x00", "magic":"\xbe\xd0\xc8\xd1"}, if someone can tell me if something is wrong please. I had to do a lot to get it working properly, the cheap and easy fix to get it working once you get at as far as you have is this in Datastore.py - if chain.block_header_hash(chain.serialize_block_header( - block)) != hash: - raise InvalidBlock('block hash mismatch') + # if chain.block_header_hash(chain.serialize_block_header( + # block)) != hash: + # raise InvalidBlock('block hash mismatch') Thanks i will try it. it didn't work without rebuilding the database so i am trying that now
|
|
|
can someone help me i am trying to set up an block explorer for VirtaCoin. It is just to get started into this and i saw they didn't have one so i thought give it a go. But the problem is i keep only seeing the genesis block and nothing more. Can someone here maybe tell me if my configuration is wrong. or other things i have to pay attention to i pulled the head revision from github. also i tried doing it with 0.7.2. but that had no success at all. abe.conf dbtype MySQLdb connect-args {"user":"user","db":"dbname","passwd":"pass"} upgrade port 2900 host 127.0.0.1 binary-type binary datadir += [{ "dirname": "/root/.virtacoin", "chain": "VirtaCoin", "address_version":"\u0000", "policy":"LtcScryptChain", "conf": "virtacoin.conf" }] Abe/DataStore.py {"chain":"VirtaCoin","policy":"LtcScryptChain", "code3":"VTA", "address_version":"\x00", "magic":"\xbe\xd0\xc8\xd1"}, if someone can tell me if something is wrong please.
|
|
|
no my vps automatically made the root thing i just wanted to test it for now so did not bother setting everything up with separate users for now until i can deploy it for real. But i run it as root and the blocks get read only they do not show up and i read it is the configuration in some threads but nowhere what was the problem with the conf.
|
|
|
I have no experience with this, but you could check the basics,
Do you have MySQL server running? Is the username and password correct?
yes it will import everything (it at least looks like it and database grows fast in size when running) but after 1 day running when i access the site it only shows the genesis block.
|
|
|
Hello i am trying to setup abe for a coin named VirtaCoin. But the problem is i keep only seeing the genesis block and nothing more. Can someone here maybe tell me if my configuration is wrong. abe.conf dbtype MySQLdb connect-args {"user":"user","db":"dbname","passwd":"pass"} upgrade port 2900 host 127.0.0.1 binary-type binary datadir += [{ "dirname": "/root/.virtacoin", "chain": "VirtaCoin", "address_version":"\u0000", "policy":"LtcScryptChain", "conf": "virtacoin.conf" }] Abe/DataStore.py {"chain":"VirtaCoin","policy":"LtcScryptChain", "code3":"VTA", "address_version":"\x00", "magic":"\xbe\xd0\xc8\xd1"}, if someone can tell me if something is wrong please.
|
|
|
|