Search content
Sort by

Showing 20 of 73 results by upsilon
Post
Topic
Board Announcements (Altcoins)
Re: [ANN][HZ] Horizon Long + Fair Distribution|Decentralized Asset Exchange
by
upsilon
on 07/04/2015, 21:30:47 UTC
Hello,

Why my node return last payout 04 april ? :

Last Checked: 2015-04-07 21:02:49 | Last Payout: 2015-04-05 02:01:00
Total Uptime: 7620 mins | Upime Until Next Payout: -420 mins

I don't anything change   Undecided
Post
Topic
Board Announcements (Altcoins)
Re: [ANN][HZ] Horizon Long + Fair Distribution|Decentralized Asset Exchange
by
upsilon
on 02/04/2015, 16:14:26 UTC
Hello,

Why my node return (I use wallet 3.9)

Code:
Hallmark Not Submitted By Node


It's normal ?

My config is correct, may be i just started node ?

Thanks ^^
Post
Topic
Board Announcements (Altcoins)
Re: [BCN] Bytecoin. Secure, private, untraceable since 2012
by
upsilon
on 01/04/2015, 16:36:56 UTC
Hello,

Link for download blockchain is broken :/

https://mega.co.nz/#!xE4lVLab!-ek76XU5CJPAKVWunhZd14Jc-T2GHJqYzdEoGioDyxU

Thanks
Post
Topic
Board Announcements (Altcoins)
Re: [ANN][HZ] Horizon Long + Fair Distribution|Decentralized Asset Exchange
by
upsilon
on 01/04/2015, 07:19:47 UTC
Hello, everybody

My node return

Code:
Hallmark Not Submitted By Node

I don't understand why :-/ may be I just started node ?

Thanks ^^


PS : excuse me for my english I'm french



Post
Topic
Board Mining (Altcoins)
Re: Digital Ocean Riecoin Ypool Pool Mining Guide! CPU only! [RIC]
by
upsilon
on 15/02/2014, 10:03:53 UTC
Thanks for this tuto, but do you have an example for :

Change the word native to corei7 both here:

CFLAGS += -march=native

and here:

CXXFLAGS += -march=native


please ,

Thanks
Post
Topic
Board Altcoin Discussion
Re: I have $15,000 To invest, which Altcoin should i invest in ?
by
upsilon
on 11/02/2014, 18:54:02 UTC
POTCoin or Sexcoin. I like digibyte so.
Post
Topic
Board Announcements (Altcoins)
Re: [ANN] SOMA :: CPU Mining :: RARE | No Premine //LAUNCHED!//
by
upsilon
on 08/02/2014, 16:10:57 UTC
Dead coin ?
Post
Topic
Board Pools (Altcoins)
Re: [ANN][MAX] DwarfPool - anonymous with autopayouts and failover servers.
by
upsilon
on 08/02/2014, 15:29:05 UTC
I have a lot of :

 ...retry after 15 seconds
 Stratum connection failed: Failed connect to erebor.dwarfpool.com:3339;

:-/
Post
Topic
Board Altcoins (Français)
Re: MaxCoin
by
upsilon
on 07/02/2014, 11:08:16 UTC
Regarde du coté de chez http://max.1gh.com/ p2pool qui fonctionne.

++
Post
Topic
Board Announcements (Altcoins)
Re: [ANN][PHI] Φ PhiCoin Φ Phiwallet.com Φ PhiChain.info Φ 1.6
by
upsilon
on 06/02/2014, 16:44:51 UTC
Please share info for

BOOTSTRAP_ADDRS
SANE_TARGET_RANGE

for network.py

Thanks Wink
Post
Topic
Board Announcements (Altcoins)
Re: [ANN] SOMA :: CPU Mining :: RARE | No Premine //LAUNCHED!//
by
upsilon
on 03/02/2014, 16:25:25 UTC
Share config for network.py please  Wink
Post
Topic
Board Announcements (Altcoins)
Re: [ANN] SOMA :: CPU Mining :: RARE | No Premine //LAUNCHED!//
by
upsilon
on 02/02/2014, 12:47:41 UTC
for more p2pool should share the info of files network.py someone to correct me?

thank you

/p2pool-quarkcoin/p2pool/networks.py


 
Code:
  somacoin=math.Object(
        PARENT=networks.nets['quarkcoin'],
        SHARE_PERIOD=15, # seconds
        NEW_SHARE_PERIOD=15, # seconds
        CHAIN_LENGTH=24*60*60//10, # shares
        REAL_CHAIN_LENGTH=24*60*60//10, # shares
        TARGET_LOOKBEHIND=50, # shares  //with that the pools share diff is adjusting faster, important if huge hashing power comes to the pool
        SPREAD=30, # blocks
        NEW_SPREAD=30, # blocks
        IDENTIFIER='fc70135c7a81bc6f'.decode('hex'),
        PREFIX='9472ef181efcd37b'.decode('hex'),
        P2P_PORT=12533,
        MIN_TARGET=0,
        MAX_TARGET=2**256//2**20 - 1,
        PERSIST=False,
        WORKER_PORT=12633,
        BOOTSTRAP_ADDRS=''.split(' '),
        #ANNOUNCE_CHANNEL='#p2pool',
        VERSION_CHECK=lambda v: True,
    ),


/p2pool-quarkcoin/p2pool/bitcoin/networks.py

Code:
    somacoin=math.Object(
        P2P_PREFIX=''.decode('hex'),
        P2P_PORT=12533,
        ADDRESS_VERSION=58,
        RPC_PORT=12633,
        RPC_CHECK=defer.inlineCallbacks(lambda bitcoind: defer.returnValue(
            'quarkcoinaddress' in (yield bitcoind.rpc_help()) and
            not (yield bitcoind.rpc_getinfo())['testnet']
        )),
        SUBSIDY_FUNC=lambda height: 2048*100000000 >> (height + 1)//60480,
        BLOCKHASH_FUNC=lambda data: pack.IntType(256).unpack(__import__('quark_hash').getPoWHash(data)),
        POW_FUNC=lambda data: pack.IntType(256).unpack(__import__('quark_hash').getPoWHash(data)),
        BLOCK_PERIOD=30, # s
        SYMBOL='SOMA',
        CONF_FILE_FUNC=lambda: os.path.join(os.path.join(os.environ['APPDATA'], 'Quarkcoin') if platform.system() == 'Windows' else os.path.expanduser('~/Library/Appli$
        BLOCK_EXPLORER_URL_PREFIX='http://176.221.46.81/block/',
        ADDRESS_EXPLORER_URL_PREFIX='http://176.221.46.81/address/',
        SANE_TARGET_RANGE=(2**256//2**32//1000 - 1, 2**256//2**20 - 1),
        DUMB_SCRYPT_DIFF=1,
        DUST_THRESHOLD=0.001e8,
    ),


(excuse me for my english i'm french Wink )
Post
Topic
Board Pools (Altcoins)
Re: Best Dogecoin pool
by
upsilon
on 31/01/2014, 10:10:15 UTC
Hello !

New P2pool for Dogecoin on doge.upsipool.com:22550

Dedicated server - 24/24 online

Fast guide for mining on UpsiPool

Server & port : http://doge.upsipool.com:22550/
Username : Your Dogecoin address
Password : Anything


For minerd (Windows - Don't forget ":")
minerd.exe -t 4 -o http://doge.upsipool.com:22550/ -O YOURDOGECOINADDRESS:

For cudaminer (Windows - Don't forget ":")
cudaminer.exe -o http://doge.upsipool.com:22550/ -O YOURDOGECOINADDRESS:

doge.upsipool.com

Thanks ;-)
Post
Topic
Board Announcements (Altcoins)
Re: [ANN][POT] PotCoin Launches Today 01/21 @ 4:20
by
upsilon
on 31/01/2014, 09:53:26 UTC
Pot.upsipool.com

Dedicated server ! Running stable!

24h/24h - Nice design  Tongue

point your miner to http://188.226.135.210:9420/

Pot.upsipool.com
Post
Topic
Board Altcoins (Français)
Re: Que minez vous aujourd'hui?
by
upsilon
on 30/01/2014, 18:46:35 UTC
Je suis sur Primecoin et Dimecoin
Post
Topic
Board Annonces
Re: [ANN] [USDE] DAY #6 Croissance Stable!! - U.S. Crypto Reserve eCoin **LQQK
by
upsilon
on 30/01/2014, 18:45:02 UTC
J'en ai miné au début en solo, j'attends l'arrivée sur Crypsty, c'est vrai que du coté anglais le fil fonctionne à fond ^^
Post
Topic
Board Announcements (Altcoins)
Re: [ANN][POT] PotCoin Launches Today 01/21 @ 4:20
by
upsilon
on 30/01/2014, 18:34:13 UTC
New P2Pool Potcoin !

UpsiPool - Potcoin

Payouts automatically. No registration required.

Dedicated server


Hostname: http://188.226.135.210:9420/


pot.upsipool.com


Thanks
Post
Topic
Board Mining (Altcoins)
Re: [POT] OFFICIAL POOL THREAD 420 POTCOIN
by
upsilon
on 30/01/2014, 17:20:48 UTC
New P2Pool Potcoin !

UpsiPool - Potcoin

1% Fee - Payouts automatically. No registration required.

Dedicated server


Hostname: http://188.226.135.210:9420/


pot.upsipool.com


Thanks Wink
Post
Topic
Board Mining (Altcoins)
Topic OP
[POT][P2POOL] Potcoin - UpsiPool
by
upsilon
on 30/01/2014, 17:17:09 UTC
Hello !

Pot.upsipool.com

Dedicated server ! Running stable!

24h/24h - Nice design  Tongue

point your miner to http://188.226.135.210:9420/

Pot.upsipool.com


For minerd (Windows - Don't forget ":")
minerd.exe -t 4 -o http://188.226.135.210:9420/ -O YOURPOTCOINADDRESS:

For cudaminer (Windows - Don't forget ":")
cudaminer.exe -o http://188.226.135.210:9420/ -O YOURPOTCOINADDRESS:


Thanks ;-)
Post
Topic
Board Annonces
Topic OP
[P2POOL] Potcoin - UpsiPool
by
upsilon
on 30/01/2014, 15:31:50 UTC
Bonjour à tous !

Nouvelle P2pool pour Potcoin - pot.upsipool.com

Serveur dédie - 24h/24h online - Serveur au Pays-Bas - 1% de taxe (frais de serveur)

Info de connexion pour Potcoin

Serveur & port : http://188.226.135.210:9420/
Nom d'utilisateur : Votre adresse Potcoin
Mot de passe : RIEN


Pour minerd (Windows - Ne pas oublier les " : " à la fin)
minerd.exe -t 4 -o http://188.226.135.210:9420/ -O VOTREADRESSEPOTCOIN:

For cudaminer (Windows - Ne pas oublier les " : " à la fin)
cudaminer.exe -o http://188.226.135.210:9420/ -O VOTREADRESSEPOTCOIN:

pot.upsipool.com

N'hésitez pas à venir jeter un coup d’œil
Merci du soutien Wink