Bitcoin Forum
May 21, 2024, 11:03:29 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 ... 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 243 244 245 246 247 248 [249] 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 ... 2458 »
  Print  
Author Topic: GAW / Josh Garza discussion Paycoin XPY xpy.io ION ionomy. ALWAYS MAKE MONEY :)  (Read 3376927 times)
owlcatz
Legendary
*
Offline Offline

Activity: 3640
Merit: 1968



View Profile
December 12, 2014, 10:51:45 PM
 #4961

Lets look at the source code. No hybrid flex to be found, it's just another nasty peercoin fork with not notable changes whatsoever. Still even has little bits of PeerCoin hanging around. Unbelievably it's such an old fork of Bitcoin that it retains IRC support, except it will join the #bitcoin channels because their find and replace didn't quite get everything.

The premine is all but predictable, the first block makes an insane number of coins for GAW. Interestingly if anybody wanted they could have forked the network right back from the genesis block and taken the 12M coins for themselves, the difficulty is a bit high to do that now though unless you have 1Ph/s in your pocket. Up until 20 hours the PoW miners actually got a lot more block reward, but this was changed down for some reason.

Code:
int64 GetProofOfWorkReward(int nHeight, unsigned int nTime)
{
    int64 nSubsidy = 0;
    if(nHeight == 1){
        nSubsidy = 12000000 * COIN;
    }else if(nTime <= POW_START_TIME){
        nSubsidy = 0 * COIN;
    }else if(nTime < POW_END_TIME){
        nSubsidy = 49 * COIN;
    }
    return nSubsidy;
}

Looks like they were planning to move from hashtalk.org to paycointalk.org as well.


Hahaha.. nice catches...


.
I  C  Λ  R  U  S
██████████
██████▀▀▀██
████▀█████▀█
██████████
██████████
█████████████
░▄████
█████████████
███████████████████
███████████████████
████████░░░▀▀▀▀▀▀▀▀
████████▄▄▄████████
███████████████████
█████████████████▀
░░░██
▄▄▄█
█████
░░░██
░░░██
░░░██
░░░██
░░░
░░░
░░░
▄██████
█▌░▐██
███████▀
█████████████████████
██
███████████████████
██
███████████████████
██
████▀▀▀▀████▀▀█████
██
██░░▄▄░░██░░░█████
██
███▄▄██░░███░░█████
██
███▀▀▀▀░░▀██░░█████
██
██░░░░▄▄▄▄█▀░░▀████
██
██░░░░░░░░█░▀▀░████
██
███████████████████
██
███████████████████
██
███████████████████
█████████████████████
████
██
██
██
██

██
██
██
██
██
██
██
████
████
██
██
██
██

██
██
██
██
██
██
██
████
████
██
██
██
██

██
██
██
██
██
██
██
████
████
██









██
████
████
██









██
████
[/ce
bumpershot
Hero Member
*****
Offline Offline

Activity: 532
Merit: 500


View Profile
December 12, 2014, 10:51:49 PM
 #4962

For those not looking at the source, PoW ends Fri 19 Dec 2014 01:00:00 PM EST
bumpershot
Hero Member
*****
Offline Offline

Activity: 532
Merit: 500


View Profile
December 12, 2014, 10:54:35 PM
 #4963

Lets look at the source code.

No hybrid flex to be found, it's just another nasty PeerCoin fork with not notable changes whatsoever. Still even has little bits of PeerCoin hanging around. Unbelievably it's such an old fork of Bitcoin that it retains IRC support, except it will join the #bitcoin channels because their find and replace didn't quite get everything.

The pre-mine is predictable, the first block makes an insane number of coins for GAW. Interestingly if anybody wanted they could have forked the network right back from the genesis block and taken the 12M coins for themselves, the difficulty is a bit high to do that now though unless you have 1Ph/s in your pocket. Up until 20 hours the PoW miners actually got a lot more block reward, but this was changed down for some reason.

Code:
int64 GetProofOfWorkReward(int nHeight, unsigned int nTime)
{
    int64 nSubsidy = 0;
    if(nHeight == 1){
        nSubsidy = 12000000 * COIN;
    }else if(nTime <= POW_START_TIME){
        nSubsidy = 0 * COIN;
    }else if(nTime < POW_END_TIME){
        nSubsidy = 49 * COIN;
    }
    return nSubsidy;
}

Looks like they were planning to move from hashtalk.org to paycointalk.org as well.


Jesus Christ this is going to be a nightmare. Instead of a compressed blockchain for user-level wallets, it's going to be incredibly massive since it shoots for 1 minute between blocks. Not to mention that 1 minute is still too long for point of sale, but whatev.
93739
Newbie
*
Offline Offline

Activity: 24
Merit: 0


View Profile
December 12, 2014, 10:55:26 PM
 #4964

Quote
Paycoin (abbreviated XPY), also known as Paycoin and Peer-to-Peer Coin

Should have done a visual check of that find and replace.

 Grin
suchmoon (OP)
Legendary
*
Offline Offline

Activity: 3682
Merit: 8922


https://bpip.org


View Profile WWW
December 12, 2014, 10:55:45 PM
 #4965

Thank you 93739 and bumpershot. I was just going to ask if anyone found the thermonuclear code. Looks like a fixed 49-coin block reward.
bumpershot
Hero Member
*****
Offline Offline

Activity: 532
Merit: 500


View Profile
December 12, 2014, 10:56:39 PM
 #4966

I believe at this point, anybody who chose to flip his miner into a staking wallet has to be facepalming pretty hard.

This is awful.
knowhow
Hero Member
*****
Offline Offline

Activity: 560
Merit: 500


View Profile
December 12, 2014, 10:58:35 PM
 #4967

soo now is able to mine those new coin and when the convert ratio will be alive
93739
Newbie
*
Offline Offline

Activity: 24
Merit: 0


View Profile
December 12, 2014, 11:01:48 PM
 #4968

Ah actually, it's not a poor PeerCoin fork, it's a poor fork of "peerunity", a Peercoin fork.

Code:
/home/bushido/Downloads/88/Peerunity-master

https://github.com/Peerunity/Peerunity

Go figure.
vach
Full Member
***
Offline Offline

Activity: 237
Merit: 100


View Profile WWW
December 12, 2014, 11:02:00 PM
 #4969

I believe at this point, anybody who chose to flip his miner into a staking wallet has to be facepalming pretty hard.

This is awful.

what for? you think you can mine anything with those miners? its PHs there already...
suchmoon (OP)
Legendary
*
Offline Offline

Activity: 3682
Merit: 8922


https://bpip.org


View Profile WWW
December 12, 2014, 11:02:37 PM
 #4970

soo now is able to mine those new coin and when the convert ratio will be alive

If you're asking about Hashpoints to Paycoin conversion - next Friday (December 19).

If you're asking about Paycoin to BTC or USD conversion - unknown.
dekay
Newbie
*
Offline Offline

Activity: 14
Merit: 0


View Profile
December 12, 2014, 11:03:25 PM
 #4971

I believe at this point, anybody who chose to flip his miner into a staking wallet has to be facepalming pretty hard.

This is awful.
its okay the weak minded ht lemmings will pay 40$  a shit staker i believe in u josh con these guys llong enough till i can dump ur shitty products this coin will be as fcked up as zencloud software
owlcatz
Legendary
*
Offline Offline

Activity: 3640
Merit: 1968



View Profile
December 12, 2014, 11:04:44 PM
 #4972

I believe at this point, anybody who chose to flip his miner into a staking wallet has to be facepalming pretty hard.

This is awful.
its okay the weak minded ht lemmings will pay 40$  a shit staker

so,,, since i don't hang on HT anymore, wtf are these stakers doing atm, nothing? Can people even *get* any XPY coins yet other than by this mining outside of gaw? i so confused...  Huh

.
I  C  Λ  R  U  S
██████████
██████▀▀▀██
████▀█████▀█
██████████
██████████
█████████████
░▄████
█████████████
███████████████████
███████████████████
████████░░░▀▀▀▀▀▀▀▀
████████▄▄▄████████
███████████████████
█████████████████▀
░░░██
▄▄▄█
█████
░░░██
░░░██
░░░██
░░░██
░░░
░░░
░░░
▄██████
█▌░▐██
███████▀
█████████████████████
██
███████████████████
██
███████████████████
██
████▀▀▀▀████▀▀█████
██
██░░▄▄░░██░░░█████
██
███▄▄██░░███░░█████
██
███▀▀▀▀░░▀██░░█████
██
██░░░░▄▄▄▄█▀░░▀████
██
██░░░░░░░░█░▀▀░████
██
███████████████████
██
███████████████████
██
███████████████████
█████████████████████
████
██
██
██
██

██
██
██
██
██
██
██
████
████
██
██
██
██

██
██
██
██
██
██
██
████
████
██
██
██
██

██
██
██
██
██
██
██
████
████
██









██
████
████
██









██
████
[/ce
bumpershot
Hero Member
*****
Offline Offline

Activity: 532
Merit: 500


View Profile
December 12, 2014, 11:06:43 PM
 #4973

I believe at this point, anybody who chose to flip his miner into a staking wallet has to be facepalming pretty hard.

This is awful.

what for? you think you can mine anything with those miners? its PHs there already...

Because the coin is awful. At least with a Prime, you get DD for half a day without maintenance fees, and eventually you'll make some small amount of money. The staking wallets, on the other hand, are worthless unless they hard fork with about a gazillion changes to the coin and at least one major innovation that keeps the blockchain manageable.

There's no hybridflex anything here. That was all fantasy. This coin is unwieldy.
SDRebel
Hero Member
*****
Offline Offline

Activity: 569
Merit: 507


View Profile
December 12, 2014, 11:07:14 PM
 #4974

Lets look at the source code.

No hybrid flex to be found, it's just another nasty PeerCoin fork with not notable changes whatsoever. Still even has little bits of PeerCoin hanging around. Unbelievably it's such an old fork of Bitcoin that it retains IRC support, except it will join the #bitcoin channels because their find and replace didn't quite get everything.

The pre-mine is predictable, the first block makes an insane number of coins for GAW. Interestingly if anybody wanted they could have forked the network right back from the genesis block and taken the 12M coins for themselves, the difficulty is a bit high to do that now though unless you have 1Ph/s in your pocket. Up until 20 hours the PoW miners actually got a lot more block reward, but this was changed down for some reason.

Code:
int64 GetProofOfWorkReward(int nHeight, unsigned int nTime)
{
    int64 nSubsidy = 0;
    if(nHeight == 1){
        nSubsidy = 12000000 * COIN;
    }else if(nTime <= POW_START_TIME){
        nSubsidy = 0 * COIN;
    }else if(nTime < POW_END_TIME){
        nSubsidy = 49 * COIN;
    }
    return nSubsidy;
}

Looks like they were planning to move from hashtalk.org to paycointalk.org as well.


Jesus Christ this is going to be a nightmare. Instead of a compressed blockchain for user-level wallets, it's going to be incredibly massive since it shoots for 1 minute between blocks. Not to mention that 1 minute is still too long for point of sale, but whatev.


don't blame Jesus Christ for this, he had no part and this coin Smiley
93739
Newbie
*
Offline Offline

Activity: 24
Merit: 0


View Profile
December 12, 2014, 11:08:13 PM
 #4975

so,,, since i don't hang on HT anymore, wtf are these stakers doing atm, nothing? Can people even *get* any XPY coins yet other than by this mining outside of gaw? i so confused...  Huh

Well the first PoW block gave GAWminers 11,000,000 coins (one block, 11M coins).
The entire week of PoW mining will give the rest of the miners 504,000 coins (10080 blocks, 49 coins per block).

What pre-mine?

If it went over your head, the "miners" get chicken feed , there's no value in anybody pointing 2PH/s at this worthless network.
suchmoon (OP)
Legendary
*
Offline Offline

Activity: 3682
Merit: 8922


https://bpip.org


View Profile WWW
December 12, 2014, 11:09:28 PM
 #4976

Ah actually, it's not a poor PeerCoin fork, it's a poor fork of "peerunity", a Peercoin fork.

Code:
/home/bushido/Downloads/88/Peerunity-master

https://github.com/Peerunity/Peerunity

Go figure.

So let me see if I understand this correctly. The "very, very reputable company" that GAW hired to develop this super advanced coin took a Peercoin fork, did a search/replace, didn't even proofread it let alone any kind of serious review (how do they know there is no backdoor or something?), and this is the payment network to rival PayPal. I think GAW should sue that "company", because they seem to have been scammed  Grin
bumpershot
Hero Member
*****
Offline Offline

Activity: 532
Merit: 500


View Profile
December 12, 2014, 11:09:53 PM
 #4977

so,,, since i don't hang on HT anymore, wtf are these stakers doing atm, nothing? Can people even *get* any XPY coins yet other than by this mining outside of gaw? i so confused...  Huh

Well the first PoW block gave GAWminers 11,000,000 coins (one block, 11M coins)
The entire week of PoW mining will give the rest of the miners 504,000 coins (10080 blocks, 49 coins per block).

What pre-mine?

That's about a third of my pessimistic estimate a few pages back. I thought people would get 1.5 million, and even then I questioned the point. 500k? Ouch.
dekay
Newbie
*
Offline Offline

Activity: 14
Merit: 0


View Profile
December 12, 2014, 11:12:31 PM
 #4978

prepare for the avalanche dump that shall smite gaw  and there ff7 shinra sized mess
suchmoon (OP)
Legendary
*
Offline Offline

Activity: 3682
Merit: 8922


https://bpip.org


View Profile WWW
December 12, 2014, 11:14:08 PM
 #4979

I believe at this point, anybody who chose to flip his miner into a staking wallet has to be facepalming pretty hard.

This is awful.
its okay the weak minded ht lemmings will pay 40$  a shit staker

so,,, since i don't hang on HT anymore, wtf are these stakers doing atm, nothing? Can people even *get* any XPY coins yet other than by this mining outside of gaw? i so confused...  Huh

Stakers will start doing something next Friday.

Hashpoints will be converted to XPY also next Friday.

XPY will be available for purchase on gawminers.com on Monday.

So at the moment this mining is the only way to get XPY right NOW, if someone can't wait Smiley
vectisitch
Legendary
*
Offline Offline

Activity: 1927
Merit: 1004


View Profile
December 12, 2014, 11:17:34 PM
 #4980

oh i can wait
Pages: « 1 ... 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 243 244 245 246 247 248 [249] 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 ... 2458 »
  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!