Search content
Sort by

Showing 20 of 25 results by oror
Post
Topic
Board Announcements (Altcoins)
Re: Trancecoin - TRANCE - Rebrand & Relaunch
by
oror
on 24/04/2018, 05:45:40 UTC
Thank you dev, you are doing good work
Post
Topic
Board Announcements (Altcoins)
Re: Trancecoin - TRANCE - Rebrand & Relaunch
by
oror
on 19/04/2018, 07:54:31 UTC
can you explain a bit, how the fork is going to happen? are you going to increase the supply? every coin holder will receive the same amount of coins he has today?


Post
Topic
Board Announcements (Altcoins)
Re: * Trance Coin * scrypt * PoW/PoS * BOUNTYS * Airdrops * Trance *
by
oror
on 27/02/2018, 16:40:41 UTC
new website looks sick!! very nice
Post
Topic
Board Announcements (Altcoins)
Re: * Trance Coin * scrypt * PoW/PoS * BOUNTYS * Airdrops * Trance *
by
oror
on 23/02/2018, 08:28:02 UTC
~ snip
Where are active nodes/ peer lists to sync wallet, dev? Please give me link to add them to my .conf file. Thank you.

addnode=46.4.64.68:39800
addnode=129.21.131.74:32799
addnode=173.249.6.179:35106
addnode=184.18.142.146:12501
addnode=98.180.124.103:64678
addnode=98.180.124.103:58071
addnode=18.217.105.207:12501
addnode=176.221.121.193:18341
addnode=50.38.40.188:65321
addnode=168.1.112.81:40490
addnode=218.110.83.44:59646
addnode=70.187.4.122:49826
addnode=98.180.124.103:56577
addnode=31.154.81.17:5810


I created a small javascript code that get the current active peers from http://trance.thecryptochat.net/network.php

all you need to do is go to http://trance.thecryptochat.net/network.php

open Chrome's dev tools (F12 in windows keyboard)

and paste this code in the console tab.

Code:
let text = '';
$('.node_desc_head').each((i, el) => {
const h = $(el).text();
const ip = h.match(/(\d+\.\d+\.\d+\.\d+):(\d+)/g)[0];
text += `addnode=${ip}\r\n`;
}) ;
console.log(text)

that will give you a list of nodes, you can copy & paste to your config file

------------------------------

DISCLAIMER the code above is safe, you can check that, but in general, for your own security, you should never paste code in your bowser which given you by a stranger..

------------------------------

these are the latest active nodes

addnode=18.217.105.207:12501
addnode=98.180.124.103:55295
addnode=46.4.64.68:52901
addnode=173.249.6.179:50140
addnode=98.180.124.103:65037
addnode=70.187.4.122:51740
addnode=50.38.47.214:55485
addnode=66.155.223.226:55068
addnode=168.1.112.81:50444
addnode=69.121.160.102:55836
addnode=80.229.27.64:49228
addnode=98.180.124.103:50489
addnode=73.176.230.179:34250
addnode=213.8.204.24:37162
addnode=176.221.121.193:37180
addnode=71.199.183.206:19071
addnode=71.199.183.206:19537
addnode=176.221.121.193:36899
addnode=71.199.183.206:19880
Post
Topic
Board Announcements (Altcoins)
Re: * Trance Coin * scrypt * PoW/PoS * BOUNTYS * Airdrops * Trance *
by
oror
on 23/02/2018, 08:18:31 UTC

MAC - Wallet - CTgiant
https://mega.nz/#!CT4xiDpb!UJwgQ_-JCc-Vh7VU1_k44RHEddRLXedGdPhFuCAvpeo
To add the peers.dat to your mac wallet - Paste the peers.dat https://mega.nz/#!OfRmhCZZ!P75e_jz2ndohjaYqOuuf-W9OJwy6r_O-O1jjo-i6Txc
into /Users/YOURUSERNAME/Library/Application Support/Trance


Yes! I will give it a try later
Post
Topic
Board Announcements (Altcoins)
Re: * Trance Coin * scrypt * PoW/PoS * BOUNTYS * Airdrops * Trance *
by
oror
on 21/02/2018, 20:52:56 UTC
very Good! I am waiting for the Mac wallet
Post
Topic
Board Announcements (Altcoins)
Re: * Trance Coin * scrypt * PoW/PoS * BOUNTYS * Airdrops * Trance *
by
oror
on 16/02/2018, 11:23:25 UTC
very good team, going to buy some more Trance before new announcement, it will go to the moon  Wink

and btw, if you need help with dev stuff let me know, I will be happy to contribute!
Post
Topic
Board Announcements (Altcoins)
Re: * Trance Coin * scrypt * PoW/PoS * BOUNTYS * Airdrops * Trance *
by
oror
on 03/02/2018, 20:31:31 UTC
thanks, it says "0 active connections"..

 I'll try to make it work on a linux machine, maybe I'll have more luck

Go look at the block explorer and pull the nodes that are active from there. I'll put a link in here for you.

http://trance.thecryptochat.net/network.php

On that page it gives you all the IP addresses of the nodes that they are currently connected to so that should make it easier for you to connect.

works!! it is syncing!   Cheesy


addnode=46.4.64.68:39800
addnode=129.21.131.74:32799
addnode=173.249.6.179:35106
addnode=184.18.142.146:12501
addnode=98.180.124.103:64678
addnode=98.180.124.103:58071
addnode=18.217.105.207:12501
addnode=176.221.121.193:18341
addnode=50.38.40.188:65321
addnode=168.1.112.81:40490
addnode=218.110.83.44:59646
addnode=70.187.4.122:49826
addnode=98.180.124.103:56577
addnode=31.154.81.17:5810
Post
Topic
Board Announcements (Altcoins)
Re: * Trance Coin * scrypt * PoW/PoS * BOUNTYS * Airdrops * Trance *
by
oror
on 29/01/2018, 16:30:53 UTC
oh great, Thanks!
Post
Topic
Board Announcements (Altcoins)
Re: * Trance Coin * scrypt * PoW/PoS * BOUNTYS * Airdrops * Trance *
by
oror
on 27/01/2018, 21:24:29 UTC
thanks, it says "0 active connections"..

 I'll try to make it work on a linux machine, maybe I'll have more luck
Post
Topic
Board Announcements (Altcoins)
Re: * Trance Coin * scrypt * PoW/PoS * BOUNTYS * Airdrops * Trance *
by
oror
on 27/01/2018, 21:02:37 UTC
how do I run the wallet and generate a private & public key?

I downloaded the wallet from here

Code:
Windows
https://drive.google.com/open?id=0B0PgyhroZFsEMTZPeVdlSVRleEk

and downloaded

Code:
Peers.dat
https://drive.google.com/open?id=0B0PgyhroZFsEYzRteThEVXY5Q2s
(not sure what to do with it)

then,
I ran trance-qt.exe, and the wallet is out of sync, what now?

-----------



btw, this link is broken:

Code:
Bootstrap (oct 25th)
https://drive.google.com/open?id=0B0PgyhroZFsEQWtYSEJDZFZHUXc

is it mandatory for the wallet operation?


Did you get it to work?

nope, I found that 'Peers.dat' can be found on %appdata%/trance folder, so replaced the file, but it still not syncing..

Post
Topic
Board Announcements (Altcoins)
Re: * Trance Coin * scrypt * PoW/PoS * BOUNTYS * Airdrops * Trance *
by
oror
on 26/01/2018, 09:34:14 UTC
how do I run the wallet and generate a private & public key?

I downloaded the wallet from here

Code:
Windows
https://drive.google.com/open?id=0B0PgyhroZFsEMTZPeVdlSVRleEk

and downloaded

Code:
Peers.dat
https://drive.google.com/open?id=0B0PgyhroZFsEYzRteThEVXY5Q2s
(not sure what to do with it)

then,
I ran trance-qt.exe, and the wallet is out of sync, what now?

-----------



btw, this link is broken:

Code:
Bootstrap (oct 25th)
https://drive.google.com/open?id=0B0PgyhroZFsEQWtYSEJDZFZHUXc

is it mandatory for the wallet operation?
Post
Topic
Board Announcements (Altcoins)
Re: * Trance Coin * scrypt * PoW/PoS * BOUNTYS * Airdrops * Trance *
by
oror
on 26/01/2018, 08:57:29 UTC
I personally don't think that there is a need for a fork within the near future. With the low supply currently of only 13 million coins I don't think there will be a massive issue with too many coins being created right now. I think a little further down the road when the supply starts to surpass 20 -25 million then we should revisit the idea of lowering the new coin generation. I think a simple change in the POS percentage would be more than enough to slow down the generation of coins.
agree
Post
Topic
Board Announcements (Altcoins)
Re: * Trance Coin * scrypt * PoW/PoS * BOUNTYS * Airdrops * Trance *
by
oror
on 22/01/2018, 20:52:11 UTC
Also, as soon as we reach $50,000 daily trade volume we can get on coinmarketcap. The moment we reach that mark I will submit Trance so we can get on coinmarketcap.
omg $50,000 daily? we will never be there

Yes we will, that is not a very hard number to reach. We have been pretty close a couple times already. Once more people become aware of the project and it gets developed more it will surpass $50,000 daily volume easily.
OMG I have no idea what happened today, but I just saw this in coinexchange:


Trancecoin
TRANCE
Last Price   0.00000170
24h Volume   58.49244109
Post
Topic
Board Announcements (Altcoins)
Re: * Trance Coin * scrypt * PoW/PoS * BOUNTYS * Airdrops * Trance *
by
oror
on 21/01/2018, 18:57:14 UTC
Also, as soon as we reach $50,000 daily trade volume we can get on coinmarketcap. The moment we reach that mark I will submit Trance so we can get on coinmarketcap.
omg $50,000 daily? we will never be there
Post
Topic
Board Announcements (Altcoins)
Re: * Trance Coin * scrypt * PoW/PoS * BOUNTYS * Airdrops * Trance *
by
oror
on 19/01/2018, 10:47:43 UTC
well done team!!

what are the use cases of the platform you want to build? can you provide some examples..
Post
Topic
Board Announcements (Altcoins)
Re: * Trance Coin * scrypt * PoW/PoS * BOUNTYS * Airdrops * Trance *
by
oror
on 17/01/2018, 16:34:21 UTC
ah got you, cool, I will move my coin to the wallet
Post
Topic
Board Announcements (Altcoins)
Re: * Trance Coin * scrypt * PoW/PoS * BOUNTYS * Airdrops * Trance *
by
oror
on 17/01/2018, 06:15:48 UTC
do we know how many coins the original dev held?
or what is the current circulating supply?

I don't know how many coins the original dev had. The current supply is 12.8 million coins with only about 1 million on the market.

Thanks for the answer,

if 1 million on the market, where are the other 11.8 million coins? waiting to be mined/minted?
Post
Topic
Board Announcements (Altcoins)
Re: * Trance Coin * scrypt * PoW/PoS * BOUNTYS * Airdrops * Trance *
by
oror
on 16/01/2018, 21:47:42 UTC
do we know how many coins the original dev held?
or what is the current circulating supply?
Post
Topic
Board Announcements (Altcoins)
Re: * Trance Coin * scrypt * PoW/PoS * BOUNTYS * Airdrops * Trance *
by
oror
on 13/01/2018, 13:55:05 UTC
till this coin active, lets listen to some good music  Grin Grin

https://www.youtube.com/watch?v=FPGjXX11mfI