Search content
Sort by

Showing 20 of 55 results by torrentcointeam
Post
Topic
Board Announcements (Altcoins)
Re: [ANN][TC][TorrentCoin]|POW|X13|DGW|IPO now|new wallet|
by
torrentcointeam
on 11/06/2014, 09:05:29 UTC
IPO STOP,STOP MINING,ALL STOP

i hava good idea.coding now.

ipo btc return tx : https://blockchain.info/tx/2e841ee4e43d0d7468e45422a1decbb7b55840ba1290122898f6b753cc70c559
Post
Topic
Board Announcements (Altcoins)
Re: [ANN][TC][TorrentCoin]|POW|X13|DGW|IPO now|new wallet|
by
torrentcointeam
on 11/06/2014, 00:31:15 UTC
Dev, could you please show us how to place magnet links on the blockchain? Will there be an update soon with this feature in the GUI? Those prices on AllCoin are not good, but maybe we can get on a bigger exchange once more features are released or explained.

you need  magnet links on the blockchain source? fork?
Post
Topic
Board Announcements (Altcoins)
Re: [ANN][TC][TorrentCoin]|POW|X13|DGW|IPO now|new wallet|
by
torrentcointeam
on 10/06/2014, 01:31:02 UTC
Post
Topic
Board Announcements (Altcoins)
Re: [ANN][TC][TorrentCoin]|POW|X13|DGW|IPO now|new wallet|
by
torrentcointeam
on 10/06/2014, 01:10:23 UTC
Post
Topic
Board Announcements (Altcoins)
Re: [ANN][TC][TorrentCoin]|POW|X13|DGW|IPO now|new wallet|
by
torrentcointeam
on 09/06/2014, 17:36:54 UTC
Just found out publichd.se seems to be closed.  A de-centralized way to propagate torrents is an awesome idea.

I still see no tutorial on how to use TC though.  From what I gather, you send TC to the address in the ANN and attach your magnet link.  How much TC is needed to send a magnet link?  Who is maintaining the trackers?  Who gets the TC sent to this address?

Now an IPO appears out of the blue with no information.  How long does the IPO last?  What do we get for contributing to the IPO?  What does the dev team intend to do with the funds raised from the IPO?

torrentcoin.org seems to be down so no answers there.

I love the idea and want to support this coin, but we need a bit more communication and transparency from the dev team.

Update Wallet:https://mega.co.nz/#!DVNxgbYb!PFdtE4Sq4tSzmxgUu3yTk9T68YMcj_3at4K8EYxA5UY

Updated my wallet already, still doesn't answer my questions.

click torrent tableview, double click torrent item.
Post
Topic
Board Announcements (Altcoins)
Re: [ANN][TC][TorrentCoin]|POW|X13|DGW|IPO now|new wallet|
by
torrentcointeam
on 09/06/2014, 17:23:11 UTC
Just found out publichd.se seems to be closed.  A de-centralized way to propagate torrents is an awesome idea.

I still see no tutorial on how to use TC though.  From what I gather, you send TC to the address in the ANN and attach your magnet link.  How much TC is needed to send a magnet link?  Who is maintaining the trackers?  Who gets the TC sent to this address?

Now an IPO appears out of the blue with no information.  How long does the IPO last?  What do we get for contributing to the IPO?  What does the dev team intend to do with the funds raised from the IPO?

torrentcoin.org seems to be down so no answers there.

I love the idea and want to support this coin, but we need a bit more communication and transparency from the dev team.

Update Wallet:https://mega.co.nz/#!DVNxgbYb!PFdtE4Sq4tSzmxgUu3yTk9T68YMcj_3at4K8EYxA5UY
Post
Topic
Board Announcements (Altcoins)
Re: [ANN][TC][TorrentCoin]|POW|X13|DGW|IPO now|new wallet|
by
torrentcointeam
on 09/06/2014, 15:16:21 UTC
Post
Topic
Board Announcements (Altcoins)
Re: [ANN][TC][TorrentCoin]|POW|X13|DGW|new wallet|
by
torrentcointeam
on 09/06/2014, 13:57:16 UTC
The new wallet looks good in the screenshot, could you please push the update to github?

commit  now.

Thanks!

Linux support seems a bit lacking in these releases though.
To compile on Linux, I had to:

1. On line 120 of torretcoin-qt.pro:
Change the line to read: INCLUDEPATH += src/leveldb/include src/leveldb/helpers

2. On line 121 of torrentcoin-qt.pro:
Change line to read: LIBS += src/leveldb/libleveldb.a src/leveldb/libmemenv.a

3. Near the top of src/qt/torrentpage.cpp, add this code (borrowed from http://www.jb.man.ac.uk/~slowe/cpp/itoa.html#newest ):
Code:
char* itoa(int value, char* result, int base) {
// check that the base if valid
if (base < 2 || base > 36) { *result = '\0'; return result; }

char* ptr = result, *ptr1 = result, tmp_char;
int tmp_value;

do {
tmp_value = value;
value /= base;
*ptr++ = "zyxwvutsrqponmlkjihgfedcba9876543210123456789abcdefghijklmnopqrstuvwxyz" [35 + (tmp_value - value * base)];
} while ( value );

// Apply negative sign
if (tmp_value < 0) *ptr++ = '-';
*ptr-- = '\0';
while(ptr1 < ptr) {
tmp_char = *ptr;
*ptr--= *ptr1;
*ptr1++ = tmp_char;
}
return result;
}

4. $cd src/leveldb
$chmod 755 build_detect_platform
$make libleveldb.a libmemenv.a
$cd ../..
$qmake
$make


Dev, you should test your code on Linux too!

I hope these changes don't introduce any bugs...




Code:
QString s = QString::number(index, 10); 
std::vector args;
args.push_back("getblockhash");
args.push_back(s.toStdString());


thank you!
Post
Topic
Board Announcements (Altcoins)
Re: [ANN][TC][TorrentCoin]|POW|X13|DGW|new wallet|
by
torrentcointeam
on 09/06/2014, 12:59:28 UTC
The new wallet looks good in the screenshot, could you please push the update to github?

commit  now.
Post
Topic
Board Announcements (Altcoins)
Re: [ANN][TC][TorrentCoin]|POW|X13|DGW|new wallet|
by
torrentcointeam
on 09/06/2014, 12:21:54 UTC

So basically the torrent feature this coin has is a search engine in the blockchain, right?

It might eventually also have a torrent client to directly download from the wallet, but this doesn't seem to replace trackers, am I right?


yes.

all magnet on blockchain.

Post
Topic
Board Announcements (Altcoins)
Re: [ANN][TC][TorrentCoin]|POW|X13|DGW|new wallet|
by
torrentcointeam
on 09/06/2014, 12:12:07 UTC
Post
Topic
Board Announcements (Altcoins)
Re: [ANN][TC][TorrentCoin]|POW|X13|DGW|new wallet|
by
torrentcointeam
on 09/06/2014, 05:54:18 UTC
Post
Topic
Board Announcements (Altcoins)
Re: [ANN][TC][TorrentCoin]|POW|X13|DGW|new rpc command gettorrent|
by
torrentcointeam
on 09/06/2014, 02:22:45 UTC
rpc command:
gettorrent 0afa9f7a0e697cf54993b453a7b5ecbc1c7f54205e1df7c8dad9c872de564350
gettorrent 53e9613797ed3ab38ab02f7cb14586f3762620b044a963503f8a939f6f382dd1
gettorrent ad52c9b2ef7daf36d8f35e92246a483e8c3405aac4f02e4a7acaee32b93fcf62
Post
Topic
Board Announcements (Altcoins)
Re: [ANN][TC][TorrentCoin]|POW|X13|DGW|new rpc command gettorrent|
by
torrentcointeam
on 09/06/2014, 02:16:20 UTC
how do i add a torrent to the chain?

next version.
Post
Topic
Board Announcements (Altcoins)
Re: [ANN][TC][TorrentCoin]|POW|X13|DGW|First Multisig Coin|Difficulty 160|
by
torrentcointeam
on 09/06/2014, 02:05:35 UTC
gettorrent 0afa9f7a0e697cf54993b453a7b5ecbc1c7f54205e1df7c8dad9c872de564350

Code:
gettorrent 0afa9f7a0e697cf54993b453a7b5ecbc1c7f54205e1df7c8dad9c872de564350
{
"title" : "My Life as a Chicken",
"link" : "magnet:?xt=urn:btih:7D661FD452FD14B652D847D884468790FCC6590C&dn=My+Life+as+a+Chicken.mkv&tr=udp%3A%2F%2Ftracker.openbittorrent.com%3A80&tr=udp%3A%2F%2Ftracker.publicbt.com%3A80&tr=udp%3A%2F%2Ftracker.ccc.de%3A80&tr=http%3A%2F%2Ftracker.deadfrog.us%3A42426%2Fannounce",
"address" : "TZfZ3KNxZXbxkQwMGtRCyb98PPm4DKgc6i",
"amount" : "1"
}
Post
Topic
Board Announcements (Altcoins)
Re: [ANN][TC][TorrentCoin]|POW|X13|DGW|First Multisig Coin|Difficulty 160|
by
torrentcointeam
on 09/06/2014, 01:23:16 UTC
So erm, how long do 1000 confirmations take? A week?

RIght now it's 20 conf per hour so 1000 should be 48 hours?


1000*2.5min/block = 2500min which corresponds to almost two full days

please do not rush to exchanges or there will be only your premined coins dumping , thats too bad for buying confidence

just stand with us , if you can public your address,  we shall trust you,dev


Address: http://explorer.torrentcoin.in/address/Ti1WR5Jknc5HEfSiv8LZbAMHJRojod1uEC
Address: http://explorer.torrentcoin.in/address/Tre8pJmLTxZXokDMxATgteFMW6c5LtsrPn
Send Torrent Address:http://explorer.torrentcoin.in/address/TZfZ3KNxZXbxkQwMGtRCyb98PPm4DKgc6i
Post
Topic
Board Announcements (Altcoins)
Re: [ANN][TC][TorrentCoin]|POW|X13|DGW|First Multisig Coin|Difficulty 160|
by
torrentcointeam
on 08/06/2014, 15:30:09 UTC
So erm, how long do 1000 confirmations take? A week?

RIght now it's 20 conf per hour so 1000 should be 48 hours?


1000*2.5min/block = 2500min which corresponds to almost two full days
Post
Topic
Board Announcements (Altcoins)
Re: [ANN][TC][TorrentCoin]|POW|X13|DGW|First Multisig Coin|Difficulty 160|
by
torrentcointeam
on 08/06/2014, 09:16:19 UTC
hey 22hour ago the launch the block are not mature why?

1020 confirmations.
https://github.com/torrentcointeam/torrentcoin/blob/master/src/main.h
static const int COINBASE_MATURITY = 1000;

545 left for the first block of the pool

so  we can says  48hour for maturity?

TorrentCoin has maturity confirmations of 1000 blocks, which means that you will be able to withdraw your coins from our pool only after 1000 blocks or 1000*2.5min/block = 2500min which corresponds to almost two full days.
Post
Topic
Board Announcements (Altcoins)
Re: [ANN][TC][TorrentCoin]|POW|X13|DGW|First Multisig Coin|Difficulty 160|
by
torrentcointeam
on 08/06/2014, 09:05:42 UTC
hey 22hour ago the launch the block are not mature why?

1020 confirmations.
https://github.com/torrentcointeam/torrentcoin/blob/master/src/main.h
static const int COINBASE_MATURITY = 1000;
Post
Topic
Board Announcements (Altcoins)
Re: [ANN][TC][TorrentCoin]|POW|X13|DGW|First Multisig Coin|Premine 0.5%|
by
torrentcointeam
on 08/06/2014, 07:57:54 UTC
do not rush to any exchanges , dev, thanks


Premine:0.5%  (send torrent need TorrentCoin)