Bitcoin Forum
May 24, 2024, 03:49:29 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
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 44 [45]
  Print  
Author Topic: [ANN][SYNX] SYNDICATE Coin | Business Hub, Masternodes, PoS  (Read 55956 times)
pinya_p
Newbie
*
Offline Offline

Activity: 6
Merit: 0


View Profile
July 28, 2019, 10:15:40 AM
 #881

so synx is dead??
yes, but you can buy this shit on some shitty markets
pinya_p
Newbie
*
Offline Offline

Activity: 6
Merit: 0


View Profile
July 28, 2019, 10:32:56 AM
 #882

they ban all those who criticize their project in the chat, they themselves offer to invest in another in private correspondence, beware this scam
The project does not carry out any work, having invested in their project I lost all the money that I invested
syclone
Hero Member
*****
Offline Offline

Activity: 755
Merit: 501



View Profile
August 20, 2019, 12:25:46 AM
 #883

I have faith synx will make america great again.
coinpup
Newbie
*
Offline Offline

Activity: 49
Merit: 0


View Profile
October 01, 2019, 03:03:08 AM
Last edit: October 01, 2019, 03:17:03 AM by coinpup
 #884

Wow, holding at 8 sats and its lower on cryptobridge at 4 sats..lol Cheesy

amazing. The only ones holding this coin are the con men and the fools who really think it will get better. Roll Eyes

these guys will start a new coin soon and rinse and repeat. rip off a whole new set of noobs

lets see how long that takes

Nerd-Labs
Member
**
Offline Offline

Activity: 68
Merit: 24


View Profile
October 07, 2019, 01:24:34 AM
 #885

in need of a pool ?
coinpup
Newbie
*
Offline Offline

Activity: 49
Merit: 0


View Profile
October 13, 2019, 04:55:16 PM
 #886

https://medium.com/@synxcoin/from-ashes-to-new-609ab878b54a

Told you they would start a new coin and start the can game all over

 Grin Grin
JanpriX
Hero Member
*****
Offline Offline

Activity: 1708
Merit: 606

Buy The F*cking Dip


View Profile
October 13, 2019, 10:02:11 PM
 #887

https://medium.com/@synxcoin/from-ashes-to-new-609ab878b54a

Told you they would start a new coin and start the can game all over

 Grin Grin
At the very least, they informed their community about it.  Grin . I just know the best image/meme to capture what you said. Check below.  Grin

one_direction
Newbie
*
Offline Offline

Activity: 64
Merit: 0


View Profile
November 23, 2019, 06:11:45 PM
 #888

Synx 2.3.0 is out,  if anyone is interested  Grin

https://github.com/SyndicateLtd/SyndicateQt/releases

Syndicate Core version 2.3.0 is now available from: https://github.com/SyndicateLtd/SyndicateQt/releases

This is a new major version release, including various bug fixes and performance improvements.

Please report bugs using the issue tracker at github: https://github.com/SyndicateLtd/SyndicateQt/issues

Mandatory Update
SYNX Core v2.3.0 is a mandatory update for all users. This release contains new consensus rules and improvements that are not backwards compatible with older versions. Users will need to update their clients before enforcement of this update goes into effect.

Update enforcement goes into effect at the following times:

Mainnet: Sunday, 1. December 2019 0:00:00 GMT
Masternodes will need to be restarted once both the masternode daemon and the controller wallet have been upgraded.

How to Upgrade
If you are running an older version, shut it down. Wait until it has completely shut down (which might take a few minutes for older versions), then run the installer (on Windows) or just copy over /Applications/Syndicate-Qt (on Mac) or syndicated/syndicate-qt (on Linux).

Compatibility
SYNX Core is extensively tested on multiple operating systems using the Linux kernel, macOS 10.10+, and Windows 7 and later.

Microsoft ended support for Windows XP on April 8th, 2014, No attempt is made to prevent installing or running the software on Windows XP, you can still do so at your own risk but be aware that there are known instabilities and issues. Please do not report issues about Windows XP to the issue tracker.

Apple released it's last Mountain Lion update August 13, 2015, and officially ended support on December 14, 2015. SYNX Core software starting with v3.2.0 will no longer run on MacOS versions prior to Yosemite (10.10). Please do not report issues about MacOS versions prior to Yosemite to the issue tracker.

SYNX Core should also work on most other Unix-like systems but is not frequently tested on them.

Notable Changes
Internal (Core) Changes
Version 2 Stake Modifier
A new 256-bit modifier for the proof of stake protocol has been defined, CBlockIndex::nStakeModifierV2.
It is computed at every block, by taking the hash of the modifier of previous block along with the coinstake input.
To meet the protocol, the PoS kernel must comprise the modifier of the previous block.

Changeover enforcement of this new modifier is set to occur at block 1214000 for testnet and block 1967000 for mainnet.

Block index batch writing
Block index writes are now done in a batch. This allows for less frequent disk access, meaning improved performances and less data corruption risks.

Eliminate needless key generation
The staking process has been improved to no longer request a new (unused) key from the keypool. This should reduce wallet file size bloat as well as slightly improve staking efficiency.

Fix crash scenario at wallet startup
A program crash bug that happens when the wallet.dat file contains a zc public spend transaction (input) and the user had removed the chain data has been fixed.

GUI Changes
Removal of zero-fee transaction option
The long term viability of acceptable zero-fee transaction conditions is in need of review. As such, we are temporarily disabling the ability to create zero-fee transactions.

Show latest block hash and datadir information tab
A QoL addition has been made to the Information tab of the UI's console window, which adds the display of both the current data directory and the latest block hash seen by the client.

RPC Changes
Require valid URL scheme when preparing/submitting a proposal
The preparebudget and submitbudget RPC commands now require the inclusion of a canonical URL scheme as part of their url parameter. Strings that don't include either http:// or https:// will be rejected.

The 64 character limit for the url field is inclusive of this change, so the use of a URL shortening service may be needed.

Testing Suite Changes
Functional testing readability
Several changes have been introduced to the travis script in order to make the output more readable. Specifically it now lists tests left to run and prints the output of failing scripts.

Build System Changes
OpenSSL configure information
When the configure step fails because of an unsupported OpenSSL (or other library), it now displays more information on using an override flag to compile anyways. The long term plan is to ensure that the consensus code doesn't depend on OpenSSL in any way and then remove this configure step and related override flag.

2.3.0 Change log
Detailed release notes follow. This overview includes changes that affect behavior, not code moves, refactors and string updates. For convenience in locating the code changes and accompanying discussion, both the pull request and git merge commit are mentioned.

Core Features
#983 ac8cb7376d [PoS] Stake Modifier V2 (random-zebra)
#958 454c487424 [Staking] Modify miner and staking thread for efficiency (Cave Spectre)
#915 9c5a300624 Modify GetNextWorkRequired to set Target Limit correctly (Cave Spectre)
#952 7ab673f6fa [Staking] Prevent potential negative out values during stake splitting (Cave Spectre)
#941 0ac0116ae4 [Refactor] Move ThreadStakeMinter out of net.cpp (Fuzzbawls)
#932 924ec4f6dd [Node] Do all block index writes in a batch (Pieter Wuille)
Build System
#934 92aa6c2daa [Build] Bump master to 3.3.99 (pre-3.4) (Fuzzbawls)
#943 918852cb90 [Travis] Show functional tests progress (warrows)
#957 2c9f624455 [Build] Add info about '--with-unsupported-ssl' (Warrows)
P2P Protocol and Network Code
#987 fa1dbab247 [Net] Protocol update enforcement for 70917 and new spork keys (Fuzzbawls)
GUI
#933 e47fe3d379 [Qt] Add blockhash + datadir to information tab (Mrs-X)
RPC/REST
#950 3d7e16e753 [RPC] require valid URL scheme on budget commands (Cave Spectre)
#964 a03fa6236d [Refactor] Combine parameter checking of budget commands (Cave Spectre)
#965 b9ce433bd5 [RPC] Correct issues with budget commands (Cave Spectre)
Wallet
#939 37ad934ad8 [Wallet] Remove (explicitely) unused tx comparator (warrows)
#971 bbeabc4d63 [Wallet][zPIV] zc public spend parse crash in wallet startup. (furszy)
#980 8b81d8f6f9 [Wallet] Remove Bitcoin Core 0.8 block hardlinking (JSKitty)
#982 a0a1af9f78 [Miner] Don't create new keys when generating PoS blocks (random-zebra)
Test Suites
#961 2269f10fd9 [Trivial][Tests] Do not fail test when warnings are written to stderr (random-zebra)
#974 f9d4ee0b15 [Tests] Add Spork functional test and update RegTest spork key (random-zebra)
#976 12de5ec1dc [Refactor] Fix stake age checks for regtest (random-zebra)
Miscellaneous
#947 6ce55eec2d [Scripts] Sync github-merge.py with upstream (Fuzzbawls)
#948 4a2b4831a9 [Docs] Clean and re-structure the gitian-keys directory (Fuzzbawls)
#949 9e4c3576af [Refactor] Remove all "using namespace" statements (warrows)
#951 fa40040f80 [Trivial] typo fixes (Cave Spectre)
#986 fdd0cdb72f [Doc] Release notes update (Fuzzbawls)
Assets
7
bootstrap.zip
678 MB
Syndicate-2.3.0-arm.zip
19.7 MB
Syndicate-2.3.0-linux64.zip
21.5 MB
Syndicate-2.3.0-osx.dmg
85.2 MB
Syndicate-2.3.0-win64.zip
21.4 MB
Source code
(zip)
Source code
(tar.gz)
JanpriX
Hero Member
*****
Offline Offline

Activity: 1708
Merit: 606

Buy The F*cking Dip


View Profile
November 23, 2019, 11:33:44 PM
 #889

Synx 2.3.0 is out,  if anyone is interested  Grin

https://github.com/SyndicateLtd/SyndicateQt/releases

~snip~
Oh, so they are "still" providing updates for this coin? Just a bit curious about this one. The ones that are currently providing updates are the original devs that came up with this coin or are they the new ones that took over SYNX? Because I read somewhere that the original devs are currently creating a new coin (new syndicate  Grin ) out there. Is this a community-driven update?
coinpup
Newbie
*
Offline Offline

Activity: 49
Merit: 0


View Profile
December 12, 2019, 12:02:18 PM
 #890

Synx 2.3.0 is out,  if anyone is interested  Grin

https://github.com/SyndicateLtd/SyndicateQt/releases

~snip~
Oh, so they are "still" providing updates for this coin? Just a bit curious about this one. The ones that are currently providing updates are the original devs that came up with this coin or are they the new ones that took over SYNX? Because I read somewhere that the original devs are currently creating a new coin (new syndicate  Grin ) out there. Is this a community-driven update?


i guess no matter how you say it, show it, prove it,,people just dont learn.

there is nothing good that comes from those running this coin..its designed to suck you in and take your money.

read its history,  Russian controlled, no solid direction and just money laundry ..

with so many projects with real teams real use why invest in here?

if your new to crypto and are told to invest here, RUN! and those who told you dont care about you.

Merry Xmas Grin 
coinpup
Newbie
*
Offline Offline

Activity: 49
Merit: 0


View Profile
June 09, 2020, 02:00:45 AM
 #891

http://symbio.fund/project.pdf

take a look at their next scam.. ...LOL they never give up..
 

dont waste your money here
syclone
Hero Member
*****
Offline Offline

Activity: 755
Merit: 501



View Profile
January 02, 2021, 03:22:17 PM
 #892

The Alpha play here was to NOT swap away from SYNX.
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 44 [45]
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!