Pages:
Author

Topic: [888] OctoCoin Core 10.4 - page 11. (Read 39601 times)

sr. member
Activity: 427
Merit: 250
November 21, 2015, 12:33:52 PM
#38
damn, still the scrypt algo? i would have liked to mine this with my GPUs
full member
Activity: 156
Merit: 102
Crypto Currency Developer
November 20, 2015, 01:52:54 PM
#37
As for if this is a different Octocoin then what is the total coin supply for this OctoCoin?

I only know of one Octocoin.  No clue what 'other' one Bittrex is referring to.

Maybe he thinks that this reborned OctoCoin is different from the other he found on Bittrex.... It could even be a overlook done from the other guy....

I got some clarification from Bittrex, the "Octocoin" they are referring to is the Counterparty asset "OCTO" which is something totally different.

Anyway...
Working on a website now.
sr. member
Activity: 252
Merit: 250
November 20, 2015, 11:26:28 AM
#36
It's officially the season of reborn coins! Cheesy
newbie
Activity: 40
Merit: 0
November 20, 2015, 10:32:22 AM
#35
full member
Activity: 182
Merit: 100
★YoBit.Net★ 350+ Coins Exchange & Dice
November 20, 2015, 08:02:12 AM
#34
As for if this is a different Octocoin then what is the total coin supply for this OctoCoin?

I only know of one Octocoin.  No clue what 'other' one Bittrex is referring to.

Maybe he thinks that this reborned OctoCoin is different from the other he found on Bittrex.... It could even be a overlook done from the other guy....
full member
Activity: 156
Merit: 102
Crypto Currency Developer
November 20, 2015, 07:23:44 AM
#33
As for if this is a different Octocoin then what is the total coin supply for this OctoCoin?

I only know of one Octocoin.  No clue what 'other' one Bittrex is referring to.
hero member
Activity: 770
Merit: 500
FLY DONATION ADDRESS IN SIGNATURE
November 19, 2015, 01:26:54 PM
#32
So good to see people mining Octocoin steady and getting this coin back in action Cheesy That's always sweet when an old coin comes back and people start mining it again.  As for if this is a different Octocoin then what is the total coin supply for this OctoCoin?
full member
Activity: 182
Merit: 100
★YoBit.Net★ 350+ Coins Exchange & Dice
November 16, 2015, 06:10:25 PM
#31
What should I do with my Octocoins in Bittrex ?

I got a response back from Bittrex.  

Quote
Nov 16, 10:51

Hi,

It is not the same octocoin.

Thank you,

Whatever that means.

If is exactly what they told is that this Octocoin doesn't match with the old one, and i think that is strange if the dev wanted to revive the original one.....
full member
Activity: 156
Merit: 102
Crypto Currency Developer
November 16, 2015, 06:06:08 PM
#30
What should I do with my Octocoins in Bittrex ?

I got a response back from Bittrex.  

Quote
Nov 16, 10:51

Hi,

It is not the same octocoin.

Thank you,

Whatever that means.
hero member
Activity: 770
Merit: 500
FLY DONATION ADDRESS IN SIGNATURE
November 14, 2015, 07:56:09 PM
#29
With the octocoin.securepayment.cc mining way when do the blocks you mined finally show up in your wallet?

The few blocks I mined got paid about 1 day later.  You should ask them to clarify the payment schedule since I don't run that site.  Wink
http://mining.securepayment.cc/help.php

Also for the life of me I can't figure out how to just straight solo mine this coin???

Hmm... Try changing this:

Code:
rpcallowip=127.0.0.1

To, this:

Code:
rpcallowip=127.0.0.1/32
I don't know mate it keeps giving me the same thing saying pool 0 slow/ credentials or url wrong so I'll just keep mining at the pool lol

If that does not help, post debug.log.

I assume you are on Windows?  If so open a command prompt, type:

Code:
ping localhost

If it does not return 127.0.0.1, then change:

Code:
cgminer.exe --scrypt -o http://localhost:22888 -u user -p pass --gridseed-options=baud=115200,freq=800,chips=5 --hotplug 10

To

Code:
cgminer.exe --scrypt -o http://127.0.0.1:22888 -u user -p pass --gridseed-options=baud=115200,freq=800,chips=5 --hotplug 10
I've tried it both of those ways but I'm fine mining at the pool my rewards are starting to come in now so it's all good Smiley Thanks anyways for your help mate Cheesy
full member
Activity: 156
Merit: 102
Crypto Currency Developer
November 14, 2015, 06:18:44 PM
#28
What should I do with my Octocoins in Bittrex ?

Please contact Bittrex support and let them know of the new wallet.
https://bittrex.zendesk.com/hc/en-us/requests/new
I encourage everyone else to to do the same.

Until I can get a domain, website, and block explorer up.  We will need to rely on https://www.blockexperts.com/888 as our blockchain.  Unfortunately it's been broken for more than 2 weeks and are unresponsive.  Please message them here:

https://bitcointalksearch.org/user/blockexperts-350131

legendary
Activity: 1568
Merit: 1000
Twitter @Acimirov
November 14, 2015, 05:58:09 PM
#27
What should I do with my Octocoins in Bittrex ?
full member
Activity: 156
Merit: 102
Crypto Currency Developer
November 14, 2015, 05:17:59 PM
#26
With the octocoin.securepayment.cc mining way when do the blocks you mined finally show up in your wallet?

The few blocks I mined got paid about 1 day later.  You should ask them to clarify the payment schedule since I don't run that site.  Wink
http://mining.securepayment.cc/help.php

Also for the life of me I can't figure out how to just straight solo mine this coin???

Hmm... Try changing this:

Code:
rpcallowip=127.0.0.1

To, this:

Code:
rpcallowip=127.0.0.1/32
I don't know mate it keeps giving me the same thing saying pool 0 slow/ credentials or url wrong so I'll just keep mining at the pool lol

If that does not help, post debug.log.

I assume you are on Windows?  If so open a command prompt, type:

Code:
ping localhost

If it does not return 127.0.0.1, then change:

Code:
cgminer.exe --scrypt -o http://localhost:22888 -u user -p pass --gridseed-options=baud=115200,freq=800,chips=5 --hotplug 10

To

Code:
cgminer.exe --scrypt -o http://127.0.0.1:22888 -u user -p pass --gridseed-options=baud=115200,freq=800,chips=5 --hotplug 10
hero member
Activity: 770
Merit: 500
FLY DONATION ADDRESS IN SIGNATURE
November 14, 2015, 04:32:47 PM
#25
With the octocoin.securepayment.cc mining way when do the blocks you mined finally show up in your wallet?

The few blocks I mined got paid about 1 day later.  You should ask them to clarify the payment schedule since I don't run that site.  Wink
http://mining.securepayment.cc/help.php

Also for the life of me I can't figure out how to just straight solo mine this coin???

Hmm... Try changing this:

Code:
rpcallowip=127.0.0.1

To, this:

Code:
rpcallowip=127.0.0.1/32
I don't know mate it keeps giving me the same thing saying pool 0 slow/ credentials or url wrong so I'll just keep mining at the pool lol

If that does not help, post debug.log.
full member
Activity: 156
Merit: 102
Crypto Currency Developer
November 14, 2015, 02:50:31 PM
#24
With the octocoin.securepayment.cc mining way when do the blocks you mined finally show up in your wallet?

The few blocks I mined got paid about 1 day later.  You should ask them to clarify the payment schedule since I don't run that site.  Wink
http://mining.securepayment.cc/help.php

Also for the life of me I can't figure out how to just straight solo mine this coin???

Hmm... Try changing this:

Code:
rpcallowip=127.0.0.1

To, this:

Code:
rpcallowip=127.0.0.1/32

