Author

Topic: [ANN][VOOT] OLD THREAD - page 208. (Read 302210 times)

member
Activity: 112
Merit: 10
June 23, 2014, 06:16:50 PM
Here is some explanation:
1) A node wants to send a nitesend transaction. It does not find any open offer, so it constructs a tx with locktime 10 minutes in the future and all input sequence number as MAGIC_NITESEND_SEQUENCE = 0x41de5eec;
2) This transaction is broadcasted with separate channel, 'ctx' - message
3) Another node wants to send a nitesend transaction. It finds the previous transaction, joins the offer by constructing it's own with same locktime and same magic sequence number. It is broadcasted with the same channel.

4) (after a delay, when finished locktime -n minutes) all nodes collects nitesend offers to a nitesend collection.
5) This collection is ordered and first in line signs all own inputs and broadcasts it with 'ctx' channel
6) next in line receives it and signs all it's inputs, broadcast
7) when last one notices it is final, it will broadcast it on the main 'tx' channel, locktime = 0 (locked) and sequence number = 0xfffffff (same than normal transactions)


BRAVO!!!  Shocked  Shocked  Shocked  Shocked  Shocked  Shocked  Shocked
full member
Activity: 182
Merit: 100
June 23, 2014, 06:07:43 PM
From the beginning I trusted Nite69 and MsCollec   Grin Grin Grin Grin
Thank you both. Grin Grin Grin

Now I go buy more VOOT and SYNC coins. Wink
legendary
Activity: 1232
Merit: 1000
June 23, 2014, 05:56:03 PM
Actually, these codes nite69 is posting look pretty fancy... buy more VOOT!
sr. member
Activity: 477
Merit: 500
June 23, 2014, 05:55:55 PM
Here is some explanation:
1) A node wants to send a nitesend transaction. It does not find any open offer, so it constructs a tx with locktime 10 minutes in the future and all input sequence number as MAGIC_NITESEND_SEQUENCE = 0x41de5eec;
2) This transaction is broadcasted with separate channel, 'ctx' - message
3) Another node wants to send a nitesend transaction. It finds the previous transaction, joins the offer by constructing it's own with same locktime and same magic sequence number. It is broadcasted with the same channel.

4) (after a delay, when finished locktime -n minutes) all nodes collects nitesend offers to a nitesend collection.
5) This collection is ordered and first in line signs all own inputs and broadcasts it with 'ctx' channel
6) next in line receives it and signs all it's inputs, broadcast
7) when last one notices it is final, it will broadcast it on the main 'tx' channel, locktime = 0 (locked) and sequence number = 0xfffffff (same than normal transactions)
legendary
Activity: 1400
Merit: 1000
June 23, 2014, 05:55:04 PM
Here is some logs from a nitesend transaction (this is made with sync, but I already have Voot wallet at the same condition):

Wallet 1 sends a nitesend offer:
Code:
Nitesend CommitTransaction:
CTransaction(hash=456f4579f6, nTime=1403562185, ver=1, vin.size=1, vout.size=1, nLockTime=1403562785)
    CTxIn(COutPoint(b84925a1fd, 1), scriptSig=304402204c5e9196e64d999d, nSequence=1105092332)
    CTxOut(nValue=0.01, scriptPubKey=OP_DUP OP_HASH160 9c36ab635527083e93b6a64a388a69f51da613a2 OP_EQUALVERIFY OP_CHECKSIG)
CommitTransaction:
CTransaction(hash=456f4579f6, nTime=1403562185, ver=1, vin.size=1, vout.size=1, nLockTime=1403562785)
    CTxIn(COutPoint(b84925a1fd, 1), scriptSig=304402204c5e9196e64d999d, nSequence=1105092332)
    CTxOut(nValue=0.01, scriptPubKey=OP_DUP OP_HASH160 9c36ab635527083e93b6a64a388a69f51da613a2 OP_EQUALVERIFY OP_CHECKSIG)
AddToWallet 456f4579f6  new


Wallet 2 sends a nitesend offer:
Code:
Nitesend CommitTransaction:
CTransaction(hash=89bc55838a, nTime=1403562201, ver=1, vin.size=1, vout.size=1, nLockTime=1403562785)
    CTxIn(COutPoint(36446ad7cb, 1), scriptSig=30440220234d56681138bd26, nSequence=1105092332)
    CTxOut(nValue=0.01, scriptPubKey=OP_DUP OP_HASH160 f80fb258d99a5ad0c68349c3de362da56a1f274d OP_EQUALVERIFY OP_CHECKSIG)
CommitTransaction:
CTransaction(hash=89bc55838a, nTime=1403562201, ver=1, vin.size=1, vout.size=1, nLockTime=1403562785)
    CTxIn(COutPoint(36446ad7cb, 1), scriptSig=30440220234d56681138bd26, nSequence=1105092332)
    CTxOut(nValue=0.01, scriptPubKey=OP_DUP OP_HASH160 f80fb258d99a5ad0c68349c3de362da56a1f274d OP_EQUALVERIFY OP_CHECKSIG)
AddToWallet 89bc55838a  new
WalletUpdateSpent found spent coin

Wallet 1: Receives a nitesend coinjoin offers and builds a nitesend collection, signs own part:
Code:
net.cpp RelayTransaction type = 3
updateWallet 89bc55838a888288cca70edbd99ec8eeb2b3d92c97fd4126759fa9a1c968f951 0
   inWallet=1 inModel=0 Index=120-120 showTransaction=1 derivedStatus=0
BuildCollectedTransaction : checking  CTransaction(hash=456f4579f6, nTime=1403562185, ver=1, vin.size=1, vout.size=1, nLockTime=1403562785)
    CTxIn(COutPoint(b84925a1fd, 1), scriptSig=304402204c5e9196e64d999d, nSequence=1105092332)
    CTxOut(nValue=0.01, scriptPubKey=OP_DUP OP_HASH160 9c36ab635527083e93b6a64a388a69f51da613a2 OP_EQUALVERIFY OP_CHECKSIG)

BuildCollectedTransaction : checking  CTransaction(hash=89bc55838a, nTime=1403562201, ver=1, vin.size=1, vout.size=1, nLockTime=1403562785)
    CTxIn(COutPoint(36446ad7cb, 1), scriptSig=30440220234d56681138bd26, nSequence=1105092332)
    CTxOut(nValue=0.01, scriptPubKey=OP_DUP OP_HASH160 f80fb258d99a5ad0c68349c3de362da56a1f274d OP_EQUALVERIFY OP_CHECKSIG)

BuildCollectedTransaction : generated CTransaction(hash=6cd087af92, nTime=1403562785, ver=1, vin.size=2, vout.size=2, nLockTime=0)
    CTxIn(COutPoint(b84925a1fd, 1), scriptSig=304402204c5e9196e64d999d, nSequence=1105092332)
    CTxIn(COutPoint(36446ad7cb, 1), scriptSig=30440220234d56681138bd26, nSequence=1105092332)
    CTxOut(nValue=0.01, scriptPubKey=OP_DUP OP_HASH160 9c36ab635527083e93b6a64a388a69f51da613a2 OP_EQUALVERIFY OP_CHECKSIG)
    CTxOut(nValue=0.01, scriptPubKey=OP_DUP OP_HASH160 f80fb258d99a5ad0c68349c3de362da56a1f274d OP_EQUALVERIFY OP_CHECKSIG)

BuildCollectedTransaction : I have joined this transaction!
BuildCollectedTransaction : Signed CTxIn(COutPoint(b84925a1fd, 1), scriptSig=3044022051f62e28e58fa0f6)
BuildCollectedTransaction : Not Signed CTxIn(COutPoint(36446ad7cb, 1), scriptSig=30440220234d56681138bd26)
BuildCollectedTransaction : signed my part CTransaction(hash=8cce89b3cc, nTime=1403562785, ver=1, vin.size=2, vout.size=2, nLockTime=0)
    CTxIn(COutPoint(b84925a1fd, 1), scriptSig=3044022051f62e28e58fa0f6)
    CTxIn(COutPoint(36446ad7cb, 1), scriptSig=30440220234d56681138bd26, nSequence=1105092332)
    CTxOut(nValue=0.01, scriptPubKey=OP_DUP OP_HASH160 9c36ab635527083e93b6a64a388a69f51da613a2 OP_EQUALVERIFY OP_CHECKSIG)
    CTxOut(nValue=0.01, scriptPubKey=OP_DUP OP_HASH160 f80fb258d99a5ad0c68349c3de362da56a1f274d OP_EQUALVERIFY OP_CHECKSIG)

Relaying wtx 8cce89b3cc
net.cpp RelayTransaction type = 3
received getdata for: ctx 8cce89b3cc528f5f5a59


wallet2: receives the partly signed collection and signs the latter part, finds it is final and broadcasts it to blcokchain
Code:
received getdata for: ctx 89bc55838a888288cca7
CTxMemPool::accept() : accepted 8cce89b3cc (poolsz 1)
CTxMemPool::accept() : accepted CTransaction(hash=8cce89b3cc, nTime=1403562785, ver=1, vin.size=2, vout.size=2, nLockTime=0)
    CTxIn(COutPoint(b84925a1fd, 1), scriptSig=3044022051f62e28e58fa0f6)
    CTxIn(COutPoint(36446ad7cb, 1), scriptSig=30440220234d56681138bd26, nSequence=1105092332)
    CTxOut(nValue=0.01, scriptPubKey=OP_DUP OP_HASH160 9c36ab635527083e93b6a64a388a69f51da613a2 OP_EQUALVERIFY OP_CHECKSIG)
    CTxOut(nValue=0.01, scriptPubKey=OP_DUP OP_HASH160 f80fb258d99a5ad0c68349c3de362da56a1f274d OP_EQUALVERIFY OP_CHECKSIG)

AddToWallet 8cce89b3cc  new
NotifyTransactionChanged 8cce89b3cc528f5f5a5904d4ce97ef2ab6c1813c69f6aec61c6e2361a7567079 status=0
net.cpp RelayTransaction type = 3
updateWallet 8cce89b3cc528f5f5a5904d4ce97ef2ab6c1813c69f6aec61c6e2361a7567079 0
   inWallet=1 inModel=0 Index=12-12 showTransaction=1 derivedStatus=0
BuildCollectedTransaction : I have joined this transaction!
BuildCollectedTransaction : VerifyScript passed CTxIn(COutPoint(b84925a1fd, 1), scriptSig=3044022051f62e28e58fa0f6)
BuildCollectedTransaction : Signed CTxIn(COutPoint(36446ad7cb, 1), scriptSig=3045022100cc79eb7c87d364)
BuildCollectedTransaction : signed my part CTransaction(hash=5841009bf2, nTime=1403562785, ver=1, vin.size=2, vout.size=2, nLockTime=0)
    CTxIn(COutPoint(b84925a1fd, 1), scriptSig=3044022051f62e28e58fa0f6)
    CTxIn(COutPoint(36446ad7cb, 1), scriptSig=3045022100cc79eb7c87d364)
    CTxOut(nValue=0.01, scriptPubKey=OP_DUP OP_HASH160 9c36ab635527083e93b6a64a388a69f51da613a2 OP_EQUALVERIFY OP_CHECKSIG)
    CTxOut(nValue=0.01, scriptPubKey=OP_DUP OP_HASH160 f80fb258d99a5ad0c68349c3de362da56a1f274d OP_EQUALVERIFY OP_CHECKSIG)

BuildCollectedTransaction : NiteSend transaction is complete, broadcasting.
CTxMemPool::accept() : accepted 5841009bf2 (poolsz 1)
CTxMemPool::accept() : accepted CTransaction(hash=5841009bf2, nTime=1403562785, ver=1, vin.size=2, vout.size=2, nLockTime=0)
    CTxIn(COutPoint(b84925a1fd, 1), scriptSig=3044022051f62e28e58fa0f6)
    CTxIn(COutPoint(36446ad7cb, 1), scriptSig=3045022100cc79eb7c87d364)
    CTxOut(nValue=0.01, scriptPubKey=OP_DUP OP_HASH160 9c36ab635527083e93b6a64a388a69f51da613a2 OP_EQUALVERIFY OP_CHECKSIG)
    CTxOut(nValue=0.01, scriptPubKey=OP_DUP OP_HASH160 f80fb258d99a5ad0c68349c3de362da56a1f274d OP_EQUALVERIFY OP_CHECKSIG)

Relaying wtx 5841009bf2
net.cpp RelayTransaction type = 1

Complete transaction is here on the blockchain:
http://explorer.synclub.net/tx/5841009bf23ee4608618cee00b6499eee4ea670d8062fa2b37490c0c51d631c8

TODO:
- Build transaction with correct timings, ie start collecting complete tx after delay (now it builds when 2 parts are received)
- sign collective transaction in order (now everyone signs, eventually it will build up, but not very optimized)
- clean up previous transactions after building next
- add more DoS preventions (for example, prevent mining nitesend offers)
- add procedure to drop misbehaving nodes, ie transactions that are not signed in time


Awesome  Grin
full member
Activity: 154
Merit: 100
June 23, 2014, 05:53:50 PM
I think I'm going to buy more voot before the price makes me feel stupid again like last time it went up
sr. member
Activity: 322
Merit: 250
June 23, 2014, 05:52:51 PM
here comes the panic buys  Cheesy

watch it take off, panic lift off!!
full member
Activity: 154
Merit: 100
June 23, 2014, 05:48:54 PM
here comes the panic buys  Cheesy
sr. member
Activity: 477
Merit: 500
June 23, 2014, 05:48:27 PM
Here is some logs from a nitesend transaction (this is made with sync, but I already have Voot wallet at the same condition):

Wallet 1 sends a nitesend offer:
Code:
Nitesend CommitTransaction:
CTransaction(hash=456f4579f6, nTime=1403562185, ver=1, vin.size=1, vout.size=1, nLockTime=1403562785)
    CTxIn(COutPoint(b84925a1fd, 1), scriptSig=304402204c5e9196e64d999d, nSequence=1105092332)
    CTxOut(nValue=0.01, scriptPubKey=OP_DUP OP_HASH160 9c36ab635527083e93b6a64a388a69f51da613a2 OP_EQUALVERIFY OP_CHECKSIG)
CommitTransaction:
CTransaction(hash=456f4579f6, nTime=1403562185, ver=1, vin.size=1, vout.size=1, nLockTime=1403562785)
    CTxIn(COutPoint(b84925a1fd, 1), scriptSig=304402204c5e9196e64d999d, nSequence=1105092332)
    CTxOut(nValue=0.01, scriptPubKey=OP_DUP OP_HASH160 9c36ab635527083e93b6a64a388a69f51da613a2 OP_EQUALVERIFY OP_CHECKSIG)
AddToWallet 456f4579f6  new


Wallet 2 sends a nitesend offer:
Code:
Nitesend CommitTransaction:
CTransaction(hash=89bc55838a, nTime=1403562201, ver=1, vin.size=1, vout.size=1, nLockTime=1403562785)
    CTxIn(COutPoint(36446ad7cb, 1), scriptSig=30440220234d56681138bd26, nSequence=1105092332)
    CTxOut(nValue=0.01, scriptPubKey=OP_DUP OP_HASH160 f80fb258d99a5ad0c68349c3de362da56a1f274d OP_EQUALVERIFY OP_CHECKSIG)
CommitTransaction:
CTransaction(hash=89bc55838a, nTime=1403562201, ver=1, vin.size=1, vout.size=1, nLockTime=1403562785)
    CTxIn(COutPoint(36446ad7cb, 1), scriptSig=30440220234d56681138bd26, nSequence=1105092332)
    CTxOut(nValue=0.01, scriptPubKey=OP_DUP OP_HASH160 f80fb258d99a5ad0c68349c3de362da56a1f274d OP_EQUALVERIFY OP_CHECKSIG)
AddToWallet 89bc55838a  new
WalletUpdateSpent found spent coin

Wallet 1: Receives a nitesend coinjoin offers and builds a nitesend collection, signs own part:
Code:
net.cpp RelayTransaction type = 3
updateWallet 89bc55838a888288cca70edbd99ec8eeb2b3d92c97fd4126759fa9a1c968f951 0
   inWallet=1 inModel=0 Index=120-120 showTransaction=1 derivedStatus=0
BuildCollectedTransaction : checking  CTransaction(hash=456f4579f6, nTime=1403562185, ver=1, vin.size=1, vout.size=1, nLockTime=1403562785)
    CTxIn(COutPoint(b84925a1fd, 1), scriptSig=304402204c5e9196e64d999d, nSequence=1105092332)
    CTxOut(nValue=0.01, scriptPubKey=OP_DUP OP_HASH160 9c36ab635527083e93b6a64a388a69f51da613a2 OP_EQUALVERIFY OP_CHECKSIG)

BuildCollectedTransaction : checking  CTransaction(hash=89bc55838a, nTime=1403562201, ver=1, vin.size=1, vout.size=1, nLockTime=1403562785)
    CTxIn(COutPoint(36446ad7cb, 1), scriptSig=30440220234d56681138bd26, nSequence=1105092332)
    CTxOut(nValue=0.01, scriptPubKey=OP_DUP OP_HASH160 f80fb258d99a5ad0c68349c3de362da56a1f274d OP_EQUALVERIFY OP_CHECKSIG)

BuildCollectedTransaction : generated CTransaction(hash=6cd087af92, nTime=1403562785, ver=1, vin.size=2, vout.size=2, nLockTime=0)
    CTxIn(COutPoint(b84925a1fd, 1), scriptSig=304402204c5e9196e64d999d, nSequence=1105092332)
    CTxIn(COutPoint(36446ad7cb, 1), scriptSig=30440220234d56681138bd26, nSequence=1105092332)
    CTxOut(nValue=0.01, scriptPubKey=OP_DUP OP_HASH160 9c36ab635527083e93b6a64a388a69f51da613a2 OP_EQUALVERIFY OP_CHECKSIG)
    CTxOut(nValue=0.01, scriptPubKey=OP_DUP OP_HASH160 f80fb258d99a5ad0c68349c3de362da56a1f274d OP_EQUALVERIFY OP_CHECKSIG)

BuildCollectedTransaction : I have joined this transaction!
BuildCollectedTransaction : Signed CTxIn(COutPoint(b84925a1fd, 1), scriptSig=3044022051f62e28e58fa0f6)
BuildCollectedTransaction : Not Signed CTxIn(COutPoint(36446ad7cb, 1), scriptSig=30440220234d56681138bd26)
BuildCollectedTransaction : signed my part CTransaction(hash=8cce89b3cc, nTime=1403562785, ver=1, vin.size=2, vout.size=2, nLockTime=0)
    CTxIn(COutPoint(b84925a1fd, 1), scriptSig=3044022051f62e28e58fa0f6)
    CTxIn(COutPoint(36446ad7cb, 1), scriptSig=30440220234d56681138bd26, nSequence=1105092332)
    CTxOut(nValue=0.01, scriptPubKey=OP_DUP OP_HASH160 9c36ab635527083e93b6a64a388a69f51da613a2 OP_EQUALVERIFY OP_CHECKSIG)
    CTxOut(nValue=0.01, scriptPubKey=OP_DUP OP_HASH160 f80fb258d99a5ad0c68349c3de362da56a1f274d OP_EQUALVERIFY OP_CHECKSIG)

Relaying wtx 8cce89b3cc
net.cpp RelayTransaction type = 3
received getdata for: ctx 8cce89b3cc528f5f5a59


wallet2: receives the partly signed collection and signs the latter part, finds it is final and broadcasts it to blcokchain
Code:
received getdata for: ctx 89bc55838a888288cca7
CTxMemPool::accept() : accepted 8cce89b3cc (poolsz 1)
CTxMemPool::accept() : accepted CTransaction(hash=8cce89b3cc, nTime=1403562785, ver=1, vin.size=2, vout.size=2, nLockTime=0)
    CTxIn(COutPoint(b84925a1fd, 1), scriptSig=3044022051f62e28e58fa0f6)
    CTxIn(COutPoint(36446ad7cb, 1), scriptSig=30440220234d56681138bd26, nSequence=1105092332)
    CTxOut(nValue=0.01, scriptPubKey=OP_DUP OP_HASH160 9c36ab635527083e93b6a64a388a69f51da613a2 OP_EQUALVERIFY OP_CHECKSIG)
    CTxOut(nValue=0.01, scriptPubKey=OP_DUP OP_HASH160 f80fb258d99a5ad0c68349c3de362da56a1f274d OP_EQUALVERIFY OP_CHECKSIG)

AddToWallet 8cce89b3cc  new
NotifyTransactionChanged 8cce89b3cc528f5f5a5904d4ce97ef2ab6c1813c69f6aec61c6e2361a7567079 status=0
net.cpp RelayTransaction type = 3
updateWallet 8cce89b3cc528f5f5a5904d4ce97ef2ab6c1813c69f6aec61c6e2361a7567079 0
   inWallet=1 inModel=0 Index=12-12 showTransaction=1 derivedStatus=0
BuildCollectedTransaction : I have joined this transaction!
BuildCollectedTransaction : VerifyScript passed CTxIn(COutPoint(b84925a1fd, 1), scriptSig=3044022051f62e28e58fa0f6)
BuildCollectedTransaction : Signed CTxIn(COutPoint(36446ad7cb, 1), scriptSig=3045022100cc79eb7c87d364)
BuildCollectedTransaction : signed my part CTransaction(hash=5841009bf2, nTime=1403562785, ver=1, vin.size=2, vout.size=2, nLockTime=0)
    CTxIn(COutPoint(b84925a1fd, 1), scriptSig=3044022051f62e28e58fa0f6)
    CTxIn(COutPoint(36446ad7cb, 1), scriptSig=3045022100cc79eb7c87d364)
    CTxOut(nValue=0.01, scriptPubKey=OP_DUP OP_HASH160 9c36ab635527083e93b6a64a388a69f51da613a2 OP_EQUALVERIFY OP_CHECKSIG)
    CTxOut(nValue=0.01, scriptPubKey=OP_DUP OP_HASH160 f80fb258d99a5ad0c68349c3de362da56a1f274d OP_EQUALVERIFY OP_CHECKSIG)

BuildCollectedTransaction : NiteSend transaction is complete, broadcasting.
CTxMemPool::accept() : accepted 5841009bf2 (poolsz 1)
CTxMemPool::accept() : accepted CTransaction(hash=5841009bf2, nTime=1403562785, ver=1, vin.size=2, vout.size=2, nLockTime=0)
    CTxIn(COutPoint(b84925a1fd, 1), scriptSig=3044022051f62e28e58fa0f6)
    CTxIn(COutPoint(36446ad7cb, 1), scriptSig=3045022100cc79eb7c87d364)
    CTxOut(nValue=0.01, scriptPubKey=OP_DUP OP_HASH160 9c36ab635527083e93b6a64a388a69f51da613a2 OP_EQUALVERIFY OP_CHECKSIG)
    CTxOut(nValue=0.01, scriptPubKey=OP_DUP OP_HASH160 f80fb258d99a5ad0c68349c3de362da56a1f274d OP_EQUALVERIFY OP_CHECKSIG)

Relaying wtx 5841009bf2
net.cpp RelayTransaction type = 1

Complete transaction is here on the blockchain:
http://explorer.synclub.net/tx/5841009bf23ee4608618cee00b6499eee4ea670d8062fa2b37490c0c51d631c8

TODO:
- Build transaction with correct timings, ie start collecting complete tx after delay (now it builds when 2 parts are received)
- sign collective transaction in order (now everyone signs, eventually it will build up, but not very optimized)
- clean up previous transactions after building next
- add more DoS preventions (for example, prevent mining nitesend offers)
- add procedure to drop misbehaving nodes, ie transactions that are not signed in time
legendary
Activity: 1400
Merit: 1000
June 23, 2014, 05:46:43 PM
We are seeing same pattern. This takeoff is for 2ksat
member
Activity: 112
Merit: 10
June 23, 2014, 05:22:33 PM


LOL, I'm going to make ALL the dumpers BURN.  Grin
full member
Activity: 182
Merit: 100
June 23, 2014, 05:16:43 PM
VOOT community held together and fuders here will feel very unhappy  Grin Grin Grin Grin Grin
sr. member
Activity: 672
Merit: 250
June 23, 2014, 05:14:59 PM
Is everyone as excited as I am? Cheesy

- NiteSend
- VootMarket (1300K satoshis away from funding the next big thing)

You guys have no idea.

Cool

very excited , imo we'll see crazy highs for this  coin. time will tell.. Wink

Agreed, I share the same excitement. This coin is backed by serious developers with BIG plans.

Keep dumping VOOT, i'll buy alllllllll your cheap coins.  Cheesy
Voot hit 800!!!!!!!!!!!!!!!!!!!!!
ITs on the moveeeeeeeee
member
Activity: 112
Merit: 10
June 23, 2014, 05:08:17 PM
Is everyone as excited as I am? Cheesy

- NiteSend
- VootMarket (1300K satoshis away from funding the next big thing)

You guys have no idea.

Cool

very excited , imo we'll see crazy highs for this  coin. time will tell.. Wink

Agreed, I share the same excitement. This coin is backed by serious developers with BIG plans.

Keep dumping VOOT, i'll buy alllllllll your cheap coins.  Cheesy
drm
legendary
Activity: 1176
Merit: 1005
June 23, 2014, 04:58:10 PM
Is everyone as excited as I am? Cheesy

- NiteSend
- VootMarket (1300K satoshis away from funding the next big thing)

You guys have no idea.

Cool

very excited , imo we'll see crazy highs for this  coin. time will tell.. Wink
hero member
Activity: 826
Merit: 1000
June 23, 2014, 03:32:43 PM
Any of you boys want to start a Twitter campaign today? Get some hype? #VOOT #VOOTCOIN

#VOOT #VOOTCOIN all aboard the train!
Rt the vootcoin rocket! https://twitter.com/Rdanetti/status/481134625285505024

Retweeted you and followed you too!
member
Activity: 112
Merit: 10
June 23, 2014, 02:26:43 PM
Timber.

More cheap coins for me  Cheesy
legendary
Activity: 1232
Merit: 1000
June 23, 2014, 02:23:24 PM
Timber.
member
Activity: 112
Merit: 10
June 23, 2014, 02:21:29 PM
When NiteSend goes live this week the trade volume on VOOT is going to go full blown retarded. People are selling off at the wrong time, they will regret that later this week.
sr. member
Activity: 322
Merit: 250
June 23, 2014, 01:35:52 PM
Any of you boys want to start a Twitter campaign today? Get some hype? #VOOT #VOOTCOIN

#VOOT #VOOTCOIN all aboard the train!
Rt the vootcoin rocket! https://twitter.com/Rdanetti/status/481134625285505024
Jump to: