Halofire
|
|
June 02, 2015, 05:57:48 PM |
|
Well, today is Sunday. I've heard nothing so far about soopy's update except what was posted publicly (which a delay isn't a big deal to me, for his efforts for OC) and a few days ago I was asked not to rush things with the OP by another member. For now, we continue to wait for the OP release until everyone is on board. Apologies. Know that I'm here and ready to give the OP info up to other people, or to make it myself. I could care less who makes it, I just want the updated info out there for everyone. It's just a matter of when everyone is ready. I agree with you, raven, that a new OP is definitely required since we have new wallet/github links, but just refer everyone to my website until we get going. orangecoin.weebly.com for all your OC download needs. Again, apologies. If you need help I can see what I can do! Just let me know. Also a irc freenode would help if we need to chat in real time. And thank you for the update! Thanks for the offer, what are you able to do for OC? Our OC IRC channel is still available to my knowledge. Can't check it right now, though.
|
OC Development - oZwWbQwz6LAkDLa2pHsEH8WSD2Y3LsTgFt SMC Development - SgpYdoVz946nLBF2hF3PYCVQYnuYDeQTGu Friendly reminder: Back up your wallet.dat files!!
|
|
|
raven7886
Legendary
Offline
Activity: 1512
Merit: 1041
|
|
June 02, 2015, 11:19:06 PM |
|
Well, today is Sunday. I've heard nothing so far about soopy's update except what was posted publicly (which a delay isn't a big deal to me, for his efforts for OC) and a few days ago I was asked not to rush things with the OP by another member. For now, we continue to wait for the OP release until everyone is on board. Apologies. Know that I'm here and ready to give the OP info up to other people, or to make it myself. I could care less who makes it, I just want the updated info out there for everyone. It's just a matter of when everyone is ready. I agree with you, raven, that a new OP is definitely required since we have new wallet/github links, but just refer everyone to my website until we get going. orangecoin.weebly.com for all your OC download needs. Again, apologies. If you need help I can see what I can do! Just let me know. Also a irc freenode would help if we need to chat in real time. And thank you for the update! Thanks for the offer, what are you able to do for OC? Our OC IRC channel is still available to my knowledge. Can't check it right now, though. Well I have a background of Networking and Systems Administering. I can do basic webpages HTML5, CSS, and a little jquery. Uhh feel free to ask I am at a loss of words right now. What do WE need off of the top of your head for OC (besides investors and PR of course)?
|
|
|
|
Halofire
|
|
June 03, 2015, 01:32:49 AM |
|
What OC needs: new videos mac wallet linux wallet
future: translations once new OP is released (mainly chinese, indian, spanish, and russian for now) social media accounts
Anything else?
|
OC Development - oZwWbQwz6LAkDLa2pHsEH8WSD2Y3LsTgFt SMC Development - SgpYdoVz946nLBF2hF3PYCVQYnuYDeQTGu Friendly reminder: Back up your wallet.dat files!!
|
|
|
soopy452000
Legendary
Offline
Activity: 1302
Merit: 1001
Founder - NavCoin Ⓝ
|
|
June 03, 2015, 10:37:14 AM |
|
Should be posted tomorrow guys , the update.
Thanks for looking up to it.
Warm Regards, ~SoopY~
|
|
|
|
GREEDYJOHN
Legendary
Offline
Activity: 1778
Merit: 1000
|
|
June 03, 2015, 06:42:31 PM |
|
Should be posted tomorrow guys , the update.
Thanks for looking up to it.
Warm Regards, ~SoopY~
Thanks
|
|
|
|
soopy452000
Legendary
Offline
Activity: 1302
Merit: 1001
Founder - NavCoin Ⓝ
|
|
June 04, 2015, 01:25:44 PM Last edit: June 04, 2015, 04:28:08 PM by soopy452000 |
|
Should be posted tomorrow guys , the update.
Thanks for looking up to it.
Warm Regards, ~SoopY~
Thanks Guys i not know what it means but, you better have a look ad this from today cryptsy is taking off legendarycoin because max coins mining was 10.000.000 but a week ago there deposits was around 550.000.000 they did look ad it and some block rewards did reverse and had a amount of 600.000 a block when i look into the github files, i found out this from 14 april somebody did something with the coin and it has the topic note legendary coin but inside the files i see only orangecoin maybe its me, but something dev wrong here https://github.com/muddafudda/legendarycoin many users from cryptsy that where trading LGD lost big amount of money and did go up in smoke so i was think better warning you all have a nice day I see a commit made on LGD made by MuddaFudda .
https://github.com/muddafudda/legendarycoin/commit/9e3c1f503e7f70320f841dca4e21a20442ea7fdf
He has basically forked OrangeCoin into LGD and changed a lot of parameters and this change has been approved by whoever is in using that github and I do not know why lol.
He has also changed a lot parameters on the coin including the MAX_MONEY static const unsigned int MAX_BLOCK_SIZE_GEN = MAX_BLOCK_SIZE/2; static const unsigned int MAX_BLOCK_SIGOPS = MAX_BLOCK_SIZE/50; static const unsigned int MAX_ORPHAN_TRANSACTIONS = MAX_BLOCK_SIZE/100; -static const unsigned int MAX_TX_COMMENT_LEN = 140; // LegendaryCoin: 128 bytes + little extra static const unsigned int MAX_INV_SZ = 50000; -static const int64 MIN_TX_FEE = 1 * CENT; -static const int64 MIN_RELAY_TX_FEE = 0.1 * CENT; -static const int64 MAX_MONEY = 10000000 * COIN; -static const int64 PREMINE = 300000 * COIN; // 3% Premine for promotion of coin -static const int64 MAX_MINT_PROOF_OF_WORK = 7 * COIN; -static const int64 MAX_MINT_PROOF_OF_WORK_LEGACY = 7 * COIN; -static const int64 MAX_MINT_PROOF_OF_STAKE = 0.50 * MAX_MINT_PROOF_OF_WORK; // 50% annual interest - +static const int64 MIN_TX_FEE = 10 * CENT; +static const int64 MIN_RELAY_TX_FEE = 10 * CENT; +static const int64 MAX_MONEY = 200000000 * COIN; // 70 bil +static const int64 CIRCULATION_MONEY = MAX_MONEY; +static const double TAX_PERCENTAGE = 0.005; +static const int64 MAX_MINT_PROOF_OF_STAKE = 0.025 * COIN; // 5% annual interest +static const int CUTOFF_POW_BLOCK = 10000; +static const int START_POS_BLOCK = 9998;
On the said coin , I believe these parameters were approved by the community for him to proceed or maybe not , I cannot comment on this coin because I m not affiliated to it or its developments nor have heard about it till now , what I can clearly say is from what I see is that this coin was newly forked from OC and used as a base for its new code and clearly has been tampered with.
As long as I'm here I won't let anyone screw around with OC , its blockchain or development matters , you can have full faith on me.
My question for the poster of this is what are you trying to tell the community? Are you trying to FUD or what is your motive behind sharing this with the community? If you are trying to stirr the community into doubts please come clean on that and straight mate.
Warm Regards, ~SoopY~
PS: This the LGD Thread I believe all the changes were approved by the community and the pump and dump was due to outside causes not concerning to developments. Just a guess.
|
|
|
|
Halofire
|
|
June 04, 2015, 04:58:53 PM |
|
Soopy, is our magic safe? I hope you know what I mean.
|
OC Development - oZwWbQwz6LAkDLa2pHsEH8WSD2Y3LsTgFt SMC Development - SgpYdoVz946nLBF2hF3PYCVQYnuYDeQTGu Friendly reminder: Back up your wallet.dat files!!
|
|
|
soopy452000
Legendary
Offline
Activity: 1302
Merit: 1001
Founder - NavCoin Ⓝ
|
|
June 04, 2015, 05:19:41 PM |
|
Soopy, is our magic safe? I hope you know what I mean.
Indeed Halo! Indeed it is.
|
|
|
|
Halofire
|
|
June 04, 2015, 05:33:00 PM |
|
Thanks for the quick answer, I was delving into the LGD code to see what I could find. Our ports are safe as well.
One thing I did notice while checking around is we have 2 peers on the 1.0.0 client...
|
OC Development - oZwWbQwz6LAkDLa2pHsEH8WSD2Y3LsTgFt SMC Development - SgpYdoVz946nLBF2hF3PYCVQYnuYDeQTGu Friendly reminder: Back up your wallet.dat files!!
|
|
|
soopy452000
Legendary
Offline
Activity: 1302
Merit: 1001
Founder - NavCoin Ⓝ
|
|
June 04, 2015, 05:35:26 PM |
|
Thanks for the quick answer, I was delving into the LGD code to see what I could find. Our ports are safe as well.
One thing I did notice while checking around is we have 2 peers on the 1.0.0 client...
we can drop them with the new update mate.
|
|
|
|
Halofire
|
|
June 04, 2015, 05:40:37 PM |
|
Thanks for the quick answer, I was delving into the LGD code to see what I could find. Our ports are safe as well.
One thing I did notice while checking around is we have 2 peers on the 1.0.0 client...
we can drop them with the new update mate. Good to know. Is that done by IP recognition or by "client version number" recognition?
|
OC Development - oZwWbQwz6LAkDLa2pHsEH8WSD2Y3LsTgFt SMC Development - SgpYdoVz946nLBF2hF3PYCVQYnuYDeQTGu Friendly reminder: Back up your wallet.dat files!!
|
|
|
soopy452000
Legendary
Offline
Activity: 1302
Merit: 1001
Founder - NavCoin Ⓝ
|
|
June 04, 2015, 05:53:06 PM |
|
Thanks for the quick answer, I was delving into the LGD code to see what I could find. Our ports are safe as well.
One thing I did notice while checking around is we have 2 peers on the 1.0.0 client...
we can drop them with the new update mate. Good to know. Is that done by IP recognition or by "client version number" recognition? Client versioning mate , where blocks are only synced from a range of versions and avoid the rest.
|
|
|
|
raven7886
Legendary
Offline
Activity: 1512
Merit: 1041
|
|
June 04, 2015, 08:21:59 PM |
|
Soopy, is our magic safe? I hope you know what I mean.
Good to know. Soopy, is our magic safe? I hope you know what I mean.
Indeed Halo! Indeed it is. Even better confirmation.... Thanks for the quick answer, I was delving into the LGD code to see what I could find. Our ports are safe as well.
One thing I did notice while checking around is we have 2 peers on the 1.0.0 client...
Could these be exchanges that have dropped OC? or specifically client based? Thanks for the quick answer, I was delving into the LGD code to see what I could find. Our ports are safe as well.
One thing I did notice while checking around is we have 2 peers on the 1.0.0 client...
we can drop them with the new update mate. Good to know. Is that done by IP recognition or by "client version number" recognition? Client versioning mate , where blocks are only synced from a range of versions and avoid the rest. Fantastic job SOOPY!! I think we may have something arising out of the dead!! OC FTW.
|
|
|
|
Halofire
|
|
June 05, 2015, 05:33:54 PM |
|
Soopy, is our magic safe? I hope you know what I mean.
Good to know. Soopy, is our magic safe? I hope you know what I mean.
Indeed Halo! Indeed it is. Even better confirmation.... Thanks for the quick answer, I was delving into the LGD code to see what I could find. Our ports are safe as well.
One thing I did notice while checking around is we have 2 peers on the 1.0.0 client...
Could these be exchanges that have dropped OC? or specifically client based? --SNIP-- Could be regular people, could be services, could be exchanges. Any API or RPC connection to a wallet(client) will show as a peer, to my knowledge. The only site I can think of that's POSSIBLY not updated is the block explorer here: http://explorer.cryptoblox.com/chain/OrangeCoin but I doubt it's not up to date. we only have one exchange, bittrex. Maybe it's the other two exchanges we don't have anymore? kingcoiny is belly-up so I doubt it's the old exchanges. I'm not going to think about this too much, soopy will take care of it and then we'll find out for sure - if those peers complain that their wallet isn't working anymore. I do see that those 1.0.0 clients started up around block 230k. Here's my "getpeerinfo" from yesterday addr" : "76.31.113.59:18872", "services" : "00000001", "lastsend" : 1433438862, "lastrecv" : 1433438862, "conntime" : 1433295372, "version" : 60504, "subver" : "/OrangeCoin:1.0.0/", "inbound" : false, "releasetime" : 0, "startingheight" : 229886, "banscore" : 0 }, { "addr" : "68.6.148.88:18872", "services" : "00000001", "lastsend" : 1433438861, "lastrecv" : 1433438861, "conntime" : 1433310565, "version" : 60504, "subver" : "/OrangeCoin:1.0.0/", "inbound" : false, "releasetime" : 0, "startingheight" : 230006, "banscore" : 0
|
OC Development - oZwWbQwz6LAkDLa2pHsEH8WSD2Y3LsTgFt SMC Development - SgpYdoVz946nLBF2hF3PYCVQYnuYDeQTGu Friendly reminder: Back up your wallet.dat files!!
|
|
|
Halofire
|
|
June 05, 2015, 05:45:24 PM |
|
One thing I do ponder is if those clients owners are collecting PoS or not. PoS was not working in 1.0.0.
|
OC Development - oZwWbQwz6LAkDLa2pHsEH8WSD2Y3LsTgFt SMC Development - SgpYdoVz946nLBF2hF3PYCVQYnuYDeQTGu Friendly reminder: Back up your wallet.dat files!!
|
|
|
raven7886
Legendary
Offline
Activity: 1512
Merit: 1041
|
|
June 05, 2015, 10:16:39 PM |
|
One thing I do ponder is if those clients owners are collecting PoS or not. PoS was not working in 1.0.0.
Too bad we couldn't relate those versions\ips on the chain then we can tell how many (approximately) coins there are combined BUT maybe there is a way. I haven't dug into chain forensics.
|
|
|
|
GREEDYJOHN
Legendary
Offline
Activity: 1778
Merit: 1000
|
|
June 06, 2015, 03:15:11 AM |
|
One thing I do ponder is if those clients owners are collecting PoS or not. PoS was not working in 1.0.0.
It could be people who have lost their old wallets.
|
|
|
|
|
GREEDYJOHN
Legendary
Offline
Activity: 1778
Merit: 1000
|
|
June 06, 2015, 09:05:52 AM |
|
Good, I will check this out when I get back.
|
|
|
|
tyz
Legendary
Offline
Activity: 3360
Merit: 1533
|
|
June 06, 2015, 09:57:31 AM |
|
Are the forums under orangecoins.info be down? i can not open the site. it shows me a 404 error.
|
|
|
|
|