Bitcoin Forum
May 26, 2024, 06:28:14 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: [1]
1  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][BURST] Burst | Efficient HDD Mining | New 1.2.3 Fork block 92000 on: July 10, 2015, 03:07:32 AM
Perhaps this will interest someone: Nick Szabo's slides on smart contracts from a presentation in 2004: http://w-uh.com/download/WECSmartContracts.pdf


Interesting read, thank you!
2  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][BURST] Burst | Efficient HDD Mining | New 1.2.3 Fork block 92000 on: July 09, 2015, 03:43:31 PM
I have finished uploading the compressed blockchain, just move it to your Users\Username\AppData\Roaming\BURST\burst_db directory and run burstcoin for quick syncing.

With Linux burst_1.2.3/nxt_db


Compiled: 2015-07-08 07:20:42

Last block height: 115987

Size: 545 MB compressed | 1.7 GB uncompressed.


https://mega.nz/#!a0IVVTCB!KnZ41zCAW2mcazlKPhaRy2wh7UUB03ZNOeh45HCbxxU


Thanks so much for taking the time, burstcoinsat, that's really nice of you Smiley Smiley Hope that is indicative of the whole community Wink

Someone should update the link in OP and on the home page with this updated version  Wink


No problem i am happy to help  Cool

Link on http://burstcoin.sk updated

Nice website dude!
3  Alternate cryptocurrencies / Service Announcements (Altcoins) / Re: ShapeShift.io - Instant Coin Exchange - No Account Needed on: July 08, 2015, 11:23:32 PM
Will you add Burstcoin?
4  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][BURST] Burst | Efficient HDD Mining | New 1.2.3 Fork block 92000 on: July 08, 2015, 09:23:10 PM
I have finished uploading the compressed blockchain, just move it to your Users\Username\AppData\Roaming\BURST\burst_db directory and run burstcoin for quick syncing.

With Linux burst_1.2.3/nxt_db


Compiled: 2015-07-08 07:20:42

Last block height: 115987

Size: 545 MB compressed | 1.7 GB uncompressed.


https://mega.nz/#!a0IVVTCB!KnZ41zCAW2mcazlKPhaRy2wh7UUB03ZNOeh45HCbxxU


Thanks so much for taking the time, burstcoinsat, that's really nice of you Smiley Smiley Hope that is indicative of the whole community Wink

Someone should update the link in OP and on the home page with this updated version  Wink


No problem i am happy to help  Cool
5  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][BURST] Burst | Efficient HDD Mining | New 1.2.3 Fork block 92000 on: July 08, 2015, 10:50:02 AM
I have finished uploading the compressed blockchain, just move it to your Users\Username\AppData\Roaming\BURST\burst_db directory and run burstcoin for quick syncing.

With Linux burst_1.2.3/nxt_db


Compiled: 2015-07-08 07:20:42

Last block height: 115987

Size: 545 MB compressed | 1.7 GB uncompressed.


https://mega.nz/#!a0IVVTCB!KnZ41zCAW2mcazlKPhaRy2wh7UUB03ZNOeh45HCbxxU


Hey guys i was trying to fix this problem for the past hour:

Code:
2015-07-08 07:17:31 INFO: Started API server at 127.0.0.1:8125
2015-07-08 07:17:31 SEVERE: Errors running startup tasks:
java.net.BindException: Address already in use

java.lang.RuntimeException: Errors running startup tasks:
java.net.BindException: Address already in use

so i did

Code:
lsof -i :8123

And found out my code editor (http://brackets.io/ which is an awesome code editor) uses 8123, so after killing the process, (pkill -9 brackets) Burstcoin started smoothly.

Hope it helps someone in the future.

Yeah, but as long as you start burst FIRST brackets and burst will both work. Hehe, and yes, brackets is lovely Cheesy

Good to know thanks! could do some nice web development while running burst now Cheesy

Any chance you can upload this to Github and maintain the code there please?

Soon.

How soon?


really soon: https://github.com/dawallet/burstwindowswallet

Never used github before, but I will learn fast Wink

Thank you, can't be too careful in the crypto scene with closed course executables  Cheesy
6  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][BURST] Burst | Efficient HDD Mining | New 1.2.3 Fork block 92000 on: July 08, 2015, 09:00:07 AM
Any chance you can upload this to Github and maintain the code there please?

Soon.

How soon?


Thank you. I'm new to Burst and downloaded your program, looks nice, keep working on it Smiley As a beginner you can not "drop" the old blockchain into the correct folder, but have to download it through your peers. I still haven't got the whole thing yet.

Can someone upload it to a server, torrent or some other server? It seems quite big.

Give me an hour and it will be uploaded to Mega.co.nz, compressing the file now.
7  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][BURST] Burst | Efficient HDD Mining | New 1.2.3 Fork block 92000 on: July 08, 2015, 08:47:54 AM
Version 0.1.5 is out now!


Features:
+ Dark style (new)
+ Minimize to tray (new)
+ Wallet/Passphrase Manager
+ Switch between Online and Local Wallet
+ Crowdfunding & Lotteries



If you're using it the first time you can drop your old Blockchain into the "burst_db" folder.

Gonna give this a shot now, Good work bro.
Why under the pages of Crowdfunding and Lotteries, they are still blank!

Is this Open Source? I don't want to run an executable without compiling first/verifying the signature.

Waited for the question:
https://sourceforge.net/projects/burstwindowswallet/

I found some minor bugs, so that's the latest version:

https://sourceforge.net/projects/burstwindowswallet/files/latest/download


Any chance you can upload this to Github and maintain the code there please?
8  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][BURST] Burst | Efficient HDD Mining | New 1.2.3 Fork block 92000 on: July 08, 2015, 06:21:10 AM
Hey guys i was trying to fix this problem for the past hour:

Code:
2015-07-08 07:17:31 INFO: Started API server at 127.0.0.1:8125
2015-07-08 07:17:31 SEVERE: Errors running startup tasks:
java.net.BindException: Address already in use

java.lang.RuntimeException: Errors running startup tasks:
java.net.BindException: Address already in use

so i did

Code:
lsof -i :8123

And found out my code editor (http://brackets.io/ which is an awesome code editor) uses 8123, so after killing the process, (pkill -9 brackets) Burstcoin started smoothly.

Hope it helps someone in the future.

9  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][BURST] Burst | Efficient HDD Mining | New 1.2.3 Fork block 92000 on: July 08, 2015, 05:48:50 AM


Version 0.1.5 is out now!


Features:
+ Dark style (new)
+ Minimize to tray (new)
+ Wallet/Passphrase Manager
+ Switch between Online and Local Wallet
+ Crowdfunding & Lotteries


https://mega.co.nz/#!nlFFXRLZ!2clbCITTvVACC6x6zFQ5djgLJ-yTj-aj5-GDnfq3fDI

It's enough to replace Burst_Wallet.exe. If you're using it the first time you can drop your old Blockchain into the "burst_db" folder.

Gonna give this a shot now, Good work bro.
Why under the pages of Crowdfunding and Lotteries, they are still blank!

Is this Open Source? I don't want to run an executable without compiling first/verifying the signature.
10  Economy / Web Wallets / Re: Blockchain.info - Bitcoin Block explorer & Currency Statistics on: July 08, 2015, 04:51:58 AM
Price seems to be going up!  Cool
11  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][BURST] Burst | Efficient HDD Mining | New 1.2.3 Fork block 92000 on: June 27, 2015, 05:33:50 PM
Don't forget to subscribe to reddit.com/r/burstcoin
Pages: [1]
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!