Bitcoin Forum
June 17, 2024, 02:30:38 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 ... 1031 1032 1033 1034 1035 1036 1037 1038 1039 1040 1041 1042 1043 1044 1045 1046 1047 1048 1049 1050 1051 1052 1053 1054 1055 1056 1057 1058 1059 1060 1061 1062 1063 1064 1065 1066 1067 1068 1069 1070 1071 1072 1073 1074 1075 1076 1077 1078 1079 1080 [1081] 1082 1083 1084 1085 1086 1087 1088 1089 1090 1091 1092 1093 1094 1095 1096 1097 1098 1099 1100 1101 1102 1103 1104 1105 1106 1107 1108 1109 1110 1111 1112 1113 1114 1115 1116 1117 1118 1119 1120 1121 1122 1123 1124 1125 1126 1127 1128 1129 1130 1131 ... 1315 »
  Print  
Author Topic: [ANN][BURST] Burst | Efficient HDD Mining | New 1.2.3 Fork block 92000  (Read 2170604 times)
burstcoinsat
Newbie
*
Offline Offline

Activity: 11
Merit: 0


View Profile
July 08, 2015, 09:00:07 AM
Last edit: July 08, 2015, 09:10:58 AM by burstcoinsat
 #21601

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.
Irontiga
Hero Member
*****
Offline Offline

Activity: 588
Merit: 500


View Profile
July 08, 2015, 09:14:43 AM
 #21602

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
daWallet
Sr. Member
****
Offline Offline

Activity: 302
Merit: 250



View Profile WWW
July 08, 2015, 09:40:18 AM
 #21603

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

github/dawallet   Burst Client for Win & Burstcoin.biz
yeponlyone
Hero Member
*****
Offline Offline

Activity: 504
Merit: 500



View Profile
July 08, 2015, 09:59:30 AM
 #21604

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.  Smiley  Smiley

Give me an hour and it will be uploaded to Mega.co.nz, compressing the file now.


That would be great, I appreciate it a lot even if your supposed to be decentralized.
Irontiga
Hero Member
*****
Offline Offline

Activity: 588
Merit: 500


View Profile
July 08, 2015, 10:30:42 AM
 #21605

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.  Smiley  Smiley

Give me an hour and it will be uploaded to Mega.co.nz, compressing the file now.


That would be great, I appreciate it a lot even if your supposed to be decentralized.
http://burstcoin.info/download ... is the home page really that hard to find?
burstcoinsat
Newbie
*
Offline Offline

Activity: 11
Merit: 0


View Profile
July 08, 2015, 10:50:02 AM
 #21606

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
yeponlyone
Hero Member
*****
Offline Offline

Activity: 504
Merit: 500



View Profile
July 08, 2015, 10:51:11 AM
 #21607

On another note, this thread is **huge**, I have not read it all but things I found interesting. Talking of large blockchains, were there plans of making Burst's smaller somehow (like that coin I can not remember the name of, "cryptonote" or something)?
BurstBurst
Full Member
***
Offline Offline

Activity: 494
Merit: 100



View Profile
July 08, 2015, 10:56:20 AM
 #21608

Great Release



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.
yeponlyone
Hero Member
*****
Offline Offline

Activity: 504
Merit: 500



View Profile
July 08, 2015, 10:56:51 AM
 #21609

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
xizmax
Hero Member
*****
Offline Offline

Activity: 527
Merit: 500


View Profile
July 08, 2015, 10:57:47 AM
 #21610

On another note, this thread is **huge**, I have not read it all but things I found interesting. Talking of large blockchains, were there plans of making Burst's smaller somehow (like that coin I can not remember the name of, "cryptonote" or something)?

That plan indeed existed and still exists. Matt is working on blockchain trimming.

BURST, your C:\urrency
Follow us on https://twitter.com/burstcoin_dev
daWallet
Sr. Member
****
Offline Offline

Activity: 302
Merit: 250



View Profile WWW
July 08, 2015, 11:32:43 AM
 #21611

The quoted download link of the Windows wallet got replaced:

Burst Windows Wallet:

https://github.com/dawallet/burstwindowswallet

github/dawallet   Burst Client for Win & Burstcoin.biz
burstcoinsat
Newbie
*
Offline Offline

Activity: 11
Merit: 0


View Profile
July 08, 2015, 09:23:10 PM
 #21612

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
burstcoinsat
Newbie
*
Offline Offline

Activity: 11
Merit: 0


View Profile
July 09, 2015, 03:43:31 PM
 #21613

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!
yeponlyone
Hero Member
*****
Offline Offline

Activity: 504
Merit: 500



View Profile
July 09, 2015, 05:28:21 PM
 #21614

Perhaps this will interest someone: Nick Szabo's slides on smart contracts from a presentation in 2004: http://w-uh.com/download/WECSmartContracts.pdf
Erkallys
Legendary
*
Offline Offline

Activity: 1120
Merit: 1004



View Profile
July 09, 2015, 10:02:33 PM
 #21615

Great Release



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.

I was waiting for something like this for a so long time ! edit : I can't find it on Mega.
xizmax
Hero Member
*****
Offline Offline

Activity: 527
Merit: 500


View Profile
July 09, 2015, 10:06:34 PM
 #21616

Great Release



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.

I was waiting for something like this for a so long time ! edit : I can't find it on Mega.

You can find it on github: https://github.com/dawallet/burstwindowswallet
or on sourceforge: https://sourceforge.net/projects/burstwindowswallet/

Also, your feedback is most welcome

BURST, your C:\urrency
Follow us on https://twitter.com/burstcoin_dev
burstcoinsat
Newbie
*
Offline Offline

Activity: 11
Merit: 0


View Profile
July 10, 2015, 03:07:32 AM
 #21617

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!
BurstBurst
Full Member
***
Offline Offline

Activity: 494
Merit: 100



View Profile
July 10, 2015, 11:31:21 AM
 #21618

Here come the dump ......
jwinterm
Legendary
*
Offline Offline

Activity: 3066
Merit: 1115



View Profile
July 11, 2015, 12:25:24 AM
 #21619

SSSSSHT   Don't tell them what comes after the dump. ( Shocked )

The wipe?
digitalgrow
Hero Member
*****
Offline Offline

Activity: 704
Merit: 500


View Profile
July 11, 2015, 01:35:12 AM
 #21620

Building position here, looking good to me fellas, skilled traders dont spend that much in a low end of a trading range unless they expect to get paid handsomely
Pages: « 1 ... 1031 1032 1033 1034 1035 1036 1037 1038 1039 1040 1041 1042 1043 1044 1045 1046 1047 1048 1049 1050 1051 1052 1053 1054 1055 1056 1057 1058 1059 1060 1061 1062 1063 1064 1065 1066 1067 1068 1069 1070 1071 1072 1073 1074 1075 1076 1077 1078 1079 1080 [1081] 1082 1083 1084 1085 1086 1087 1088 1089 1090 1091 1092 1093 1094 1095 1096 1097 1098 1099 1100 1101 1102 1103 1104 1105 1106 1107 1108 1109 1110 1111 1112 1113 1114 1115 1116 1117 1118 1119 1120 1121 1122 1123 1124 1125 1126 1127 1128 1129 1130 1131 ... 1315 »
  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!