Bitcoin Forum
May 25, 2024, 02:06:08 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: « 1 2 [3] 4 5 6 »
41  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] [CHC] ChainCoin - Now On AllCrypt - CPU/GPU mining - 11 Algos (C11) on: June 13, 2014, 06:49:32 PM
Hi Graham,

As for the "help me out", you already have. I wasn't sure where to start addressing the issue, but you have clarified it perfectly.
I have used your commit to recompile my daemon and it work like a charm. I had seen that someone had already figured it out here:
http://www.cryptocoinsinfo.com/statistic/coinstat.php?coin=10566 so I thought I would just ask hoping to get an answer
like the one you have provided. Thank you!  If you want to post or pm me your chaincoin address I would be happy to send you some.

As for my interest in Chaincoin, I think it is a good coin that got overlooked because of the whole coin boom.
It is unique, with no premine and was not a coingen creation. Although, technology connoisseur, historian, hodler would be an accurate
description as well..

Regards!

Edit: I would like to set up a couple of abe block explorers, too. Although, I have to figure out how to get the parameters of the Chaincoin network..
I am a noob to this, any help is very appreciated.


e.g.   {"chain":"Chaincoin","code3":"CHC", "address_version":"?", "magic":"?"},


http://66.172.10.28/chaincoin/block_crawler.php

If anyone could help me out with the net hash input for this crawler I would be very grateful.

Sorry, but could I press you for some more detail on "help me out" ...

According to the github repos, Chaincoin is a clone of Zetacoin, itself a clone of Bitcoin 0.8.2, which doesn't offer getnetworkhashps.

To get that functionality, the  feature would need to be copied across from say, Litecoin 0.8.6.2.

And I was curious whether this was as straightforward as it appeared and that does indeed seem to be the case:

https://github.com/gjhiggins/chaincoin/commit/863404d4d55ce1995022e4fae320b85ac8ad8e91

So, I can report the following initial results, lord knows whether they're accurate or not, does 4Mh/s sound about right for what's basically x11?

Code:
gjh@ashpool:~/minkiz/coinage/coins/ChainCoin.bis$ ./chaincoind -daemon
Chaincoin server starting
gjh@ashpool:~/minkiz/coinage/coins/ChainCoin.bis$ ./chaincoind getinfo
{
    "version" : 89909,
    "protocolversion" : 70001,
    "walletversion" : 60000,
    "balance" : 0.00000000,
    "blocks" : 142479,
    "timeoffset" : 1,
    "connections" : 7,
    "proxy" : "",
    "difficulty" : 0.09931863,
    "testnet" : false,
    "keypoololdest" : 1398481919,
    "keypoolsize" : 101,
    "paytxfee" : 0.00000000,
    "errors" : ""
}

ta-da

Code:
gjh@ashpool:~/minkiz/coinage/coins/ChainCoin.bis$ ./chaincoind getmininginfo
{
    "blocks" : 142479,
    "currentblocksize" : 1000,
    "currentblocktx" : 0,
    "difficulty" : 0.09931863,
    "errors" : "",
    "generate" : true,
    "genproclimit" : -1,
    "hashespersec" : 30650,
    "networkhashps" : 4829498,
    "pooledtx" : 0,
    "testnet" : false
}

Seems to be quite well-supported with >3 nodes - a good sign unless you're interested in low-diff fossicking.

Code:
gjh@ashpool:~/minkiz/coinage/coins/ChainCoin.bis$ ./chaincoind getpeerinfo
[
    {
        "addr" : "162.243.84.210:11994",
        "services" : "00000001",
        "lastsend" : 1402656218,
        "lastrecv" : 1402656263,
        "bytessent" : 6855,
        "bytesrecv" : 22840,
        "conntime" : 1402655403,
        "version" : 70001,
        "subver" : "/Satoshi:0.8.99.11/",
        "inbound" : false,
        "startingheight" : 142466,
        "banscore" : 0,
        "syncnode" : true
    },
    {
        "addr" : "146.185.148.114:11994",
        "services" : "00000001",
        "lastsend" : 1402656263,
        "lastrecv" : 1402656263,
        "bytessent" : 7783,
        "bytesrecv" : 18628,
        "conntime" : 1402655404,
        "version" : 70001,
        "subver" : "/Satoshi:0.8.99.10/",
        "inbound" : false,
        "startingheight" : 142466,
        "banscore" : 0
    },
    {
        "addr" : "5.9.158.79:11994",
        "services" : "00000001",
        "lastsend" : 1402656263,
        "lastrecv" : 1402656263,
        "bytessent" : 9498,
        "bytesrecv" : 32044,
        "conntime" : 1402655432,
        "version" : 70001,
        "subver" : "/Satoshi:0.8.99.8/",
        "inbound" : false,
        "startingheight" : 142466,
        "banscore" : 0
    },
    {
        "addr" : "62.210.178.237:11994",
        "services" : "00000001",
        "lastsend" : 1402656263,
        "lastrecv" : 1402656263,
        "bytessent" : 2636,
        "bytesrecv" : 16000,
        "conntime" : 1402655461,
        "version" : 70001,
        "subver" : "/Satoshi:0.8.99.11/",
        "inbound" : false,
        "startingheight" : 142467,
        "banscore" : 0
    },
    {
        "addr" : "66.172.10.28:11994",
        "services" : "00000001",
        "lastsend" : 1402656263,
        "lastrecv" : 1402656263,
        "bytessent" : 2941,
        "bytesrecv" : 23632,
        "conntime" : 1402655484,
        "version" : 70001,
        "subver" : "/Satoshi:0.8.99.11/",
        "inbound" : false,
        "startingheight" : 142467,
        "banscore" : 0
    },
    {
        "addr" : "91.199.10.2:11994",
        "services" : "00000001",
        "lastsend" : 1402656263,
        "lastrecv" : 1402656230,
        "bytessent" : 3930,
        "bytesrecv" : 21744,
        "conntime" : 1402655531,
        "version" : 70001,
        "subver" : "/Satoshi:0.8.99.8/",
        "inbound" : false,
        "startingheight" : 142468,
        "banscore" : 0
    },
    {
        "addr" : "208.107.176.95:11994",
        "services" : "00000001",
        "lastsend" : 1402656263,
        "lastrecv" : 1402656229,
        "bytessent" : 2941,
        "bytesrecv" : 31909,
        "conntime" : 1402655546,
        "version" : 70001,
        "subver" : "/Satoshi:0.8.99.11/",
        "inbound" : false,
        "startingheight" : 142468,
        "banscore" : 0
    }
]

(Lots of compiler warnings about overflows when compiling the extra hashfns; suggests those sources might benefit from an update.)

Out of further curiosity (it'll be the ruin of me, one day) - what's your interest in Chaincoin? - technology connoisseur, historian, hodler?

Cheers,

Graham


42  Alternate cryptocurrencies / Announcements (Altcoins) / Re: ANN 84 COIN --- CLONE OF 42 --- ONLY 84 COINS EVER PRODUCED on: June 13, 2014, 06:56:16 AM
You're welcome. Hopefully the poster here will see this and update.

Well done , thanks , i updated the official forum, i can't update anything here since i have no idea who ever ann the coin / it was never done with with my help or by me ,.,,,,

43  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] [CHC] ChainCoin - Now On AllCrypt - CPU/GPU mining - 11 Algos (C11) on: June 13, 2014, 05:57:55 AM
http://66.172.10.28/chaincoin/block_crawler.php

If anyone could help me out with the net hash input for this crawler I would be very grateful.
44  Alternate cryptocurrencies / Announcements (Altcoins) / Re: ANN 84 COIN --- CLONE OF 42 --- ONLY 84 COINS EVER PRODUCED on: June 13, 2014, 05:54:12 AM
http://66.172.10.28/84/block_crawler.php  Enjoy!
45  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [CENT] Pennies relaunched on: June 09, 2014, 07:28:57 PM
There is a Roulette game script that can accept any cryptocurrency for sale on Cryptothrift. The seller appears to have good feedback.
If you would like a link let me know. I'm not posting it first because I am not trying to endorse it. It's about 130 usd, not hosted and they have a demo, too.


i hope too Smiley

i hope someone can/will make an roulettegame for pennies because i know there is a lot of interest in roulettegames
46  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [CENT] Pennies relaunched on: June 07, 2014, 10:51:06 PM
You're welcome!  I don't seek any reward, just glad to help:)

many thanks!

i think who hold the most of nearly 50 trillion coins should reward some to people who want to give some advice or do some to promote Pennies Smiley



if someone has a good idea to promote Pennies, please share it here

I really don't have anything invested in Pennies anymore (lost it all a while back) but I like to share ideas.

Pennies lotto
Penny arcade (maybe use foss games?) web-based. Hell, why not games integrated with the blockchain.
Or maybe collab with a foss game dev to integrate, like a pennies "pay to play" type deal. web-based.
Pennies awareness (Some form of charity/fund raising)
Pennies sponsors (Maybe find some big names to spread the word)
Pennies game show podcast/stream
Some form of facebook integration  *shudders from mention
Some form of twitter integration
Pennies raffle w/prizes (picking random tx)
Pennies mini market (like an auction site for small inexpensive items)
Pennies for automated app building. e.g. custom mini skinnable apps/games? build a comic? (and for the love of all that is treasured, no coingen stuff)

I could probably throw more out there given time, but I'll just leave the short list for now..


Edit: Open ideas, everyone's welcome.









47  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [CENT] Pennies relaunched on: June 06, 2014, 11:04:28 PM
if someone has a good idea to promote Pennies, please share it here

I really don't have anything invested in Pennies anymore (lost it all a while back) but I like to share ideas.

Pennies lotto
Penny arcade (maybe use foss games?) web-based. Hell, why not games integrated with the blockchain.
Or maybe collab with a foss game dev to integrate, like a pennies "pay to play" type deal. web-based.
Pennies awareness (Some form of charity/fund raising)
Pennies sponsors (Maybe find some big names to spread the word)
Pennies game show podcast/stream
Some form of facebook integration  *shudders from mention
Some form of twitter integration
Pennies raffle w/prizes (picking random tx)
Pennies mini market (like an auction site for small inexpensive items)
Pennies for automated app building. e.g. custom mini skinnable apps/games? build a comic? (and for the love of all that is treasured, no coingen stuff)

I could probably throw more out there given time, but I'll just leave the short list for now..


Edit: Open ideas, everyone's welcome.








48  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] [CHC] ChainCoin - Now On AllCrypt - CPU/GPU mining - 11 Algos (C11) on: May 29, 2014, 10:27:59 AM
Anyone know what's going on with the wallet? I'm getting "No block source available". I've added all the nodes that were listed, and I've installed it on another machine as well with the same error..
I am connected to these nodes and everything is working fine:
Quote
       "addr" : "62.210.162.235:11994",
        "addr" : "89.177.88.251:38865",
        "addr" : "146.185.148.114:38835",
        "addr" : "50.197.11.193:60963",
        "addr" : "91.199.10.2:11994",
        "addr" : "62.202.6.11:49173",
        "addr" : "118.123.116.219:59882",
        "addr" : "80.143.75.227:51664",
        "addr" : "162.243.84.210:11994",
        "addr" : "82.138.34.183:56630",
        "addr" : "109.205.244.146:57041",
        "addr" : "50.135.57.124:52897",

Thanks!  I'm good now. I have some CHC for you if you'd like.
49  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] [CHC] ChainCoin - Now On AllCrypt - CPU/GPU mining - 11 Algos (C11) on: May 29, 2014, 06:05:28 AM
Anyone know what's going on with the wallet? I'm getting "No block source available". I've added all the nodes that were listed, and I've installed it on another machine as well with the same error..
50  Alternate cryptocurrencies / Announcements (Altcoins) / Re: ANN 84 COIN --- CLONE OF 42 --- ONLY 84 COINS EVER PRODUCED on: May 15, 2014, 01:37:12 AM
what's about 168 coin? Doesn't anybody think it should be twice more successful?

You might want to read the thread again, that is if you did read it in the first place.
51  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] [CHC] ChainCoin - Now On AllCrypt - CPU/GPU mining - 11 Algos (C11) on: May 12, 2014, 01:03:46 AM
This coin trying to use CHC even though ChainCoin has it and listed on exchange.

 [ANN][NO IPO][CHC] choiccoin | ★★The real free coin ★★ | POW | Free distribute

https://bitcointalk.org/index.php?topic=603992.0

Yeah, but there is that little thing of Chaincoin having the CHC acronym almost 5 months before Choiccoin started. So yeah, there is that..
52  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] [CHC] ChainCoin - Now On AllCrypt - CPU/GPU mining - 11 Algos (C11) on: May 11, 2014, 03:25:40 AM
This coin has some great qualities, and no pre-mine.. We need some games or services for it.
53  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] [CHC] ChainCoin - Now On AllCrypt - CPU/GPU mining - 11 Algos (C11) on: May 02, 2014, 06:46:06 PM
Hi Rolihlahla,

I had received this error while trying to compile the new software from github.

http://pastebin.com/PA51E6uF

Thanks for all of your hard work!
54  Alternate cryptocurrencies / Announcements (Altcoins) / Re: ANN 84 COIN --- CLONE OF 42 --- ONLY 84 COINS EVER PRODUCED on: April 12, 2014, 02:41:31 AM
Fyi for the few following 84, I am the dev.

Someone is always mining this coin, not sure if one lone miner out there or multiple people.

Difficulty remains low usually about .2 but it has done much better than I ever expected for this experiment.

The most updated client will always be on cryptocoin talk , it was updated about a week ago with checkpoints


Windows binary is here , was done March 30 2014

http://www.mediafire.com/download/dtuu5ipx9rctwzl/84+win+qt+new+checkpoints+march+30+2014.7z

Source updated on my github also here

https://github.com/eightyfourcoin/84

Have fun , in particular the little unknown ninjas who are 'always' mining this coin !!



Thanks for all of your good work, Cinnamon!    #LN
55  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] [CHC] ChainCoin - No premine - CPU/GPU mining - C11 - 11 Algos chained on: April 12, 2014, 02:39:32 AM

New site looks good! Thanks for all of your good work!:D
56  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] [CHC] ChainCoin - No premine - CPU mining - Chained-hash 11 Algos on: April 04, 2014, 10:53:20 PM
No, I don't think the dev is Chinese. Rolihlahla is the devs name, and that word is of an African dialect.. Rolihlahla put a lot of hard work into this coin. It has big potential, is very unique and has no pre-mine. That's a big plus for most of us, but the dev can only do so much. So, If you want to see a coin succeeded, you might want to offer some help instead of criticism..

Criticism? I'm not the person releasing this coin.
Why a so called 'dev' cannot provide a working explorer is beyond my understanding.
It's a 2 minute job to edit a couple of already existing files.
Good luck with your coin.



Oh, I'm sorry, did I misinterpret? "Why a so called 'dev' cannot provide a working explorer is beyond my understanding.
It's a 2 minute job to edit a couple of already existing files." 
57  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] [CHC] ChainCoin - No premine - CPU mining - Chained-hash 11 Algos on: April 02, 2014, 05:46:07 PM
No, I don't think the dev is Chinese. Rolihlahla is the devs name, and that word is of an African dialect.. Rolihlahla put a lot of hard work into this coin. It has big potential, is very unique and has no pre-mine. That's a big plus for most of us, but the dev can only do so much. So, If you want to see a coin succeeded, you might want to offer some help instead of criticism..

 
58  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] Offerings to Cthulhu - Updated Altar v1.2 NOW AVAILABLE! on: March 08, 2014, 10:49:39 PM
Did we halve?

Yes, the great halving is upon us..
59  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][BEL] Bells - Fast and fun! - Scrypt - Random Block Rewards - No Premine on: February 23, 2014, 04:00:44 AM
Well, let's recap. Bells made by same dev as Doge. Doge blows up and dev abandons Bells project. Bells has no issues, semi active thread and fun to mine. I'm going to say it's in everyone's hands here as to where this coin will end up..

Edit: Oh yeah, and no premine!
60  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] [BTQ] BitQuark | Super secure hashing | CPU mining on: February 23, 2014, 01:40:01 AM
Yeah, I got a thing about not having a github repo.. Sorry.. Maybe it's just me..
Pages: « 1 2 [3] 4 5 6 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!