bewmint
|
|
January 25, 2018, 08:14:22 PM |
|
Reserved for Thai translation
|
|
|
|
vadimkinas
Newbie
Offline
Activity: 17
Merit: 0
|
|
January 25, 2018, 09:20:07 PM |
|
mmmm Wallet is running but somehow it shows XVG balance ? any comments on this?
Are you running Electrum-Wallet? It's not ready yet, because I just forked the repo from XVG. Use Wallet qt instead, it's on core repo. Which file to start?
|
|
|
|
andodaboxxa
Newbie
Offline
Activity: 18
Merit: 0
|
|
January 25, 2018, 11:41:45 PM |
|
any discord or telegram ?
|
|
|
|
boltcurrency (OP)
Newbie
Offline
Activity: 28
Merit: 0
|
|
January 26, 2018, 12:01:39 AM |
|
any discord or telegram ?
Not for now! I'm working on builds for all Operational Systems right know, I can't stop it for making those services. But I'll get them working soom.
|
|
|
|
danilautaru
Newbie
Offline
Activity: 9
Merit: 0
|
|
January 26, 2018, 12:04:29 AM |
|
it says no airdrop, is there any bounty for translation?
|
|
|
|
boltcurrency (OP)
Newbie
Offline
Activity: 28
Merit: 0
|
|
January 26, 2018, 01:09:06 AM |
|
I would like to announce that part of today's work has been completed, after much progress! Today we worked on site design, looked for some partnerships with mining pools and successfully completed the Bolt Wallet for Mac. The other wallets had problems compiling that I hope to fix tomorrow. For those who need help to compile Source Code, inside github there are doc / make-unix and doc / make-osx files that help people compile source to start mining too! I recommend use Ubuntu 14.04 LTS for doing this. Throughout this week we will be with our website on the air and all wallets successfully compiled, can be trusted. More news on the way! Thank you very much for your confidence, we will not disappoint you. See you tomorrow!
|
|
|
|
TentaculoCripto
Newbie
Offline
Activity: 3
Merit: 0
|
|
January 26, 2018, 01:29:57 AM |
|
Accompanying the project closely. I hope it really is true, our community needs groups with good intentions, the project parace promising, waiting for wallets and roadmap!
|
|
|
|
roni sandra
Newbie
Offline
Activity: 58
Merit: 0
|
|
January 26, 2018, 01:42:16 AM |
|
is it possible to do mining using linux?
|
|
|
|
deanerific
Member
Offline
Activity: 116
Merit: 10
|
|
January 26, 2018, 01:55:21 AM |
|
is it possible to do mining using linux?
Might be possible, but not worth it. I hosted a linux wallet remotely and was unable to mine to it (showed hash power, but never hit a block reward... and I was hitting it with 300% of current nethash at the time).
|
|
|
|
roni sandra
Newbie
Offline
Activity: 58
Merit: 0
|
|
January 26, 2018, 02:14:32 AM |
|
no premine, but not everyone can mine, this is not fair dev, not everyone can use linux
|
|
|
|
robustray
Newbie
Offline
Activity: 2
Merit: 0
|
|
January 26, 2018, 02:26:00 AM |
|
I will reserve for Simplified Chinese translation.
|
|
|
|
Wmj0FSsK9ofql0ZFm
Member
Offline
Activity: 82
Merit: 10
|
|
January 26, 2018, 04:32:33 AM |
|
Can someone share...
What is the current hashrate of the network? And current blockheight?
What os / version have you been successful at compiling the wallet on?
Current nethash: 190GH/s (1xGTX1070 gets about 2.5GH/s) Blockheight: 3166 Compiled both daemon and QT successfully on Ubuntu 16.04 x64 using boost v1.58 and db++ v4.8 Also make sure to specifically use in ccminer, not any of the other versions of blake
|
|
|
|
SandyFish
Newbie
Offline
Activity: 56
Merit: 0
|
|
January 26, 2018, 04:35:30 AM |
|
Pls share pool. Thank you so much.
|
|
|
|
BrokeA$$Miner
Newbie
Offline
Activity: 56
Merit: 0
|
|
January 26, 2018, 04:58:17 AM |
|
[Compiled both daemon and QT successfully on Ubuntu 16.04 x64 using boost v1.58 and db++ v4.8 Also make sure to specifically use in ccminer, not any of the other versions of blake I got the mining end (daemon/ccminer) worked out - pain in the ass with the QT stuff though wish they had at least include a cli wallet - having to install a full X setup just for a freakin wallet is lame...Not to mention remote X blows
|
|
|
|
BrokeA$$Miner
Newbie
Offline
Activity: 56
Merit: 0
|
|
January 26, 2018, 05:11:20 AM |
|
I ended up with a cli wallet and no QT stuff... I used the zip link on the front page and compiled.
It seems to have two different parts - boltd is the server and bolt-cli takes the commands that boltd should.
At the moment I'm trying yet another version of blake algo with cgminer to see if I have the right one to mine.
I got boltd and bolt-cli working - but there's not 'createaddress' or 'createaccount' in bolt-cli ? 'showaccount' shows an empty ("") account name with a zero balance
|
|
|
|
Wmj0FSsK9ofql0ZFm
Member
Offline
Activity: 82
Merit: 10
|
|
January 26, 2018, 05:12:47 AM |
|
I ended up with a cli wallet and no QT stuff... I used the zip link on the front page and compiled.
It seems to have two different parts - boltd is the server and bolt-cli takes the commands that boltd should.
At the moment I'm trying yet another version of blake algo with cgminer to see if I have the right one to mine.
Hmm maybe try or with sgminer https://github.com/tpruvot/sgminer/releasesI ended up with a cli wallet and no QT stuff... I used the zip link on the front page and compiled.
It seems to have two different parts - boltd is the server and bolt-cli takes the commands that boltd should.
At the moment I'm trying yet another version of blake algo with cgminer to see if I have the right one to mine.
I got boltd and bolt-cli working - but there's not 'createaddress' or 'createaccount' in bolt-cli ? 'showaccount' shows an empty ("") account name with a zero balance Try
|
|
|
|
BrokeA$$Miner
Newbie
Offline
Activity: 56
Merit: 0
|
|
January 26, 2018, 05:15:48 AM |
|
I ended up with a cli wallet and no QT stuff... I used the zip link on the front page and compiled.
It seems to have two different parts - boltd is the server and bolt-cli takes the commands that boltd should.
At the moment I'm trying yet another version of blake algo with cgminer to see if I have the right one to mine.
Try Thanks guys - that should do it - I also found this in a DASH setup guide: dash-cli getaccountaddress 0 I'll try that if getnewaddress fails
|
|
|
|
SandyFish
Newbie
Offline
Activity: 56
Merit: 0
|
|
January 26, 2018, 05:27:34 AM |
|
Interesting project, will follow
im follow your pool.
|
|
|
|
yul2k6
Newbie
Offline
Activity: 45
Merit: 0
|
|
January 26, 2018, 07:48:49 AM |
|
I will reserve the Romanian translation
|
|
|
|
vadimkinas
Newbie
Offline
Activity: 17
Merit: 0
|
|
January 26, 2018, 11:18:40 AM |
|
All working nice and good ))) Here the adress: BbcTrJncSJ679xJuncBufJD82AMo7jZBbz
network info "version" : 90101, "protocolversion" : 70003, "timeoffset" : 0, "connections" : 8, "proxy" : "", "relayfee" : 0.00001000, "localaddresses" : [ { "address" : "212.17.38.191", "port" : 11990, "score" : 4
"blocks" : 3599, "currentblocksize" : 0, "currentblocktx" : 0, "difficulty" : 1596.83145700, "errors" : "", "genproclimit" : -1, "networkhashps" : 189377647648, "pooledtx" : 0, "testnet" : false, "generate" : false, "hashespersec" : 0
blockcount 3593
|
|
|
|
|