Show Posts
|
Pages: [1] 2 »
|
I can also confirm that I received the BTC payout.
|
|
|
Donated only 0.05 BTC yesterday because I'm poor but still wanted to help  I just don't get how there was only 10.26 btc given while the blockchain info on the address stated 33.75  It's a mistake I made, I used an old empty Coinbase account and then thought I was using a clean addy. Ofcourse, the chain shows the total amount transacted. You can view account history, balance https://blockchain.info/charts/balance?address=16mPfBCgSgRD8MWJ5pgPcYdSC7witxx8FxOh ok, so the difference is the first 2 transactions that are not taken into account then. It's clearer now  I was not doubting but it was weird to have two differences figures. Will see if I can cash out one of the few alts that I'm currently trading to give a little more though it won't be a huge amount anyway 
|
|
|
Donated only 0.05 BTC yesterday because I'm poor but still wanted to help  I just don't get how there was only 10.26 btc given while the blockchain info on the address stated 33.75 
|
|
|
Maybe it's my distro but I can't seem to properly compile the QT on my Ubuntu and I rigorously followed Biomech's steps. I installed the wallet on my Windows PC in order to stake there (and it works) but it's only temporary until I can get it on Ubuntu... I may wait on the 1.1.1 or 1.2 release. May fix my issue.
Otherwise, how often do I need to stake ? I thought, unlocking my wallet once a week was a good thing but do I need to do it more ?
|
|
|
Hi here, Trying to compile the new wallet which looks lovely but as usual I have errors (linux  ). I'm on Ubuntu 12.04 and all my libs are good. So "sudo qmake" runs well (though it couldn't find Sync.png because it was written sync.png) but "sudo make" stops at the very beginning with the following error : cd /home/***/sync/src/leveldb && CC=gcc CXX=g++ make OPT="-fpermissive -fstack-protector-all --param ssp-buffer-size=1 -O2" libleveldb.a libmemenv.a /bin/sh: 1: ./build_detect_platform: Permission denied I have no technical knowledge in linux so I don't know what to do but I don't understand why I have a permission denied when I run the command with "sudo". Thanks for the help 
|
|
|
Tried myself at a logo  So I kept the color scheme of the Viacoin one which is really classy imo and tried to do a squared one. I just tried to make a (clearing) house the most abstractly possible : very simple (simplistic ?) square with a thick border and a roof-looking stripe in the middle dividing the logo in two.  Icon : 
|
|
|
Hi Viacoiners, I'm not sure about how I compiled the wallet on Ubuntu 12.04 (wallet is 1.0.3.) so can somebody confirm my MO ?  So I installed all the prerequisites listed in build-unix.md (berkeley 4.8, qt5 stuff etc.). Then, I ran the 3 mandatory commands : autogen, configure and make. But once it was done, there's no viacoin-qt in my main directory... I read the terminal and I see that everything happened in /src so me being a noob in linux, what I did was just copy/paste the viacoin-qt from /src/qt to the main directory. Finally, I ran ./viacoin-qt and the wallet popped up and synced fine. I then successfully set a passphrase to it and was able to lock/unlock the wallet. So finally, I tried to send 1 VIA from an exchange to my wallet and it worked fine and went pretty fast. Question : is everything OK (considering how I compiled the wallet) ? You should then run You'll then have commands like viacoin-qt viacoind viacoin-cli Worked. Thanks.  Keep up the good work 
|
|
|
Hi Viacoiners, I'm not sure about how I compiled the wallet on Ubuntu 12.04 (wallet is 1.0.3.) so can somebody confirm my MO ?  So I installed all the prerequisites listed in build-unix.md (berkeley 4.8, qt5 stuff etc.). Then, I ran the 3 mandatory commands : autogen, configure and make. But once it was done, there's no viacoin-qt in my main directory... I read the terminal and I see that everything happened in /src so me being a noob in linux, what I did was just copy/paste the viacoin-qt from /src/qt to the main directory. Finally, I ran ./viacoin-qt and the wallet popped up and synced fine. I then successfully set a passphrase to it and was able to lock/unlock the wallet. So finally, I tried to send 1 VIA from an exchange to my wallet and it worked fine and went pretty fast. Question : is everything OK (considering how I compiled the wallet) ?
|
|
|
Hi, I just compiled the wallet on Ubuntu and can't get it to sync. Anybody can help ? Ubuntu is 12.04, wallet is 1.0.4. Thanks  It should work flawless: Multipool uses also 1.04 on ubuntu 12.04. you only need to open p2p port 24241 in your firewall for both incomming AND outgoing traffic. Also use the Sync.conf file from the OP! (note the capital S) Worked, thanks. Capital S is crucial indeed 
|
|
|
Hi, I just compiled the wallet on Ubuntu and can't get it to sync. Anybody can help ? Ubuntu is 12.04, wallet is 1.0.4. Thanks 
|
|
|
Still problems with syncing.Maybe someone can help. This is what I did. I went to users/appdata/roaming/sync and made a new txtdocument where I put; server=1 listen=1 rpcuser=user rpcpassword=pass rpcport=24240 addnode=23.226.225.224 addnode=107.170.10.33 addnode=80.240.140.149 addnode=188.226.243.136 addnode=86.1.252.20 addnode=90.217.94.252 addnode=207.12.89.92 addnode=162.243.157.49 addnode=128.199.189.163 addnode=162.243.103.7 addnode=128.199.187.204 addnode=95.85.31.58
Then I deleted everything except this txt document and wallet.dat.
Wallet still not syncing, can anyone tell me what I did wrong?
rename it to sync.conf ? Helped me syncing too. Thanks.
|
|
|
Hi, After the Mintpal fiasco, I upgraded my wallet ("about" says wallet's version is 1.3.3.0 and QT's is 5.0.2.) but since then I can't connect to the VRC network  I'm on Ubuntu 12.04 and what I did was : - Delete everything in ".vericoin" but wallet.dat - Delete everything in the QT folder - Download and extract the last source in the previous QT folder - Qmake then Make Installation went fine and I can run the wallet but I can't sync anymore and my coins are all unconfirmed. Can somebody help me please ? 
|
|
|
@btcdrak, I installed the wallet on linux and you may want to add a note in the linux installation process for people who have Ubuntu under 13.10. I managed to install Vialectrum following kermit42's thread at GitHub (there : https://github.com/spesmilo/electrum/issues/547). The problem I had was that "slowaes" couldn't be installed on my distro because it was too old. Same problem was encountered with Electrum but as the wallet was based from it, I figured his solution would work. And it did. Quote from the thread : Install new software in Linux/Ubuntu Note this replaces the non-working instructions on the Electrum website to type “sudo apt-get install python-qt4 python-pip” & “sudo apt-get install python-slowaes” a. Hit Control-Alt-T to enter the terminal window then enter i. cd ~ ii. wget –P Downloads/ http://python-distribute.org/distribute_setup.py iii. sudo python Downloads/distribute_setup.py iv. sudo easy_install pip v. sudo easy_install slowaes Those commands will do the deed if somebody encounters the issue. Hope it'll help.
|
|
|
Hi Drak, Just an update about my problem. It's finally solved  The problem was that I was trying to install Vialectrum with 2FA (and not the standard as you recommended but I didn't pay attention) and that was what was preventing me to install it (maybe a missing plugin on my end ?). Anyway, everything works well now that I installed the standard version. Now, can I import the address generated through my paper wallet or should I wait the end of the ICO ? Good news. You can import the address to vialectrum yes, but, when the funds arrive I suggest you move them to a vialectrum generated address because then it will be backed up by your seed. Imported addresses have to be backed up separately. Duly noted 
|
|
|
Hi, Trying to run Vialectrum but can't (anymore). On windows, I first downloaded the standalone exe (by mistake instead of the installer) and ran it. At some moment it was about to generate some passphrase but the program was telling me that the PC was better disconnected from internet so I canceled the process to close the exe and disconnect my PC. Once done, I re-ran the standalone exe but since then, nothing happens. Afterwards, I downloaded the installer and the installation went fine but when I click on that exe, still the same : nothing. I opened the task manager to see what was happening and when I click on the exe "vialectrum.exe" is displayed only to disappear a second later. Can somebody help me ?  N.B. This is for Windows: I think I found a fix. If have failed to start the wallet correctly the first time and generated your seed and wallet, you can reset. 1. Use the task manager and End Process for any copies of vialectrum.exe that are running. 2. Visit c:\users\yourusernamehere\AppData\Roaming and remove the Vialectrum folder. This will delete any existing wallets be ware. 3. Start Vialectrum You should then create a standard wallet. Please note vialectrum will ALWAYS show itself as offline until we launch Viacoin. Hi Drak, Just an update about my problem. It's finally solved  The problem was that I was trying to install Vialectrum with 2FA (and not the standard as you recommended but I didn't pay attention) and that was what was preventing me to install it (maybe a missing plugin on my end ?). Anyway, everything works well now that I installed the standard version. Now, can I import the address generated through my paper wallet or should I wait the end of the ICO ?
|
|
|
i think it will rise to 11k max, or around that price, but the diff is too high anyway and will adjust over time along with the pump, no point in mining...
CoinRocket called SHLD at 4100 - said it would hit 15k. He posted he sold at 17900.
It went on to hit 50k and is still trading in the 16-20k range.
He also called BLU at 11 SAT. Its now above 100 and in the top 10 Volume on Bittrex.
VRC was another call - he called and bought at 8000, and said he sold at like 15k I think, said it was his biggest mistake as it went on to like 40k.
Not sure where this dude gets his info, but hes getting info from somewhere.
You can follow him on twitter - coinrocket
He's also on a development team for what he calls a "line" of crypto currencies designed to change the face of electronic payments.
Not much info that's all I've been told. He has a pre-registration email address for the IPO... I registered but got nothing but a confirmation email that I've been added to the notify list.
Anyways, I just bought more of APEX. If he says 15k it will probably go much higher, hes conservative with estimates.
Best, StratoCome on dude, everybody knows you are CoinRocket. You don't need to hide it, your calls will be more honest like that IMO.  Anyway, good luck to the APEX coin.
|
|
|
Hi, Trying to run Vialectrum but can't (anymore). On windows, I first downloaded the standalone exe (by mistake instead of the installer) and ran it. At some moment it was about to generate some passphrase but the program was telling me that the PC was better disconnected from internet so I canceled the process to close the exe and disconnect my PC. Once done, I re-ran the standalone exe but since then, nothing happens. Afterwards, I downloaded the installer and the installation went fine but when I click on that exe, still the same : nothing. I opened the task manager to see what was happening and when I click on the exe "vialectrum.exe" is displayed only to disappear a second later. Can somebody help me ?  N.B. This is for Windows: I think I found a fix. If have failed to start the wallet correctly the first time and generated your seed and wallet, you can reset. 1. Use the task manager and End Process for any copies of vialectrum.exe that are running. 2. Visit c:\users\yourusernamehere\AppData\Roaming and remove the Vialectrum folder. This will delete any existing wallets be ware. 3. Start Vialectrum You should then create a standard wallet. Please note vialectrum will ALWAYS show itself as offline until we launch Viacoin. Worked ! Partially.  I can install, I can run the installation but after writing the 13 words and clicking on "next", the window disappears. Tried multiple times already. Don't know what my computer has against Vialectrum. He doesn't want it  EDIT : I purchased with the paper wallet already. Will try to install Vialectrum in the next days.
|
|
|
Hi, Trying to run Vialectrum but can't (anymore). On windows, I first downloaded the standalone exe (by mistake instead of the installer) and ran it. At some moment it was about to generate some passphrase but the program was telling me that the PC was better disconnected from internet so I canceled the process to close the exe and disconnect my PC. Once done, I re-ran the standalone exe but since then, nothing happens. Afterwards, I downloaded the installer and the installation went fine but when I click on that exe, still the same : nothing. I opened the task manager to see what was happening and when I click on the exe "vialectrum.exe" is displayed only to disappear a second later. Can somebody help me ?  Use task manager to "End Process" and try again. I don't have time to do it because the process appears and disappears right away. And sometimes, there are even two of them that do it simultaneously. Sounds like a reboot would fix this. Vialectrum will show as being offline, because we have to turned on the network yet. It will still function to generate your wallet. Reboot did nothing  I ran it well the first time but since then, nothing. The program doesn't even start and is killed immediately. Looks like I'm the only one experiencing this so the problem is definitely on my end but I don't known where's the problem at all. I could try the paper wallet but I'd prefer having Vialectrum instead.  I also ran a few scans (malwarebytes, antivir) and found nothing. Sorry buddy, it's hard to know without seeing it myself. Maybe just use a paper wallet for now. The QT client will be available soon anyhow and you can just import it then. It's ok then if I can import it afterwards. I'll do the paper wallet then try to find a way to install Vialectrum and import my keys. Thanks for your help.
|
|
|
Hi, Trying to run Vialectrum but can't (anymore). On windows, I first downloaded the standalone exe (by mistake instead of the installer) and ran it. At some moment it was about to generate some passphrase but the program was telling me that the PC was better disconnected from internet so I canceled the process to close the exe and disconnect my PC. Once done, I re-ran the standalone exe but since then, nothing happens. Afterwards, I downloaded the installer and the installation went fine but when I click on that exe, still the same : nothing. I opened the task manager to see what was happening and when I click on the exe "vialectrum.exe" is displayed only to disappear a second later. Can somebody help me ?  Use task manager to "End Process" and try again. I don't have time to do it because the process appears and disappears right away. And sometimes, there are even two of them that do it simultaneously. Sounds like a reboot would fix this. Vialectrum will show as being offline, because we have to turned on the network yet. It will still function to generate your wallet. Reboot did nothing  I ran it well the first time but since then, nothing. The program doesn't even start and is killed immediately. Looks like I'm the only one experiencing this so the problem is definitely on my end but I don't known where's the problem at all. I could try the paper wallet but I'd prefer having Vialectrum instead.  I also ran a few scans (malwarebytes, antivir) and found nothing. EDIT : Could there be a conflict somewhere because I canceled the process the first time I successfully ran the wallet ? Some non-deleted stuff ? (*noob here*)
|
|
|
Hi, Trying to run Vialectrum but can't (anymore). On windows, I first downloaded the standalone exe (by mistake instead of the installer) and ran it. At some moment it was about to generate some passphrase but the program was telling me that the PC was better disconnected from internet so I canceled the process to close the exe and disconnect my PC. Once done, I re-ran the standalone exe but since then, nothing happens. Afterwards, I downloaded the installer and the installation went fine but when I click on that exe, still the same : nothing. I opened the task manager to see what was happening and when I click on the exe "vialectrum.exe" is displayed only to disappear a second later. Can somebody help me ?  Use task manager to "End Process" and try again. I don't have time to do it because the process appears and disappears right away. And sometimes, there are even two of them that do it simultaneously.
|
|
|
|