Bitcoin Forum
April 19, 2024, 03:43:30 AM *
News: Latest Bitcoin Core release: 26.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: RazorCoin is a SCAM, and here's why.  (Read 2536 times)
razorisascam (OP)
Newbie
*
Offline Offline

Activity: 1
Merit: 0


View Profile
June 25, 2014, 08:22:17 PM
 #1

Quote
From the bitcointalk ANN:

Max Coins: 2,000,000 (2 Million) Block reward: 100 Halving: every 10,000 blocks
In the code it has 2bn coins and the block halving resets every once back the beginning.
PROOF (if they take it down, look at one of the forks)

From https://github.com/razor-coin/razor
main.h:-

Code:
static const int64 MAX_MONEY = 2000000000 * COIN;

main.cpp:-

Code:
    int64 static GetBlockValue(int nHeight, int64 nFees) { int64 nSubsidy = 100 * COIN; 
    int64 nSubsidyHalvingInterval = 10000;
    int halvings = nHeight / nSubsidyHalvingInterval;
    nSubsidy >>= halvings;

    return nSubsidy + nFees;
}

Explanation: reward starts at 100 coins per block. after 10000 blocks, cut the current reward in half using bitshifting. Bit bit shifts wrap around so when it run out of bits resets to the beginning and so rewards go back to 100 coins per block. And because MAX_MONEY is set to 2bn and not 2m razorcoin will continue to mine more coins over and over again.

This is not a mistake because if you look at the source history, the coin is a fork from neutrinocoin and you can specifically see the code changes made here https://github.com/razor-coin/razor/commit/82ed7cd0dc91d7044fef864e29bc2cac8b484065 (again look at a fork if they take this down).
Bryce Weiner is behind the con http://whois.domaintools.com/razorco.in if he changes it you can see from the (whois history) and appears in the list of "achievements" at blocktech.com which seems to be a front.

STAY AWAY, this is a deliberate scam claiming scarcity and yet clever hiding a scam in the code.
1713498210
Hero Member
*
Offline Offline

Posts: 1713498210

View Profile Personal Message (Offline)

Ignore
1713498210
Reply with quote  #2

1713498210
Report to moderator
1713498210
Hero Member
*
Offline Offline

Posts: 1713498210

View Profile Personal Message (Offline)

Ignore
1713498210
Reply with quote  #2

1713498210
Report to moderator
1713498210
Hero Member
*
Offline Offline

Posts: 1713498210

View Profile Personal Message (Offline)

Ignore
1713498210
Reply with quote  #2

1713498210
Report to moderator
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1713498210
Hero Member
*
Offline Offline

Posts: 1713498210

View Profile Personal Message (Offline)

Ignore
1713498210
Reply with quote  #2

1713498210
Report to moderator
leofromhell
Newbie
*
Offline Offline

Activity: 12
Merit: 0


View Profile
June 25, 2014, 09:10:19 PM
 #2

inb4 schooling
baseke
Sr. Member
****
Offline Offline

Activity: 389
Merit: 256


View Profile
June 25, 2014, 09:12:42 PM
 #3

polo is it u again?
simondlr
Sr. Member
****
Offline Offline

Activity: 424
Merit: 250



View Profile
June 25, 2014, 09:14:01 PM
 #4

MAX_MONEY is a limit on how much coins is viable in a single transaction. If such a tx propagates with such outputs, it's an obvious fake and thus clients just drop it (don't even bother to do additional checks). Ask Dogecoin about it. That's why one of their forks occurred.

MAX_MONEY has nothing to do with the monetary supply settings. It's purely getBlockValue's code.

Tip: BTC 1LbHAZv2mbZZMTu2k4xLcg8p5q4FatgkA7. Doge DFVzezccAsdq1LQwrPTDe1nMXKrL7aEUWY. FUNK: CXfgJPSbY1C5paVwiSHnm942tJPyK9xSfy
The Cypherfunks: a decentralized band & cryptocurrency. https://bitcointalk.org/index.php?topic=469407.0

Bitrated: https://www.bitrated.com/simondlr/
albertdros
Hero Member
*****
Offline Offline

Activity: 602
Merit: 500


View Profile
June 25, 2014, 09:15:20 PM
 #5

fud account of busoni?
thenukemforall
Sr. Member
****
Offline Offline

Activity: 273
Merit: 250


View Profile
June 25, 2014, 09:17:29 PM
 #6

Quote
From the bitcointalk ANN:

Max Coins: 2,000,000 (2 Million) Block reward: 100 Halving: every 10,000 blocks
In the code it has 2bn coins and the block halving resets every once back the beginning.
PROOF (if they take it down, look at one of the forks)

From https://github.com/razor-coin/razor
main.h:-

Code:
static const int64 MAX_MONEY = 2000000000 * COIN;

main.cpp:-

Code:
    int64 static GetBlockValue(int nHeight, int64 nFees) { int64 nSubsidy = 100 * COIN; 
    int64 nSubsidyHalvingInterval = 10000;
    int halvings = nHeight / nSubsidyHalvingInterval;
    nSubsidy >>= halvings;

    return nSubsidy + nFees;
}

Explanation: reward starts at 100 coins per block. after 10000 blocks, cut the current reward in half using bitshifting. Bit bit shifts wrap around so when it run out of bits resets to the beginning and so rewards go back to 100 coins per block. And because MAX_MONEY is set to 2bn and not 2m razorcoin will continue to mine more coins over and over again.

This is not a mistake because if you look at the source history, the coin is a fork from neutrinocoin and you can specifically see the code changes made here https://github.com/razor-coin/razor/commit/82ed7cd0dc91d7044fef864e29bc2cac8b484065 (again look at a fork if they take this down).
Bryce Weiner is behind the con http://whois.domaintools.com/razorco.in if he changes it you can see from the (whois history) and appears in the list of "achievements" at blocktech.com which seems to be a front.

STAY AWAY, this is a deliberate scam claiming scarcity and yet clever hiding a scam in the code.

Seriously NOOB, where were you when poloniex FUDed SuperCoin ?
purplejaguar
Sr. Member
****
Offline Offline

Activity: 245
Merit: 250



View Profile
June 25, 2014, 09:18:05 PM
 #7

sorry dude. Look up what that actually means. Either you don't or you just want cheap coins.
BreakoutCoins
Newbie
*
Offline Offline

Activity: 34
Merit: 0


View Profile
June 25, 2014, 09:20:04 PM
 #8

Quote
From the bitcointalk ANN:

Max Coins: 2,000,000 (2 Million) Block reward: 100 Halving: every 10,000 blocks
In the code it has 2bn coins and the block halving resets every once back the beginning.
PROOF (if they take it down, look at one of the forks)

From https://github.com/razor-coin/razor
main.h:-

Code:
static const int64 MAX_MONEY = 2000000000 * COIN;

main.cpp:-

Code:
    int64 static GetBlockValue(int nHeight, int64 nFees) { int64 nSubsidy = 100 * COIN; 
    int64 nSubsidyHalvingInterval = 10000;
    int halvings = nHeight / nSubsidyHalvingInterval;
    nSubsidy >>= halvings;

    return nSubsidy + nFees;
}

Explanation: reward starts at 100 coins per block. after 10000 blocks, cut the current reward in half using bitshifting. Bit bit shifts wrap around so when it run out of bits resets to the beginning and so rewards go back to 100 coins per block. And because MAX_MONEY is set to 2bn and not 2m razorcoin will continue to mine more coins over and over again.

This is not a mistake because if you look at the source history, the coin is a fork from neutrinocoin and you can specifically see the code changes made here https://github.com/razor-coin/razor/commit/82ed7cd0dc91d7044fef864e29bc2cac8b484065 (again look at a fork if they take this down).
Bryce Weiner is behind the con http://whois.domaintools.com/razorco.in if he changes it you can see from the (whois history) and appears in the list of "achievements" at blocktech.com which seems to be a front.

STAY AWAY, this is a deliberate scam claiming scarcity and yet clever hiding a scam in the code.
Some sad sad FUD. GTFO
badon420
Full Member
***
Offline Offline

Activity: 159
Merit: 100


abaddon


View Profile
June 25, 2014, 09:20:13 PM
 #9

Quote
From the bitcointalk ANN:

Max Coins: 2,000,000 (2 Million) Block reward: 100 Halving: every 10,000 blocks
In the code it has 2bn coins and the block halving resets every once back the beginning.
PROOF (if they take it down, look at one of the forks)

From https://github.com/razor-coin/razor
main.h:-

Code:
static const int64 MAX_MONEY = 2000000000 * COIN;

main.cpp:-

Code:
    int64 static GetBlockValue(int nHeight, int64 nFees) { int64 nSubsidy = 100 * COIN; 
    int64 nSubsidyHalvingInterval = 10000;
    int halvings = nHeight / nSubsidyHalvingInterval;
    nSubsidy >>= halvings;

    return nSubsidy + nFees;
}

Explanation: reward starts at 100 coins per block. after 10000 blocks, cut the current reward in half using bitshifting. Bit bit shifts wrap around so when it run out of bits resets to the beginning and so rewards go back to 100 coins per block. And because MAX_MONEY is set to 2bn and not 2m razorcoin will continue to mine more coins over and over again.

This is not a mistake because if you look at the source history, the coin is a fork from neutrinocoin and you can specifically see the code changes made here https://github.com/razor-coin/razor/commit/82ed7cd0dc91d7044fef864e29bc2cac8b484065 (again look at a fork if they take this down).
Bryce Weiner is behind the con http://whois.domaintools.com/razorco.in if he changes it you can see from the (whois history) and appears in the list of "achievements" at blocktech.com which seems to be a front.

STAY AWAY, this is a deliberate scam claiming scarcity and yet clever hiding a scam in the code.

Alns
Sr. Member
****
Offline Offline

Activity: 602
Merit: 250



View Profile
June 25, 2014, 09:29:14 PM
 #10

I´m not in Razor, but this is the worst FUD ever.
kuchini
Member
**
Offline Offline

Activity: 95
Merit: 10


View Profile
June 25, 2014, 09:33:46 PM
 #11

Chinese Scam Coin! FUD! Time to buy!
baseke
Sr. Member
****
Offline Offline

Activity: 389
Merit: 256


View Profile
June 25, 2014, 09:49:59 PM
 #12

Dev left his coin!!!!
tk808
Legendary
*
Offline Offline

Activity: 1512
Merit: 1124


Invest in your knowledge


View Profile
June 25, 2014, 09:54:51 PM
 #13

I'm going to weigh in on here. After spending 4+ hours reviewing both Razor and Neutrino on CoinsSource, there were several similarities between it and Razor but i didn't come across any hard evidence. So, i'd like to eventually see some evidence disconnecting Razor's devs from Neutrino's devs.

Some of the evidence in this thread could be conclusive, but will continue to keep a close eye on any connections with both of these coins.


http://www.coinssource.com/crypto-coins/razor/

http://www.coinssource.com/crypto-coins/neutrino/
apee
Full Member
***
Offline Offline

Activity: 120
Merit: 100


View Profile
June 25, 2014, 09:55:08 PM
 #14

Quote
From the bitcointalk ANN:

Max Coins: 2,000,000 (2 Million) Block reward: 100 Halving: every 10,000 blocks
In the code it has 2bn coins and the block halving resets every once back the beginning.
PROOF (if they take it down, look at one of the forks)

From https://github.com/razor-coin/razor
main.h:-

Code:
static const int64 MAX_MONEY = 2000000000 * COIN;

main.cpp:-

Code:
    int64 static GetBlockValue(int nHeight, int64 nFees) { int64 nSubsidy = 100 * COIN; 
    int64 nSubsidyHalvingInterval = 10000;
    int halvings = nHeight / nSubsidyHalvingInterval;
    nSubsidy >>= halvings;

    return nSubsidy + nFees;
}

Explanation: reward starts at 100 coins per block. after 10000 blocks, cut the current reward in half using bitshifting. Bit bit shifts wrap around so when it run out of bits resets to the beginning and so rewards go back to 100 coins per block. And because MAX_MONEY is set to 2bn and not 2m razorcoin will continue to mine more coins over and over again.

This is not a mistake because if you look at the source history, the coin is a fork from neutrinocoin and you can specifically see the code changes made here https://github.com/razor-coin/razor/commit/82ed7cd0dc91d7044fef864e29bc2cac8b484065 (again look at a fork if they take this down).
Bryce Weiner is behind the con http://whois.domaintools.com/razorco.in if he changes it you can see from the (whois history) and appears in the list of "achievements" at blocktech.com which seems to be a front.

STAY AWAY, this is a deliberate scam claiming scarcity and yet clever hiding a scam in the code.



That picture really says it all lol.

Seems like one less junk alt coin to deal with.
damiano
Legendary
*
Offline Offline

Activity: 1246
Merit: 1000


103 days, 21 hours and 10 minutes.


View Profile
June 25, 2014, 10:03:59 PM
 #15

can you fucks please learn to read code before posting stupid shit
leewilson
Sr. Member
****
Offline Offline

Activity: 434
Merit: 250


View Profile
June 25, 2014, 11:56:37 PM
 #16

can you fucks please learn to read code before posting stupid shit

When have reality and actual facts ever mattered?

“If you tell a lie big enough and keep repeating it, people will eventually come to believe it. The lie can be maintained only for such time as the State BlockNet can shield the people from the political, economic and/or military consequences of the lie. It thus becomes vitally important for the State BlockNet to use all of its powers to repress dissent, for the truth is the mortal enemy of the lie, and thus by extension, the truth is the greatest enemy of the State BlockNet.” - Joseph Goebbels
Farndogg
Member
**
Offline Offline

Activity: 73
Merit: 10


View Profile
June 26, 2014, 12:38:29 AM
 #17

Is this Turtlehurricaine posting?
MinerP
Full Member
***
Offline Offline

Activity: 196
Merit: 100


View Profile
June 26, 2014, 05:26:41 AM
 #18

fud account of busoni?
LMFAO  Grin
Pages: [1]
  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!