Search content
Sort by

Showing 20 of 41 results by ruggero
Post
Topic
Board Announcements (Altcoins)
Re: [ANN][SHA-256][21coin] ULTRA RARE 21 COIN - NOW IN CRYPTORUSH.IN - 3 EXCHANGES!
by
ruggero
on 28/02/2014, 09:14:49 UTC
Thanks Proteu5! Smiley
But this is how http://nr1.co.in rolls! Smiley Once we get a pool to work, we share the knowledge!
We only just started, but we'll try to get a Git repository up and running soon, until then sharing the code on the forum for each specific coin will do.
Also please, any improvements and/or suggestions are also welcome!
Post
Topic
Board Announcements (Altcoins)
Re: [ANN][SHA-256][21coin] ULTRA RARE 21 COIN - NOW IN CRYPTORUSH.IN - 3 EXCHANGES!
by
ruggero
on 27/02/2014, 12:14:21 UTC
Hi all!
I wanted to give the community the settings to add P2Pool nodes for 21coin.
You can download and install Rav3nPL's p2pool-rav from GitHub: https://github.com/Rav3nPL/p2pool-rav
Just add the following code sections at the end of each networks.py file.

In p2pool-rav/p2pool/bitcoin/networks.py add:

Code:
   twentyone=math.Object(
        P2P_PREFIX='21212121'.decode('hex'),
        P2P_PORT=21213,
        ADDRESS_VERSION=3,
        RPC_PORT=21212,
        RPC_CHECK=defer.inlineCallbacks(lambda bitcoind: defer.returnValue(
            '21coinaddress' in (yield bitcoind.rpc_help()) and
            not (yield bitcoind.rpc_getinfo())['testnet']
        )),
        SUBSIDY_FUNC=lambda height: 0.00000001*100000000 if height < 1500 else 0.0021*100000000 if height == 212 else 0.0021*100000000 if height == 2122 else 0.0021*100000000 if height == 21212 else 0.0021*100000000 if height == 212121 else 0.0021*100000000 if height == 2121212 else 0.000021*100000000,
        POW_FUNC=data.hash256,
        BLOCK_PERIOD=126, # s
        SYMBOL='21',
        CONF_FILE_FUNC=lambda: os.path.join(os.path.join(os.environ['APPDATA'], '21coin') if platform.system() == 'Windows' else os.path.expanduser('~/Library/Application Support/21coin/') if platform.system() == 'Darwin' else os.path.expanduser('~/.21coin'), '21coin.conf'),
        BLOCK_EXPLORER_URL_PREFIX='http://bitalchemy.net/21coin/',
        ADDRESS_EXPLORER_URL_PREFIX='http://bitalchemy.net/21coin/',
        TX_EXPLORER_URL_PREFIX='http://bitalchemy.net/21coin/',
        SANE_TARGET_RANGE=(2**256//2**32//1000 - 1, 2**256//2**32 - 1),
        DUMB_SCRYPT_DIFF=1,
        DUST_THRESHOLD=0.001e8,
    ),

And in p2pool-rav/p2pool/networks.py add:

Code:
   twentyone=math.Object(
        PARENT=networks.nets['twentyone'],
        SHARE_PERIOD=25, # seconds
        CHAIN_LENGTH=24*60*60//10, # shares
        REAL_CHAIN_LENGTH=24*60*60//10, # shares
        TARGET_LOOKBEHIND=200, # shares
        SPREAD=10, # blocks
        IDENTIFIER='1212121212121212'.decode('hex'), ## If this value is changed the P2Pool won't sync with other nodes
        PREFIX='2121212121212121'.decode('hex'), ## If this value is changed the P2Pool won't sync with other nodes
        P2P_PORT=21022, ## If this value is changed the P2Pool won't sync with other nodes
        MIN_TARGET=0,
        MAX_TARGET=2**256//2**32 - 1,
        PERSIST=False,
        WORKER_PORT=21021, ## IMPORTANT: Don't forget to open this port on your Firewall!
        ## Add your pool in the line below, e.g.:
        ## BOOTSTRAP_ADDRS='nr1.co.in yourpool.com '.split(' '),
        ## or should you not have a domain name use your IP address, e.g.:
        ## BOOTSTRAP_ADDRS='nr1.co.in 123.156.123.232 '.split(' '),
        BOOTSTRAP_ADDRS='nr1.co.in'.split(' '),
        ANNOUNCE_CHANNEL='#p2pool',
        VERSION_CHECK=lambda v: True,
    ),

Please don't hesitate to ask if you need some support.
Post
Topic
Board Mining (Altcoins)
Re: P2Pool Detailed Settings for Altcoins
by
ruggero
on 21/02/2014, 02:37:45 UTC
Please deeppurple72, let's keep this conversation on github. You made your point and I understand it and I accept it.
Of course you are welcome any time to join and contribute in documenting more in detail the internals of the P2Pool configuration.
If not now in several months, or whenever it will not be an obstacle to your goals/plans.

Post
Topic
Board Mining (Altcoins)
Re: P2Pool Detailed Settings for Altcoins
by
ruggero
on 21/02/2014, 02:16:39 UTC
Hi CartmanSPC,

first of all thanks for all the work you put in organizing this information about P2Pool. Reading it put me up with most of the knowledge I have of configuring new P2Pools for altcoins.
I guess you read the disappointing answer of deeppurple72 on Github (if not go and check it https://github.com/forrestv/p2pool/issues/157#issuecomment-35691652).

If you don't mind I'd like to help/contribute to the work you have started, and join forces to figure out how to make as many interesting cryptos as possible with p2pool.
And then redistribute the code + the documentation for the good of the community as a whole.

If you think it's too much work or you are not interested I will understand. But then I'll try to carry on on my own and of course give you all the credit you deserve!
Ciao!
Post
Topic
Board Announcements (Altcoins)
Re: [ANN] Unobtanium: Updated 0.9.2 Build Available NOW + Faucet Fixed!
by
ruggero
on 06/02/2014, 14:01:27 UTC
Hi!

Is there anybody who would like to be a betatester for my new [Un] P2Pool?

Connection parameters

Features

More about P2Pool technology: https://en.bitcoin.it/wiki/P2Pool

http://i.imgur.com/MDdCkah.png
Post
Topic
Board Announcements (Altcoins)
Re: [ANN] Melange [SPICE] - The Spice Must Flow!
by
ruggero
on 06/02/2014, 10:44:18 UTC
Thanks Mogrith!

I've got the miner up and running!

The output looks good!
Code:
Nr1 06/02/2014 11:39:53, checking for stratum...
Nr1 06/02/2014 11:39:54, Loaded existing compiled kernel: e119e709c22dbee36dc82e2e08430def.elf
Nr1 06/02/2014 11:39:54, Worksize: 192
Nr1 06/02/2014 11:39:54, using JSON-RPC (no stratum header)
Nr1 06/02/2014 11:39:54, Calling with tgt 0e7d4100 00000000
Nr1 06/02/2014 11:40:04, 0:1:GeForce 320M 0[0.652 MH/s (~0 MH/s)] [Rej: 0/0 (0.00%)]
Nr1 06/02/2014 11:40:14, 0:1:GeForce 320M 0[0.667 MH/s (~0 MH/s)] [Rej: 0/0 (0.00%)]
Nr1 06/02/2014 11:40:24, 0:1:GeForce 320M 0[0.684 MH/s (~0 MH/s)] [Rej: 0/0 (0.00%)]
Post
Topic
Board Announcements (Altcoins)
Re: [ANN][DOGE] Dogecoin - very currency many coin - v1.5 Released!
by
ruggero
on 05/02/2014, 23:56:35 UTC
Welcome to Nr1 DOGE P2Pool!


Much address: http://doge.nr1.co.in:22550

Very user:

Very password: pls_whatever

e.g. cgminer -o http://doge.nr1.co.in:22550 -u -p *pls_whatever*


Much fun! Pls don't mind **very fee 0.6%** (much 0.5% to very authors of P2Pool + much 0.1% to very pool)

Very enjoy!! :3

http://i.imgur.com/sdaosv3.jpg
Post
Topic
Board Mining (Altcoins)
Topic OP
[ANN][DOGE][POOL] Nr1 P2Pool
by
ruggero
on 05/02/2014, 23:40:58 UTC
Pool Information
  • 0.6% p2pool node fees (0.5% to the authors of P2Pool + 0.1% to the pool)
  • Direct payouts to your wallet without being hold by any insecure pool wallet
  • Dynamic worker tracker frontend - just enter your address and watch the stats

How do you connect?
This is the address of the pool: http://doge.nr1.co.in:22550
This is a P2Pool, no registration is required!
The username is your doge address, the password is whatever string of characters. E.g.:

cgminer -o http://doge.nr1.co.in:22550 -u -p 123

Have fun!! :3
Post
Topic
Board Announcements (Altcoins)
Re: [ANN] Melange [SPICE] - The Spice Must Flow!
by
ruggero
on 05/02/2014, 18:33:58 UTC
Now I've got a synced wallet on my Linux console.
Next step: I'd like to start mining.

Can anybody confirm me this is the right command in Linux?

./spiced setgenerate true

As far as I understood it might take a while for me to see a block.
If I query getmininginfo I read:

{
    "blocks" : 10828,
    "currentblocksize" : 1000,
    "currentblocktx" : 0,
    "difficulty" : 32.29897560,
    "errors" : "",
    "generate" : true,
    "genproclimit" : 1,
    "hashespersec" : 107285,
    "pooledtx" : 0,
    "testnet" : false
}


Thanks!
Post
Topic
Board Announcements (Altcoins)
Re: [ANN] Melange [SPICE] - The Spice Must Flow!
by
ruggero
on 05/02/2014, 18:28:04 UTC
Thanks Mogrith! Cheesy
I've got two nodes up!
Post
Topic
Board Announcements (Altcoins)
Re: [ANN] Melange [SPICE] - The Spice Must Flow!
by
ruggero
on 05/02/2014, 17:40:27 UTC
Is the coin still alive? I successfully compiled the wallet on Linux. I can run spiced, but it finds no peers, even with the addnode lists from this thread in the conf.
Any ideas?
Post
Topic
Board Exchanges
Re: MtGox withdrawal delays [Gathering]
by
ruggero
on 28/11/2013, 16:46:39 UTC
You know, technical problems happen, things can go wrong, but that they say they have a 24/7/365 support and have not bothered to give a single answer in 50+ hours is ridiculous!
Post
Topic
Board Exchanges
Re: MtGox withdrawal delays [Gathering]
by
ruggero
on 28/11/2013, 15:12:11 UTC
49 hours later and still no sign of my BTC withdrawal... Sad
(nor answer to any of the support tickets I opened...)
Post
Topic
Board Exchanges
Re: MtGox withdrawal delays [Gathering]
by
ruggero
on 28/11/2013, 00:47:48 UTC
Hi Sturle, thanks for your reply. This is the first time something like this happens to me, I never had problems with MtGox before.
I understand there is nothing I can do, except checking now and then http://skanner.net/MtGox/mtgox_tx.php

When the present transaction will be canceled, it will disappear from http://skanner.net/MtGox/mtgox_tx.php I assume, is that correct?
The new transaction will also broadcast to the blockchain with a different tx number I assume. But what if that still doesn't go right? Then in that case I can't follow it anymore, can I?

Such a bad timing! Also, I don't get why the http://skanner.net/MtGox/mtgox_tx.php reports an amount of more than 12 BTC, my withdrawal was only about 1.2 BTC... I guess I'm a real noob when it comes to transactions gone wrong!
Post
Topic
Board Exchanges
Re: MtGox withdrawal delays [Gathering]
by
ruggero
on 27/11/2013, 23:50:02 UTC
My withdrawal has been stuck for almost 33 hours now!!
http://skanner.net/MtGox/mtgox_tx.php?searchme=8c94a0166007d882b8d64504a823cffd7763d9a505cb0066ce9e73925693027c&Submit=Search

Is there absolutely anything one can do besides waiting?!
No answer from support yet either... Actually they haven't even assigned my ticket a support operator yet... Sad
Post
Topic
Board Exchanges
Re: MtGox withdrawal delays [Gathering]
by
ruggero
on 27/11/2013, 15:11:47 UTC
Yes sturle I could find it.
The tx ID is 8c94a0166007d882b8d64504a823cffd7763d9a505cb0066ce9e73925693027c
It says the outpoin is already spent... What happens then next? I have two tickets open with their support but no answer yet... Sad
Post
Topic
Board Exchanges
Re: MtGox withdrawal delays [Gathering]
by
ruggero
on 27/11/2013, 12:34:53 UTC
I have withdrawn from MtGox 1.2BTC 22,5 hours ago and the transaction still hasn't been broadcasted to the blockchain... Has anybody else been having the same problem?
Post
Topic
Board Trading Discussion
Re: goxtool bot: portfolio rebalancing
by
ruggero
on 26/11/2013, 10:25:58 UTC
Hi again! Thanks for your reply.
After a couple of days of mining (and rescuing that little I managed to rescue from the BTC I had invested in mcxNOW fees) I added more balance to my Gox balance.

While I have distance still set to 11, I have now 1.08 BTC + 135 USD in Gox and 6 BTC + 6000 USD as cold balance.
The orders the script placed are now 0.35 for Selling BTC and 0.43 for Buying BTC.

And, yes, I unbalanced the cold wallet on purpose as I would like always to end up with a little more BTC than dollars.

I'll keep you posted if this time it works. Hopefully the price is gonna soon hit one of the triggers.

Thanks for your effort in creating goxtools, and if/when I make it work I'll be sure to send a donation your way with the first earnings!
Post
Topic
Board Trading Discussion
Re: goxtool bot: portfolio rebalancing
by
ruggero
on 23/11/2013, 20:03:43 UTC
When it happened it was with an order size of 0.03.
At the moment I have an order size of 0.01. Do you think I should increase it?
Post
Topic
Board Trading Discussion
Re: goxtool bot: portfolio rebalancing
by
ruggero
on 23/11/2013, 12:14:43 UTC
Yes git cloned from the repository yesterday afternoon.

I decided to run a new test on my desktop computer (previous attempt was from a raspberry pi) from scratch, in a more controlled environment.

So I wiped everything from the RaspberryPi and git cloned goxtools and _balancer.py once again on a macmini (OSX 10.8.6).

I deleted the old API key on Gox, and made a new one. Also I made sure no pending orders were there.

I ran ./goxtools.py --add-secret and successfully registered my API key.

I edited _balancer.py so that the parameters state:
DISTANCE=11
FIAT_COLD=0
COIN_COLD=0

I launched goxtools: screen ./goxtool.py --strategy=_balancer.py --protocol=websocket --use-http

Within goxtools I balanced the BTC/$ amounts in my account using "b".
The balance was set on BTC 0.08513863 + USD 72.08415.

Then I pushed "p" and the orders were placed. "i" gives the following debug output:

2013-11-23 13:03:27,278:DEBUG:_balancer.Strategy:BTC difference at current price: -0.00055701
2013-11-23 13:03:27,281:DEBUG:_balancer.Strategy:Price where it would be balanced: 846.66796


And I'm waiting now for the trigger to hit either marker (753$~939$).

Have I missed anything?