Bitcoin Forum
July 15, 2024, 11:23:55 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: « 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 [41] 42 43 »
801  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] [GFX] GraphicsCoin | The Coin of Creative People. PoW/PoS on: October 26, 2017, 11:58:31 AM
random question for dev, any thoughts on including a masternode update?
802  Alternate cryptocurrencies / Announcements (Altcoins) / Re: Bitcoin Silver - Make Bitcoin Decentralized Again on: October 24, 2017, 10:29:20 AM
seriously...


this god damn cash grab gotta stop
803  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] YupCoin [YUP] Pos with Masternodes and Decentralized Governance on: October 24, 2017, 05:12:15 AM
So i only need run wallet for mining, right?
Or have buy some coin put in to my wallet

proof of stake requires you to have a stake in the chain, in your wallet to receive pos rewards
804  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] YupCoin [YUP] Pos with Masternodes and Decentralized Governance on: October 24, 2017, 05:10:49 AM
ico price?
ico dates?
ico amounts?

you should rename this to pre-ann
805  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] [TECH] MetaChain on: October 23, 2017, 05:28:25 PM

Hello Folks,


we’re proud to announce something different. This is not a coin or proof of process announcement thread – this is a technology announcement thread. So sadly for you there is no ICO, nothing to buy or sell, but we really hope to open up a good discussion about features, problems and maybe we can find the one or other person who might be interested in joining our DEV team.

First a few words to our team:
We‘re TrustChainTechnologies, with members mainly from the the DACH region (Austria, Germany, Switzerland) and based in Austria. Our core team consists of about 20 persons, ranging from DEVs, designers, marketers, crypto enthusiasts and some who might categorize them differently. Our lead developer is FireMail, born 1986, who graduated summa cum laude in 2009, specializing in database architecture and cryptology. Our crypto enthusiasts run the biggest German speaking Facebook group for cryptographic currencies (https://www.facebook.com/groups/1058102100972677/) with about 16.000 members – if you’re from that group „Hi there.“

So what is our motivation:
In our point of view the number of altcoins running their own chains is growing so rapidly that they most likely will run into one problem sooner or later – lack of physical hardware to support the network security. Some projects try to avoid this problem by having a PoW phase before switching to some kind of PoS or hybrid algorithm, but this fix is mostly just for a short period of time. As soon as the miners found all the PoW blocks and the algorithm switches to PoS for example, the miners remove their calculation power and use a single wallet for staking. This leaves smaller altcoins with the problem that they become vulnerable for attacks.
Something else we discovered was the lack of real innovation for most coins. 90% or even more of the source codes are just forked from BTC github and the changes are mostly made in the proof of process part (e.g. PoS instead of PoW). This leaves every single altcoin with a bunch of code that the DEVs mostly haven’t even read or they ignore it since it’s not relevant for a fast ICO / fast release of the coin. But what happens when there is a bug because it’s an old fork and hasn’t been updated? What happens when there is an improved way for communication processing, block storing or other core features? Wouldn’t it be much better when DEVs could focus their manpower on real innovations rather than on reworking foreign code?
So what is this MetaChain now?

The MetaChain is a technological construct that provides the basic code set for multiple blockchains to run separately in one environment. You can imagine the MetaChain as OSI-Layer which encapsules different features (see below), allowing a DEV to save time in development without loosing the flexibility of working directly in C++.
Features of the MetaChain (Please note that all these features are platform independent and their functionality can be configured, enabled and disabled by the user):


  • MetaChain (https://forum.trustchaintechnologies.io/Thread-MCP02-MetaChain-and-SubChains)
    • Changes in the MetaChain are proven through a new algorithm (which is coin based and a subchain in the MetaChain, ANN Thread for this coin will follow) so that all changes are chained and transparent
    • n SubChains can run parallel
    • Adding subchains during runtime
    • Automated 1-Click creation of SubChain within the whole Network (assuming that the creator uses standard and default provided proof of process)
    • New / custom proof of processes or workflows for coins can be loaded dynamically through factory design pattern (https://forum.trustchaintechnologies.io/Thread-MCP04-individual-Subchain-handling)
    • White- & Blacklist for proof of processes and workflows
    • White- & Blacklist for SubChains (so you can support only the SubChains you like or invested in)
    • Full and Light nodes (Full nodes store all activated SubChains’ blocks, light nodes only relevant information)
    • Blocks and Transactions can be completely customized within a coin workflow allowing for non-coin based blockchains (https://forum.trustchaintechnologies.io/Thread-MCP03-Blocks-and-Transactions)
    • Default provided Proof of Process Modules: PoW, PoS
    • Default provided Workflow Module: Coin based currency
  • Network communication:
    • P2P peer sharing
    • Local ban list upon defined number of bad requests
    • Auto update of the basic framework from trusted and secure locations
    • SSL secured communication
    • Own communication protocol for SubChains to use the network connections to the fullest extend (TCP as network protocol)
  • Storage Management:
    • MetaChain uses rocksDB (http://rocksdb.org/) for meta information
    • SubChains have their separate environments
    • Flexible storing of SubChain meta information:
      • User configurable backend DB engine
      • C++ Interface for DEVs to write code for new backend Engines
      • Loadable engine modules to add those new backend Engines
      • Default provided engines: rocksDB and MySQL
    • Storing of raw blocks:
      • Configurable max_size of the raw file, allowing to move old files to slower storage units
      • Binary storing to achieve full flexibility for the DEVs of SubChains
      • Storing of meta information of blocks for faster raw block processing
  • Cryptology:
    • All encryptions are SHA3
      • Including KECCAK, KMAC, SHAKE
      • Quantum attack safe!
      • ~1000% better performance than BTC hmac hashing (please note that this number was calculated in a non-scientific way with limited time measuring capabilities but comes from the 2048 iterations in hmac hashing, where SHA3 KMAC uses a sponge-squeeze principle, removing the need for iterations. SHA3 512 KMAC was done successfully on release-build, regular win10 machine (i7) with no optimization and system-based timers within 22 microseconds. It could be that the SHA3 KMAC is even faster when using high performance external timers, non-windows system and optimized building.)
    • Wallet-Address (https://forum.trustchaintechnologies.io/Thread-MCP01-Account)
      • One private key for all SubChains
      • Each SubChain wallet address changes 90+% of the bits for the same private key
      • Including BIP39 (renamed to MCP39 due to massive changes) (https://forum.trustchaintechnologies.io/Thread-MCP39-Mnemonic)
      • secp256k1 parallel to secp256r1 ECDSA, allowing smart devices to use inbuilt encryption chips rather than software signing, thus removing the chance of memory collision signing attacks



Use Cases
To show you why we chose to develop the MetaChain, we want to provide you with three use cases:

1)   Automatic PoS Staking
A node can be connected with a wallet to enable staking. Every private key within the MetaChain works on all SubChains, but every SubChain wallet address is different for the same private key. This means that we don’t have a security impact, but a general wallet for all SubChains. So when there are for example 10 PoS Coins within the MetaChain network and you hodl all of them, you only need one active wallet but participate in 10 PoS at the same time. This saves energy, hassle for possible updating of clients, easier backups and improves usability.

2)   DEV time saving
When you’re a DEV in blockchain technology you know that time is always a limited factor. So working on your own bitcoin fork to enable a different algorithm, that maybe has random airdrops and allows to push random binary data into the blockchain. There is so much you need to work around that has no real innovation: storing mechanisms, network communications, removing old code that’s not needed anymore, fixing bugs because other code suddenly relied on this old code etc.
With the MetaChain you simply use a coin based workflow as provided from github, maybe overload the block structure, use API calls for network communication and upload this module for all to use. This is a huge timesaver which doesn’t remove your flexibility in development – so that DEVs can focus on innovation, rather than preparation.

3)   Enlarging Network
Most altcoins lack of supporting devices / hardware since they’re not well known or maybe they’re too complicated to be installed or something else didn’t work. When using this module based structure all participating MetaChain Nodes can enable your SubChain (or maybe they used a *-whitelist so all SubChains are allowed) which widens an altcoins number of nodes without the need of installing new software. In software design there is a principle that the barriers for a user need to be as little as possible to enhance his user experience - just imagine a user that can enable SubChains on his PC with a simple click.
Network enlargement works for all SubChains and everyone helps everyone – why? Every new project on the MetaChain will target new users which might enable more than just one SubChain, thus enlarging the network without the need of additional software or steps.


Conclusion and Future

With the MetaChain we aim at providing a basic code set so that developers can focus their time on innovation rather than reworking old code. Another huge plus is that they can rely on a bigger hardware network with a settled community – when working with default provided modules the coin will run out of the box, without any additional steps.

By using the newest NIST approved hashing standard SHA3 all SubChains are also quantum attack safe and have great performance by using the sponge-squeeze principle.
With the usage of rocksDB as meta information storage backend we also used a very new, but heavily dynamic and optimized storage engine which allows very fast IO.

Currently there are two Coins which are actively developed for the MetaChain. These coins will be later announced in their own threads and linked here. If you want to get informed what those two coins are, please subscribe to this thread.

If you are a developer, a group of developer, some guy with mad graphic skills or think you can somehow help our team, please don’t hesitate to ask.


We’re more than just happy to welcome you onboard!






Links
-   Website: https://www.tct.io
-   Facebook: https://www.facebook.com/TrustChainTechnologies/
-   Twitter: https://twitter.com/TrustChainTech
-   Forum: https://forum.trustchaintechnologies.io/
-   Slack: https://join.slack.com/t/trustchaintech/shared_invite/MjM4NDgzNjU2MTI5LTE1MDUxMTE4MzktOTI3YTEyMWZhZQ
-   Github: https://github.com/TrustChainTechnologies
-   Telegram: https://t.me/TCTmetachain
-for graphics-[/list][/list]
806  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] MORTYCOIN 2% premined MAX COINS: 100,000 on: October 23, 2017, 12:39:45 AM
THE PORTFOLIO, FULLINJECTION, OF VIRUSES Roll Eyes Roll Eyes Roll Eyes Roll Eyes Roll Eyes Roll Eyes Roll Eyes Roll Eyes Roll Eyes Roll Eyes Roll Eyes
Please post check link
my pc wont even let me upload it because of its infection.. lol
807  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] MORTYCOIN 2% premined MAX COINS: 100,000 on: October 23, 2017, 12:22:12 AM
yep, viruses galore
808  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][BTCG]BITCOIN GO on: October 22, 2017, 11:19:12 PM
i will do vietnamese translation  Wink
please pm me.
p/s: github is empty. LOL  Grin Grin Grin

pfft.. its not empty.. its got a readme.md file. Grin Grin
809  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][BTCG]BITCOIN GO on: October 22, 2017, 11:09:43 PM
Quote
The rate of 1 BITCOIN = 10 BITCOIN GO

Not sure if troll or just delusional.

maybe more-so hopeful? lets not jump to mental illness
810  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][PoW][SHA256] ZeroNet Coin - Decentralized Currency on: October 22, 2017, 06:08:32 PM
any word on exchanges?
811  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][ICO]- HMC - HARVEST MASTERNODE COIN - The Gateway to Positive Changes!! on: October 22, 2017, 04:20:36 PM
when does PoW start?

POW was only for pre mine to get availability of coins for funding ICO

It is a pure POS now

-support

so why was it marketed as a PoW minable coin for 7777 blocks if it was only internal. stupid false advertising.
812  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][ICO]- HMC - HARVEST MASTERNODE COIN - The Gateway to Positive Changes!! on: October 22, 2017, 08:38:43 AM
when does PoW start?
813  Alternate cryptocurrencies / Announcements (Altcoins) / Re: Pre ANN [CHZ] Cheese Coin | GPU & CPU mining | PoW | PoS | Airdrops on: October 22, 2017, 05:26:51 AM
they deleted the entire ann they posted :/
814  Alternate cryptocurrencies / Announcements (Altcoins) / Re: Pre ANN [CHZ] Cheese Coin | GPU & CPU mining | PoW | PoS | Airdrops on: October 22, 2017, 05:01:05 AM
algo?
815  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][ICO] AAA COIN [BOUNTY] on: October 21, 2017, 11:13:54 PM
last pow block is 10K

yet the chain is already at 40K and you just posted ann..

whut?
816  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] ✅ Xios PoS/PoW No ICO/No airdrop/No Premine/ ⚡ Masternode Ready 🔥Scrypt🔥 on: October 20, 2017, 07:56:45 PM
Wow, Nova are rejecting every single new coin it seems.  Huh Huh

https://novaexchange.com/addcoin/

They should disable the voting if they're not taking new coins those votes cost money. I hope they are refunding voters, 'cos if not that's kinda scammy behaviour TBH.  Huh

Looks like a long time before new coins get on Nova.

- Edit, am I missing something, were these all scam coins or something?  Huh

they approves a batch of 5 or 6 and rejected the rest, if you check the anns in coin info they look like they provide no info or are 100% premined
817  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] [XSH] TOR/i2p integrated SHIELD Fast transaction times, fully anonymous. on: October 20, 2017, 06:35:35 PM
im personally waiting for nova voting
818  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][PoS] EuroStake - 100% Free Airdrop Distribution. on: October 19, 2017, 05:35:46 AM
seriously? why hasnt bitcointalk put a stop to this fool? in 24 hours theres a new stake coin.. dev just wants to dump them all when they hit exchange. its not the kind of project the crypto community should want to support
819  Alternate cryptocurrencies / Announcements (Altcoins) / Re: who is the best Proof of stake coins? on: October 18, 2017, 07:12:57 AM
I'm looking for the best POS coin to invest ....

wrong forum thread, youre gonna want to post in Alternate cryptocurrencies > discussion
820  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] Gopnik Coin - POW/POS (proof of squat) GPK on: October 18, 2017, 04:06:43 AM
Hello. I'd like to mine Gopnik coin. It would be my first cryptocurrency mining- I haven't done this before.

I've installed the wallet and I've installed RPC Miner on my Mac.

I can't seem to, however, get RPC Miner going. Here are the settings I've put in:

Server host name or IP address []: stratum+tcp://beardedpool.fr
Server port number []: 3433
Miner username []: (my wallet address)
Miner password []: c=GPK

I've also tried:

Server host name or IP address []: http://www.bitcoin-pool.de/
Server port number []: 3731
Miner username []: (my wallet address)
Miner password []: x

and even:

Server host name or IP address []: stratum+tcp://81.169.208.246
Server port number []: 3731
Miner username []: (my wallet address)
Miner password []: x

Nothing seems to work. I just keep getting this error: "Could not retrieve work from RPC server. CURL return value = 6"

Any advice?

PoW schedule was only 14 days and ended a while ago.. means you cant mine it unless you already have coins to stake
Pages: « 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 [41] 42 43 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!