Pages:
Author

Topic: [ANN][TRUST] TRUSTplus [PoD5x2][BitTrex][Android][Shopify][Moderated] - page 25. (Read 121983 times)

legendary
Activity: 973
Merit: 1053
Thank you. Looking forward to your update. Keep up the good work
member
Activity: 115
Merit: 10
any eta for the next update?

Post #428 - Monday 8 Sep.

thanks but i mean an update from mitchelmint regarding the new feautures.

We will be providing an update this coming Monday. Please be patient, the dev/marketing team is hard at work on the development of this coin.

Smiley

You can also join us in IRC @ Freenode #TrustPlus : http://webchat.freenode.net/?channels=#TrustPlus
sr. member
Activity: 518
Merit: 250
any eta for the next update?

Post #428 - Monday 8 Sep.

thanks but i mean an update from mitchelmint regarding the new feautures.
legendary
Activity: 1638
Merit: 1013
any eta for the next update?

Post #428 - Monday 8 Sep.
sr. member
Activity: 518
Merit: 250
any eta for the next update?
legendary
Activity: 1638
Merit: 1013
coin is very cheap. There is still stuff in the works for it right? It isn't dead?

If you look at the roadmap there are still a lot of exciting features to come. Just be patient. Just keep on trading on the exchange to keep the volume >0.1BTC to give some time for the dev work to be finalised. The more trading there is, the higher the volume that will then take care of the >0.1BTC average.
full member
Activity: 225
Merit: 100
coin is very cheap. There is still stuff in the works for it right? It isn't dead?

Look up a couple messages above.  They'll make an announcement every other Mondays.
full member
Activity: 238
Merit: 100
Very cheap? It was 3 times cheaper a Month ago (24 sat). Dev team is working on the new features.
legendary
Activity: 973
Merit: 1053
coin is very cheap. There is still stuff in the works for it right? It isn't dead?
legendary
Activity: 1139
Merit: 1000
TRUSTplus Dev
member
Activity: 115
Merit: 10
thanks for the explanation, much appreciated!

You're welcome.

We have provided a lot of information and updates over the last few days about the current development effort for this coin.

From now on I will follow a more regular schedule for releasing information/updates.

Every other Monday I will  provide updates via twitter, facebook, reddit, bitcointalk, irc, and googleplus about the current progress being made on trustpluscoinj and the android wallet. Please let me know if there are any other information outlets you follow and would like me to use for announcing updates.

The schedule in the near future will be:

Monday Sept. 8th, 2014
Monday Sept. 22nd, 2014
Monday Oct. 6th, 2014


Updated near-term schedule for announcements will be as follows:
Thursday, Sept. 25th, 2014 @ 11:00 pm GMT
Thursday, Oct. 9th, 2014 @ 11:00 pm GMT
Thursday, Oct. 23rd, 2014 @ 11:00 pm GMT

You can check the following link to see the current GMT: GMT Smiley

Please do not hesitate ask us any questions, and/or make comments/suggestions. We look forward to your input and helping to answer your questions!
sr. member
Activity: 518
Merit: 250
thanks for the explanation, much appreciated!
member
Activity: 115
Merit: 10
maybe a stupid question, but what have bitcoin and darkcoin have to do with the android wallet?

Happy to answer your questions!! Smiley

First of all, please note that I am connecting to TRUSTplus coin peers in the examples above. That is, I am working solely within the TRUSTplus coin peer network.

Now, to answer your question plainly, I am developing much more than just an android wallet. Please see the items below for specifics:

  • Some of the TRUSTplus code is similar to that of Bitcoin (public blockchain/decentralized transactions), DarkCoin (x11 PoW), PeerCoin (PoS), and others. For example, for the mixed mining/staking phase, TRUSTplus uses x11 hashing for PoW similar to darkcoin and PoS hashing similar to PeerCoin.
  • To deliver results to the community more quickly, since there is some overlap between these coins, I can take advantage of existing code from bitcoinj and darkcoinj to speed up development time for trustpluscoinj. By using some of the existing functionality of bitcoinj and darkcoinj in trustpluscoinj I can save valuable development time.
  • Using existing code lets me get to the good stuff, like the transaction privacy enhancing Automatic Transactions, more quickly.
  • Further, by creating trustpluscoinj from a common bitcoinj and darkcoinj base, I am enabling future developers to build and add more services that use TRUSTplus by providing a common interface.
  • Users/Costumers/Vendors that take advantage of trustpluscoinj will not be required to download the entire blockchain to be able to generate transactions.
  • By adopting the bitcoinj and darkcoinj Apache license, I am also committed to providing an opensource platform for interacting with the TRUSTplus blockchain.

In summary, by creating trustpluscoinj in this way, I am speeding up development time, broadening the scope/reach of TRUSTplus services in the mobile and broader marketplace, and making this all open source.

The TRUSTplus android wallet will just be one of many graphic/visual user interfaces that will sit on top of trustpluscoinj.

Smiley
sr. member
Activity: 518
Merit: 250
maybe a stupid question, but what have bitcoin and darkcoin have to do with the android wallet?
member
Activity: 115
Merit: 10
Porting dakcoinj and bitcoinj is coming along nicely!!



setafur@abel:{4.3}> ~/git/trustpluscoinj/examples
$ mvn exec:java -Dexec.mainClass=com.google.bitcoin.examples.PrintPeers
[INFO] Scanning for projects...
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building trustpluscoinj Examples 0.12-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- exec-maven-plugin:1.3.2:java (default-cli) @ trustpluscoinj-examples ---
[WARNING] Warning: killAfter is now deprecated. Do you need it ? Please comment on MEXEC-6.
=== DNS ===
02:56:29 9 DnsDiscovery.getPeers: MitchellMint.com timed out
184.173.115.98:36999
83.102.59.72:36999
198.100.154.180:36999
5.250.177.30:36999
119.81.151.106:36999
159.8.2.42:36999
98.157.205.240:36999
Took 10.05 seconds
=== Version/chain heights ===
Scanning 7 peers:


setafur@abel:{4.3}> ~/git/trustpluscoinj/examples
$ mvn exec:java -Dexec.mainClass=com.google.bitcoin.examples.PeerMonitor
[INFO] Scanning for projects...
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building trustpluscoinj Examples 0.12-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- exec-maven-plugin:1.3.2:java (default-cli) @ trustpluscoinj-examples ---
[...]
03:00:09 19 NioClientManager.handleKey: Successfully connected to /159.8.2.42:36999
03:00:09 19 Peer.connectionOpened: Announcing to /159.8.2.42:36999 as: /DarkcoinJ:0.12-SNAPSHOT/PeerMonitor:1.0/
03:00:09 19 NioClientManager.handleKey: Successfully connected to /5.250.177.30:36999
03:00:09 19 Peer.connectionOpened: Announcing to /5.250.177.30:36999 as: /DarkcoinJ:0.12-SNAPSHOT/PeerMonitor:1.0/
03:00:09 19 NioClientManager.handleKey: Successfully connected to /83.102.59.72:36999
03:00:09 19 Peer.connectionOpened: Announcing to /83.102.59.72:36999 as: /DarkcoinJ:0.12-SNAPSHOT/PeerMonitor:1.0/
03:00:13 28 PeerSocketHandler.timeoutOccurred: [159.8.2.42]:36999: Timed out
03:00:14 17 DnsDiscovery.getPeers: MitchellMint.com timed out
03:00:14 28 PeerGroup.handlePeerDeath: [159.8.2.42]:36999: Peer died
03:00:14 28 PeerSocketHandler.timeoutOccurred: [5.250.177.30]:36999: Timed out
03:00:14 28 PeerGroup.handlePeerDeath: [5.250.177.30]:36999: Peer died
03:00:14 28 PeerSocketHandler.timeoutOccurred: [83.102.59.72]:36999: Timed out
[...]

Time for the next steps, downloading blockchain, creating addresses, ..., Smiley
legendary
Activity: 1638
Merit: 1013
member
Activity: 115
Merit: 10
Brief update:
I have bitcoinj working from the command line and can print bitcoin peers, download the block chain, etc. via mvn.
I have the layout I want for the TRUSTplus android up all set up within the eclipse IDE and am starting to port the infrastructure components for TRUSTplus.

Below is the output of bitcoinj for bitcoin peers. As soon as I have it working for TRUSTplus peers I will post again.

$ mvn exec:java -Dexec.mainClass=com.google.bitcoin.examples.PrintPeers
[...]
=== DNS ===
06:07:51 9 DnsDiscovery.getPeers: DNS seed seed.bitcoin.sipa.be: got 44 peers
06:07:51 9 DnsDiscovery.getPeers: DNS seed dnsseed.bluematt.me: got 25 peers
06:07:51 9 DnsDiscovery.getPeers: DNS seed dnsseed.bitcoin.dashjr.org: got 43 peers
06:07:51 9 DnsDiscovery.getPeers: DNS seed seed.bitcoinstats.com: got 26 peers
06:07:51 9 DnsDiscovery.getPeers: DNS seed seed.bitnodes.io: got 27 peers
[...]
130.0.38.145:8333
216.167.232.130:8333
92.232.132.49:8333
88.197.53.226:8333
2001:470:1f07:11a2:2e0:4cff:fe69:4591:8333
2001:648:2ffc:1225:a800:bff:fe1c:7d69:8333
219.138.161.162:8333
[...]
82.84.193.173:8333
2001:67c:232c:1000:0:0:4281:4902:8333
2001:558:6011:51:8403:3a2:2b9b:c2da:8333
54.86.148.8:8333
84.200.84.97:8333
168.158.129.29:8333
Took 0.59 seconds
legendary
Activity: 1638
Merit: 1013
How come there is no traffic dispite the "bright" future.
I would expect more then 1BTC of traffic for all the work you put in place.

Just asking.

Few people can see the potential of the concept as it is different to anything else in alt coins that have been done so far. It is not easy to grasp what the concept is about, but it is something that has the potential to catch on and be big. Volumes and price might be low now but I don't complain  Grin. Volume must just stay above 0.1BTC avg while dev work is being done, that is all. If the concept does catch on then there will be an increase in volume. In addition, few people are willing to invest and wait some time for the dev work to be done. I dont put in money that I cannot afford to lose, so if something comes of it fine if not also fine. I am more positive about the future of this coin than several of the other alternatives out there currently.
member
Activity: 63
Merit: 10
How come there is no traffic dispite the "bright" future.
I would expect more then 1BTC of traffic for all the work you put in place.

Just asking.
Pages:
Jump to: