Pages:
Author

Topic: * Trance Coin * scrypt * PoW/PoS * BOUNTYS * Airdrops * Trance * (Read 7709 times)

full member
Activity: 181
Merit: 100
full member
Activity: 181
Merit: 100
Sorry that development been slow this past week; have been working with my CPA (accountant) to get my taxes prepared & all finances in order. Being legitimate takes much more effort than being unscrupulous.


Have a great weekend folks, and I hope to get the new announcement planned out next week!


Eat, Sleep, Trance repeat!



newbie
Activity: 25
Merit: 0
new website looks sick!! very nice
full member
Activity: 181
Merit: 100



Thank you for the praise on the site. It's something basic, and wish that I was a little more skillful- it would have been better. Will continue to update it as needed.



Our web guy has the basic layout going on a more feature-rich site, and I kind of copied his basic design (the current site isn't all me).






Thank you for all your support, and we will continue to make Trancecoin a better coin than when we found it. It wasn't our coin to begin with, but we hope to make it a good coin regardless!




Eat, Sleep, Trance repeat!
newbie
Activity: 74
Merit: 0


We're working on a proper website before any major announcements, but we have a temp website up for now.


https://www.trancecoin.com/



We have established a partnership with another coin development team, and will make the announcements once the preparations have been made.









Eat, Sleep, Trance repeat!



Amazing work on the website! It looks amazing so far!

I'm joining to the praise, website is impressive!

As an aside note imagine how it could be when the community is using trance to buy tickets, reward artists etc. There are few another 'music' coins and I hope Trancecoin will be able to compete with them or even will set its repute beyond competitions Wink
sr. member
Activity: 312
Merit: 250
BAM


We're working on a proper website before any major announcements, but we have a temp website up for now.


https://www.trancecoin.com/



We have established a partnership with another coin development team, and will make the announcements once the preparations have been made.









Eat, Sleep, Trance repeat!



Amazing work on the website! It looks amazing so far!
full member
Activity: 181
Merit: 100


We're working on a proper website before any major announcements, but we have a temp website up for now.


https://www.trancecoin.com/



We have established a partnership with another coin development team, and will make the announcements once the preparations have been made.









Eat, Sleep, Trance repeat!




newbie
Activity: 25
Merit: 0
~ 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
newbie
Activity: 25
Merit: 0

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
sr. member
Activity: 312
Merit: 250
BAM
~ 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
member
Activity: 99
Merit: 10
~ snip
Where are active nodes/ peer lists to sync wallet, dev? Please give me link to add them to my .conf file. Thank you.
sr. member
Activity: 312
Merit: 250
BAM
Good work on getting the Mac wallet out!!
full member
Activity: 181
Merit: 100
Wallet Updates



New Git - thanks goes to Greg Griffith from ECC
https://github.com/CryptoUnited-Clients/trancecoin

New Source (commit) - CryptoCoderz
https://github.com/CryptoUnited-Clients/trancecoin/pull/1


Windows 64bit - Wallet - Greg Griffith
https://mega.nz/#!vCAQET6I!lgJMwl5SJvrHXUahQ0zi2pROdpr8QtwqJAP9gwfIOyo

Windows 32bit - Wallet - Greg Griffith
https://mega.nz/#!jeph0aaJ!G8NB2m-wOQcqCWZ_-WITq4eR9W79aAaFdF8sYKuQuyI

Windows 32&64bit - Wallet - CryptoCoderz
If you have errors loading your database (resync the chain) Reason: no compatibility from bdb < 5 to bdb >5
https://mega.nz/#!aS5EiILa!Lqk3fRX90jeg1rk_UWJdCpvNM6A0rYCqNl7t6M89aqU


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


Can we get assistance on a Linux build? (coin reward if able)

Linux 32
(need to compile locally)

Linux 64
(need to compile locally)


Current Bootstrap
https://mega.nz/#!uGREFb7R!3oUKKGyAfrRv6upJj-VaGI_RXivWJJD9-bCVm-Noi4s





Once all new wallets are compiled and tested they will be added. Once new website is finished; we will make the new announcement!



Good Luck everyone, and we will update everyone as it happens.



Eat, Sleep, Trance repeat!
newbie
Activity: 25
Merit: 0
very Good! I am waiting for the Mac wallet
newbie
Activity: 74
Merit: 0
We're working on many things atm.



New Git - thanks goes to Griff from ECC
https://github.com/CryptoUnited-Clients/trancecoin


New Source
https://drive.google.com/open?id=1pJ_CYCJeEEsk363JidWLOqzduzwffKTi



Windows 64bit - Wallet
https://drive.google.com/open?id=1adoxstiRHfD_WX9sjvSTgdeLjNLLUafV

Windows 32 - Wallet
(building now)

Linux 32
(building now)

Linux 64
(building now)


Apple will be available in the future.







Current Bootstrap

https://drive.google.com/open?id=1SqUq_QMeRwMXYCiD9uws_1iULq6RAXJg





Once all new wallets are compiled and tested they will be added, we will acquire better hosting for the files (as we know most people dislike google drive). Once new website is finished; we will make the new announcement!



We have merged resources with another team and have gotten access to many more talented people.




Good Luck everyone, and we will update everyone as it happens.



Eat, Sleep, Trance repeat!



Did I see Greg Griffith from ECC on github? Is he helping with trancecoin development?

If yes, this is huge, I like ECC and their business attitude.

Let's tranceoin flow!

Griff has helped us out a lot, but he's only human- so, we are patiently waiting for when he has free time to compile the remaining wallets.

The Apple wallet will likely be compiled by another developer, and we are very thankful for their help as well.

Trancecoin is in good hands, and like all things- quality takes time. =)

We will keep everyone updated!


Good luck Everyone!

Eat, Sleep, Trance repeat!

Perfect!

I believe Greg is very busy with his ECC, but cooperation with him I see as big advantage.

Keep up the good work  Smiley
full member
Activity: 181
Merit: 100
We're working on many things atm.



New Git - thanks goes to Griff from ECC
https://github.com/CryptoUnited-Clients/trancecoin


New Source
https://drive.google.com/open?id=1pJ_CYCJeEEsk363JidWLOqzduzwffKTi



Windows 64bit - Wallet
https://drive.google.com/open?id=1adoxstiRHfD_WX9sjvSTgdeLjNLLUafV

Windows 32 - Wallet
(building now)

Linux 32
(building now)

Linux 64
(building now)


Apple will be available in the future.







Current Bootstrap

https://drive.google.com/open?id=1SqUq_QMeRwMXYCiD9uws_1iULq6RAXJg





Once all new wallets are compiled and tested they will be added, we will acquire better hosting for the files (as we know most people dislike google drive). Once new website is finished; we will make the new announcement!



We have merged resources with another team and have gotten access to many more talented people.




Good Luck everyone, and we will update everyone as it happens.



Eat, Sleep, Trance repeat!



Did I see Greg Griffith from ECC on github? Is he helping with trancecoin development?

If yes, this is huge, I like ECC and their business attitude.

Let's tranceoin flow!

Griff has helped us out a lot, but he's only human- so, we are patiently waiting for when he has free time to compile the remaining wallets.

The Apple wallet will likely be compiled by another developer, and we are very thankful for their help as well.

Trancecoin is in good hands, and like all things- quality takes time. =)

We will keep everyone updated!


Good luck Everyone!

Eat, Sleep, Trance repeat!
newbie
Activity: 74
Merit: 0
We're working on many things atm.



New Git - thanks goes to Griff from ECC
https://github.com/CryptoUnited-Clients/trancecoin


New Source
https://drive.google.com/open?id=1pJ_CYCJeEEsk363JidWLOqzduzwffKTi



Windows 64bit - Wallet
https://drive.google.com/open?id=1adoxstiRHfD_WX9sjvSTgdeLjNLLUafV

Windows 32 - Wallet
(building now)

Linux 32
(building now)

Linux 64
(building now)


Apple will be available in the future.







Current Bootstrap

https://drive.google.com/open?id=1SqUq_QMeRwMXYCiD9uws_1iULq6RAXJg





Once all new wallets are compiled and tested they will be added, we will acquire better hosting for the files (as we know most people dislike google drive). Once new website is finished; we will make the new announcement!



We have merged resources with another team and have gotten access to many more talented people.




Good Luck everyone, and we will update everyone as it happens.



Eat, Sleep, Trance repeat!



Did I see Greg Griffith from ECC on github? Is he helping with trancecoin development?

If yes, this is huge, I like ECC and their business attitude.

Let's tranceoin flow!
sr. member
Activity: 312
Merit: 250
BAM
Awesome work with the new logo in the wallet now!
full member
Activity: 181
Merit: 100
UPDATED

We're working on many things atm.



New Git - thanks goes to Greg Griffith[ from ECC
https://github.com/CryptoUnited-Clients/trancecoin

New Source (commit) - CryptoCoderz
https://github.com/CryptoUnited-Clients/trancecoin/pull/1


Windows 64bit - Wallet - Greg Griffith
https://mega.nz/#!vCAQET6I!lgJMwl5SJvrHXUahQ0zi2pROdpr8QtwqJAP9gwfIOyo

Windows 32bit - Wallet - Greg Griffith
https://mega.nz/#!jeph0aaJ!G8NB2m-wOQcqCWZ_-WITq4eR9W79aAaFdF8sYKuQuyI

Windows 32&64bit - Wallet - CryptoCoderz
If you have errors loading your database (resync the chain) Reason: no compatibility from bdb < 5 to bdb >5
https://mega.nz/#!aS5EiILa!Lqk3fRX90jeg1rk_UWJdCpvNM6A0rYCqNl7t6M89aqU


Linux 32
(building now)

Linux 64
(building now)

Apple will be available in the future.





Current Bootstrap
https://mega.nz/#!uGREFb7R!3oUKKGyAfrRv6upJj-VaGI_RXivWJJD9-bCVm-Noi4s





Once all new wallets are compiled and tested they will be added. Once new website is finished; we will make the new announcement!



We have merged resources with another team and have gotten access to many more talented people.

UPDATE: Have connected with more developers, and are currently in talks with another service.


Good Luck everyone, and we will update everyone as it happens.



Eat, Sleep, Trance repeat!

sr. member
Activity: 312
Merit: 250
BAM
Very interesting concept but website is down?

I just explained that in the post right before yours...

The original Dev left the project, so the website on the OP is not functional since it was his website. There is currently a new website under construction from the current dev team.
Pages:
Jump to: