Bitcoin Forum
May 12, 2024, 07:38:50 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: « 1 [2] 3 4 5 6 7 8 9 10 »
21  Alternate cryptocurrencies / Altcoin Discussion / Re: What's in the works for Hypercoin? HYC on: June 11, 2013, 07:32:51 PM
Super!

yet *another* frikking Alt coin!

I can't wait!

I wonder how many pre-mined coins the originators are hoarding ?

Super!

HyperCoin sounds like it will *really* add something new to the already heaving Alt coin space!

Super!

Where Can I mine these beauties?? Can I buy them from an exchange?? I hope so, I need to get rid of my fiat and invest in a more robust  crypto-currency!

Super!

Have Zack, Jeb and Bonzo got their Hypercoin yet? I hope so.. for their sake!!


 Huh
22  Alternate cryptocurrencies / Altcoin Discussion / Re: What's in the works for Hypercoin? HYC on: June 11, 2013, 07:32:02 PM
hey zacho as you can tell my pools been down lately, had a lot of downtime. Me and Chuck have moved to a dedi and well be making a hyc pool and block explorer for you, the new address will be crypto-experts.com Could you also add to the link under my pool asking everyone to withdraw any hyc they may have

Will do man. Keep me posted on the status
23  Alternate cryptocurrencies / Altcoin Discussion / What's in the works for Hypercoin? HYC on: June 11, 2013, 06:25:56 PM
Hey guys. Just thought id give you a heads up on whats been going on behind the scenes with Hypercoin. You can check out the full article over at http://www.gigabytestorm.com/hypercoin-hyc-now-trading-on-cryptsy-com/

Let me know what you think, and what you would like to see for HYC.

Cheers,

Zacho

24  Alternate cryptocurrencies / Altcoin Discussion / Re: [ANN][UPDATED][WIN&OSX][Exchange] HyperCoin - Windows & OSX Client Included on: June 11, 2013, 06:23:12 PM
like this? C:\Users\5110\Documents\Hypercoin\hypercoin-qt.exe -addnode=82.211.31.244 -addnode=84.200.17.243

Yup Smiley Let me know if it works  Grin
25  Alternate cryptocurrencies / Altcoin Discussion / Re: [ANN][UPDATED][WIN&OSX][Exchange] HyperCoin - Windows & OSX Client Included on: June 11, 2013, 06:17:59 PM
Why would the ports have to be forwarded if it worked without forwarding ports before? No other wallet I use needs to have ports forwarded.

No idea. But i've always had to forward the ports on my wallet in orderr to get max connections. You can also add this node if you would like.  -addnode=84.200.17.243
26  Alternate cryptocurrencies / Altcoin Discussion / Re: [ANN][UPDATED][WIN&OSX][Exchange] HyperCoin - Windows & OSX Client Included on: June 11, 2013, 06:02:28 PM
My wallet is hosed with 10,990 HYCs stuck inside. I can't send a HYC or receive any HYC. I have a pending confirmation that has been pending since 6/10/2013 13:48 and I have 2 active connections to the HYC network. Wallet out of sync always all the time even after it scans the blocks with connections.

Status: 1/unconfirmed
Date: 6/10/2013 13:48
From: unknown
To: HSfWMx1Z1maujJYMFEexdd1XhC9tDymuvU (own address, label: hypercoinpool.com)
Credit: 65.28277929 HYC
Net amount: +65.28277929 HYC
Transaction ID: 589cca8f723d15425af61a040f40d50507108fec41718b723d8959f34d599274

I tried sending a payment of 2 HYC to my address I have on Cryptsy, no dice man.

Status: 0/unconfirmed
Date: 6/11/2013 12:06
To: cryptsy HCjoWAvs4WgeQr2UVPpZqAzeecrLeFEqqB
Debit: -2.00 HYC
Net amount: -2.00 HYC
Transaction ID: f9d32813c973d9d10932f39a83d2ee5ebd3f7e7215d01843ebdd33c9d37a395b



Thats odd I have 54 connections on my wallet? Did you forward the ports? Thats what I had to do with my wallets in order to get all the connections. Try that and reboot your wallet.
27  Alternate cryptocurrencies / Altcoin Discussion / Re: [ANN][UPDATED][WIN&OSX][Exchange] HyperCoin - Windows & OSX Client Included on: June 11, 2013, 11:49:58 AM
My p2pool node is up again. Sorry for the downtime, a lightning killed my router  Angry

However, there are no connections with other p2pool nodes, seems like nobody is hosting.

Awesome. The diff change is soon and the profitibality will skyrocket, Im sure many will use it.
28  Alternate cryptocurrencies / Altcoin Discussion / Re: [ANN] Infinitecoin - IFC - Launched!! 524,288 coins per block!!! on: June 09, 2013, 01:50:52 PM
sealbomb.com was fun. but is there anything else i can spend my infinity coins on?

I second this. What do I do with ALLLL these coins? Tongue
it should be in an exchange in a few days... Smiley

Christ, I have millions of these coins. What will they be worth XD
29  Alternate cryptocurrencies / Altcoin Discussion / Re: [ANN] Infinitecoin - IFC - Launched!! 524,288 coins per block!!! on: June 09, 2013, 12:23:47 PM
sealbomb.com was fun. but is there anything else i can spend my infinity coins on?

I second this. What do I do with ALLLL these coins? Tongue
30  Alternate cryptocurrencies / Altcoin Discussion / Re: [ANN][UPDATED][WIN&OSX][Exchange] HyperCoin - Windows & OSX Client Included on: June 09, 2013, 11:07:55 AM
Since nobody has posted p2pool code before, I propose my version.

Original source: https://github.com/hakabane/p2pool-altcoins, credit to akabane https://bitcointalk.org/index.php?action=profile;u=109664
Public node: http://78.27.191.182:8344/ (no fee except default 1% to original p2pool authors)
Modifications for HYC:

Code:
diff --git a/p2pool/bitcoin/helper.py b/p2pool/bitcoin/helper.py
index adab25e..aa4899b 100644
--- a/p2pool/bitcoin/helper.py
+++ b/p2pool/bitcoin/helper.py
@@ -70,7 +70,7 @@ def submit_block_p2p(block, factory, net):
 @defer.inlineCallbacks
 def submit_block_rpc(block, ignore_failure, bitcoind, bitcoind_work, net):
     if bitcoind_work.value['use_getblocktemplate']:
-        if 'lite' in net.NAME or 'feather' in net.NAME or 'chn' in net.NAME or 'franko' in net.NAME or 'digital' in net.NAME:
+        if 'lite' in net.NAME or 'feather' in net.NAME or 'chn' in net.NAME or 'franko' in net.NAME or 'digital' in net.NAME or 'hyper' in net.NAME:
             result = yield bitcoind.rpc_getblocktemplate(dict(mode='submit', data=bitcoin_data.block_type.pack(block).encode('hex')))
             success = result is None
         else:
diff --git a/p2pool/bitcoin/networks.py b/p2pool/bitcoin/networks.py
index 7dd26f4..682a920 100644
--- a/p2pool/bitcoin/networks.py
+++ b/p2pool/bitcoin/networks.py
@@ -104,6 +104,28 @@ nets = dict(
         SANE_TARGET_RANGE=(2**256//1000000000 - 1, 2**256//1000 - 1),
         DUMB_SCRYPT_DIFF=2**16,
     ),
+
+    hypercoin=math.Object(
+        P2P_PREFIX='fcd9b7dd'.decode('hex'),
+ P2P_PORT=17453,
+ ADDRESS_VERSION=40,
+ RPC_PORT=7452,
+ RPC_CHECK=defer.inlineCallbacks(lambda bitcoind: defer.returnValue(
+            'hypercoin address' in (yield bitcoind.rpc_help()) and
+            not (yield bitcoind.rpc_getinfo())['testnet']
+ )),
+ SUBSIDY_FUNC=lambda height: 25*100000000,
+ POW_FUNC=lambda data: pack.IntType(256).unpack(__import__('ltc_scrypt').getPoWHash(data)),
+ BLOCK_PERIOD=40,
+ SYMBOL='HYC',
+ CONF_FILE_FUNC=lambda: os.path.join(os.path.join(os.environ['APPDATA'], 'Hypercoin') if platform.system() == 'Windows' else os.path.expanduser('~/Library/Application Support/Hypercoin/') if platform.system() == 'Darwin' else os.path.expanduser('~/.hypercoin'), 'hypercoin.conf'),
+ BLOCK_EXPLORER_URL_PREFIX='http://example.com/',
+ ADDRESS_EXPLORER_URL_PREFIX='http://example.com/',
+ SANE_TARGET_RANGE=(2**256//1000000000 - 1, 2**256//1000 - 1),
+ DUMB_SCRYPT_DIFF=2**16,
+    ),
+
+        
     litecoin_testnet=math.Object(
         P2P_PREFIX='fcc1b7dc'.decode('hex'),
         P2P_PORT=19333,
diff --git a/p2pool/networks.py b/p2pool/networks.py
index 8f60436..f3f8f3f 100644
--- a/p2pool/networks.py
+++ b/p2pool/networks.py
@@ -63,6 +63,26 @@ nets = dict(
         ANNOUNCE_CHANNEL='#p2pool-alt',
         VERSION_CHECK=lambda v: True,
     ),
+
+    hypercoin=math.Object(
+        PARENT=networks.nets['hypercoin'],
+ SHARE_PERIOD=10, # seconds
+ CHAIN_LENGTH=24*60*60//10, # shares
+ REAL_CHAIN_LENGTH=24*60*60//10, # shares
+ TARGET_LOOKBEHIND=200, # shares
+ SPREAD=45, # blocks
+ IDENTIFIER='9147c5bfc6923429'.decode('hex'),
+ PREFIX='9408c1a03cf629f9'.decode('hex'),
+ P2P_PORT=41731,
+ MIN_TARGET=0,
+ MAX_TARGET=2**256//2**20 - 1,
+ PERSIST=False,
+ WORKER_PORT=9327,
+ BOOTSTRAP_ADDRS='78.27.191.182'.split(' '),
+ ANNOUNCE_CHANNEL='#p2pool-alt',
+ VERSION_CHECK=lambda v: True,
+     ),
+
     litecoin_testnet=math.Object(
         PARENT=networks.nets['litecoin_testnet'],
         SHARE_PERIOD=3, # seconds


Ive got everything set up besides this part of the code. Im not sure where this code goes as there are +'s on this code. Could you edit the nessessary files for thsi code and send it to me via mega.co.nz or pastebin? I have the main networks.py edited I just need the bitcoin folders networks.py and the helper.py edited. Thanks!
31  Alternate cryptocurrencies / Altcoin Discussion / Re: [ANN] Infinitecoin - IFC - Launched!! 524,288 coins per block!!! on: June 09, 2013, 03:51:20 AM
My wallet wqont connect Cry I've made the conf with the nodes and forwarded the ports, but it wont connect? Cry

did you put the infinitecoin.conf in the Roaming/Infinitecoin dir? try to add the addnode in the config file, these are my peers. Use addnode=ip, where ip can be chosen any of the following list.

    {
        "addr" : "77.248.113.94:9321",
        "services" : "00000001",
        "lastsend" : 1370749164,
        "lastrecv" : 1370749212,
        "conntime" : 1370653173,
        "version" : 60001,
        "subver" : "/Satoshi:0.6.3/",
        "inbound" : false,
        "releasetime" : 0,
        "startingheight" : 8233,
        "banscore" : 0
    },
    {
        "addr" : "72.23.76.121:9321",
        "services" : "00000001",
        "lastsend" : 1370749214,
        "lastrecv" : 1370749214,
        "conntime" : 1370719018,
        "version" : 60001,
        "subver" : "/Satoshi:0.6.3/",
        "inbound" : false,
        "releasetime" : 0,
        "startingheight" : 10319,
        "banscore" : 0
    },
    {
        "addr" : "99.251.187.223:9321",
        "services" : "00000001",
        "lastsend" : 1370749187,
        "lastrecv" : 1370749213,
        "conntime" : 1370731767,
        "version" : 60001,
        "subver" : "/Satoshi:0.6.3/",
        "inbound" : false,
        "releasetime" : 0,
        "startingheight" : 10766,
        "banscore" : 0
    },

    {
        "addr" : "178.26.189.224:9321",
        "services" : "00000001",
        "lastsend" : 1370749211,
        "lastrecv" : 1370749214,
        "conntime" : 1370742305,
        "version" : 60001,
        "subver" : "/Satoshi:0.6.3/",
        "inbound" : false,
        "releasetime" : 0,
        "startingheight" : 11121,
        "banscore" : 0
    },
    {
        "addr" : "110.168.241.27:9321",
        "services" : "00000001",
        "lastsend" : 1370749214,
        "lastrecv" : 1370749214,
        "conntime" : 1370742339,
        "version" : 60001,
        "subver" : "/Satoshi:0.6.3/",
        "inbound" : false,
        "releasetime" : 0,
        "startingheight" : 11124,
        "banscore" : 0
    },


Ive aded all these nodes to my conf and to my shortcut to no avail :\
32  Alternate cryptocurrencies / Altcoin Discussion / Re: /!\ [ANN] [INFINITE COIN POOL] [RUNNING] /!\ on: June 09, 2013, 03:17:14 AM
Hey any idea why I cant connect my inf coin wallet? ive added the nodes and such Sad
33  Alternate cryptocurrencies / Altcoin Discussion / Re: [ANN] Infinitecoin - IFC - Launched!! 524,288 coins per block!!! on: June 09, 2013, 03:08:51 AM
My wallet wqont connect Cry I've made the conf with the nodes and forwarded the ports, but it wont connect? Cry
34  Alternate cryptocurrencies / Altcoin Discussion / Re: Hypercoin needs a pool! on: June 07, 2013, 06:38:51 PM
HYC is dieing...Let it die man...

Lol. Far from dead. Stop wasting your time.
35  Alternate cryptocurrencies / Altcoin Discussion / Re: Hypercoin needs a pool! on: June 07, 2013, 06:34:11 PM
Yes need more pools please. . . . Grin

Grin I have a p2pool im adding now! Grin
36  Alternate cryptocurrencies / Altcoin Discussion / Re: [ANN][HYC][POOL][PPLNS][anti-DDoS] HyperCoin pool on: June 06, 2013, 09:39:34 PM
yep, that happens automatically when pool goes over 45% of the network. i can re-enable this if zacho is okay with that as the network operator.
i've asked him to come up to this thread and either allow or not to restore new regs at this pool.

Hey guys. I think (to be safe) we should keep reg's closed until further notice. hyc.scryptmining.com is still functioning for auto-payouts and is currently what a donator has their rig pointed to to help fund the development wallet. We are trying to get more donations to this wallet in order to help fund the startup of new pools. The development funded wallet is HKuHdgqGAL7nyEnsMBJnG6zgGGS5Q6emK7 . I will keep you all posted on pools, and keep checking back to the OP and website for updated info. I am also in the process of looking for other dev's to add to the team.

Cheers,

Zach
37  Alternate cryptocurrencies / Altcoin Discussion / Re: [ANN][UPDATED][WIN&OSX][Exchange] HyperCoin - Windows & OSX Client Included on: June 06, 2013, 08:14:53 PM
nearmiss
automatic payments - works
thank you

http://hyc.scryptmining.com now works normally?

UPD: to many stale share and rejected


Hey bud theres a new anti-ddos pool at http://hyc.epools.org/ . Great so far!
38  Alternate cryptocurrencies / Altcoin Discussion / Re: [ANN][UPDATED][WIN&OSX][Exchange] HyperCoin - Windows & OSX Client Included on: June 06, 2013, 08:14:09 PM
http://hyc.epools.org/ <---- Stratum Pool *NEW* RECCOMENDED

recommended yet no option to register..  Huh Huh


http://hyc.scryptmining.com/ <----Custom PPS STRATUM ONLY

web is down   Undecided

You can register :S
39  Alternate cryptocurrencies / Altcoin Discussion / Re: [ANN][HYC][POOL][PPLNS][anti-DDoS] HyperCoin pool on: June 06, 2013, 07:36:12 PM
Hey all, as I was getting many requests, I have made a pool for HyperCoin: http://hyc.epools.org/
Pool fee is 1.5%, payout scheme is PPLNS.
Only stratum is supported by now.

Come join us!

p.s. my pools reputation thread here: https://bitcointalk.org/index.php?topic=200074 and here: https://bitcointalk.org/index.php?topic=203265


Great work brother! I hope you get a nice payout yourself Smiley
40  Alternate cryptocurrencies / Altcoin Discussion / Re: [ANN][POOL] HYC Hypercoin Pool STRATUM on: June 06, 2013, 06:03:01 PM
Guys, I've got a bunch of pm's about this, and I'm working through the problems.  No its not a scam pool, its been running since launch pretty much flawlessly until yesterday.  Please just give me a bit of time to sort things out, and I'll provide updates.



any update? auto-pay outs are working but my hash speed is very low and the payments slowed way down

also I was watching cgminer, found a block but then it said stratum disconnected Sad

He is working as fast as he can. He had a hiccup and needs a bit of time to jump back on track. Hopefully everything will return to normal soon.
Pages: « 1 [2] 3 4 5 6 7 8 9 10 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!