Search content
Sort by

Showing 20 of 191 results by kr1z1s
Post
Topic
Board Pools (Altcoins)
Re: [ANN][P2POOL] p2pool nodes on p2p-usa.xyz(Chicago)
by
kr1z1s
on 22/11/2019, 15:58:09 UTC
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)

Not bc1. Only bc - https://github.com/bitcoin/bitcoin/blob/master/src/chainparams.cpp#L131
Post
Topic
Board Pools (Altcoins)
Re: [ANN][P2POOL] p2pool nodes on p2p-usa.xyz(Chicago)
by
kr1z1s
on 22/11/2019, 15:55:46 UTC
Hi
a lot of mistakes on VELES x16r  Huh
on other pools this is not

What mistakes?

What do you mine?
Post
Topic
Board Pools (Altcoins)
Re: [ANN][P2POOL] p2pool nodes on p2p-usa.xyz(Chicago)
by
kr1z1s
on 22/11/2019, 15:54:57 UTC
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
Post
Topic
Board Pools (Altcoins)
Re: [ANN][P2POOL] p2pool nodes on p2p-usa.xyz(Chicago)
by
kr1z1s
on 22/11/2019, 15:53:40 UTC
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
Post
Topic
Board Pools (Altcoins)
Re: [ANN][P2POOL] p2pool nodes on p2p-usa.xyz(Chicago)
by
kr1z1s
on 22/11/2019, 15:53:22 UTC


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.
Post
Topic
Board Pools (Altcoins)
Re: [ANN][P2POOL] p2pool nodes on p2p-usa.xyz(Chicago)
by
kr1z1s
on 22/11/2019, 15:52:45 UTC
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
Post
Topic
Board Pools (Altcoins)
Re: [ANN][P2POOL] p2pool nodes on p2p-usa.xyz(Chicago)
by
kr1z1s
on 22/11/2019, 15:51:08 UTC
Hey , do you using latest wallet version of Litecoin Cash 0.16.1.1 in the pool?

Yes. Latest
Post
Topic
Board Pools (Altcoins)
Re: [ANN][P2POOL] p2pool nodes on p2p-usa.xyz(Chicago)
by
kr1z1s
on 22/11/2019, 15:50:29 UTC
Hello Operator,
can you share Myriad Argon2d p2pool settings on github or send me in email?
Please! I need this info Smiley
my email: online.jobs.news@gmail.com

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
Post
Topic
Board Pools (Altcoins)
Re: [ANN][P2POOL] p2pool nodes on p2p-usa.xyz(Chicago)
by
kr1z1s
on 22/11/2019, 15:47:55 UTC
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....

Post
Topic
Board Pools (Altcoins)
Re: [ANN][P2POOL] p2pool nodes on p2p-usa.xyz(Chicago)
by
kr1z1s
on 22/11/2019, 15:47:04 UTC
Alert did not come.
Post
Topic
Board Announcements (Altcoins)
Re: [ANN] [2GIVE] / Bittrex Removal / Migrate Coins to Personal Wallets / Exchanges
by
kr1z1s
on 03/11/2019, 17:56:24 UTC
Hosting for 2Give will expire soon. https://chainz.cryptoid.info/2give/

All recent hosting payments were made by me



But I won't pay any more.

After 2019-11-16 this hosting will be closed
Post
Topic
Board Pools (Altcoins)
Re: [ANN][P2POOL] p2pool nodes on p2p-usa.xyz(Chicago)
by
kr1z1s
on 26/08/2019, 07:36:45 UTC
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.
Post
Topic
Board Pools (Altcoins)
Re: [ANN][P2POOL] p2pool nodes on p2p-usa.xyz(Chicago)
by
kr1z1s
on 19/08/2019, 11:05:05 UTC
I'm mining SIN (Sinovate) and I don't find which is the threshold for this coin?
Hello

This p2pool

Block is immediately distributed among the miners.

But pool hashrate VERY low

Expected time to block (pool):   24d 8h 7m 2s (this info from http://p2p-spb.xyz:3225/static/)
Post
Topic
Board Pools (Altcoins)
Re: [ANN][P2POOL] p2pool nodes on p2p-usa.xyz(Chicago)
by
kr1z1s
on 02/08/2019, 16:25:21 UTC


Thank you for your answer. Now I know the problem. So how do I fix? You said the Core Wallet, not sure what that is, if you could point me in the right direction to get that, I would really appreciate it. Then, after I get the new wallet address, I know I will just change my worker name to that address in the antminer settings, but how do I get the already mined coins sent to that new address?

The pool doesn't store coins. They are immediately generated on the wallets miners.

Look at the blockexplorer. The coins are already in your wallet. If possible - export privkey from you address. And import to core wallet - https://github.com/cannabiscoindev/cannabiscoin420/releases/tag/v0.13.1

Or wait for the update Android wallet. After update coins will be there.
Post
Topic
Board Pools (Altcoins)
Re: [ANN][P2POOL] p2pool nodes on p2p-usa.xyz(Chicago)
by
kr1z1s
on 31/07/2019, 06:08:35 UTC
I found the actuall cannibis coin wallet from thier website https://cannabiscoin.net/#wallets-downloads It is an android app on my phone.

Yes.

This android wallet does not work correctly with p2pool coinbase transactions

The coins came to the address. Blockchain (cryptoid) confirms it.

But the wallet does not know how to display them.

Usually after updating the wallet all the coins that have been mined before the update time appear. Every time.

With their official Core wallet no such problem
Post
Topic
Board Pools (Altcoins)
Re: [ANN][P2POOL] p2pool nodes on p2p-usa.xyz(Chicago)
by
kr1z1s
on 31/07/2019, 03:04:47 UTC
I am mining on the chicago Cann node and can not figure out how to get the coins sent to my wallet. I have my CANN wallet address as my worker name. I see how much I have earned on the CRYPTOID page, there is a send coin button, but that does nothing. I have been mining for 3 days and nothing has been sent to my wallet. It shows I have a balance that keeps going up, same as the recieved but zero sent. How do I trigger the payout to my wallet address? FYI, totally new to mining, using a D3

what wallet do you use?

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.

Post
Topic
Board Pools (Altcoins)
Re: [ANN][P2POOL] p2pool nodes on p2p-usa.xyz(Chicago)
by
kr1z1s
on 21/07/2019, 14:53:33 UTC
Please update EMC2 wallet to 13.6 version
GitHub: https://github.com/emc2foundation/einsteinium
Branch: Master 


Mandatory update?
Post
Topic
Board Pools (Altcoins)
Re: [ANN][P2POOL] p2pool nodes on p2p-usa.xyz(Chicago)
by
kr1z1s
on 07/07/2019, 06:22:52 UTC
I'm trying to mine Yenten in your pool today, with this address: YQqFKoc8t7QcBH2Sg8h9SecYBkQAkzxABa
The pool hash rate is around 5kH/s and my hash rate is around 4kH/s.
So, I predicted my earning is around 40 YTN for this recent blocks, but it was less than it.
I wonder how the distribution is calculated in your pool...it is determined total share? each miner's share is not reset when a block is found?


There is information on the pool page

"System of payments - Pay Per You Shares in Sharechain
Maximum predicted payout in 1 day.
After leaving the p2pool payments will be received for some time!"

After connecting you during the day will increase predicted pay.

Sharechain - mini blockchain. Gradually, it appears your shares.

After a day your shares are distributed on it.

And then you get the maximum reward for your hashrate.

After leaving the p2pool your shares will start to pop out on sharechain. You predicted payouts will decrease.

But you will continue to receive a reward from the found blocks. Even after you left.
Post
Topic
Board Pools (Altcoins)
Re: [ANN][P2POOL] p2pool nodes on p2p-usa.xyz(Chicago)
by
kr1z1s
on 29/06/2019, 04:09:24 UTC
Hi
How Can I Set Payout Threshold For Mining CannabisCoin ?

Payout Is Per Block Right Now !!!

Thanks

No payout threshold. The block is created with your wallet inside coinbase transaction.
Post
Topic
Board Pools (Altcoins)
Re: [ANN][P2POOL] p2pool nodes on p2p-usa.xyz(Chicago)
by
kr1z1s
on 29/06/2019, 04:06:13 UTC
Hi, I'm mining on your Goldcoin Chicago pool and I noticed that the link to the block explorer has the old abbreviation for Goldcoin (GLD) which was recently changed to GLC.  It's showing up in the url link to the mining address on the block explorer and also in the url link for each txid for blocks found.

Thanks for the great pools!

Sherman

Explorer link fixed. Thank you.