Author

Topic: [ANN] [XDAG] New Community-based Cryptocurrency - First Mineable DAG ! - page 116. (Read 75448 times)

hero member
Activity: 742
Merit: 500
Looks like everything goes according to plan Smiley Waiting for the 1st payout from pool soon!
newbie
Activity: 112
Merit: 0
pool says trying to connect to mainnet... whats wrong?
full member
Activity: 490
Merit: 102
!!!My node is synchronized!!!

Miners! reconnect to 52.5 is you not obtain payments within 18 minutes.

18 minutes from your post?
legendary
Activity: 1232
Merit: 1001
If balance shows zero I guess that means we've mined nothing?
member
Activity: 123
Merit: 10
hi dev PS D:\win64exe> .\cheatcoin -m 4 52.5.32.68:13654
cheatcoin client/server, version T13.654-T13.793.
Transport module: dnet T11.231-T13.714.
Type command, help for example.
cheatcoin> stats
Network statistics is not available for miner.
cheatcoin> stats
Network statistics is not available for miner.
cheatcoin> stats
Network statistics is not available for miner.
cheatcoin>
its not available now?
member
Activity: 276
Merit: 12
Life is toxic...CHUG IT!!
member
Activity: 123
Merit: 10
Pools!

I published release T13.798 in the Linux repo with some fixes addressed to pools only.

1) added limit for number of miners from the same IP. It is 8 by default.
One can set it as follows: -P ip:port:nminers:fee:reward:direct:nminers_ip.
One can check current settings or change it using the pool command.

2) fixed a bug if miner send illegal address.

One also can change the maximum number of opened files in Linux using the 'ulimit -n N' command,  then restart the pool and increase the maximum number of miners.

(!) Pool should be restarted at 46 minutes if miners marked as 'badaddr'
PS D:\win64exe> .\cheatcoin -m 4 52.5.32.68:13654
cheatcoin client/server, version T13.654-T13.793.
Transport module: dnet T11.231-T13.714.
Type command, help for example.
cheatcoin> stats
Network statistics is not available for miner.
cheatcoin>
whats happened?
hero member
Activity: 762
Merit: 500
Pools!

I published release T13.798 in the Linux repo with some fixes addressed to pools only.

1) added limit for number of miners from the same IP. It is 8 by default.
One can set it as follows: -P ip:port:nminers:fee:reward:direct:nminers_ip.
One can check current settings or change it using the pool command.

2) fixed a bug if miner send illegal address.

One also can change the maximum number of opened files in Linux using the 'ulimit -n N' command,  then restart the pool and increase the maximum number of miners.
For pool operation, do I need to remove the -t flag after the mainnet launches?

How do I check the syncing status? Is the following normal?

Code:
sotisoti@instance-1:~/cheatcoin/cheatcoin$ tail -f dnet.log
 36. E0A7D25B                  28 sec, T13.793, auto      trust  52.5.32.68:13655
 37. 722837A2                  22 sec, T13.793, auto      trust  52.5.32.68:13655
 38. CD076043                  26 sec, T13.797, auto      trust  52.5.32.68:13655
2018-01-05 22:37:49  Current connections:
  0. 52.5.32.68:13655          98 sec, 539136/539648 in/out bytes, 346/347 packets, 0/0 dropped
2018-01-05 22:37:49  Current streams:
2018-01-05 22:38:49  dnet gc: start to collect
2018-01-05 22:38:49  dnet gc: 5 threads total, 0 collected
2018-01-05 22:39:49  dnet gc: start to collect
2018-01-05 22:39:49  dnet gc: 5 threads total, 0 collected
2018-01-05 22:40:49  dnet gc: start to collect

newbie
Activity: 41
Merit: 0
Do we need to use pool?

How can I tell i'm on version T13.793

Just download the latest version:

http://cheatcoin.atwebpages.com/_gallery_.html

or repository for Linux

https://github.com/cheatoshin/cheatcoin
legendary
Activity: 1232
Merit: 1001
Do we need to use pool?

How can I tell i'm on version T13.793
legendary
Activity: 1232
Merit: 1001
cannot connect to anything
newbie
Activity: 112
Merit: 0
Zero transaction fee let's a malicious programmer slow your network down by writing a program that transfers between accounts thousands of times a second.
Electroneum realized this right before launch and changed it for very small fee.
good point... the dev should take care about that possible problem. Together with the versioncheck.
member
Activity: 99
Merit: 10
Zero transaction fee let's a malicious programmer slow your network down by writing a program that transfers between accounts thousands of times a second.
Electroneum realized this right before launch and changed it for very small fee.
newbie
Activity: 112
Merit: 0
Where can I buy it?

nowhere, since there are 0 coins out there
member
Activity: 169
Merit: 17
Where can I buy it?
newbie
Activity: 70
Merit: 0
Hello this are my 2 pools:
52.232.109.201:13654     (1% fee, 1% reward miner, 1% reward contributors)
54.37.158.221:13654        (1% fee, 5% reward miner, 10% reward contributors)


To connect the command for minning is:
./cheatcoin -d -m THREADS IP:PORT

For example:
./cheatcoin -d -m 2 52.232.109.201:13654

added to the site but can't connect to the first one

It should work now, thank you
newbie
Activity: 70
Merit: 0
Hello this are my 2 pools:
52.232.109.201:13654     (1% fee, 1% reward miner, 1% reward contributors)
54.37.158.221:13654        (1% fee, 5% reward miner, 10% reward contributors)


To connect the command for minning is:
./cheatcoin -d -m THREADS IP:PORT

For example:
./cheatcoin -d -m 2 52.232.109.201:13654
member
Activity: 276
Merit: 12
Life is toxic...CHUG IT!!
check port, thats incorrect, you missed the 4
cheatcoin -m 2 -d 52.5.32.68:13654
just leave it running, when mainnet goes live it should connect
hey....whats the "-d"?...had not seen that until now...ive just been running -t or -m

-d is daemon mode used in linux. for windows just run cheatcoin.exe -m x poolip:port where x is 0 no mining 1-n mining threads (cpu core + Virtual Core minus 1 maximum)
-t is for testnet only.
ahhh...thanx for the quick response....one of these days im gonna get around to Linux...probably the day after my win 7 machine dies
newbie
Activity: 112
Merit: 0
check port, thats incorrect, you missed the 4
cheatcoin -m 2 -d 52.5.32.68:13654
just leave it running, when mainnet goes live it should connect
hey....whats the "-d"?...had not seen that until now...ive just been running -t or -m

-d is daemon mode used in linux. for windows just run cheatcoin.exe -m x poolip:port where x is 0 no mining 1-n mining threads (cpu core + Virtual Core minus 1 maximum)
-t is for testnet only.
member
Activity: 276
Merit: 12
Life is toxic...CHUG IT!!
check port, thats incorrect, you missed the 4
cheatcoin -m 2 -d 52.5.32.68:13654
just leave it running, when mainnet goes live it should connect
hey....whats the "-d"?...had not seen that until now...ive just been running -t or -m
Jump to: