MCOnyx
|
|
May 13, 2014, 05:59:31 PM |
|
45 more blocks and we're POS. It should work right away with new wallet?
|
|
|
|
eddy937
Member
Offline
Activity: 61
Merit: 10
|
|
May 13, 2014, 06:02:37 PM |
|
Everyone, be prepared to solo mine OC if pools don't stay up after block 10000, just in case transition isn't smooth. This is to secure blockchain if something goes wrong, and will protect our investments.
Not saying there's an issue, preventative measures if anything.
Could you give the commands needed for solo mining from a wallet? It's something like setgenerate true isn't it?
|
|
|
|
broken_pixel
|
|
May 13, 2014, 06:27:00 PM |
|
The OC pools need to stay up after the last PoW block is complete because of the 350 confirmations needed.
|
GA-990FXA-UD5, 1x 7970L, 2x S1, AX1200i, RIVBE, 2x R290x, NEX1500, BTC: 1G9cQix8bMgh35MQ9wY3Rb9yNSSCtnoRmK, DGC: DFo9FcKYsutv9Vx5c5xUzkrt7VJdECZWTM, LTC: LaAN33aktPGaimN5ALL9kjHjuJekfmKfTh
|
|
|
Halofire
|
|
May 13, 2014, 06:33:15 PM Last edit: May 13, 2014, 06:54:11 PM by Halofire |
|
Everyone, be prepared to solo mine OC if pools don't stay up after block 10000, just in case transition isn't smooth. This is to secure blockchain if something goes wrong, and will protect our investments.
Not saying there's an issue, preventative measures if anything.
Could you give the commands needed for solo mining from a wallet? It's something like setgenerate true isn't it? yes that's for cpu mining in console. for cgminer, you need to create a .conf file in the oc folder in Roaming folder. start -> search -> type %appdata% -> Roaming folder -> Orangecoin -> create Orangecoin.txt now open and copy: rpcuser=username rpcpassword=password rpcallowip=127.0.0.1 daemon=1 server=1 listen=1 port=18872 rpcport=18873 addnode=54.83.44.74 addnode=209.159.150.74 save file, rename to Orangecoin.conf, click yes to little dialog box. Change you cgminer settings to: cgminer.exe --scrypt -o 127.0.0.1:18873 -u username -p password (then the rest of your settings here) you must have OC wallet open, I've always started as a server using a orangecoin.bat file containing: orangecoin-qt.exe -server EDIT: This is not necessary if you include server=1 in the .conf.
|
OC Development - oZwWbQwz6LAkDLa2pHsEH8WSD2Y3LsTgFt SMC Development - SgpYdoVz946nLBF2hF3PYCVQYnuYDeQTGu Friendly reminder: Back up your wallet.dat files!!
|
|
|
Halofire
|
|
May 13, 2014, 06:34:04 PM |
|
The OC pools need to stay up after the last PoW block is complete because of the 350 confirmations needed.
pools can stay up to get confirms, but don't need to be hashing. But it helps if they do.
|
OC Development - oZwWbQwz6LAkDLa2pHsEH8WSD2Y3LsTgFt SMC Development - SgpYdoVz946nLBF2hF3PYCVQYnuYDeQTGu Friendly reminder: Back up your wallet.dat files!!
|
|
|
drm
Legendary
Offline
Activity: 1176
Merit: 1005
|
|
May 13, 2014, 06:45:41 PM |
|
< 30 blocks guys
|
|
|
|
RoyalSands
|
|
May 13, 2014, 06:46:38 PM |
|
Very nice. I'm liking the price movement. Don't forget to stop mining at block 10,000! Pools will let you hash away at nothing for days. I saw over 40 GH/s mining nothing for hours on YC.
|
|
|
|
RoyalSands
|
|
May 13, 2014, 06:48:59 PM |
|
Everyone, be prepared to solo mine OC if pools don't stay up after block 10000, just in case transition isn't smooth. This is to secure blockchain if something goes wrong, and will protect our investments.
Not saying there's an issue, preventative measures if anything.
Could you give the commands needed for solo mining from a wallet? It's something like setgenerate true isn't it? yes that's for cpu mining in console. for cgminer, you need to create a .conf file in the oc folder in Roaming folder. start -> search -> type %appdata% -> Roaming folder -> Orangecoin -> create Orangecoin.txt now open and copy: rpcuser=username rpcpassword=password rpcallowip=127.0.0.1 daemon=1 server=1 listen=1 port=18872 rpcport=18873 addnode=54.83.44.74 addnode=209.159.150.74 save file, rename to Orangecoin.conf, click yes to little dialog box. Change you cgminer settings to: cgminer.exe --scrypt -o 127.0.0.1:18873 -u username -p password (then the rest of your settings here) you must have OC wallet open, I've always started as a server using a orangecoin.bat file containing: orangecoin-qt.exe -server Having server=1 in the conf file is all you need. The -server is redundant.
|
|
|
|
Halofire
|
|
May 13, 2014, 06:50:55 PM |
|
Very nice. I'm liking the price movement. Don't forget to stop mining at block 10,000! Pools will let you hash away at nothing for days. I saw over 40 GH/s mining nothing for hours on YC.
It's not for nothing. It secures the blockchain while PoS get going. And besides, who knows if there is a hidden reward like WC had. woot 10WC per block. big deal, right? it is if you are getting them all, 9600/day....
|
OC Development - oZwWbQwz6LAkDLa2pHsEH8WSD2Y3LsTgFt SMC Development - SgpYdoVz946nLBF2hF3PYCVQYnuYDeQTGu Friendly reminder: Back up your wallet.dat files!!
|
|
|
Halofire
|
|
May 13, 2014, 06:52:27 PM |
|
Everyone, be prepared to solo mine OC if pools don't stay up after block 10000, just in case transition isn't smooth. This is to secure blockchain if something goes wrong, and will protect our investments.
Not saying there's an issue, preventative measures if anything.
Could you give the commands needed for solo mining from a wallet? It's something like setgenerate true isn't it? yes that's for cpu mining in console. for cgminer, you need to create a .conf file in the oc folder in Roaming folder. start -> search -> type %appdata% -> Roaming folder -> Orangecoin -> create Orangecoin.txt now open and copy: rpcuser=username rpcpassword=password rpcallowip=127.0.0.1 daemon=1 server=1 listen=1 port=18872 rpcport=18873 addnode=54.83.44.74 addnode=209.159.150.74 save file, rename to Orangecoin.conf, click yes to little dialog box. Change you cgminer settings to: cgminer.exe --scrypt -o 127.0.0.1:18873 -u username -p password (then the rest of your settings here) you must have OC wallet open, I've always started as a server using a orangecoin.bat file containing: orangecoin-qt.exe -server Having server=1 in the conf file is all you need. The -server is redundant. Didn't know that. Thanks! For info purposes: Doesn't conflict by having both, having been doing this any time I solo. Have edited post above.
|
OC Development - oZwWbQwz6LAkDLa2pHsEH8WSD2Y3LsTgFt SMC Development - SgpYdoVz946nLBF2hF3PYCVQYnuYDeQTGu Friendly reminder: Back up your wallet.dat files!!
|
|
|
Orangecoin (OP)
Member
Offline
Activity: 84
Merit: 10
|
|
May 13, 2014, 07:02:31 PM |
|
Yes. If the network doesn't go POS block crazy it's just waiting for the network weight. The transition wont be instant but it will happen.
I will be around in a couple of hours to see how the network is going and see if any corrections are needed.
|
|
|
|
Halofire
|
|
May 13, 2014, 07:06:24 PM |
|
Yes. If the network doesn't go POS block crazy it's just waiting for the network weight. The transition wont be instant but it will happen.
I will be around in a couple of hours to see how the network is going and see if any corrections are needed.
Thank you, OC.
|
OC Development - oZwWbQwz6LAkDLa2pHsEH8WSD2Y3LsTgFt SMC Development - SgpYdoVz946nLBF2hF3PYCVQYnuYDeQTGu Friendly reminder: Back up your wallet.dat files!!
|
|
|
Halofire
|
|
May 13, 2014, 07:07:45 PM |
|
17 blocks to go...
|
OC Development - oZwWbQwz6LAkDLa2pHsEH8WSD2Y3LsTgFt SMC Development - SgpYdoVz946nLBF2hF3PYCVQYnuYDeQTGu Friendly reminder: Back up your wallet.dat files!!
|
|
|
Specialkey
|
|
May 13, 2014, 07:14:42 PM |
|
The OC pools need to stay up after the last PoW block is complete because of the 350 confirmations needed.
+1 AAA I will mine longer in my pool. I am in
|
|
|
|
Specialkey
|
|
May 13, 2014, 07:15:34 PM |
|
Is there a new Mac wallet available?
|
|
|
|
fonzerrellie
Legendary
Offline
Activity: 1190
Merit: 1000
Kaspa
|
|
May 13, 2014, 07:26:58 PM |
|
Yes. If the network doesn't go POS block crazy it's just waiting for the network weight. The transition wont be instant but it will happen.
I will be around in a couple of hours to see how the network is going and see if any corrections are needed.
Thank you, OC. +1 indeed great work, while all the other coins where being hit by the multipools and asic miners causing all sorts of forks and chaos, OC just kept humming along well done good sir
|
#Expanse $EXP 500 transactions 4 .1 EXP 1st Clone of ETH WAVES
|
|
|
Specialkey
|
|
May 13, 2014, 07:38:07 PM |
|
4 Blocks Then POS starts Join in OC
|
|
|
|
shimlbit
Legendary
Offline
Activity: 1302
Merit: 1001
|
|
May 13, 2014, 07:42:35 PM |
|
last block!!!!
|
|
|
|
Halofire
|
|
May 13, 2014, 07:47:22 PM |
|
stucks at 9998??or is it a loooooong block^^
some can take up to 10 minutes sometimes, especially if everyone's moving coins, adding to the block multiple transaction confirms
|
OC Development - oZwWbQwz6LAkDLa2pHsEH8WSD2Y3LsTgFt SMC Development - SgpYdoVz946nLBF2hF3PYCVQYnuYDeQTGu Friendly reminder: Back up your wallet.dat files!!
|
|
|
MCOnyx
|
|
May 13, 2014, 07:47:58 PM |
|
10.000, we're officialy on POS now!
|
|
|
|
|