Pages:
Author

Topic: [ANN][OC] Orangecoin ★★ POS ★★ Anon Transactions ★★ Masternodes - page 18. (Read 209551 times)

legendary
Activity: 1512
Merit: 1041
Any News about ENRG Coin?
hero member
Activity: 938
Merit: 1000
@halofirebtc

Go to Debug from the wallet and run command.

repairwallet

I get this "wallet check passed" : true

Still showing 0 OC and 0 active connections to OC network

Am I supposed to have values in the conf file for username/password, or simply as is stated in the instructions 'username/password'

Anything else I'm doing wrong?

Edit: Redownloaded the new blockchain. Back in business! Thanks all!!!

Good!!!! Glad to hear it all worked out. Cheesy
newbie
Activity: 13
Merit: 0

Go to Debug from the wallet and run command.

repairwallet

I get this "wallet check passed" : true

Still showing 0 OC and 0 active connections to OC network

Am I supposed to have values in the conf file for username/password, or simply as is stated in the instructions 'username/password'

Anything else I'm doing wrong?

Edit: Redownloaded the new blockchain. Back in business! Thanks all!!!
legendary
Activity: 1302
Merit: 1001
Founder - NavCoin Ⓝ
Thanks again Halo and thanks John.

John, I see your instructions, but I don't know the location of my conf. file nor exactly which lines to change.

Halo, I don't know the location of my roaming folder. I'm on a Windows machine, and I saved all the wallet files to my desktop if that helps.

I definitely have time to wait to get things updated. I'm glad things are rolling again with OC! I know little to nothing about crypto, but my buddy got me in some OC, and it's pretty exciting to try to learn.

OK sorry about the delay.

To locate your roaming folder, you have to click your start button and in the search bar, type %appdata%
Open the roaming folder.
In the roaming folder find Orangecoin folder. Open it. This is where your wallet.dat file is located and all other blockchain data and peer info. Delete all of this EXCEPT your wallet.dat. Then right click and make a new .txt named orangecoin. Make sure your file name extensions are visible, instructions for this (Windows 7) is here: http://windows.microsoft.com/en-us/windows/show-hide-file-name-extensions#show-hide-file-name-extensions=windows-7. Google search for file type extensions if using other versions of windows.

Open the .txt file you created and insert the following:

rpcuser=username
rpcpassword=password
rpcallowip=127.0.0.1
daemon=1
server=1
listen=1
port=18872
rpcport=18873
addnode=orangecoinseednode1.no-ip.org
addnode=orangecoinseednode2.no-ip.org
addnode=orangecoinseednode3.no-ip.org
addnode=orangecoinseednode4.no-ip.org
addnode=orangecoinseednode5.no-ip.org

Save it, close it, rename it to orangecoin.conf. Run your wallet. If you use the 217k blockchain download, delete the conf that comes with it make your own. I will have to update the download I provided with more blocks and an updated .conf.

Cheers!

Done. Now showing 0.00 OC  Cry

Not sure about the last part, "If you use the 217k blockchain download, delete the conf that comes with it make your own. I will have to update the download I provided with more blocks and an updated .conf."

Other than that, did exactly what you said. Wallet.dat still showing with data. The rest of the files and folder are back in there after deleting, but OC.exe showing no coins.

Go to Debug from the wallet and run command.

repairwallet
hero member
Activity: 938
Merit: 1000
@halofirebtc
I have updated the website's download section for 265k blocks of the blockchain and also the new .conf with the seed nodes and instructions on how to create a .conf.

Sorry, raven it's already published or I would have added your new nodes.  Cry


Addition: No response to the tweet, so I have emailed the support at this explorer to get them updated to 1.0.9.
legendary
Activity: 1512
Merit: 1041
Halo,

Could I request a brief explanation to the:
addnode=orangecoinseednode1.no-ip.org
addnode=orangecoinseednode2.no-ip.org
addnode=orangecoinseednode3.no-ip.org
addnode=orangecoinseednode4.no-ip.org
addnode=orangecoinseednode5.no-ip.org

Are we not using IPs anymore? Makes me think I have a bad conf even with 4-7 connections if i am using...

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
addnode=176.0.92.84
addnode=50.188.13.41
addnode=69.113.74.217
addnode=92.31.187.182
addnode=98.15.147.26




Those weird addnodes are seed nodes soopy has provided. They are nodes that should be available at all times. It is very possible those IP address addnodes are still valid. If you want to check, type "getpeerinfo" without the quotes in the console and double check those peers if they are connected, and you can add new ones that are listed in the info you get to your .conf if the client versions are 1.0.9.


With my list of IPs I have a broken a record for connected nodes to me! With the list I provided from my conf file, 10! Share the info guys! Green BAR!
hero member
Activity: 938
Merit: 1000
@halofirebtc
Halo,

Could I request a brief explanation to the:
addnode=orangecoinseednode1.no-ip.org
addnode=orangecoinseednode2.no-ip.org
addnode=orangecoinseednode3.no-ip.org
addnode=orangecoinseednode4.no-ip.org
addnode=orangecoinseednode5.no-ip.org

Are we not using IPs anymore? Makes me think I have a bad conf even with 4-7 connections if i am using...

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
addnode=176.0.92.84
addnode=50.188.13.41
addnode=69.113.74.217
addnode=92.31.187.182
addnode=98.15.147.26




Those weird addnodes are seed nodes soopy has provided. They are nodes that should be available at all times. It is very possible those IP address addnodes are still valid. If you want to check, type "getpeerinfo" without the quotes in the console and double check those peers if they are connected, and you can add new ones that are listed in the info you get to your .conf if the client versions are 1.0.9.
hero member
Activity: 938
Merit: 1000
@halofirebtc
Thanks again Halo and thanks John.

John, I see your instructions, but I don't know the location of my conf. file nor exactly which lines to change.

Halo, I don't know the location of my roaming folder. I'm on a Windows machine, and I saved all the wallet files to my desktop if that helps.

I definitely have time to wait to get things updated. I'm glad things are rolling again with OC! I know little to nothing about crypto, but my buddy got me in some OC, and it's pretty exciting to try to learn.

OK sorry about the delay.

To locate your roaming folder, you have to click your start button and in the search bar, type %appdata%
Open the roaming folder.
In the roaming folder find Orangecoin folder. Open it. This is where your wallet.dat file is located and all other blockchain data and peer info. Delete all of this EXCEPT your wallet.dat. Then right click and make a new .txt named orangecoin. Make sure your file name extensions are visible, instructions for this (Windows 7) is here: http://windows.microsoft.com/en-us/windows/show-hide-file-name-extensions#show-hide-file-name-extensions=windows-7. Google search for file type extensions if using other versions of windows.

Open the .txt file you created and insert the following:

rpcuser=username
rpcpassword=password
rpcallowip=127.0.0.1
daemon=1
server=1
listen=1
port=18872
rpcport=18873
addnode=orangecoinseednode1.no-ip.org
addnode=orangecoinseednode2.no-ip.org
addnode=orangecoinseednode3.no-ip.org
addnode=orangecoinseednode4.no-ip.org
addnode=orangecoinseednode5.no-ip.org

Save it, close it, rename it to orangecoin.conf. Run your wallet. If you use the 217k blockchain download, delete the conf that comes with it make your own. I will have to update the download I provided with more blocks and an updated .conf.

Cheers!

Done. Now showing 0.00 OC  Cry

Not sure about the last part, "If you use the 217k blockchain download, delete the conf that comes with it make your own. I will have to update the download I provided with more blocks and an updated .conf."

Other than that, did exactly what you said. Wallet.dat still showing with data. The rest of the files and folder are back in there after deleting, but OC.exe showing no coins.

If you are still syncing, your wallet may read an incorrect balance. As far as what I bolded above in your quote, just make a new .conf if you used the blockchain download .zip.
newbie
Activity: 13
Merit: 0
Thanks again Halo and thanks John.

John, I see your instructions, but I don't know the location of my conf. file nor exactly which lines to change.

Halo, I don't know the location of my roaming folder. I'm on a Windows machine, and I saved all the wallet files to my desktop if that helps.

I definitely have time to wait to get things updated. I'm glad things are rolling again with OC! I know little to nothing about crypto, but my buddy got me in some OC, and it's pretty exciting to try to learn.

OK sorry about the delay.

To locate your roaming folder, you have to click your start button and in the search bar, type %appdata%
Open the roaming folder.
In the roaming folder find Orangecoin folder. Open it. This is where your wallet.dat file is located and all other blockchain data and peer info. Delete all of this EXCEPT your wallet.dat. Then right click and make a new .txt named orangecoin. Make sure your file name extensions are visible, instructions for this (Windows 7) is here: http://windows.microsoft.com/en-us/windows/show-hide-file-name-extensions#show-hide-file-name-extensions=windows-7. Google search for file type extensions if using other versions of windows.

Open the .txt file you created and insert the following:

rpcuser=username
rpcpassword=password
rpcallowip=127.0.0.1
daemon=1
server=1
listen=1
port=18872
rpcport=18873
addnode=orangecoinseednode1.no-ip.org
addnode=orangecoinseednode2.no-ip.org
addnode=orangecoinseednode3.no-ip.org
addnode=orangecoinseednode4.no-ip.org
addnode=orangecoinseednode5.no-ip.org

Save it, close it, rename it to orangecoin.conf. Run your wallet. If you use the 217k blockchain download, delete the conf that comes with it make your own. I will have to update the download I provided with more blocks and an updated .conf.

Cheers!

Done. Now showing 0.00 OC  Cry

Not sure about the last part, "If you use the 217k blockchain download, delete the conf that comes with it make your own. I will have to update the download I provided with more blocks and an updated .conf."

Other than that, did exactly what you said. Wallet.dat still showing with data. The rest of the files and folder are back in there after deleting, but OC.exe showing no coins.
legendary
Activity: 1512
Merit: 1041
Halo,

Could I request a brief explanation to the:
addnode=orangecoinseednode1.no-ip.org
addnode=orangecoinseednode2.no-ip.org
addnode=orangecoinseednode3.no-ip.org
addnode=orangecoinseednode4.no-ip.org
addnode=orangecoinseednode5.no-ip.org

Are we not using IPs anymore? Makes me think I have a bad conf even with 4-7 connections if i am using...

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
addnode=176.0.92.84
addnode=50.188.13.41
addnode=69.113.74.217
addnode=92.31.187.182
addnode=98.15.147.26


hero member
Activity: 938
Merit: 1000
@halofirebtc
Thanks again Halo and thanks John.

John, I see your instructions, but I don't know the location of my conf. file nor exactly which lines to change.

Halo, I don't know the location of my roaming folder. I'm on a Windows machine, and I saved all the wallet files to my desktop if that helps.

I definitely have time to wait to get things updated. I'm glad things are rolling again with OC! I know little to nothing about crypto, but my buddy got me in some OC, and it's pretty exciting to try to learn.

OK sorry about the delay.

To locate your roaming folder, you have to click your start button and in the search bar, type %appdata%
Open the roaming folder.
In the roaming folder find Orangecoin folder. Open it. This is where your wallet.dat file is located and all other blockchain data and peer info. Delete all of this EXCEPT your wallet.dat. Then right click and make a new .txt named orangecoin. Make sure your file name extensions are visible, instructions for this (Windows 7) is here: http://windows.microsoft.com/en-us/windows/show-hide-file-name-extensions#show-hide-file-name-extensions=windows-7. Google search for file type extensions if using other versions of windows.

Open the .txt file you created and insert the following:

rpcuser=username
rpcpassword=password
rpcallowip=127.0.0.1
daemon=1
server=1
listen=1
port=18872
rpcport=18873
addnode=orangecoinseednode1.no-ip.org
addnode=orangecoinseednode2.no-ip.org
addnode=orangecoinseednode3.no-ip.org
addnode=orangecoinseednode4.no-ip.org
addnode=orangecoinseednode5.no-ip.org

Save it, close it, rename it to orangecoin.conf. Run your wallet. If you use the 217k blockchain download, delete the conf that comes with it make your own. I will have to update the download I provided with more blocks and an updated .conf.

Cheers!
newbie
Activity: 13
Merit: 0
Thanks again Halo and thanks John.

John, I see your instructions, but I don't know the location of my conf. file nor exactly which lines to change.

Halo, I don't know the location of my roaming folder. I'm on a Windows machine, and I saved all the wallet files to my desktop if that helps.

I definitely have time to wait to get things updated. I'm glad things are rolling again with OC! I know little to nothing about crypto, but my buddy got me in some OC, and it's pretty exciting to try to learn.
legendary
Activity: 1778
Merit: 1000
Thanks Halo!

I'm not seeing the spinning wheel which used to indicate syncing.

I'm on 262,799 (and haven't a clue exactly what that means).

How do I go about updating the config file?

Please Update your OrangeCoin.conf As Follows

Code:
rpcuser=username
rpcpassword=password
rpcallowip=127.0.0.1
daemon=1
server=1
listen=1
port=18872
rpcport=18873
addnode=orangecoinseednode1.no-ip.org
addnode=orangecoinseednode2.no-ip.org
addnode=orangecoinseednode3.no-ip.org
addnode=orangecoinseednode4.no-ip.org
addnode=orangecoinseednode5.no-ip.org


hero member
Activity: 938
Merit: 1000
@halofirebtc
Thanks Halo!

I'm not seeing the spinning wheel which used to indicate syncing.

I'm on 262,799 (and haven't a clue exactly what that means).

How do I go about updating the config file?

That's how many blocks your wallet has synced, and it's not the right number. My personal wallet did the same thing on the same block, I had to delete everything out of my roaming folder, but save your wallet.dat. I also used the blockchain download. I was syncing 500 blocks at a time. I will have to provide another blockchain download that has more blocks than what I have provided, but until I do this, use what I have provided at the website.

I have to go for now and take my girlfriend to work, but I will be back in 30 minutes if you can wait, for additional instructions like updating the .conf file.

Poke around the website and the 217k blockchain download instructions. See if you can figure it out in the meantime. Do you know where your Roaming folder is located?
legendary
Activity: 1512
Merit: 1041
Soopy,

This 1.0.9 Version is FREAKING AWESOME! I finally got up and running, I CAN BUY AGAIN!

Raven
newbie
Activity: 13
Merit: 0
Thanks Halo!

I'm not seeing the spinning wheel which used to indicate syncing.

I'm on 262,799 (and haven't a clue exactly what that means).

How do I go about updating the config file?
hero member
Activity: 938
Merit: 1000
@halofirebtc
Sorry for my noobness. I got some OC last year and have opened my wallet on occasion to let it sync up. I saw the error message and updated my wallet.

1. My new wallet says 'out of sync', but it doesn't appear to be syncing like my old one was. Do I need to do anything to get it to sync?
2. It says I'm not minting because I don't have any mature coins. Is that normal?
3. I have a balance but no stake. Is that normal, or do I need to do something to get a stake?

TIA

Hi,

Start by opening your help tab and click debug window. In that window, look for "current number of blocks". We are at 265017 as of time of this post, check here https://chainz.cryptoid.info/oc/ for current block.

1. Leave your wallet open, and see if it syncs at all.  If it does, then you can either wait a few hours and let it sync or download the 217k blocks of blockchain from orangecoin.weebly.com. Also update your .conf file for the latest addnodes, which can also be found at the site.
2. You won't be able to mint until your wallet syncs.
3. Yes it is normal, until you start minting.

Let us know how it goes for you. Smiley

newbie
Activity: 13
Merit: 0
Sorry for my noobness. I got some OC last year and have opened my wallet on occasion to let it sync up. I saw the error message and updated my wallet.

1. My new wallet says 'out of sync', but it doesn't appear to be syncing like my old one was. Do I need to do anything to get it to sync?
2. It says I'm not minting because I don't have any mature coins. Is that normal?
3. I have a balance but no stake. Is that normal, or do I need to do something to get a stake?

TIA
legendary
Activity: 1512
Merit: 1041

Typo Bud! Reads - Version Bumped to 1.0.8, Should read - Version Bumped to 1.0.9.

Cheers!
He probably had to endure a sleepless night to get everything working right.

Understandable we're human.... But Accuracy, accuracy we are in the computing world.... Accuracy is everything unless should we just scope everything, and have it be a given range? oh this is V1.0.7 through 1.0.x...... I understand patches work like that but this is more than a patch. Sorry, I am Having a horrible morning, Found out last night it wasn't just my waterblock that cracked. The pump actually burnt out at the same time cracking the reservoir! GRRRR I need to get a fund going  Wink

Soopy is the best. He has not asked for anything, but yet delivers substantial results.

Sorry to hear about your cooling system. I had to replace my head gasket, rad, water pump, timing belt about 3 months ago. $300. pfft. Check your fuses for your radiator fans including your a/c relays and fuses. That was my problem, had two blown fuses under the hood, not in the dashboard. Still don't know why but they work now.   Roll Eyes Roll Eyes

Halo, not a car bud... My PC where my wallet and a node that was in the list.

LMAO! I'm just going to say: I need to drink less.....  Wink Grin

I am glad I could provide a laugh! :-D Still Down.... lame this site is hard to use on a phone. haha!

KEEP UP THE GOOD F***ING WORK GUYS!!!!! YOU ROCK!
I m sorry for that typo guys indeed John is right I was quite having less and less sleep these days and also was ill due to the same. Smiley

Thank you raven for pointing that out and correcting it , I have corrected it on the OP as well.

I see everything is back to normal! Smiley Enjoy!

Warm Regards,
~SoopY~

Sorry I Did not mean to come off strong. My apologies, I still think you're a SICK DEV (You Rock!)

Haha nah mate all good! Smiley Appreciate your kind comments and encouragements  , thank you very much! Smiley

You SIR are very welcome!

Cheers!
hero member
Activity: 938
Merit: 1000
@halofirebtc

Typo Bud! Reads - Version Bumped to 1.0.8, Should read - Version Bumped to 1.0.9.

Cheers!
He probably had to endure a sleepless night to get everything working right.

Understandable we're human.... But Accuracy, accuracy we are in the computing world.... Accuracy is everything unless should we just scope everything, and have it be a given range? oh this is V1.0.7 through 1.0.x...... I understand patches work like that but this is more than a patch. Sorry, I am Having a horrible morning, Found out last night it wasn't just my waterblock that cracked. The pump actually burnt out at the same time cracking the reservoir! GRRRR I need to get a fund going  Wink

Soopy is the best. He has not asked for anything, but yet delivers substantial results.

Sorry to hear about your cooling system. I had to replace my head gasket, rad, water pump, timing belt about 3 months ago. $300. pfft. Check your fuses for your radiator fans including your a/c relays and fuses. That was my problem, had two blown fuses under the hood, not in the dashboard. Still don't know why but they work now.   Roll Eyes Roll Eyes

Halo, not a car bud... My PC where my wallet and a node that was in the list.

LMAO! I'm just going to say: I need to drink less.....  Wink Grin
Pages:
Jump to: