Bitcoin Forum
September 04, 2025, 01:51:09 PM *
News: Latest Bitcoin Core release: 29.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 ... 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 [192] 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 ... 273 »
  Print  
Author Topic: [ANN][NYC] NEW YORK COIN at 2017 MACY'S THANKSGIVING DAY PARADE IN NYC!  (Read 142307 times)
nycscam
Newbie
*
Offline Offline

Activity: 26
Merit: 0


View Profile
December 01, 2018, 09:55:14 PM
 #3821

Guys, are there still any chances left that Yobit will open the NYC wallets?

Very unlikely after the 51% attack and the mega-dump ... NYC is effectively broken.

Plus, the malware infected wallets and the constant lies from NYC devs will not help.
NewYorkCoinMiner
Member
**
Offline Offline

Activity: 418
Merit: 10


View Profile
December 01, 2018, 10:27:58 PM
 #3822

Alright since there are a couple of you that would rather FUD than do anything constructive, let me try to address some of what you are talking about.

First, the image from Virustotal.com. If you look closely you will see those are results from a file named 98798rerge.exe. This file is not associated with NYCoin and none of the github downloads that are currently published include this executable. I don't know where it comes from nor why you are posting it here.

Concerning the block validation code, reecelander referenced a commit that was old. The actual code that is in the master repo can be found here https://github.com/NewYorkCoin-NYC/nycoin/blob/master/src/main.cpp#L2699-L2713
Code:
 // Shortcut checks for almost all early blocks
    if(chainActive.Height() < SKIP_VALIDATION_HEIGHT && GetBoolArg("-fastsync", false))
    {
        const CChainParams& chainParams = Params();
        // hit all the checkpoints but skip most of the rest
        std::map<int, uint256>::const_iterator cpItr = chainParams.Checkpoints().mapCheckpoints.find(chainActive.Height());

        // if the current block is not found in the checkpoints list, skip it
        if(cpItr == chainParams.Checkpoints().mapCheckpoints.end())
        {
            return true;
        }
    }

What this code does is optional, hence the GetBoolArg(). This is part of the fast-sync functionality which allows a user to download the blockchain at a much faster rate from scratch. It does this in part by bypassing the validation checks for every single block that comes in while syncing. Now you may think that this is cause for alarm but if you remember your blockchain basics you will know that if you change anything in one block, you change the entire blockchain. You can find a refresher article here https://medium.com/coinmonks/blockchain-for-beginners-what-is-blockchain-519db8c6677a, specifically pay attention to the Chaining the Blocks section. So checking against the checkpoints prevents someone from replacing large chunks of the code and if you dig into our code a bit further, you will see we stop the fast sync before the last checkpoint which means even if someone were to replace all the blocks in the fast sync phase, it would fail as soon as it came out. The code changes, which are again optional, do not present a significant additional threat to the blockchain though they are on the surface, a bit less secure. Ideally, you want to check every single block to be sure you have everything proper but we understand some people don't want to wait and for someone to maliciously change the entire blockchain, they would also have to get a majority of the nodes to go along with what they were doing.

Regarding the infected releases, we are not the only crypto community to be affected by github hacks. One of the people who had access to the github had their account compromised without our knowledge and since github doesn't have the same sort of security or restrictions on releases, they were able to replace our releases with executables that were modified using a fairly basic RAT injection program. When another user pointed this out, we immediately pulled the builds from github and published new, clean builds as quickly as possible. Any claim that the NYCoin devs had anything to do with the recent 51% attack or the malware infection is patently false and those that continue to push that narrative are likely part of the same group of people that launched the attacks in the first place.

If you actually want to discuss code changes and development with the NYCoin dev team, please join us on Discord as we don't frequent this forum and only here about this kind of FUD second hand. https://discord.gg/zTKMrmQ

We welcome constructive discussion of the coin and its use case and we kindly ask that those who try to discredit the team or the project to please find something better to do with your time like having a civil conversation with the development team. Again, the dev team does not frequent this forum so if you want to discuss the actual code, come see us on discord.

Thanks,

MrSlosh
NewYorkCoinMiner
Member
**
Offline Offline

Activity: 418
Merit: 10


View Profile
December 01, 2018, 10:28:24 PM
 #3823

MrSlosh is correct guys.  The recent events are unfortunate.  The way I see it, we were hit with two attacks on NYC. 

#1  The 51% - Someone timed this right, pre-fork.  The fork was intended to update the code to minimize the effects of such and attack.
#2  The replacement of the GitHub releases.  I'd have to go back to find it now but NYC was not the only repo on GitHub to suffer from this attack. Other Repos were also replaced with malicious binaries.

Both these seem to hit around the same time but I don't think it was the same attacker. Again, just my opinion.

We have hardened the GitHub repo as best we can and we are post-fork so the updated code can help with the 51% problem.

Standard Internet advise,  Check any downloaded binary before execution... Think "Trust No One" here.  Verify the source, checksums, Anti-virus scan, exc.

The team has been working to get more mining pools to merge mine NYC to help raise the nethash rate and make 51% attacks more difficult. 
NewYorkCoinMiner
Member
**
Offline Offline

Activity: 418
Merit: 10


View Profile
December 01, 2018, 10:29:16 PM
 #3824


nycscam
Newbie
*
Offline Offline

Activity: 26
Merit: 0


View Profile
December 02, 2018, 02:14:15 AM
 #3825

It is more than comedy that the poster above includes NYC as a leading altcoin, given it far from that, and has  a corrupted blockchain.

Furthermore, it is now listed on 3 small exchanges, with no volume to talk about. NYC volume comes from self-trading.

Where the fuck are the 100 traders that accept NYC? If anyone accepted NYC, well they could not get a trade above a hundred dollars to even convert to USD.

Fact, you got found out as running scam, and you overestimated the position you were in.

NYC is dead. Really Dead.  Cheesy
NewYorkCoinMiner
Member
**
Offline Offline

Activity: 418
Merit: 10


View Profile
December 02, 2018, 04:34:31 AM
 #3826

keep up the good work.

as they say, a picture is worth a thousand words...  Wink
Jason9908
Sr. Member
****
Offline Offline

Activity: 322
Merit: 250


View Profile
December 02, 2018, 02:03:01 PM
 #3827



 Please ignore nycscam and yobitwallet  , NYC  community  not welcome their existence.


Please support NYC : http://www.newyorkcoin.net
 a top digital currency,in New York,or circulating around the world.
nycscam
Newbie
*
Offline Offline

Activity: 26
Merit: 0


View Profile
December 02, 2018, 07:11:52 PM
 #3828



 Please ignore nycscam and yobitwallet  , NYC  community  not welcome their existence.



You're a real comedian.

What was it you said on July 16, 2014, 06:33:46 AM?

"Now buying NYC, you become a  million or multimillionaire opportunity, please take good grasp."

https://bitcointalk.org/index.php?topic=619708.msg7870078#msg7870078

So how did that go, Jester?

The NYC community which you refer to is a small community of scammers.

Are you the moron that used to go on Yobit and spam about NYC going to $1?

nycscam
Newbie
*
Offline Offline

Activity: 26
Merit: 0


View Profile
December 03, 2018, 02:46:52 AM
 #3829

KUCOIN Exchange has invited NYC to be listed!!!

#28 Largest Crypto Exchange (5 BIGGER than Yobit!)

KUCOIN is asking for a very nominal 0.2 BTC (or NYC equivalent) listing fee

NYC COMMUNITY, if you want to get listed on a BIGGER exchange - NOW is the time to gather your BTC and get ready to send it!

screenshot of email below


http://newyorkcoin.net/img/kucoinemail.png

Hahahahahaha

I just clicked on a random page to see yet another one of your begging posts for BTC to be added to an exchange.

It is kind of obvious you are the person Tradesatoshi says was "the person [...]  manipulating the market through social media and chatrooms so they may profit more from the situation."

Do you feel shame? Ever?
Jason9908
Sr. Member
****
Offline Offline

Activity: 322
Merit: 250


View Profile
December 03, 2018, 07:08:44 AM
 #3830

KUCOIN Exchange has invited NYC to be listed!!!

#28 Largest Crypto Exchange (5 BIGGER than Yobit!)

KUCOIN is asking for a very nominal 0.2 BTC (or NYC equivalent) listing fee

NYC COMMUNITY, if you want to get listed on a BIGGER exchange - NOW is the time to gather your BTC and get ready to send it!

screenshot of email below




Hahahahahaha

I just clicked on a random page to see yet another one of your begging posts for BTC to be added to an exchange.

It is kind of obvious you are the person Tradesatoshi says was "the person [...]  manipulating the market through social media and chatrooms so they may profit more from the situation."

Do you feel shame? Ever?



 Please ignore nycscam and yobitwallet  , NYC  community  not welcome their existence.



Please support NYC : http://www.newyorkcoin.net
 a top digital currency,in New York,or circulating around the world.
Jason9908
Sr. Member
****
Offline Offline

Activity: 322
Merit: 250


View Profile
December 03, 2018, 07:13:15 AM
 #3831



 Please ignore nycscam and yobitwallet  , NYC  community  not welcome their existence.



You're a real comedian.

What was it you said on July 16, 2014, 06:33:46 AM?

"Now buying NYC, you become a  million or multimillionaire opportunity, please take good grasp."

https://bitcointalk.org/index.php?topic=619708.msg7870078#msg7870078

So how did that go, Jester?

The NYC community which you refer to is a small community of scammers.

Are you the moron that used to go on Yobit and spam about NYC going to $1?






For those who are uncultivated like you, who spit out a dirty water, I will not say the same to you.
don't expect others to teach you, Your father is not here.
You are not optimistic about NYC, you can  buy ICO coin.


Please support NYC : http://www.newyorkcoin.net
 a top digital currency,in New York,or circulating around the world.
Bigger By The Day
Newbie
*
Offline Offline

Activity: 641
Merit: 0


View Profile WWW
December 03, 2018, 09:52:39 AM
 #3832

Vote for NewYorkCoin:

HOARD Wallet: https://www.hoard.com/vote/
Ethos6: https://ethos6.typeform.com/to/cQcNYB?inf_contact_key=ebc1391711b82706379fe67a505e38a2c2d0c8c4218bb7231a9cf0b418776d8d


Everyone please vote for Hoard once! We need 1000 votes, if everyone that is a member of discord votes we are on Hoard exchange! So i really mean everyone please! Vote for Ethos daily please, it just takes a few seconds that's all. VOTE!
nycscam
Newbie
*
Offline Offline

Activity: 26
Merit: 0


View Profile
December 03, 2018, 01:59:15 PM
 #3833



 Please ignore nycscam and yobitwallet  , NYC  community  not welcome their existence.



You're a real comedian.

What was it you said on July 16, 2014, 06:33:46 AM?

"Now buying NYC, you become a  million or multimillionaire opportunity, please take good grasp."

https://bitcointalk.org/index.php?topic=619708.msg7870078#msg7870078

So how did that go, Jester?

The NYC community which you refer to is a small community of scammers.

Are you the moron that used to go on Yobit and spam about NYC going to $1?






For those who are uncultivated like you, who spit out a dirty water, I will not say the same to you.
don't expect others to teach you, Your father is not here.
You are not optimistic about NYC, you can  buy ICO coin.




I beg your pardon ... ??
NewYorkCoinMiner
Member
**
Offline Offline

Activity: 418
Merit: 10


View Profile
December 03, 2018, 11:36:07 PM
 #3834

UPDATED: NYC Comparison Chart with Transactions Per Second.



Please feel free to distribute worldwide!
nycscam
Newbie
*
Offline Offline

Activity: 26
Merit: 0


View Profile
December 04, 2018, 12:17:36 AM
 #3835

Everything you guys say proves to be untrue.

You just have to read through 30 pages of history on this thread to see example after example.

In fact, Tadesatoshi describes market manipulation via chatrooms.

"We believe that the person behind this attack is also manipulating the market through social media and chatrooms so they may profit more from the situation."

This describes the big dump on Yobit.

You also got dumped from Tradesatoshi and Yobit because of a 51% attack. Again Tradesatoshi:

"We also believe that another Exchange was the victim of a similar attack that took place on October 19 2018."

https://medium.com/@TradeSatoshi/nyc-51-attack-market-manipulation-swap-and-refund-ca0c1d61da01


Both exchanges are "victims" of a 51% attack.

And then the NYC repo ...   Cheesy  ... and the NYC wallets with malware ............  Roll Eyes
Bigger By The Day
Newbie
*
Offline Offline

Activity: 641
Merit: 0


View Profile WWW
December 04, 2018, 12:30:42 PM
 #3836

ignore nycscam he have MANY NYC and he want more cheap nyc  Smiley
Bigger By The Day
Newbie
*
Offline Offline

Activity: 641
Merit: 0


View Profile WWW
December 04, 2018, 12:38:18 PM
 #3837

waves DEX exchange have zero fee for listing only need to create WavesGateway and one asset on waves cost 1 waves about 2 $

https://github.com/jansenmarc/WavesGatewayLTCExample litecoin gateway example
 

waves new mobile wallet is super wallet and  nice and easy to trade


i want to keep NYC on trade NYC on waves DEX  but with my php skils i canT create this gateway maybe nyc dev. team have some time

mobile wallet is better than coinomi . you have acess to fiat gateway and trade on many markets  btc eth doge waves ltc euro usd monero ...

Decentralized Exchanges (DEX) Are the Future !
scryptenthusiast (OP)
Sr. Member
****
Offline Offline

Activity: 1204
Merit: 253


View Profile WWW
December 04, 2018, 10:13:26 PM
Last edit: December 04, 2018, 10:46:06 PM by scryptenthusiast
 #3838

FREE YOURSELF FROM THE RAT RACE.



BUY NYC!

OFFICIAL NEW YORK COIN (NYC) Retail Crypto. No Fee Layer 1 Blockchain Since 2014.
EARLIEST LIGHTNING-FAST, NO FEE PAYMENTS CRYPTO IN EXISTENCE   nycoin.net  |  newyorkcoin.net
Jason9908
Sr. Member
****
Offline Offline

Activity: 322
Merit: 250


View Profile
December 05, 2018, 03:31:00 PM
 #3839

https://bitebtc.com/trade/nyc_eth

is very good , accept USD  、CNY  TRADE ,One of NYC's most important exchanges.

Please support NYC : http://www.newyorkcoin.net
 a top digital currency,in New York,or circulating around the world.
nycscam
Newbie
*
Offline Offline

Activity: 26
Merit: 0


View Profile
December 05, 2018, 07:37:09 PM
 #3840

https://bitebtc.com/trade/nyc_eth

is very good , accept USD  、CNY  TRADE ,One of NYC's most important exchanges.

Very impressive trade figures for one of NYCs most important exchanges.

Let's see, then.

24 hours volume is 0.04 ETH.

Let's get the USD value of 0.04 ETH.

One second ....



 Undecided



WOW AMAZING ...


Hey

NYC community and the 100 NYC merchants traded $4 of NYC in just 24 hours!!!!!!!!!!




Hahahahaha  Grin Grin Grin
Pages: « 1 ... 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 [192] 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 ... 273 »
  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!