Pages:
Author

Topic: [ANN][P2POOL] p2pool nodes on p2p-usa.xyz(Chicago) - page 2. (Read 23131 times)

member
Activity: 199
Merit: 11
Hi
a lot of mistakes on VELES x16r  Huh
on other pools this is not

What mistakes?

What do you mine?
member
Activity: 199
Merit: 11
Hi @kr1z1s

I see this message on BSV

"(from bitcoind) Warning: Unknown block versions being mined! It's possible unknown rules are in effect"

Just wondering if that affected mining that coin

Thanks in advance!

This is message because of asicboost enabled
sr. member
Activity: 377
Merit: 251
Note to self: it's not you doing it, it's us.
Hi, I do realize this question may have been answered before, but it's a short one anyway: does the BTC pool support bc1 (Bech32 (P2WPKH)) payout addresses? Thanks!

Yes

Legacy - 1....
P2SH 3....
bech32 bc1....



Great! Thank you! (fixed btc... to bc1... in your quote)
member
Activity: 199
Merit: 11
Dear Admin team,
please update wallet for Argoneum coin. There is MANDATORY UPDATE for all mining pools
https://github.com/Argoneum/argoneum/releases/tag/v1.1.2.1

Please update it ASAP!

Thank you
Martin
(Argoneum dev)

Updated
member
Activity: 199
Merit: 11


I am mining VLS COIN over on your Chicago, USA server and there is this warning on the Explorer page:

"(from bitcoind) Warning: The network does not appear to fully agree! Some miners appear to be experiencing issues."

Is the blockchain forked?




No. Normal safe mode.
member
Activity: 199
Merit: 11
Our latest wallet release v0.17.0.3 which includes our new algorithm X21S is now available. Please update your wallets. Builds for linux, mac and windows are available. The switch from X16S to X21S will occur on the 15th of October 2019 at 00:00:00 GMT. https://github.com/Pigeoncoin/pigeoncoin/releases/tag/v0.17.0.3  please let me know when completed

Updated
member
Activity: 199
Merit: 11
Hey , do you using latest wallet version of Litecoin Cash 0.16.1.1 in the pool?

Yes. Latest
member
Activity: 199
Merit: 11
Hello Operator,
can you share Myriad Argon2d p2pool settings on github or send me in email?
Please! I need this info Smiley
my email: [email protected]

i tried to create myriad/Argon2d settings, but don't work...

i try in p2pool/network/myriad_argon2d.py:

from p2pool.bitcoin import networks

# CHAIN_LENGTH = number of shares back client keeps
# REAL_CHAIN_LENGTH = maximum number of shares back client uses to compute payout
# REAL_CHAIN_LENGTH must always be <= CHAIN_LENGTH
# REAL_CHAIN_LENGTH must be changed in sync with all other clients
# changes can be done by changing one, then the other

PARENT = networks.nets['myriad_argon2d']
SHARE_PERIOD = 15 # seconds
CHAIN_LENGTH = 24*60*60//15 # shares
REAL_CHAIN_LENGTH = 24*60*60//15 # shares
TARGET_LOOKBEHIND = 200 # shares
SPREAD = 60 # blocks
IDENTIFIER = '22b421519e6007d1'.decode('hex')
PREFIX = '228b7bd6c223f853'.decode('hex')
P2P_PORT = 10890
MIN_TARGET = 0
MAX_TARGET = 2**256//10000 - 1
PERSIST = True
WORKER_PORT = 6002
BOOTSTRAP_ADDRS = 'nz.nutty.one'.split(' ')
VERSION_CHECK = lambda v: None if 90216 <= v else 'Myriad version too old. Upgrade to 0.9.2.16 or newer!'
ALGORITHM = 'Argon2d'


and in p2pool/bitcoin//network/myriad_argon2d.py:


import os
import platform

from twisted.internet import defer

from .. import data, helper
from p2pool.util import pack


P2P_PREFIX = 'af4576ee'.decode('hex')
P2P_PORT = 10888
ADDRESS_VERSION = 50
RPC_PORT = 10889
RPC_CHECK = defer.inlineCallbacks(lambda bitcoind: defer.returnValue(
            (yield helper.check_genesis_block(bitcoind, '00000ffde4c020b5938441a0ea3d314bf619eff0b38f32f78f7583cffa1ea485')) and
            not (yield bitcoind.rpc_getinfo())['testnet']
        ))
SUBSIDY_FUNC = lambda height: 1000*100000000 >> (height + 1)//967680
POW_FUNC = lambda data: pack.IntType(256).unpack(__import__('argon2d_hash').getHash(data, 80))
BLOCK_PERIOD = 300 # s
SYMBOL = 'XMY'
CONF_FILE_FUNC=lambda: os.path.join(os.path.join(os.environ['APPDATA'], 'myriadcoin') if platform.system() == 'Windows' else os.path.expanduser('~/Library/Application Support/myriadcoin/') if platform.system() == 'Darwin'$
BLOCK_EXPLORER_URL_PREFIX = 'http://insight-myr.cryptap.us/block/'
ADDRESS_EXPLORER_URL_PREFIX = 'http://insight-myr.cryptap.us/address/'
TX_EXPLORER_URL_PREFIX = 'http://insight-myr.cryptap.us/tx/'
SANE_TARGET_RANGE=(2**256//1000000000 - 1, 2**256//10000 - 1)
DUMB_SCRYPT_DIFF = 2**16
DUST_THRESHOLD = 0.001e8

Thanks,
 Joe


This is very very old source

The coin changed. We need to change a lot
member
Activity: 199
Merit: 11
Hi, I do realize this question may have been answered before, but it's a short one anyway: does the BTC pool support bc1 (Bech32 (P2WPKH)) payout addresses? Thanks!

Yes

Legacy - 1....
P2SH 3....
bech32 bc....

member
Activity: 199
Merit: 11
Alert did not come.
sr. member
Activity: 377
Merit: 251
Note to self: it's not you doing it, it's us.
Hi, I do realize this question may have been answered before, but it's a short one anyway: does the BTC pool support bc1 (Bech32 (P2WPKH)) payout addresses? Thanks!
member
Activity: 280
Merit: 10
Hi
a lot of mistakes on VELES x16r  Huh
on other pools this is not
newbie
Activity: 46
Merit: 0
Hi @kr1z1s

I see this message on BSV

"(from bitcoind) Warning: Unknown block versions being mined! It's possible unknown rules are in effect"

Just wondering if that affected mining that coin

Thanks in advance!
jr. member
Activity: 57
Merit: 1
Dear Admin team,
please update wallet for Argoneum coin. There is MANDATORY UPDATE for all mining pools
https://github.com/Argoneum/argoneum/releases/tag/v1.1.2.1

Please update it ASAP!

Thank you
Martin
(Argoneum dev)
newbie
Activity: 39
Merit: 0


I am mining VLS COIN over on your Chicago, USA server and there is this warning on the Explorer page:

"(from bitcoind) Warning: The network does not appear to fully agree! Some miners appear to be experiencing issues."

Is the blockchain forked?


newbie
Activity: 25
Merit: 0
Our latest wallet release v0.17.0.3 which includes our new algorithm X21S is now available. Please update your wallets. Builds for linux, mac and windows are available. The switch from X16S to X21S will occur on the 15th of October 2019 at 00:00:00 GMT. https://github.com/Pigeoncoin/pigeoncoin/releases/tag/v0.17.0.3  please let me know when completed
newbie
Activity: 43
Merit: 0
Hey , do you using latest wallet version of Litecoin Cash 0.16.1.1 in the pool?
newbie
Activity: 9
Merit: 0
Hello Operator,
can you share Myriad Argon2d p2pool settings on github or send me in email?
Please! I need this info Smiley
my email: [email protected]

i tried to create myriad/Argon2d settings, but don't work...

i try in p2pool/network/myriad_argon2d.py:

from p2pool.bitcoin import networks

# CHAIN_LENGTH = number of shares back client keeps
# REAL_CHAIN_LENGTH = maximum number of shares back client uses to compute payout
# REAL_CHAIN_LENGTH must always be <= CHAIN_LENGTH
# REAL_CHAIN_LENGTH must be changed in sync with all other clients
# changes can be done by changing one, then the other

PARENT = networks.nets['myriad_argon2d']
SHARE_PERIOD = 15 # seconds
CHAIN_LENGTH = 24*60*60//15 # shares
REAL_CHAIN_LENGTH = 24*60*60//15 # shares
TARGET_LOOKBEHIND = 200 # shares
SPREAD = 60 # blocks
IDENTIFIER = '22b421519e6007d1'.decode('hex')
PREFIX = '228b7bd6c223f853'.decode('hex')
P2P_PORT = 10890
MIN_TARGET = 0
MAX_TARGET = 2**256//10000 - 1
PERSIST = True
WORKER_PORT = 6002
BOOTSTRAP_ADDRS = 'nz.nutty.one'.split(' ')
VERSION_CHECK = lambda v: None if 90216 <= v else 'Myriad version too old. Upgrade to 0.9.2.16 or newer!'
ALGORITHM = 'Argon2d'


and in p2pool/bitcoin//network/myriad_argon2d.py:


import os
import platform

from twisted.internet import defer

from .. import data, helper
from p2pool.util import pack


P2P_PREFIX = 'af4576ee'.decode('hex')
P2P_PORT = 10888
ADDRESS_VERSION = 50
RPC_PORT = 10889
RPC_CHECK = defer.inlineCallbacks(lambda bitcoind: defer.returnValue(
            (yield helper.check_genesis_block(bitcoind, '00000ffde4c020b5938441a0ea3d314bf619eff0b38f32f78f7583cffa1ea485')) and
            not (yield bitcoind.rpc_getinfo())['testnet']
        ))
SUBSIDY_FUNC = lambda height: 1000*100000000 >> (height + 1)//967680
POW_FUNC = lambda data: pack.IntType(256).unpack(__import__('argon2d_hash').getHash(data, 80))
BLOCK_PERIOD = 300 # s
SYMBOL = 'XMY'
CONF_FILE_FUNC=lambda: os.path.join(os.path.join(os.environ['APPDATA'], 'myriadcoin') if platform.system() == 'Windows' else os.path.expanduser('~/Library/Application Support/myriadcoin/') if platform.system() == 'Darwin'$
BLOCK_EXPLORER_URL_PREFIX = 'http://insight-myr.cryptap.us/block/'
ADDRESS_EXPLORER_URL_PREFIX = 'http://insight-myr.cryptap.us/address/'
TX_EXPLORER_URL_PREFIX = 'http://insight-myr.cryptap.us/tx/'
SANE_TARGET_RANGE=(2**256//1000000000 - 1, 2**256//10000 - 1)
DUMB_SCRYPT_DIFF = 2**16
DUST_THRESHOLD = 0.001e8

Thanks,
 Joe
newbie
Activity: 81
Merit: 0
hello just a heads up, I'm giving out 10K to next pool who mines the 10K block, and you can share it with your miners who are mining BCM.  Thank you for your support!!
member
Activity: 199
Merit: 11
Hello. I never received these coins? Can you guys help?

https://chainz.cryptoid.info/cann/address.dws?CSicLrCQBf2uVN8NST1xhn4Ld66LmpbKHD

Thanks,
andy

Hi
https://chainz.cryptoid.info/cann/address.dws?CSicLrCQBf2uVN8NST1xhn4Ld66LmpbKHD - this is CANN blockexplorer
On you address CSicLrCQBf2uVN8NST1xhn4Ld66LmpbKHD 93,701.75261806 CANN

But from my pool coins to you wallet send by coinbase transaction.

If you use mobile CANN wallet you won't see them.

Mobil walet, exchange walet not able to work with coinbase transactions.

Pool offers Instant Payout immediately when block found via Coinbase transaction.
Coinbase transaction - be careful to mine directly to Exchanges or Online wallets, they may not support such transactions.
Mining to local wallet is the most preferred and the safest way.
Pages:
Jump to: