Bitcoin Forum
April 24, 2024, 02:24:07 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 ... 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 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 ... 188 »
  Print  
Author Topic: [ANN] [VIRAL] [Trading Live - Bittrex + C-CEX] Advanced Development  (Read 276060 times)
This is a self-moderated topic. If you do not want to be moderated by the person who started this topic, create a new topic.
Kuriko
Hero Member
*****
Offline Offline

Activity: 574
Merit: 500



View Profile
May 16, 2015, 11:14:15 AM
 #1561

@viraldev @adam

1-Can we have the OP updated with a Roadmap?
2-Can we have a clear plan of the ICO BTC where will it be used, how much of it will be used for each specific use?

Viral has a good start right now but it still needs 100% transparency from your side.
"The nature of Bitcoin is such that once version 0.1 was released, the core design was set in stone for the rest of its lifetime." -- Satoshi
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1713925447
Hero Member
*
Offline Offline

Posts: 1713925447

View Profile Personal Message (Offline)

Ignore
1713925447
Reply with quote  #2

1713925447
Report to moderator
1713925447
Hero Member
*
Offline Offline

Posts: 1713925447

View Profile Personal Message (Offline)

Ignore
1713925447
Reply with quote  #2

1713925447
Report to moderator
1713925447
Hero Member
*
Offline Offline

Posts: 1713925447

View Profile Personal Message (Offline)

Ignore
1713925447
Reply with quote  #2

1713925447
Report to moderator
cambda
Hero Member
*****
Offline Offline

Activity: 759
Merit: 502



View Profile
May 16, 2015, 12:50:34 PM
 #1562

All anyone needs to do if they have questions about road map, what's being prioritized on the spending side etc is to get involved on the Slack or teamspeak, Adam is there pretty much every day.
emicdia
Newbie
*
Offline Offline

Activity: 8
Merit: 0


View Profile
May 16, 2015, 01:43:21 PM
Last edit: May 16, 2015, 02:09:32 PM by emicdia
 #1563

bought 20k today.. will be intresting to see this G0 Real Viral..
keep it transparent very inportant because this coin really got potential

will keep following the Progress  Wink Wink
jc12345
Legendary
*
Offline Offline

Activity: 1638
Merit: 1013


View Profile
May 16, 2015, 03:18:07 PM
Last edit: May 16, 2015, 03:33:10 PM by jc12345
 #1564

Here is the Raspberry Pi wallet for v0.9.1.0-unk - for both the Qt and headless daemon (command line) - UPNP enabled.

Important:
1) Always backup your wallet.dat first before you do anything
2) The wallet was built on a Raspberry Pi2 (ARM7) running Raspbian Wheezy.
3) Installation directory where the binaries are installed is ~/opt/viral or /home/pi/opt/viral
4) All that is needed is to execute the command below on your Pi in a terminal window and afterwards you need to click on the Viral icon on your desktop to launch the Qt wallet or go to the directory with the wallets and run the daemon (virald) with the options you want at the command prompt or in a terminal window
5) An Internet connection is required for the installation
6) A bootstrap.dat is used to fast track the blockchain sync - up to block 7847
7) The bootstrap.dat also works for Windows wallets. For your convenience I have included a direct link below to an untarred bootstrap.dat to make it easy for the Windows users. Windows users just have to copy the bootstrap.dat file into their c\users\yourusername\AppData\Roaming\viral folder and run the Win client again
8.) You need at least an 8GB memory card
9) The installation itself takes about 30-45min on an out-of-the-box Pi
10) You cannot just download the binaries, you have to run the script to get the dependencies as well else it will not run
11) The installation script does not enable the UFW firewall by default. If you want to enable it, uncomment the UFW lines in the script and add the port you want open and run it again or enable it manually by running the UFW commands as in the script with the correct port numbers.
12) Always verify the checksums when you download files to make sure it was downloaded ok. To verify the checksums on your Pi, go to the ~/opt/viral folder and execute sha256sum <filename> and md5sum <filename> and compare the values with the values in the checksums.txt file

Users will be familiar with the Qt wallet as it works like the Windows one. Instructions to use the headless command line daemon wallet:

1) Since you the installation script created a viral.conf file with the startup settings in it, go to the folder with the binaries ~/opt/viral and enter ./virald in a terminal window to start the server
2) After the blockchain has been imported you can enter the normal wallet commands that you would as in a Windows debug console preceded with ./virald
3) Remember to always make a backup of your wallet.dat file before you do anything like encrypting it
4) To encrypt your wallet run the command ./virald encryptwallet <yourpassword>
5) To stake with your wallet run the command ./virald walletpassphrase <yourpassword> 99999999 true

Let me know about any issues that you may encounter.

To kickstart the installation execute the following command at the command prompt or in a terminal window on your Pi:
Code:
wget https://bitbucket.org/jc12345/viral/downloads/viral_installation_pi.sh && chmod +x viral_installation_pi.sh && ./viral_installation_pi.sh && rm -f viral_installation_pi.sh

Direct links:
Link to installation script
Link to viral-qt
Link to virald
Link to bootstrap.dat up to block 7847
Link to bootstrap.dat up to block 7847, untarred for the Win users
Link to checksums.txt

If you like this, you are welcome to donate Viral to VThqxinccshK3piywdmP6TQXLc2t1VQ69X
Bobsurplus
Legendary
*
Offline Offline

Activity: 1008
Merit: 1000


Making money since I was in the womb! @emc2whale


View Profile
May 16, 2015, 04:38:09 PM
 #1565

Here is the Raspberry Pi wallet for v0.9.1.0-unk - for both the Qt and headless daemon (command line) - UPNP enabled.

Important:
1) Always backup your wallet.dat first before you do anything
2) The wallet was built on a Raspberry Pi2 (ARM7) running Raspbian Wheezy.
3) Installation directory where the binaries are installed is ~/opt/viral or /home/pi/opt/viral
4) All that is needed is to execute the command below on your Pi in a terminal window and afterwards you need to click on the Viral icon on your desktop to launch the Qt wallet or go to the directory with the wallets and run the daemon (virald) with the options you want at the command prompt or in a terminal window
5) An Internet connection is required for the installation
6) A bootstrap.dat is used to fast track the blockchain sync - up to block 7847
7) The bootstrap.dat also works for Windows wallets. For your convenience I have included a direct link below to an untarred bootstrap.dat to make it easy for the Windows users. Windows users just have to copy the bootstrap.dat file into their c\users\yourusername\AppData\Roaming\viral folder and run the Win client again
8.) You need at least an 8GB memory card
9) The installation itself takes about 30-45min on an out-of-the-box Pi
10) You cannot just download the binaries, you have to run the script to get the dependencies as well else it will not run
11) The installation script does not enable the UFW firewall by default. If you want to enable it, uncomment the UFW lines in the script and add the port you want open and run it again or enable it manually by running the UFW commands as in the script with the correct port numbers.
12) Always verify the checksums when you download files to make sure it was downloaded ok. To verify the checksums on your Pi, go to the ~/opt/viral folder and execute sha256sum <filename> and md5sum <filename> and compare the values with the values in the checksums.txt file

Users will be familiar with the Qt wallet as it works like the Windows one. Instructions to use the headless command line daemon wallet:

1) Since you the installation script created a viral.conf file with the startup settings in it, go to the folder with the binaries ~/opt/viral and enter ./virald in a terminal window to start the server
2) After the blockchain has been imported you can enter the normal wallet commands that you would as in a Windows debug console preceded with ./virald
3) Remember to always make a backup of your wallet.dat file before you do anything like encrypting it
4) To encrypt your wallet run the command ./virald encryptwallet <yourpassword>
5) To stake with your wallet run the command ./virald walletpassphrase <yourpassword> 99999999 true

Let me know about any issues that you may encounter.

To kickstart the installation execute the following command at the command prompt or in a terminal window on your Pi:
Code:
wget https://bitbucket.org/jc12345/viral/downloads/viral_installation_pi.sh && chmod +x viral_installation_pi.sh && ./viral_installation_pi.sh && rm -f viral_installation_pi.sh

Direct links:
Link to installation script
Link to viral-qt
Link to virald
Link to bootstrap.dat up to block 7847
Link to bootstrap.dat up to block 7847, untarred for the Win users
Link to checksums.txt

If you like this, you are welcome to donate Viral to VThqxinccshK3piywdmP6TQXLc2t1VQ69X


I would recommend that everyone wait on word from Adam before downloading this wallet.
Timeline
Legendary
*
Offline Offline

Activity: 924
Merit: 1000


TokenHouse decentralized cryptocurrency exchange


View Profile
May 16, 2015, 05:47:21 PM
 #1566

Viral is on Bittrex https://bittrex.com/Market/Index?MarketName=BTC-VIRAL

tiggytomb
Legendary
*
Offline Offline

Activity: 1848
Merit: 1000


View Profile
May 16, 2015, 05:47:38 PM
 #1567

on Trex
https://bittrex.com/Market/Index?MarketName=BTC-VIRAL
olloman
Sr. Member
****
Offline Offline

Activity: 433
Merit: 250


Crypto Angel


View Profile
May 16, 2015, 05:52:19 PM
 #1568

nice! anyway, someone should let them know it is just viral, not viralcoin
Bobsurplus
Legendary
*
Offline Offline

Activity: 1008
Merit: 1000


Making money since I was in the womb! @emc2whale


View Profile
May 16, 2015, 05:54:30 PM
 #1569

Boooom!

Now this coin can grow naturally!
PatCash79
Sr. Member
****
Offline Offline

Activity: 378
Merit: 250


View Profile
May 16, 2015, 06:01:47 PM
 #1570

market cap: $140,000
bitcoinmax88
Hero Member
*****
Offline Offline

Activity: 518
Merit: 500


The Visonary Behind VIRAL - Adam Guerbuez


View Profile
May 16, 2015, 06:02:50 PM
 #1571

We've finally been added to Bittrex! Trading is now live so get ready to go VIRAL!
Here is one of the owner's posts to announce on Twitter https://twitter.com/richiela/status/599630592871796736
The start to a crazy weekend!!

VIRAL is my vision - MY Vision is VIRAL - My Twitter is @AdamGuerbuez
PROMOTE YOUR COIN OR SERVICE ON VIRAL AND HAVE THE WHOLE CRYPTO COMMUNITY Talking about it! Go to http://www.GetViralCoin.com/sponsors/
viralfaucet
Newbie
*
Offline Offline

Activity: 10
Merit: 0


View Profile WWW
May 16, 2015, 06:04:20 PM
 #1572



Awesome news. We are moving on up to the East-Side!
dragontail
Sr. Member
****
Offline Offline

Activity: 292
Merit: 250


View Profile
May 16, 2015, 06:06:27 PM
 #1573

good news ,now viral is listed on trex:
https://www.bittrex.com/Market/Index?MarketName=BTC-VIRAL

get your cheap coin from ccex now, as after few hours it wouldn't be possible to buy viral below 15K.

already min sell order posted in trex is above 15K.
issie81
Hero Member
*****
Offline Offline

Activity: 760
Merit: 500

CryptoZilla


View Profile
May 16, 2015, 06:17:07 PM
 #1574

Its Viral time.. Showdown
1st page trex within one hour.. Rock on
dragontail
Sr. Member
****
Offline Offline

Activity: 292
Merit: 250


View Profile
May 16, 2015, 06:27:11 PM
 #1575

In trex buy order is of 15 btc and sell order is of 14 btc, for first time on trex buy order surpasses that on sell side.we will cross 30K on trex today
PatCash79
Sr. Member
****
Offline Offline

Activity: 378
Merit: 250


View Profile
May 16, 2015, 06:31:35 PM
 #1576

In trex buy order is of 15 btc and sell order is of 14 btc, for first time on trex buy order surpasses that on sell side.we will cross 30K on trex today

so far it's all fake trading on trex
issie81
Hero Member
*****
Offline Offline

Activity: 760
Merit: 500

CryptoZilla


View Profile
May 16, 2015, 06:32:15 PM
 #1577

In trex buy order is of 15 btc and sell order is of 14 btc, for first time on trex buy order surpasses that on sell side.we will cross 30K on trex today

Good job guys

ViralDev (OP)
Member
**
Offline Offline

Activity: 70
Merit: 10


View Profile
May 16, 2015, 06:39:06 PM
 #1578

We are 10 days early on this, hope you guys will be happy!

Our MAC wallet is ready for download! This is one of the first MAC wallets with OAUTH webkit capabilities. You can download the OSX 10.10 compatible wallet here! https://github.com/viraldev/viral/releases/download/v0.9.3.0/osx-Viral-Qt-v0.9.3.dmg
olloman
Sr. Member
****
Offline Offline

Activity: 433
Merit: 250


Crypto Angel


View Profile
May 16, 2015, 06:44:42 PM
 #1579

grats dev, nicely done!
dragontail
Sr. Member
****
Offline Offline

Activity: 292
Merit: 250


View Profile
May 16, 2015, 06:46:24 PM
 #1580

We are 10 days early on this, hope you guys will be happy!

Our MAC wallet is ready for download! This is one of the first MAC wallets with OAUTH webkit capabilities. You can download the OSX 10.10 compatible wallet here!


Thanks
and please update the OP and also edit that title "Coming to Bittrex"
Pages: « 1 ... 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 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 ... 188 »
  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!