Pages:
Author

Topic: [PRE-ANN] Tangram - Private, Secure & Anonymous focused DAG Cryptocurrency (Read 26630 times)

newbie
Activity: 26
Merit: 18
When I try to start a node (Win10) I get an error
'rocksdb.dll: A dll initialization routine failed'
How can I fix this?
newbie
Activity: 2
Merit: 0
Update :

The website changed again : https://tangram.network/

and you can now mine mainnet tangram : https://tangram.network/home/faucet

you will need to create a wallet first : https://github.com/cypher-network/bamboo

the miner : https://github.com/cypher-network/faucet.miner/blob/main/README.md

join the discord if you need help : https://discord.gg/ERmj3fTGhX
newbie
Activity: 2
Merit: 0
Looks like OP isn't updating this so..

Testnet is now public and you can run a node and use the wallet and stake

The new website : https://cypherpunks.network/

Whitepaper : https://github.com/cypher-network/whitepaper/blob/main/tangram_whitepaper.pdf

Wallet : https://github.com/cypher-network/bamboo

Node : https://github.com/cypher-network/cypher

Block explorer : https://cypherpunks.network/home/explorer
copper member
Activity: 121
Merit: 0
UPDATE: We've released transactions and staking in closed beta. Will get everyone setup with the new update and then start the transactions and stake testing. Open beta soon!
copper member
Activity: 121
Merit: 0
🥳 Cypher Open Beta Launch 🥳

Some of Tangram's functionality will roll out as of today for testing to all community members.
👉: https://medium.com/tangram-tgm/cypher-open-beta-launch-940730fb1dce
copper member
Activity: 121
Merit: 0
Tangram Development Update — 25th May:

As we progress with Tangram and begin preparations for releasing Cypher Open Beta testing to the community; updates are in order:
https://medium.com/tangram-tgm/tangram-development-update-25th-may-9e9860a0655d
copper member
Activity: 121
Merit: 0
Welcome ‘sp4rtan’ to the Tangram Project:

sp4rtan is an active privacy enthusiast who has lurked in the Tangram community for a couple of weeks now.  After getting in touch, he has decided to step up and lend his skills to the project. Initially he will focus on creating the Windows install scripts in preparation for Cypher Open Beta Testnet, and from there he'll switch to working with Stéphan on the cyp2px (libp2p) C++ library.

We are pleased to introduce sp4rtan, the new newest member for Tangram!

Please give sp4rtan a warm welcome!

https://medium.com/tangram-tgm/welcome-sp4rtan-to-the-tangram-project-13cfe10209c8
copper member
Activity: 121
Merit: 0
Cypher Update — May the 4th be with you.

Cypher closed testnet will continue throughout the month of May in preparation for open testing in June (date to be announced):

Read more here: https://medium.com/tangram-tgm/cypher-update-4th-may-2bb6697f9975
copper member
Activity: 121
Merit: 0
    Update: State of Cypher

    Since the last update, more work has gone into tidying up many components of the project. Pingpong, along with the devs, has continued many iterations and upgrades towards the Open Beta release. A more detailed update may be shared later regarding the releases. But for now, here is the way things stand.

Done:
  • Re-generate Testnet genesis block post-RocksDB changeover.
  • Cleanup and progress robot framework integration tests.
  • Node installation network configuration checker.
  • Mempool validation and verification for double spends (Release 6*)*
  • Validate Multilayered Linkable Spontaneous Anonymous Group Signatures (MLSAG), including checking that inputs are referenced from the blockchain (Release 7)
  • Blockmania’s consensus (Release 8*). Unit tests have been done and are to be incorporated into the unit test project here: https://github.com/cypher-network/cypher/tree/master/test/unit/cypcore-test-unit

Planned:

  • Coinbase transaction for rewarding nodes. Though this can be crudely tested as of now, it will be much better when the wallet is set up for testers to try this correctly (Release 5*)
  • Setup and testing of Bamboo wallet (Release 4)
  • Change event logger from server socket to client socket, so that the node connects to the tester instead of vice versa. - Build a test application for node clusters.
  • Use test application to run different test cases for network refinement
  • Continue Reactive Serf implementation.

Testnet 2 internal soft-restart approach with a small node cluster this week.

Summary:

Issues have started to be populated at https://github.com/cypher-network/cypher/issues and https://github.com/cypher-network/bamboo/issues, labelled and assigned. These will also be arranged according to assignment across cypnode, bamboo, documentation, or related subjects.

Once the team is ready to open testing to the public, install and setup documentation will be completed and shared with everyone.

*R5,6,7 would require unit tests to be created.
copper member
Activity: 121
Merit: 0
As we get closer to the Open Beta release of Cypher after its many iterations and upgrades, this article will serve as a high-level overview of where we are today, while providing some status updates: https://medium.com/tangram-tgm/tangram-cypher-overview-6cf71bc63c54
copper member
Activity: 121
Merit: 0
Cypher Network — Release 4 UPDATE: https://medium.com/tangram-tgm/cypher-network-release-4-update-f073afa30b51

1. Checkpoint Schedule Recap
2. Checkpoint 1 Phases Recap
3. Where We're At
4. Release 4 - Setup and Testing of Bamboo (Tangram's Wallet)
5. Updates Since the Last Update
6. Wrapping up
copper member
Activity: 121
Merit: 0
Hello all, please welcome Dustin Meany to the Tangram Project! 

Dustin officially joins the team to support the development of the Tangram node and wallet software. His roles will include those of the other developers on the team such as optimisation of the existing architecture and building new functionality. He is also keen to begin creating integrations with social platforms such as Discord and Telegram, as well as developing new features to expand the usage of Tangram's core software.

Growing our team of engineers is something that is extremely important for the future of Tangram and achieving this mission. We are pleased to introduce Dustin Meany, the newest member of the Tangram Team.

Please give Dustin Meany a warm welcome!

https://medium.com/tangram-tgm/welcome-dustin-meany-to-the-tangram-project-823863d93a22
copper member
Activity: 121
Merit: 0
Pingpong went live on Twitch for a walkthrough on Tangram to run through high-level descriptions on the wallet and node.

For those who missed the live stream, here is the link for the recording: https://www.twitch.tv/videos/833872709
newbie
Activity: 8
Merit: 0
zk-PoS implementation DONE!  
  
Testnet 2 getting closer.
copper member
Activity: 121
Merit: 0
Updates on development and test-net2:

Wallet
Add Stealth addresses (used for better obfuscation when using RingCT);
Add view key (view transactions of a given account) and spend key (sign a transaction of a given account);
Outputs referencing inputs to the new transaction;
Add an extra field for transactions. (Replaces messages as separate service);
Fix RPC as JSON structure has changed;
Test end-2-end;
Remove and clean-up code.

Node
Fix RPC and MQTT, ( JSON structure has updated);

High effort tasks
1. Add coinbase transaction for rewarding nodes (according to the distribution and validation life-cycle);
2. Crude zk-PoS implementation.

Medium
1. Test end-2-end.

Low
1. Validate Multilayered Linkable Spontaneous Anonymous Group Signatures (MLSAG), including checking that inputs are referenced from the blockchain;
2. Merkle tree update (changes due to RingCT);
3. Mempool validation and verification for double spends.

With that being said, we're a couple of weeks out from completing the above then test-net2 can be released.
member
Activity: 351
Merit: 15
Proof-of-Stake Blockchain Network
from Jinajon
Quote
Hey guys, some repeat info, but another mini update for those following here:
- The White Paper update is scheduled to be released alongside Testnet 2.  This will allow the most accurate and up-to-date info to be incorporated.
- For those still asking, Testnet 2 will include 'privacy', meaning zk-PoS implementation.  (Testnet 1 already includes privacy in terms of send and receive.)
- Docker implementation is mostly completed, and is now just waiting on Testnet 2 to be finished.
- Pingpong has committed to completing the Testnet 2 code between June and August.  So far we have been making good headway on this, with no major hiccups.
- At this stage Testnet 2 should have everything needed for Mainnet (i.e. all major components implemented).  Having said that; Testnet 2 != Mainnet.  Changes will need to be made, bugs squashed, etc.

As always; patience 😋
member
Activity: 351
Merit: 15
Proof-of-Stake Blockchain Network


More than 2 years. still not launched main-net. Collected $100k donations.

This is not significant money for a self-made blockchain and a small team. Millions no one earned, only a headache. What is 100k for blockchain from scratch? All such experts are here ...
newbie
Activity: 8
Merit: 0
Development is ongoing. They expect Testnet 2 to be released between 1 June and 1 August.   

Announcement from the lead dev on 28 April: 

I know the wait has been long.  I know you want a date for testnet2...so here it is... Best case: 1st June.  Worst case: 1st Aug.  I am working flat out.  We are in the final stages of what has been a long, hard slog. 

A crypto-currency written from scratch is no mean feat.  We started with lofty time-frames, and it has taken us longer than we imagined.  But, to our faithful followers... The peak is in sight, the air is getting thin, but I'm going to make it there, I will finish this.  And I'll drag the whole lot of you to the end if I have to. 

All good things come to those who wait.. And wait you have.  But Tangram isn't just good, it is extraordinary.  These are extraordinary times, and we're on the verge of launching a privacy coin like no other. 

C'mon guys, stick with me!   And we'll ride it to the stars.
Pages:
Jump to: