Bitcoin Forum
May 25, 2024, 10:54:19 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 ... 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 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 »
  Print  
Author Topic: [ANN][OC] Orangecoin ★★ POS ★★ Anon Transactions ★★ Masternodes  (Read 209475 times)
Halofire
Hero Member
*****
Offline Offline

Activity: 938
Merit: 1000


@halofirebtc


View Profile
May 18, 2015, 09:23:27 PM
 #3001

Nice price at trex again.

OC Development - oZwWbQwz6LAkDLa2pHsEH8WSD2Y3LsTgFt
SMC Development - SgpYdoVz946nLBF2hF3PYCVQYnuYDeQTGu
Friendly reminder: Back up your wallet.dat files!!
GREEDYJOHN
Legendary
*
Offline Offline

Activity: 1778
Merit: 1000


View Profile
May 19, 2015, 01:21:05 AM
 #3002

We have invited a popular DEV to sort out the checkpoint error. Details will follow shortly .....

Halofire
Hero Member
*****
Offline Offline

Activity: 938
Merit: 1000


@halofirebtc


View Profile
May 19, 2015, 01:52:22 AM
 #3003

We have invited a popular DEV to sort out the checkpoint error. Details will follow shortly .....

I have been in contact with this dev as well. Stay tuned, folks. Smiley

OC Development - oZwWbQwz6LAkDLa2pHsEH8WSD2Y3LsTgFt
SMC Development - SgpYdoVz946nLBF2hF3PYCVQYnuYDeQTGu
Friendly reminder: Back up your wallet.dat files!!
Halofire
Hero Member
*****
Offline Offline

Activity: 938
Merit: 1000


@halofirebtc


View Profile
May 19, 2015, 09:46:21 AM
 #3004

We have news, folks. I had been contacted by a member of OC stating we had help on the horizon. Big thanks to Greedyjohn for helping with the search and producing results. You rock, buddy. Smiley

I'd like to announce that soopy452000, the head dev from Navajocoin, is helping OC. He has inserted a new checkpoint and is possibly looking into other things amiss with our code, I've viewed the source and can verify his work is good, at least with my skills in basic code reading. He will be able to keep OC healthy and watch over it. He's not a full-time Orangecoin dev for now, but we can rely on him in case OC has some bumpy roads. Thank you soopy -- for lending OC your precious time!

Here's his profile. https://bitcointalk.org/index.php?action=profile;u=158610

Time for him introduce himself further and let him provide the 1.0.5 wallet links and source when he's officially ready to, but I wanted to let everyone know he's here for us. The floor is yours, bud. Smiley

OC Development - oZwWbQwz6LAkDLa2pHsEH8WSD2Y3LsTgFt
SMC Development - SgpYdoVz946nLBF2hF3PYCVQYnuYDeQTGu
Friendly reminder: Back up your wallet.dat files!!
raven7886
Legendary
*
Offline Offline

Activity: 1512
Merit: 1041



View Profile
May 19, 2015, 05:44:26 PM
 #3005

Fantastic JOB FOLKS!!  Grin Grin Grin Grin
Halofire
Hero Member
*****
Offline Offline

Activity: 938
Merit: 1000


@halofirebtc


View Profile
May 19, 2015, 07:13:43 PM
 #3006

Little Update: Currently, he is looking into the slow syncing problem after block 10000.

For some additional resolve for the community and a snippet of code:

Quote
static MapCheckpoints mapCheckpoints =
         boost::assign::map_list_of
         (     0, hashGenesisBlockOfficial )
         (     2, uint256("0x000004be582351a806f2037946609a25533ba19d0f7c776496d2112f10fca3ef"))
         (     3, uint256("0x0000026832eaa0b3eb147078374884531380268e866e648e887fcc4154bc92c4"))
         (    10, uint256("0x000001f42c54ada56cc4aa92874ed12ab34219030262a1d327c8c78d7a1c2ce5"))
         (    9000, uint256("0x000000000f6ae0cc298797c4bd9a22c965c0eebf393a9b9af8dc047e40278124"))
         (    9999, uint256("0x0000000000c6cf602cb41b01f00f763f96c2608d3a011c00a058abe63d7a4eaa"))
         (    13300, uint256("0xaba941464a5e076cdf65cff66c0ab4a9efb64f3184b124c320b09e1ff6a74624"))
         (    20000, uint256("0x8b417e846067251290d1ad55ced16ad36a4ce2e54053a639da6099a8f2b327c7"))
         (    23107, uint256("0x0335244bbb014c5f2a6f84fc90419919c8f5288fe13fff88dfef2738b2633ea7"))
+      (    219817, uint256("0xab3284b9fdcbeb24c7af340b102260f066dbc94db6288e08944f88cee9229b68")

Highlighted in orange, the number to notice is 219817. That's the newest checkpoint block in Soopy's code that I reviewed (I'll keep the other info of his code closed source until he releases it). I'm guessing when I say this, but I think we will be good for another 365 days.

I have the links to the source and the 1.0.5 wallet in my possession, but again, I'm going to wait for Soopy to officially release in case he fixes more stuff.

OC Development - oZwWbQwz6LAkDLa2pHsEH8WSD2Y3LsTgFt
SMC Development - SgpYdoVz946nLBF2hF3PYCVQYnuYDeQTGu
Friendly reminder: Back up your wallet.dat files!!
soopy452000
Legendary
*
Offline Offline

Activity: 1302
Merit: 1001

Founder - NavCoin Ⓝ


View Profile WWW
May 19, 2015, 07:58:00 PM
 #3007

We have news, folks. I had been contacted by a member of OC stating we had help on the horizon. Big thanks to Greedyjohn for helping with the search and producing results. You rock, buddy. Smiley

I'd like to announce that soopy452000, the head dev from Navajocoin, is helping OC. He has inserted a new checkpoint and is possibly looking into other things amiss with our code, I've viewed the source and can verify his work is good, at least with my skills in basic code reading. He will be able to keep OC healthy and watch over it. He's not a full-time Orangecoin dev for now, but we can rely on him in case OC has some bumpy roads. Thank you soopy -- for lending OC your precious time!

Here's his profile. https://bitcointalk.org/index.php?action=profile;u=158610

Time for him introduce himself further and let him provide the 1.0.5 wallet links and source when he's officially ready to, but I wanted to let everyone know he's here for us. The floor is yours, bud. Smiley


Hello All,

First of all thank you Halofire for introducing me to the community and for the warm welcome to your home. Most of all might know me and some might not. Anyhow let me first applaud Halofire for keeping this community together and all the efforts , time and hard work he put to keep the community together as well as going all this time despite all the hardships faced many times , I would like to extend the same to the rest of the community who stuck by one another to keep this coin going despite all ups and downs , bringing it from the depths and moving forward. Amazing efforts , well done , you are truly an inspiration for other coins to look upto at times when they feel down.

And now let me tell you a little about me , well I hate talking about myself but lol I guess I will have to cope. Tongue

As you might already know , I'm the Lead Developer of NavajoCoin (The One and Only) That's it.

I worked on many other coins before, development wise , resurrected some old ones , had my own coins etc.

Anyhow since the time of my inception and involvement with NavajoCoin ,  I have invested my time fully on it and it has been a while I've had time to breath and think of anything else. With the position comes great responsibilities and ofcourse duty as well as the love for it and care for it the same , so I worked very hard on it as always and always will.

I was approached by one of your community member named GREEDYJOHN , of whom you might all know and very familiar with , he is also a very good and a close friend to me and asked me to look into OC's issues  and help out the community with the technical aspect and to help you guys put it back on track and it had been a while since he asked me this and I was busy with NavajoCoin's new implementations that I completely missed the chance to do it at that time or look into it , anyhow recently he reminded me about the same and even then I was at the middle of a very rushy time period regards to NAV , but luckily I had a time window of a few free hours somehow and decided to look into what was wrong with the OC Client , which I noticed the Checkpointing error was to be seen clearly and decided to fix that issue to start with and also noticed that syncing wouldn't start immediately once the client has been opened and after applying my fix I noticed this was resolved too.

Anyhow I was able to apply the fix as well as commit the changes to Github and compile the windows wallet and notified the same to Halo and Halo immediately acknowledge it and thanked me the same , he also brought to my attention another issue that you might be facing , that which would be syncing issues at around block 10,000 and on shifting from POW to POS blocks , I have promised to look into it as well.

Let me end my small introduction by saying that I will be looking forward to helping and supporting OC by technical and development means  ,  for now I prefer that you know that I will be helping out with Development matters as and when needed as well as keep the blockchain healthy.

Thank you so very much Halofire and GREEDYJOHN for introducing me to your lovely community as well as appreciate everything you have done for OC in everyway. You Guys Rock! Smiley

Have a Beautiful Future Guys!

Warm Regards,
~SoopY~

PS:

The Windows Wallet Link:

Windows Download zip1.0.5.0

GitHub Source

Source Code (Github)1.0.5.0

Working/Online Times
04:00:00 GMT - 12:00:00 GMT / 00:00:00 EDT - 08:00:00 EDT

Coin Developments & Contributions 1. SherlockCoin (SHC) (https://bitcointalk.org/index.php?topic=454981) 2. [RESURRECTION] Bringing Life to Growthcoin (GRW) , Community Backed Development! (https://bitcointalk.org/index.php?topic=469464) 3. [ANN][66][New Maintainer] ★Coin 66★ (https://bitcointalk.org/index.php?topic=493987) 4. [RE-ANN] Galaxycoin Revival!-FORK AT BLOCK 255145, KGW, RANDOM BLOCK REWARDS (https://bitcointalk.org/index.php?topic=495693) 5. [RESURRECTION] Taking Astrocoin to the Moon,KGW Implemented + HARD FORK AT 17520 https://bitcointalk.org/index.php?topic=516549 6. [RESURRECTION] Bringing Electric back to the grid, Community Backed Development! https://bitcointalk.org/index.php?topic=514790
Halofire
Hero Member
*****
Offline Offline

Activity: 938
Merit: 1000


@halofirebtc


View Profile
May 20, 2015, 06:50:35 PM
 #3008

Welcome to our community, Soopy. This is (and will continue to be) a great turn of events for OC.

We have some work to do to rebuild now. PR will be coming when I get some time. If anyone would like to help with PR, just tweet, reddit, and/or spread the news that OC is back. I've already started to PR, just a basic tweet or two for now.


PLEASE MAKE SURE EVERYONE DOWNLOADS v1.0.5.

Thanks again to Soopy and Greedyjohn.


OC Development - oZwWbQwz6LAkDLa2pHsEH8WSD2Y3LsTgFt
SMC Development - SgpYdoVz946nLBF2hF3PYCVQYnuYDeQTGu
Friendly reminder: Back up your wallet.dat files!!
GREEDYJOHN
Legendary
*
Offline Offline

Activity: 1778
Merit: 1000


View Profile
May 20, 2015, 07:12:49 PM
 #3009

Welcome to our community, Soopy. This is (and will continue to be) a great turn of events for OC.

We have some work to do to rebuild now. PR will be coming when I get some time. If anyone would like to help with PR, just tweet, reddit, and/or spread the news that OC is back. I've already started to PR, just a basic tweet or two for now.


PLEASE MAKE SURE EVERYONE DOWNLOADS v1.0.5.

Thanks again to Soopy and Greedyjohn.


Thanks, (green would be better, for an UNRIPE ORANGE)  Grin Grin Grin Grin Grin

Halofire
Hero Member
*****
Offline Offline

Activity: 938
Merit: 1000


@halofirebtc


View Profile
May 20, 2015, 08:18:59 PM
 #3010

Welcome to our community, Soopy. This is (and will continue to be) a great turn of events for OC.

We have some work to do to rebuild now. PR will be coming when I get some time. If anyone would like to help with PR, just tweet, reddit, and/or spread the news that OC is back. I've already started to PR, just a basic tweet or two for now.


PLEASE MAKE SURE EVERYONE DOWNLOADS v1.0.5.

Thanks again to Soopy and Greedyjohn.


Thanks, (green would be better, for an UNRIPE ORANGE)  Grin Grin Grin Grin Grin

I know you love green...... :p

OC Development - oZwWbQwz6LAkDLa2pHsEH8WSD2Y3LsTgFt
SMC Development - SgpYdoVz946nLBF2hF3PYCVQYnuYDeQTGu
Friendly reminder: Back up your wallet.dat files!!
raven7886
Legendary
*
Offline Offline

Activity: 1512
Merit: 1041



View Profile
May 20, 2015, 08:48:01 PM
 #3011

OC TO THE MOOON!!!! THANK YOU SNOOPY!!! and welcome! To the rest of us LETS PR THE SHIT OUT OF THIS COIN!
ThisTimeYes
Newbie
*
Offline Offline

Activity: 49
Merit: 0


View Profile
May 20, 2015, 10:07:03 PM
 #3012

Hi, I'm not sure where your "Roaming folder" equivalent would be, I'm a windows user. If you google search, you can find out where you can find your wallet.dat file is located and that's where your .conf should go.

Quick search results:
https://bitcointalk.org/index.php?topic=36542.0
http://bitcoin.stackexchange.com/questions/1350/where-is-bitcoin-information-wallet-dat-stored-on-os-x


Here's my .conf

addnode=54.235.70.55:18872
addnode=54.235.244.167:18872
addnode=167.114.27.243:18872
addnode=92.222.24.66:18872
addnode=1.34.180.245:18872
addnode=213.162.108.2:18872
addnode=73.33.254.6:18872
addnode=88.102.206.204:18872

Hey.  Just wanted to say thanks on that advice and I eventually got it but switched to a windows wallet and never really figure out how to install the .conf.  I know it's not too difficult but still didn't know how to name the file in Apple Text (just wanted to save .rtf). 

As for the other, to get to those library files it is under "go," "go to folder," then "~/Library/Application Support/'

holla

Welcome Soopy!!  Wow!  Thanks for the help all...
raven7886
Legendary
*
Offline Offline

Activity: 1512
Merit: 1041



View Profile
May 21, 2015, 01:55:33 AM
 #3013

Also we should update the front page if we can to reflect the updates regarding to Orange Coin. If it's possible.
GREEDYJOHN
Legendary
*
Offline Offline

Activity: 1778
Merit: 1000


View Profile
May 21, 2015, 03:44:02 AM
 #3014

Also we should update the front page if we can to reflect the updates regarding to Orange Coin. If it's possible.
I doubt if it would be possible, because the old DEV has long gone.

Halofire
Hero Member
*****
Offline Offline

Activity: 938
Merit: 1000


@halofirebtc


View Profile
May 21, 2015, 03:53:04 AM
 #3015

Also we should update the front page if we can to reflect the updates regarding to Orange Coin. If it's possible.
I doubt if it would be possible, because the old DEV has long gone.

A new OP is in my list of things to do.

OC Development - oZwWbQwz6LAkDLa2pHsEH8WSD2Y3LsTgFt
SMC Development - SgpYdoVz946nLBF2hF3PYCVQYnuYDeQTGu
Friendly reminder: Back up your wallet.dat files!!
Halofire
Hero Member
*****
Offline Offline

Activity: 938
Merit: 1000


@halofirebtc


View Profile
May 21, 2015, 04:32:28 AM
 #3016

Here is a new website. By all means, if someone else wants to create a better site, go for it. I will be updating the site with more pages and links, but wanted to get something up before the 1.0.5. links got buried in the forum. If anyone can help me remember what we had listed at the orangecoins.info, it would be helpful.

http://orangecoin.weebly.com/

OC Development - oZwWbQwz6LAkDLa2pHsEH8WSD2Y3LsTgFt
SMC Development - SgpYdoVz946nLBF2hF3PYCVQYnuYDeQTGu
Friendly reminder: Back up your wallet.dat files!!
Halofire
Hero Member
*****
Offline Offline

Activity: 938
Merit: 1000


@halofirebtc


View Profile
May 21, 2015, 04:36:13 AM
 #3017

I have tweeted to https://chainz.cryptoid.info/oc/ to have them update OC's info and remove the checkpoint message.

OC Development - oZwWbQwz6LAkDLa2pHsEH8WSD2Y3LsTgFt
SMC Development - SgpYdoVz946nLBF2hF3PYCVQYnuYDeQTGu
Friendly reminder: Back up your wallet.dat files!!
GREEDYJOHN
Legendary
*
Offline Offline

Activity: 1778
Merit: 1000


View Profile
May 21, 2015, 05:02:32 AM
 #3018

I have tweeted to https://chainz.cryptoid.info/oc/ to have them update OC's info and remove the checkpoint message.
I just donated 0.099 BTC to extend https://chainz.cryptoid.info/oc/ site hosting date.

Halofire
Hero Member
*****
Offline Offline

Activity: 938
Merit: 1000


@halofirebtc


View Profile
May 21, 2015, 07:43:41 AM
 #3019

I have tweeted to https://chainz.cryptoid.info/oc/ to have them update OC's info and remove the checkpoint message.
I just donated 0.099 BTC to extend https://chainz.cryptoid.info/oc/ site hosting date.

Nice! Smiley

I've been informed the info has been updated. Great customer service, I tell ya!

OC Development - oZwWbQwz6LAkDLa2pHsEH8WSD2Y3LsTgFt
SMC Development - SgpYdoVz946nLBF2hF3PYCVQYnuYDeQTGu
Friendly reminder: Back up your wallet.dat files!!
SetecX
Newbie
*
Offline Offline

Activity: 13
Merit: 0


View Profile
May 25, 2015, 03:29:43 PM
 #3020

Any chance for a new Mac wallet? Will anything bad happen if I open my current one and stake?
Pages: « 1 ... 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 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 »
  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!