Search content
Sort by

Showing 18 of 18 results by ikolubr
Post
Topic
Board Announcements (Altcoins)
Re: [ANN][ARI][₳] Aricoin | First EASY-USE Currency [TOP 20 COIN FOR MINING / $1M+]
by
ikolubr
on 04/01/2019, 04:38:04 UTC
Any V2 nodes?!
I'm trying to get V2 going here and no connections so far.

Thank you,
Post
Topic
Board Announcements (Altcoins)
Re: [ANN][HUC] Huntercoin - Worlds First Decentralized Game/World on the Blockchain
by
ikolubr
on 26/03/2018, 18:37:14 UTC
To new adventurers... please add this nodes to your .conf file to sync wallet:
addnode=178.32.31.41
addnode=178.62.17.234
addnode=192.81.209.210
addnode=192.99.247.234
addnode=192.241.222.65
addnode=67.225.171.185
addnode=184.70.254.238


Cheers!
Post
Topic
Board Announcements (Altcoins)
Re: [ANN][ARI] Aricoin | First Easy-to-use Currency [LIVE ON Cryptopia]
by
ikolubr
on 07/01/2018, 21:17:48 UTC
Anyone could point me where i can download the daemon or wallet or source of the working version?!

Thank you,
Post
Topic
Board Announcements (Altcoins)
Re: CHNCoin resurrected!
by
ikolubr
on 31/05/2017, 19:03:26 UTC
Fairglu made an explorer for ChinaCoin at https://chainz.cryptoid.info/cnc/ so now there are two explorers.

The other one prohashing's explorer at https://prohashing.com/explorer/CHNcoin/

Some nodes
addnode=157.161.128.62
addnode=217.175.119.126
addnode=52.14.92.197
addnode=72.184.183.243
addnode=78.97.130.200
addnode=76.68.183.81
Prohashing's node for this coin is 98.115.147.74:8106




What are you using for IDENTIFIER and PREFIX on the p2pool config for CHN?

Thank you,
Post
Topic
Board Announcements (Altcoins)
Re: CHNCoin resurrected!
by
ikolubr
on 31/05/2017, 18:52:33 UTC
Hi guys,
Could you please test my pool? It is set as 0% fee. I just want to check if it is accepting workers and etc...

Pool: home.ikolu.ca:8400
User: Your CHN address
Password: anything


Thank you!
Post
Topic
Board Pools
Re: [185 TH] p2pool: Decentralized, DoS-resistant, Hop-Proof pool
by
ikolubr
on 21/01/2014, 04:29:44 UTC
Does anyone knows why or if p2pool is not calculating the pool fee we set?

Like I get no payouts to the pool's address.

Igor

You get shares and they're random but they add up long term

The payout for the miners is working! The one that doesn't work is the payout for the pool fee! Like I set up the pool to have 2% fee. I'm not getting this payment!

Igor
Post
Topic
Board Pools
Re: [185 TH] p2pool: Decentralized, DoS-resistant, Hop-Proof pool
by
ikolubr
on 21/01/2014, 03:26:51 UTC
Does anyone knows why or if p2pool is not calculating the pool fee we set?

Like I get no payouts to the pool's address.

Igor
Post
Topic
Board Pools
Re: [185 TH] p2pool: Decentralized, DoS-resistant, Hop-Proof pool
by
ikolubr
on 20/01/2014, 04:09:15 UTC
Here is working fine so far!  Cheesy
Post
Topic
Board Pools
Re: [185 TH] p2pool: Decentralized, DoS-resistant, Hop-Proof pool
by
ikolubr
on 19/01/2014, 23:33:37 UTC
Try the most recent commit (012a8830), if you can. It bans peers that send invalid shares (for an hour), so it should help.

Do I need to restart the p2pool or just a git pull should work?

Thank you.
Post
Topic
Board Pools
Re: [185 TH] p2pool: Decentralized, DoS-resistant, Hop-Proof pool
by
ikolubr
on 19/01/2014, 16:57:40 UTC
May be its time to do sudo apt-get update and sudo apt-get upgrade for your Ubuntu?

I have newest Xubuntu version, man. Fully updated.

Have you restarted your Ubuntu to see if bitcoind and the P2Pool server startup again?

I just restarted p2pool. It's running fine so far on http://lenny.dnsd.me:9332/static/
Will see how it goes.

It is exactly what is happening with my node: bitcoin.breeba.com:3330
I deleted the data folder, restarted the server, after a while the error comes back and everything stales for few minutes. I don't know what to do.

Igor
Post
Topic
Board Pools
Re: [185 TH] p2pool: Decentralized, DoS-resistant, Hop-Proof pool
by
ikolubr
on 19/01/2014, 05:11:57 UTC
Code:
Share check failed:
2014-01-18 21:03:38.148653 > Traceback (most recent call last):
2014-01-18 21:03:38.148709 >   File "/home/breeba/p2pool/p2pool/p2p.py", line 283, in handle_shares
2014-01-18 21:03:38.148784 >     self.node.handle_shares(result, self)
2014-01-18 21:03:38.148835 >   File "/home/breeba/p2pool/p2pool/node.py", line 48, in handle_shares
2014-01-18 21:03:38.148890 >     self.node.set_best_share()
2014-01-18 21:03:38.148946 >   File "/home/breeba/p2pool/p2pool/node.py", line 295, in set_best_share
2014-01-18 21:03:38.149002 >     best, desired, decorated_heads = self.tracker.think(self.get_height_rel_highest, self.bitcoind_work.value['previous_block'], self.bitcoind_work.value['bits'], self.known_txs_var.value)
2014-01-18 21:03:38.149056 >   File "/home/breeba/p2pool/p2pool/data.py", line 452, in think
2014-01-18 21:03:38.149113 >     if self.attempt_verify(share):
2014-01-18 21:03:38.149163 > --- ---
2014-01-18 21:03:38.149217 >   File "/home/breeba/p2pool/p2pool/data.py", line 431, in attempt_verify
2014-01-18 21:03:38.149271 >     share.check(self)
2014-01-18 21:03:38.149326 >   File "/home/breeba/p2pool/p2pool/data.py", line 320, in check
2014-01-18 21:03:38.149380 >     raise ValueError('share_info invalid')
2014-01-18 21:03:38.149436 > exceptions.ValueError: share_info invalid

I'm getting this error on p2pool and my cpu goes 100%. The error is continuos. I've tried to delete the data folder, then it works nice for few hours and baam the error starts again!

Another doubt: I've set up the pool to collect 2%, why may pout amount is always 0 and I just see payments eery 4 or 5 days?

Any ideas?!

Thank you,
Igor

my node: bitcoin.breeba.com:3330
Post
Topic
Board Group buys
Topic OP
[OPEN] AVALON GEN2 – BATCH 1 – 220GH/S – LIMITED BATCH 50 units
by
ikolubr
on 18/01/2014, 02:13:14 UTC
AVALON GEN2 – BATCH 1 – 220GH/S – LIMITED BATCH 100 units

DEADLINE DATE Jan/31/2014
Miners are in hand. So no wait for development, just the wait for the deadline date.

OBS. The deal is for 50 units. If we can't get 50 units sold by the deadline date, I will refund the BTC - transaction fee.


PRICE : 2.5BTC


- Avalon GEN2 box
- PSU 1100w (110/220) - Modular atx power gold 80 plus (Gamezone)
- Wifi and Ethernet

FREE SHIPPING by DHL

SHIPPING DIRECT FROM CHINA.
 
START SHIPPING DATE : Feb/02/2014


Payment methods accepted
1.   BTC only.

Buying it?
1.   Send email to okidokibr@gmail.com :
     a.   Your payment address
     b.   How many unit you need. 
     c.   Your email for tracking number
     d.   Your address for shipping
2. Send the payment to: 14kmjqw3pdMeFVJpVq8Cqf8BYDQ1F3pSia
3. I send transaction confirmation and tracking number when packet is sending

Support is available in English only.


STATUS -> CGMINER CONFIGURATION :

Change pool information

Avalon Chip(Default: 110nm) : Select 55nm

Chip Frequency(Default: 300) : Select 1400 (300 is for 110nm avalon chip)

Miner Count(Default: 24) : 16

API Allow(Default: W:127.0.0.1) : W:127.0.0.1/24

Target Temperature : 60

Overheat Cut Off Temperature : 70

More Options(Default: --quiet) : --quiet

SYSTEM -> SYSTEM

Change Hostname and TimeZone

SYSTEM -> SCHEDULED TASKS

If you need to system restart every 45 min or other
Write : 45 * * * * shutdown -r now

Pictures here: https://drive.google.com/folderview?id=0B9RRbnFVuxbzT013enRocVpvMkk&usp=sharing
Post
Topic
Board Mineração em Geral
Topic OP
pool de bitcoin bem lucrativa!
by
ikolubr
on 09/12/2013, 19:29:55 UTC
bitcoin.breeba.com:3330
Username: Seu endereco bitcoin
Password: qualquer coisa!

Link de 10mb up/down!
Post
Topic
Board Mining software (miners)
Re: BFGMiner 3.6.0: modular ASIC/FPGA, GBT, Strtm, RPC, Lnx/OpnWrt/PPA/W64, HBR/KLN
by
ikolubr
on 26/11/2013, 01:04:08 UTC
Hi guys,
I'm new here. I was using CGminer on ubuntu and decided to change to BFGminer. I installed through the PPA. BFGMiner doesn't recognize my BFL's and recognize just one of my usb asicminers, I have 11 of them.
Anything I need to do extra? Do I need to install drivers for them or BFL like in Windows?!

Any ideas?

Thank you,
Igor
From README:
Quote
Q: I ran cgminer, and now BFGMiner doesn't work!
A: cgminer has its own non-standard implementations of the drivers for most USB devices, and disables the official drivers (on Windows, you did this manually using Zadig). Before you can use BFGMiner, you will need to restore the original driver. With Linux, usually rebooting or re-plugging the device is sufficient.

Thank you Sir. Very Appreciated!
Post
Topic
Board Mining software (miners)
Re: BFGMiner 3.6.0: modular ASIC/FPGA, GBT, Strtm, RPC, Lnx/OpnWrt/PPA/W64, HBR/KLN
by
ikolubr
on 25/11/2013, 21:44:05 UTC
Hi guys,
I'm new here. I was using CGminer on ubuntu and decided to change to BFGminer. I installed through the PPA. BFGMiner doesn't recognize my BFL's and recognize just one of my usb asicminers, I have 11 of them.
Anything I need to do extra? Do I need to install drivers for them or BFL like in Windows?!

Any ideas?

Thank you,
Igor
Post
Topic
Board Pools
Re: **UPDATED** Current P2Pool Server List
by
ikolubr
on 21/11/2013, 00:40:30 UTC
Hello,
Could you add the p2pool node we created in Canada?
Vancouver/Canada | bitcoin.breeba.com:6332 | 0.0% | BTC  | P2Pool | ikolubr

Thank you
Post
Topic
Board Beginners & Help
Topic OP
New Canadian Pool
by
ikolubr
on 16/11/2013, 20:03:51 UTC
Hi guys,
We are setting up a canadian pool.
We are based in Vancouver and we are trying to do some stress test in our pool.

If you guys could help and direct your miners to 50.67.242.105:3331 with your bit coin address as user and any password, we would really appreciate it.
Let it run for 2 days and lets see how it goes!

Thank you,
Post
Topic
Board Beginners & Help
Topic OP
CGMiner and USB Block Erupter Error: (SEM: Icarus USB timeout waiting for)
by
ikolubr
on 13/11/2013, 06:14:06 UTC
I'm getting this error when I plug the 11th USB Block Erupter I have.

My settings:
MACOSX - 10.8.5
CGMiner 3.8.1 (even tried 3.6.6)

I tried BFGMiner and it works but I really like CGMiner better.

Anyone can help?

Thank you,
Igor