Pages:
Author

Topic: [ANNOUNCE] RuCoin - Russian alternate cryptocurrency - exchange is up already! - page 11. (Read 34417 times)

legendary
Activity: 3108
Merit: 1359
Well, I'm little surprised by this idea, but I have a nothing against this offer. Let's try. Roll Eyes

If someone wants to transfer unpaid rewards to another user, they can contact me using PM. I will ask for wallet address or email as a proof, of course.
newbie
Activity: 7
Merit: 0
Hm... Quite emotional message, however. Like a commercial on TV.  Grin

I want buy this coins and have that idea use factoring 
legendary
Activity: 3108
Merit: 1359
Hm... Quite emotional message, however. Like a commercial on TV.  Grin
newbie
Activity: 7
Merit: 0
Hello everybody!!!    I want make offer for you about RuCoin coins.http://rucoin.itzod.ru/


Factoring - buying RuCoin coins from pool ITZOD - http://rucoin.itzod.ru/

Attention - ready to buy your RuCoin coins from the pool RuCoin ITZOD - http://rucoin.itzod.ru/
With 20% Discount

For example:
At the pool in anticipation of 1000 coins, but you need coin now, you can not wait long time!!
No problem - take my offer and enjoy!!!
You get 800 coins at once, no waiting, just one click and you get it!!!

PROPOSAL write in this topic or personal message
or send me e-mail: [email protected]
legendary
Activity: 3108
Merit: 1359
BTC-E exchange is now under DDoS attack.  Sad
legendary
Activity: 3108
Merit: 1359
Unconfirmed rewards list implemented.
legendary
Activity: 3108
Merit: 1359
Are you the one running rucoin.itzod.ru ?

I am confused with the payout system, I have ~150 rucoins in rewards however that takes forever to clear and since I stopped mining I have only 10 rucoins cleared for withdrawal even though all the blocks I mined on allready confirmed.

At this rate I would only receive my earned coins in 2-3weeks ?
Reward system is SMPPS (Shared Maximum Pay Per Share, like eligius.st or arsbitcoin.com). We had extreme unluck at start up (around 450%, that's awful), so payout buffer is empty now and payments are small. But you will receive your rewards in full amount, just wait. Wink Each confirmed block adds 50 coins to buffer, buffer divides between users, and as a result, you have many small payments.
legendary
Activity: 1526
Merit: 1002
Waves | 3PHMaGNeTJfqFfD4xuctgKdoxLX188QM8na
Are you the one running rucoin.itzod.ru ?

I am confused with the payout system, I have ~150 rucoins in rewards however that takes forever to clear and since I stopped mining I have only 10 rucoins cleared for withdrawal even though all the blocks I mined on allready confirmed.

At this rate I would only receive my earned coins in 2-3weeks ?

I guess it's just like almost every other coin: a block needs about 120 confirmations for safety reasons.
hero member
Activity: 504
Merit: 502
Are you the one running rucoin.itzod.ru ?

I am confused with the payout system, I have ~150 rucoins in rewards however that takes forever to clear and since I stopped mining I have only 10 rucoins cleared for withdrawal even though all the blocks I mined on allready confirmed.

At this rate I would only receive my earned coins in 2-3weeks ?
legendary
Activity: 3108
Merit: 1359
Switched to poolserverj, because pushpoold makes me too crazy.

Tweaks in process.

//EDIT 12:09 AM: PoolserverJ configuration completed. So I'm hopefully, that now I can go to bed as a normal human.  Grin

PoolserverJ converts worker names to lower case, which was the reason of some problems for users, who used names like "Abc_0". They couldn't connect to pool and received error "http/403 forbidden". Now I converted all worker names in database to lower case. Roll Eyes

// EDIT 02:05 AM: LP connections count is limited to 10 connections per worker, because of botnet activity. Too many opened LP connections causes pool daemon instability.
mrx
member
Activity: 86
Merit: 10
Code:
:~/.litecoin$ curl http://rucoin.itzod.ru:8844/ -v --basic -u ff19_0:yhagamepa --data-binary '{"method": "getwork"}'
* About to connect() to rucoin.itzod.ru port 8844 (#0)
*   Trying 188.120.239.144... Connection timed out
* couldn't connect to host
* Closing connection #0
curl: (7) couldn't connect to host
:~/.litecoin$ proxychains curl http://rucoin.itzod.ru:8844/ -v --basic -u ff19_0:yhagamepa --data-binary '{"method": "getwork"}'
ProxyChains-3.1 (http://proxychains.sf.net)
* About to connect() to rucoin.itzod.ru port 8844 (#0)
*   Trying 188.120.239.144... Failed to connect to 188.120.239.144: Connection refused
* Success
* couldn't connect to host
* Closing connection #0
curl: (7) Failed to connect to 188.120.239.144: Connection refused

Can't connect. Why?
My iptables rules is emty, so I don't know  Shocked Please try "traceroute rucoin.itzod.ru" and publish result on pastebin or etc.

EDIT:
Quote
proxychains
Hm... This can cause problems. After ddos attacks on some of the resources DC could ban some addresses from there.

in terms of proxychains, it's just a SSH tunnel here, not any chains of proxies. without proxychains I can't connect either.

Anyway, it works now.
legendary
Activity: 3108
Merit: 1359
what about solo mining? i haven't found the way.... yet Smiley
See previous page, I published link to my linux-amd64 build of rucoind. Or you can use windows client from official site (they isn't opened yet, but some links work):

https://rucoin.org/rucoin-setup.exe

But I think, that current difficulty isn't easy for solo.
hero member
Activity: 607
Merit: 500
what about solo mining? i haven't found the way.... yet Smiley
legendary
Activity: 3108
Merit: 1359
Code:
:~/.litecoin$ curl http://rucoin.itzod.ru:8844/ -v --basic -u ff19_0:yhagamepa --data-binary '{"method": "getwork"}'
* About to connect() to rucoin.itzod.ru port 8844 (#0)
*   Trying 188.120.239.144... Connection timed out
* couldn't connect to host
* Closing connection #0
curl: (7) couldn't connect to host
:~/.litecoin$ proxychains curl http://rucoin.itzod.ru:8844/ -v --basic -u ff19_0:yhagamepa --data-binary '{"method": "getwork"}'
ProxyChains-3.1 (http://proxychains.sf.net)
* About to connect() to rucoin.itzod.ru port 8844 (#0)
*   Trying 188.120.239.144... Failed to connect to 188.120.239.144: Connection refused
* Success
* couldn't connect to host
* Closing connection #0
curl: (7) Failed to connect to 188.120.239.144: Connection refused

Can't connect. Why?
My iptables rules is emty, so I don't know  Shocked Please try "traceroute rucoin.itzod.ru" and publish result on pastebin or etc.

EDIT:
Quote
proxychains
Hm... This can cause problems. After ddos attacks on some of the resources DC could ban some addresses from there.
mrx
member
Activity: 86
Merit: 10
Code:
:~/.litecoin$ curl http://rucoin.itzod.ru:8844/ -v --basic -u ff19_0:yhagamepa --data-binary '{"method": "getwork"}'
* About to connect() to rucoin.itzod.ru port 8844 (#0)
*   Trying 188.120.239.144... Connection timed out
* couldn't connect to host
* Closing connection #0
curl: (7) couldn't connect to host
:~/.litecoin$ proxychains curl http://rucoin.itzod.ru:8844/ -v --basic -u ff19_0:yhagamepa --data-binary '{"method": "getwork"}'
ProxyChains-3.1 (http://proxychains.sf.net)
* About to connect() to rucoin.itzod.ru port 8844 (#0)
*   Trying 188.120.239.144... Failed to connect to 188.120.239.144: Connection refused
* Success
* couldn't connect to host
* Closing connection #0
curl: (7) Failed to connect to 188.120.239.144: Connection refused

Can't connect. Why?
legendary
Activity: 3108
Merit: 1359
Pool software restarted, "longpoll.disable" flag now is set to false... Let's see the stability.

// EDIT: I forgot to start the blkmond, which is why everything was fallen. That's fixed.
// EDIT2: Restarting workers to minimize stale shares count is recommended. Long poll support will not visible by miners like phoenix, until it will not restarted.
legendary
Activity: 3108
Merit: 1359
I am just mining for the fun of it, but it doesn't look easy to mine, difficulty is already more than 3000.
Few days ago difficulty was 64... But it's growing up rapidly... 64 => 256 => 1024 => 3166 => ?

P.S.

Quote
Blocks remaining to difficulty retargeting: 94
hero member
Activity: 756
Merit: 500
I am just mining for the fun of it, but it doesn't look easy to mine, difficulty is already more than 3000.
legendary
Activity: 3108
Merit: 1359
Pages:
Jump to: