Bitcoin Forum
May 06, 2024, 11:25:18 AM *
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 15 16 17 18 19 20 21 22 23 24 25 »  All
  Print  
Author Topic: [ANN]🌀 Blur Network(BLUR) 🌀 | PoW Cryptonight-Dynamic | CPU/Solo Mining | DPoW  (Read 41167 times)
blurnetwork (OP)
Jr. Member
*
Offline Offline

Activity: 209
Merit: 9

The Blur Network


View Profile WWW
August 15, 2018, 07:41:33 AM
 #181

An Official Subreddit for The Blur Network has gone live at https://reddit.com/r/blur_network !  Head on over to Reddit and check it out.  Post some content & Share benchmarks, etc....
"Your bitcoin is secured in a way that is physically impossible for others to access, no matter for what reason, no matter how good the excuse, no matter a majority of miners, no matter what." -- Greg Maxwell
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1714994718
Hero Member
*
Offline Offline

Posts: 1714994718

View Profile Personal Message (Offline)

Ignore
1714994718
Reply with quote  #2

1714994718
Report to moderator
blurnetwork (OP)
Jr. Member
*
Offline Offline

Activity: 209
Merit: 9

The Blur Network


View Profile WWW
August 15, 2018, 07:42:31 AM
 #182

doublepost
vlad230
Sr. Member
****
Offline Offline

Activity: 616
Merit: 279



View Profile
August 15, 2018, 09:16:50 AM
 #183

This looks like an interesting project Smiley

Any news about the pool being setup by someone?  If not done already?

How about the roadmap? I see we should have the GUI wallet by now.
KnyazED
Sr. Member
****
Offline Offline

Activity: 840
Merit: 251



View Profile
August 15, 2018, 10:07:26 AM
 #184

MapleChange listing has been confirmed. I’ve been told the kind folks over there are syncing up their node as we speak, and we will begin testing deposits promptly.

great news. This indicates the responsibility of the team. active development of ideas and creation of all conditions for implementation.
blurnetwork (OP)
Jr. Member
*
Offline Offline

Activity: 209
Merit: 9

The Blur Network


View Profile WWW
August 15, 2018, 08:36:13 PM
 #185

Hardfork v7 went smoothly, chain is stable and hashrate dropped by the amount expected.  No surprises = stability Smiley
captaindz
Member
**
Offline Offline

Activity: 109
Merit: 10


View Profile
August 17, 2018, 08:18:50 PM
 #186

Is there a simple windows wallet for Blur because the current wallet is bit complicated , too much files etc..
pomartin
Jr. Member
*
Offline Offline

Activity: 80
Merit: 5


View Profile
August 18, 2018, 12:41:39 PM
 #187

Is there a simple windows wallet for Blur because the current wallet is bit complicated , too much files etc..

"blurd.exe" is a daemon and "blur-wallet-cli.exe" is a wallet. You only need those two files, you can ignore the others.
Once "blurd.exe" is running and is fully synced with network you can power up "blur-wallet-cli.exe" and do stuff in your wallet.
Remember, "blur-wallet-cli.exe" needs "blurd.exe" running.

I hope it is a bit simpler now Smiley
blurnetwork (OP)
Jr. Member
*
Offline Offline

Activity: 209
Merit: 9

The Blur Network


View Profile WWW
August 18, 2018, 04:46:20 PM
 #188

Is there a simple windows wallet for Blur because the current wallet is bit complicated , too much files etc..

Download the binaries from https://github.com/blur-network/blur/releases for windows, and extract the folder.  Open the extracted folder and double click
Code:
blurd.exe
That is the daemon executable. You will need to wait for it to synchronize with the network.  Once that is complete, double-click
Code:
blur-wallet-cli.exe
. Follow the prompts to create your wallet.  Type
Code:
help
into either of those terminals, and that will output a list of commands, syntax, and their functions.  

If you'd like to speed up the syncing process (considerably, I might add), you can open a Powershell by Pressing (Windows Button + X) on your keyboard. You should see a blue command prompt.  That is the powershell.  Start with the command
Code:
cd Downloads/blur-v0.1.7-win-x86_64
to switch your current directory to the folder into which you've extracted the binaries. Once you've done that, type:
Code:
./blurd.exe --seed-node 178.128.180.136:14894 --seed-node 178.128.186.101:14894 --seed-node 178.128.191.245:14894
Your daemon will begin syncing very quickly.
blurnetwork (OP)
Jr. Member
*
Offline Offline

Activity: 209
Merit: 9

The Blur Network


View Profile WWW
August 18, 2018, 07:54:00 PM
 #189

UPDATE:Explorer has been recompiled for new binaries v0.1.7, with some cosmetic changes.  A subreddit for Blur Network is now live over at Reddit.   Lightpaper to follow....
captaindz
Member
**
Offline Offline

Activity: 109
Merit: 10


View Profile
August 18, 2018, 11:13:57 PM
 #190

Is there a simple windows wallet for Blur because the current wallet is bit complicated , too much files etc..

"blurd.exe" is a daemon and "blur-wallet-cli.exe" is a wallet. You only need those two files, you can ignore the others.
Once "blurd.exe" is running and is fully synced with network you can power up "blur-wallet-cli.exe" and do stuff in your wallet.
Remember, "blur-wallet-cli.exe" needs "blurd.exe" running.

I hope it is a bit simpler now Smiley

All is clear now , thanks.
captaindz
Member
**
Offline Offline

Activity: 109
Merit: 10


View Profile
August 18, 2018, 11:17:21 PM
 #191

Is there a simple windows wallet for Blur because the current wallet is bit complicated , too much files etc..

Download the binaries from https://github.com/blur-network/blur/releases for windows, and extract the folder.  Open the extracted folder and double click
Code:
blurd.exe
That is the daemon executable. You will need to wait for it to synchronize with the network.  Once that is complete, double-click
Code:
blur-wallet-cli.exe
. Follow the prompts to create your wallet.  Type
Code:
help
into either of those terminals, and that will output a list of commands, syntax, and their functions.  

If you'd like to speed up the syncing process (considerably, I might add), you can open a Powershell by Pressing (Windows Button + X) on your keyboard. You should see a blue command prompt.  That is the powershell.  Start with the command
Code:
cd Downloads/blur-v0.1.7-win-x86_64
to switch your current directory to the folder into which you've extracted the binaries. Once you've done that, type:
Code:
./blurd.exe --seed-node 178.128.180.136:14894 --seed-node 178.128.186.101:14894 --seed-node 178.128.191.245:14894
Your daemon will begin syncing very quickly.

Thanks for your detailed explanation dev.
smikadoshi
Newbie
*
Offline Offline

Activity: 1
Merit: 0


View Profile
August 19, 2018, 06:34:49 PM
 #192

Great project! Connecting my cpu at this very moment!
trekkie1701
Newbie
*
Offline Offline

Activity: 1
Merit: 0


View Profile
August 20, 2018, 02:55:24 PM
 #193

I'm impressed with this coin so far; very few hiccups since release. Needs some publicity though, to keep the momentum going (bounties paid with the premine perhaps?).
blurnetwork (OP)
Jr. Member
*
Offline Offline

Activity: 209
Merit: 9

The Blur Network


View Profile WWW
August 20, 2018, 10:21:48 PM
 #194

I'm impressed with this coin so far; very few hiccups since release. Needs some publicity though, to keep the momentum going (bounties paid with the premine perhaps?).

While bounties are something I'm open to, talks of marketing are underway currently.  Glad things have been smooth for you and others!
blurnetwork (OP)
Jr. Member
*
Offline Offline

Activity: 209
Merit: 9

The Blur Network


View Profile WWW
August 22, 2018, 09:09:27 AM
 #195

Blur Network has been added to the coin list at Coinlib.io
pomartin
Jr. Member
*
Offline Offline

Activity: 80
Merit: 5


View Profile
August 22, 2018, 10:48:35 PM
 #196

Blur Network has been added to the coin list at Coinlib.io
Sweet, congrats! Smiley
blurnetwork (OP)
Jr. Member
*
Offline Offline

Activity: 209
Merit: 9

The Blur Network


View Profile WWW
August 23, 2018, 10:42:10 PM
 #197

Pushed quite a few code changes to GitHub master branch. (http://Https://github.com/blur-network/blur)
blurnetwork (OP)
Jr. Member
*
Offline Offline

Activity: 209
Merit: 9

The Blur Network


View Profile WWW
August 24, 2018, 08:17:41 AM
 #198

Link to MapleChange and promo for prospective listing on Bisq have been added to the website.
blurnetwork (OP)
Jr. Member
*
Offline Offline

Activity: 209
Merit: 9

The Blur Network


View Profile WWW
August 30, 2018, 05:18:29 PM
 #199

Preview of GUI wallet under heavy delelopment currently:

blur-network
Newbie
*
Offline Offline

Activity: 2
Merit: 0


View Profile
September 07, 2018, 06:55:14 PM
 #200

UPDATE: Progress as of Sept. 7th, 2018

The GUI, while still technically under development, is finished from a design standpoint. Testing and adjustments will take place over the next two days.  Multisig will not be supported, yet. The same is possible of subaddresses, but those will undergo further testing...

Decision has been made to release the GUI wallet before the Lightpaper v1.0 release, for the purpose of keeping releases steady.

The GUI wallet will feature a 1-click miner, QR codes for ease of sending, a full address book, transaction proving and checking, and a bunch more cool features. It’s pretty handy. Aesthetically, very much based on the Monero GUI design. Built on QT for cross-platform purposes.
Pages: « 1 2 3 4 5 6 7 8 9 [10] 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 »  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!