Bitcoin Forum
June 23, 2024, 03:43:25 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 2 3 4 [5] 6 7 8 9 10 11 12 13 14 »  All
  Print  
Author Topic: [ANN] [BOLT] [NO PREMINE] [NO AIRDROP] - Hybrid Mining, Instant and Private  (Read 6770 times)
bewmint
Full Member
***
Offline Offline

Activity: 201
Merit: 100


View Profile WWW
January 25, 2018, 08:14:22 PM
 #81

Reserved for Thai translation Smiley
vadimkinas
Newbie
*
Offline Offline

Activity: 17
Merit: 0


View Profile
January 25, 2018, 09:20:07 PM
 #82

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 Offline

Activity: 18
Merit: 0


View Profile
January 25, 2018, 11:41:45 PM
 #83

any discord or telegram ?
boltcurrency (OP)
Newbie
*
Offline Offline

Activity: 28
Merit: 0


View Profile
January 26, 2018, 12:01:39 AM
 #84

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 Offline

Activity: 9
Merit: 0


View Profile
January 26, 2018, 12:04:29 AM
 #85

it says no airdrop, is there any bounty for translation?
boltcurrency (OP)
Newbie
*
Offline Offline

Activity: 28
Merit: 0


View Profile
January 26, 2018, 01:09:06 AM
 #86

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!    Smiley
TentaculoCripto
Newbie
*
Offline Offline

Activity: 3
Merit: 0


View Profile WWW
January 26, 2018, 01:29:57 AM
 #87

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 Offline

Activity: 58
Merit: 0


View Profile
January 26, 2018, 01:42:16 AM
 #88

is it possible to do mining using linux?
deanerific
Member
**
Offline Offline

Activity: 116
Merit: 10


View Profile
January 26, 2018, 01:55:21 AM
 #89

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 Offline

Activity: 58
Merit: 0


View Profile
January 26, 2018, 02:14:32 AM
 #90

no premine, but not everyone can mine, this is not fair dev, not everyone can use linux
robustray
Newbie
*
Offline Offline

Activity: 2
Merit: 0


View Profile
January 26, 2018, 02:26:00 AM
 #91

I will reserve for Simplified Chinese translation.
Wmj0FSsK9ofql0ZFm
Member
**
Offline Offline

Activity: 82
Merit: 10


View Profile
January 26, 2018, 04:32:33 AM
 #92

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
Code:
-a blake
in ccminer, not any of the other versions of blake
SandyFish
Newbie
*
Offline Offline

Activity: 56
Merit: 0


View Profile
January 26, 2018, 04:35:30 AM
 #93

Pls share pool.
Thank you so much.
BrokeA$$Miner
Newbie
*
Offline Offline

Activity: 56
Merit: 0


View Profile
January 26, 2018, 04:58:17 AM
 #94

[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
Code:
-a blake
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 Offline

Activity: 56
Merit: 0


View Profile
January 26, 2018, 05:11:20 AM
 #95

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 Offline

Activity: 82
Merit: 10


View Profile
January 26, 2018, 05:12:47 AM
 #96

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
Code:
-k blake
or
Code:
-k blake256r14
with sgminer https://github.com/tpruvot/sgminer/releases

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

Try
Code:
./bolt-cli getnewaddress
BrokeA$$Miner
Newbie
*
Offline Offline

Activity: 56
Merit: 0


View Profile
January 26, 2018, 05:15:48 AM
 #97

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
Code:
./bolt-cli getnewaddress

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 Offline

Activity: 56
Merit: 0


View Profile
January 26, 2018, 05:27:34 AM
 #98

Interesting project, will follow
im follow your pool.
yul2k6
Newbie
*
Offline Offline

Activity: 45
Merit: 0


View Profile WWW
January 26, 2018, 07:48:49 AM
 #99

I will reserve the Romanian translation
vadimkinas
Newbie
*
Offline Offline

Activity: 17
Merit: 0


View Profile
January 26, 2018, 11:18:40 AM
 #100

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
Pages: « 1 2 3 4 [5] 6 7 8 9 10 11 12 13 14 »  All
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!