loremipsum (OP)
|
|
December 19, 2017, 12:28:43 PM |
|
Hi! Is there a plan for the pool? Where will the next exchange be?
A more stable new version is coming, that’s the focus now. Bigger exchanges require very large listing fees and we don’t have these now. Also there are bounties still on, for generating an (equally fast) stand alone miner and mining pool.
|
|
|
|
alutke
Newbie
Offline
Activity: 14
Merit: 0
|
|
December 19, 2017, 05:06:33 PM |
|
Is anyone already working on a Portuguese translation? If not, I'm interested ...
|
|
|
|
mrankin
|
|
December 19, 2017, 11:53:20 PM |
|
when 32bit windows will be available for mining? any announcement about this ? I cant mined with my 32 bit windows right now.
Argon2d only allows for 64bit CPUs so there will never be a 32-bit release for Credits, it's simply not possible.
|
|
|
|
zerberr
Jr. Member
Offline
Activity: 34
Merit: 2
|
|
December 20, 2017, 01:01:54 PM |
|
Great idea on autorestarts, but can someone post how to do that on MN's with Ubuntu 16.04? Maybe it woulld be a worthwhile to include that step into MN setup guide as well.
From what I gather, autostart file needs to be created\edited?
|
|
|
|
senbojiaju
Newbie
Offline
Activity: 83
Merit: 0
|
|
December 20, 2017, 02:05:20 PM |
|
What's the problem with the block browser? Can't connect?
|
|
|
|
LiviuTM
Newbie
Offline
Activity: 18
Merit: 0
|
|
December 20, 2017, 02:29:11 PM |
|
What's the problem with the block browser? Can't connect?
I think it's down, still happens sometimes.
|
|
|
|
LiviuTM
Newbie
Offline
Activity: 18
Merit: 0
|
|
December 20, 2017, 02:35:44 PM |
|
Great idea on autorestarts, but can someone post how to do that on MN's with Ubuntu 16.04? Maybe it woulld be a worthwhile to include that step into MN setup guide as well.
From what I gather, autostart file needs to be created\edited?
I'll second that And yes, I think you have to manually create & edit the autorestart file. But it's totally worthy..
|
|
|
|
ronnylov
Member
Offline
Activity: 276
Merit: 13
|
|
December 20, 2017, 02:42:55 PM |
|
Great idea on autorestarts, but can someone post how to do that on MN's with Ubuntu 16.04? Maybe it woulld be a worthwhile to include that step into MN setup guide as well.
From what I gather, autostart file needs to be created\edited?
The systemd unit file I posted above is for autostarting creditsd on Linux versions that use systemd. I Think ubuntu 16.04 use systemd? Yes I have created that file manually. I don't have any MN for Credits yet so I am not sure if restarting creditsd on remote machine is enough. Masternodes can also be restarted remotely I think from the local wallet? Somebody else with more experience of Credits MN maybe can assist you?
|
|
|
|
LiviuTM
Newbie
Offline
Activity: 18
Merit: 0
|
|
December 20, 2017, 05:27:14 PM |
|
Great idea on autorestarts, but can someone post how to do that on MN's with Ubuntu 16.04? Maybe it woulld be a worthwhile to include that step into MN setup guide as well.
From what I gather, autostart file needs to be created\edited?
The systemd unit file I posted above is for autostarting creditsd on Linux versions that use systemd. I Think ubuntu 16.04 use systemd? Yes I have created that file manually. I don't have any MN for Credits yet so I am not sure if restarting creditsd on remote machine is enough. Masternodes can also be restarted remotely I think from the local wallet? Somebody else with more experience of Credits MN maybe can assist you? Masternodes needs to have creditsd running. Local wallet gives only some final command; you cannot restart the Masternode from the local wallet if the daemon is stopped.
|
|
|
|
zerberr
Jr. Member
Offline
Activity: 34
Merit: 2
|
|
December 20, 2017, 07:43:39 PM Last edit: December 21, 2017, 03:46:56 AM by zerberr |
|
well, for last 12 hours I can't restart masternode even with daemon running.. is there trick of some sort? tried to restart local wallet numerous times, still the same - "failed to start" from "new start required" state
but yeah, the only thing I was originally looking for is simply starting daemon after VPS restart
upd: updated wallets and MN's to 1.1.1, still the same issue.. Wondering if it's me doing something wrong, or network still rebuilding after recent shakedowns?
|
|
|
|
CHAOSiTEC
Legendary
Offline
Activity: 1358
Merit: 1002
|
|
December 21, 2017, 09:22:11 PM |
|
Credits masternode hosting has been added to node-vps.com
|
node-vps.com - Tron / Masternode hosting services
|
|
|
loremipsum (OP)
|
|
December 21, 2017, 11:12:30 PM |
|
That's great news! We'll announce it on discord. Thanks
|
|
|
|
PhaseshiftUK
|
|
December 22, 2017, 12:14:49 AM |
|
I'm having trouble compiling Credits from Github ( https://github.com/CRDS/Credits). It seems that there is a missing file: 'credits-config.h': ... Making all in src make[1]: Entering directory '/home/osboxes/altcoins/credits/Credits/src' make[2]: Entering directory '/home/osboxes/altcoins/credits/Credits/src' CXX crypto/libcreditsconsensus_la-hmac_sha512.lo CXX crypto/libcreditsconsensus_la-ripemd160.lo In file included from crypto/ripemd160.cpp:7:0: ./crypto/common.h:9:28: fatal error: credits-config.h: No such file or directory compilation terminated. Makefile:7693: recipe for target 'crypto/libcreditsconsensus_la-ripemd160.lo' failed make[2]: *** [crypto/libcreditsconsensus_la-ripemd160.lo] Error 1 make[2]: Leaving directory '/home/osboxes/altcoins/credits/Credits/src' Makefile:8957: recipe for target 'all-recursive' failed make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory '/home/osboxes/altcoins/credits/Credits/src' Makefile:655: recipe for target 'all-recursive' failed make: *** [all-recursive] Error 1
|
|
|
|
mrankin
|
|
December 22, 2017, 08:35:54 AM |
|
I'm having trouble compiling Credits from Github ( https://github.com/CRDS/Credits). It seems that there is a missing file: 'credits-config.h': ... Making all in src make[1]: Entering directory '/home/osboxes/altcoins/credits/Credits/src' make[2]: Entering directory '/home/osboxes/altcoins/credits/Credits/src' CXX crypto/libcreditsconsensus_la-hmac_sha512.lo CXX crypto/libcreditsconsensus_la-ripemd160.lo In file included from crypto/ripemd160.cpp:7:0: ./crypto/common.h:9:28: fatal error: credits-config.h: No such file or directory compilation terminated. Makefile:7693: recipe for target 'crypto/libcreditsconsensus_la-ripemd160.lo' failed make[2]: *** [crypto/libcreditsconsensus_la-ripemd160.lo] Error 1 make[2]: Leaving directory '/home/osboxes/altcoins/credits/Credits/src' Makefile:8957: recipe for target 'all-recursive' failed make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory '/home/osboxes/altcoins/credits/Credits/src' Makefile:655: recipe for target 'all-recursive' failed make: *** [all-recursive] Error 1 You're best off posting in the #support channel on Discord for support.
|
|
|
|
senbojiaju
Newbie
Offline
Activity: 83
Merit: 0
|
|
December 22, 2017, 01:25:16 PM |
|
Are there any new plans? It's not active here at all.
|
|
|
|
andrew2k
|
|
December 22, 2017, 11:08:42 PM |
|
Are there any new plans? It's not active here at all.
Currently we have just updated the code to fix an issue that affected everybody and caused wallets to crash, sometimes multiple times a day. Right now we're looking towards importing some upgrades from Dynamic and remapping the emission of Credits. We'll have a vote soon on Discord about changing from PoW + MN to PoS + MN or PoW + PoS + MN.
|
|
|
|
senbojiaju
Newbie
Offline
Activity: 83
Merit: 0
|
|
December 24, 2017, 10:07:40 AM |
|
Hi! What time does the independent absenteeism and the pool release?
|
|
|
|
Gehacktesmacher
Newbie
Offline
Activity: 35
Merit: 0
|
|
December 25, 2017, 02:48:20 AM |
|
Hi, and Merry Christmas.
I am new to this coin. Is there no mining pool available?
|
|
|
|
eddex
Newbie
Offline
Activity: 31
Merit: 0
|
|
December 25, 2017, 01:24:00 PM |
|
Hi, and Merry Christmas.
I am new to this coin. Is there no mining pool available?
Only in-wallet mining so far. Merry Christmas!
|
|
|
|
Gehacktesmacher
Newbie
Offline
Activity: 35
Merit: 0
|
|
December 25, 2017, 01:39:08 PM Last edit: December 25, 2017, 02:42:38 PM by Gehacktesmacher |
|
Hm, I am using Ubuntu 16.04 and can't mine. Every time I set gen=1 creditsd is crashing after a few seconds. I tried both version, with and without avx2. Any idea?
On Windows it's running fine.
Used precompiled binarys. Compiled it from source, now it seems to be working fine ;-)
|
|
|
|
|