Bitcoin Forum
June 24, 2024, 04:36:16 AM *
News: Voting for pizza day contest
 
  Home Help Search Login Register More  
  Show Posts
Pages: [1] 2 »
1  Alternate cryptocurrencies / Announcements (Altcoins) / Re: Trancecoin - TRANCE - Rebrand & Relaunch on: April 24, 2018, 05:45:40 AM
Thank you dev, you are doing good work
2  Alternate cryptocurrencies / Announcements (Altcoins) / Re: Trancecoin - TRANCE - Rebrand & Relaunch on: April 19, 2018, 07:54:31 AM
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?


3  Alternate cryptocurrencies / Announcements (Altcoins) / Re: * Trance Coin * scrypt * PoW/PoS * BOUNTYS * Airdrops * Trance * on: February 27, 2018, 04:40:41 PM
new website looks sick!! very nice
4  Alternate cryptocurrencies / Announcements (Altcoins) / Re: * Trance Coin * scrypt * PoW/PoS * BOUNTYS * Airdrops * Trance * on: February 23, 2018, 08:28:02 AM
~ 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
5  Alternate cryptocurrencies / Announcements (Altcoins) / Re: * Trance Coin * scrypt * PoW/PoS * BOUNTYS * Airdrops * Trance * on: February 23, 2018, 08:18:31 AM

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
6  Alternate cryptocurrencies / Announcements (Altcoins) / Re: * Trance Coin * scrypt * PoW/PoS * BOUNTYS * Airdrops * Trance * on: February 21, 2018, 08:52:56 PM
very Good! I am waiting for the Mac wallet
7  Alternate cryptocurrencies / Announcements (Altcoins) / Re: * Trance Coin * scrypt * PoW/PoS * BOUNTYS * Airdrops * Trance * on: February 16, 2018, 11:23:25 AM
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!
8  Alternate cryptocurrencies / Announcements (Altcoins) / Re: * Trance Coin * scrypt * PoW/PoS * BOUNTYS * Airdrops * Trance * on: February 03, 2018, 08:31:31 PM
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
9  Alternate cryptocurrencies / Announcements (Altcoins) / Re: * Trance Coin * scrypt * PoW/PoS * BOUNTYS * Airdrops * Trance * on: January 29, 2018, 04:30:53 PM
oh great, Thanks!
10  Alternate cryptocurrencies / Announcements (Altcoins) / Re: * Trance Coin * scrypt * PoW/PoS * BOUNTYS * Airdrops * Trance * on: January 27, 2018, 09:24:29 PM
thanks, it says "0 active connections"..

 I'll try to make it work on a linux machine, maybe I'll have more luck
11  Alternate cryptocurrencies / Announcements (Altcoins) / Re: * Trance Coin * scrypt * PoW/PoS * BOUNTYS * Airdrops * Trance * on: January 27, 2018, 09:02:37 PM
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..

12  Alternate cryptocurrencies / Announcements (Altcoins) / Re: * Trance Coin * scrypt * PoW/PoS * BOUNTYS * Airdrops * Trance * on: January 26, 2018, 09:34:14 AM
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?
13  Alternate cryptocurrencies / Announcements (Altcoins) / Re: * Trance Coin * scrypt * PoW/PoS * BOUNTYS * Airdrops * Trance * on: January 26, 2018, 08:57:29 AM
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
14  Alternate cryptocurrencies / Announcements (Altcoins) / Re: * Trance Coin * scrypt * PoW/PoS * BOUNTYS * Airdrops * Trance * on: January 22, 2018, 08:52:11 PM
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
15  Alternate cryptocurrencies / Announcements (Altcoins) / Re: * Trance Coin * scrypt * PoW/PoS * BOUNTYS * Airdrops * Trance * on: January 21, 2018, 06:57:14 PM
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
16  Alternate cryptocurrencies / Announcements (Altcoins) / Re: * Trance Coin * scrypt * PoW/PoS * BOUNTYS * Airdrops * Trance * on: January 19, 2018, 10:47:43 AM
well done team!!

what are the use cases of the platform you want to build? can you provide some examples..
17  Alternate cryptocurrencies / Announcements (Altcoins) / Re: * Trance Coin * scrypt * PoW/PoS * BOUNTYS * Airdrops * Trance * on: January 17, 2018, 04:34:21 PM
ah got you, cool, I will move my coin to the wallet
18  Alternate cryptocurrencies / Announcements (Altcoins) / Re: * Trance Coin * scrypt * PoW/PoS * BOUNTYS * Airdrops * Trance * on: January 17, 2018, 06:15:48 AM
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?
19  Alternate cryptocurrencies / Announcements (Altcoins) / Re: * Trance Coin * scrypt * PoW/PoS * BOUNTYS * Airdrops * Trance * on: January 16, 2018, 09:47:42 PM
do we know how many coins the original dev held?
or what is the current circulating supply?
20  Alternate cryptocurrencies / Announcements (Altcoins) / Re: * Trance Coin * scrypt * PoW/PoS * BOUNTYS * Airdrops * Trance * on: January 13, 2018, 01:55:05 PM
till this coin active, lets listen to some good music  Grin Grin

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

Pages: [1] 2 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!