If that does not help, post debug.log.
hero member
Activity: 770
Merit: 500
FLY DONATION ADDRESS IN SIGNATURE
November 14, 2015, 02:18:09 PM
#23
Couple questions for OCTOcoin.... 1st with the octocoin.securepayment.cc mining way when do the blocks you mined finally show up in your wallet? Also for the life of me I can't figure out how to just straight solo mine this coin??? I've tried everything like this is what is in my conf file:
server=1
daemon=1
listen=1
gen=0
rpcallowip=127.0.0.1
rpcport=22888
rpcuser=user
rpcpassword=pass
addnode=octocoin.securepayment.cc
addnode=162.243.144.135
addnode=162.243.149.125
addnode=162.243.207.204

and then this is what my .bat file for cgminer 3.7.2 looks like:
setx GPU_MAX_ALLOC_PERCENT 100
setx GPU_USE_SYNC_OBJECTS 1
cgminer.exe --scrypt -o http://localhost:22888 -u user -p pass --gridseed-options=baud=115200,freq=800,chips=5 --hotplug 10
but everytime I run the program to solo mine it keeps telling me that the url is incorrect or something but I've solo mined plenty of Scrypt coins and with the same .bat file pretty much everytime with of course changing the rpcport and user and password lol

If anyone has any idea what I am missing so that I can solo mine this coin without using the miningpool site that would be greatly appreciated.
Cheers
full member
Activity: 156
Merit: 102
Crypto Currency Developer
November 13, 2015, 09:39:13 AM
#22
Go for cryptopia IMO.

I 100% agree all you need is a website cause you guys got all the rest and you will get added to the voting list Cheesy I'd love to trade OCTO there Cheesy

Sounds like a plan, however I believe it would be quicker to get on Yobit to start with.

There is a bounty for a website, and two other for anyone that can recover and transfer the old Octocoin domain.
For the time being we need to come up with a clever alternative to octocoin.org.

Any ideas?
hero member
Activity: 770
Merit: 500
FLY DONATION ADDRESS IN SIGNATURE
November 13, 2015, 04:02:02 AM
#21
Is there a bootstrap.dat that someone has so I don't have to wait almost 2 years worth of blocks to sync my windows wallet? That would be greatly appreciated Cheesy Cheers

Sure, I'll put one up.
Thanks that would be greatly appreciated cause I don't know if I can wait that long for the wallet to fully sync lol

The bootstrap.dat download links have been added.
Hey mate I keep getting a 403 error saying I'm forbidden from accessing the bootstrap.dat from my server??? Why would that be?

Try now.
Thanks mate it's downloading now Smiley Cheers
full member
Activity: 156
Merit: 102
Crypto Currency Developer
November 13, 2015, 03:57:42 AM
#20
Is there a bootstrap.dat that someone has so I don't have to wait almost 2 years worth of blocks to sync my windows wallet? That would be greatly appreciated Cheesy Cheers

Sure, I'll put one up.
Thanks that would be greatly appreciated cause I don't know if I can wait that long for the wallet to fully sync lol

The bootstrap.dat download links have been added.
Hey mate I keep getting a 403 error saying I'm forbidden from accessing the bootstrap.dat from my server??? Why would that be?

Try now.
hero member
Activity: 770
Merit: 500
FLY DONATION ADDRESS IN SIGNATURE
November 13, 2015, 03:49:16 AM
#19
Is there a bootstrap.dat that someone has so I don't have to wait almost 2 years worth of blocks to sync my windows wallet? That would be greatly appreciated Cheesy Cheers

Sure, I'll put one up.
Thanks that would be greatly appreciated cause I don't know if I can wait that long for the wallet to fully sync lol

The bootstrap.dat download links have been added.
Hey mate I keep getting a 403 error saying I'm forbidden from accessing the bootstrap.dat from my server??? Why would that be?
Pages:
Jump to: