Bitcoin Forum
April 16, 2024, 10:10:32 PM *
News: Latest Bitcoin Core release: 26.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 ... 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 [159] 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 »
  Print  
Author Topic: [WDC] Worldcoin | 0.17.1 Released! | AuxPoW w/ LWMA diff algorithm. Resync Req.  (Read 441966 times)
Berzeck
Full Member
***
Offline Offline

Activity: 238
Merit: 100


View Profile
June 13, 2016, 09:40:24 PM
 #3161

I got lost in WorldCoin software and versions.
I still use the old 0.8 wallet. I'm not sure whether is it right or wrong. It seems to work, but the time is moving forward and one day I may end up at the wrong fork.
If I am right the current software is called Worldcoin Panel and it is located here: https://github.com/WorldcoinGlobal/WorldcoinPanel
I'd like to give it a try but I can't find a building instruction, neither see standard build files.
Could someone explain me how can I properly install the right software assuming that I am using Linux Mint 17.3 and I want to build it from sources?

Hello there!
there is a Linux build  at https://worldcoin.global/worldcoin-quick-start/

We are using new build system called QBS that was made by Qt guys as a replacement of qmake, after next release in a couple of weeks I may write Linux build instructions
There are several different types of Bitcoin clients. The most secure are full nodes like Bitcoin Core, but full nodes are more resource-heavy, and they must do a lengthy initial syncing process. As a result, lightweight clients with somewhat less security are commonly used.
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
marada
Sr. Member
****
Offline Offline

Activity: 442
Merit: 250


View Profile
June 13, 2016, 10:05:38 PM
Last edit: June 13, 2016, 10:16:14 PM by marada
 #3162

Thanks Berzeck. I know there is binary file available, but my mum has told me "do not install binaries unless you know how to reproduce the process of building".

P.S.: I keep your promise in mind and I will keep asking Wink
Berzeck
Full Member
***
Offline Offline

Activity: 238
Merit: 100


View Profile
June 13, 2016, 10:17:24 PM
 #3163

Thanks Berzeck. I know there is binary file available, but my mum has told me "do not install binaries unless you know how to reproduce the process of building".

Fair enough, wait a couple of weeks for new version and I will post build instructions, for your mom's peace of mind Wink
Berzeck
Full Member
***
Offline Offline

Activity: 238
Merit: 100


View Profile
June 14, 2016, 04:36:47 PM
 #3164

Thanks Berzeck. I know there is binary file available, but my mum has told me "do not install binaries unless you know how to reproduce the process of building".

P.S.: I keep your promise in mind and I will keep asking Wink

Even if I do not have time to post full instructions that has a respectable quality standard I promise I will help you to compile step by step until it is working, maybe you could help us make proper instructions then? Smiley

Also I never have broken a promise but you don't need to trust me, you can print screen and upload to imgur for futher proof Wink
marada
Sr. Member
****
Offline Offline

Activity: 442
Merit: 250


View Profile
June 16, 2016, 08:07:36 PM
 #3165

Hello Berzeck.

You proposal "answer yourself" is a challenge but I do pick up the challenge. Smiley
Now my problem is how to build the QBS itself. It is the mail troublemaker now.
I think may I should sue them. How much have you made of you suit?
Berzeck
Full Member
***
Offline Offline

Activity: 238
Merit: 100


View Profile
June 17, 2016, 12:06:10 PM
Last edit: June 17, 2016, 02:39:54 PM by Berzeck
 #3166

Hello Berzeck.

You proposal "answer yourself" is a challenge but I do pick up the challenge. Smiley
Now my problem is how to build the QBS itself. It is the mail troublemaker now.
I think may I should sue them. How much have you made of you suit?

I meant  that I would help you step by step even if I can't make instructions with enough quality for public release.
Anyway I would suggest to wait until next version but if you want wallet now follow this steps:
Dwonload QJsonRpc
https://bitbucket.org/devonit/qjsonrpc/overview

Download Qt 5.5.1 (If you wait a couple of weeks new version will be compiled and tested with 5.6.1 which is important because it is an LTS release).
If you downloaded source then you should compile it (dynamic) , personally I wouldn't bother because every distribution I know trust Digia, unless you are compiling your whole distro (Gentoo or LFS) that wouldn't make sense.

Compile QJsonRpc statically

Open Qt Creator and open the project (WorldcoinPanel.qbs), edit  file and change directories accordingly

Compile WorldcoinPanel

The reason we use QBS is that qmake has been 'virtually' deprecated, always defaced by its own creators as a big mess that nobody inside digia wants to touch, so they developed QBS.
For new projects they recommend CMake or QBS, so we have chosen QBS because it has support by the same guys who make Qt which is pretty convenient

Koltan
Newbie
*
Offline Offline

Activity: 57
Merit: 0


View Profile
June 19, 2016, 02:32:10 PM
 #3167

Hi!

I've downloaded the wallet for Windows. It says WorldcoinBC 2.0.2.
The problem, that it doesn't connect to the network and just stays on "Synchronizing.... 99.99% " forever.
Also, it seems to be glitching in the simple things. For example, in the wallet settings it is set "Minimize on tray when close", but when I press "x" on the window, it fully closes the application. Also pressing "Ok" button in the wallet settings window does not close the window.
Well, the second and third issues aren't very important, but how I can sync the wallet?!
Berzeck
Full Member
***
Offline Offline

Activity: 238
Merit: 100


View Profile
June 19, 2016, 04:21:47 PM
 #3168

Hi!

I've downloaded the wallet for Windows. It says WorldcoinBC 2.0.2.
The problem, that it doesn't connect to the network and just stays on "Synchronizing.... 99.99% " forever.
Also, it seems to be glitching in the simple things. For example, in the wallet settings it is set "Minimize on tray when close", but when I press "x" on the window, it fully closes the application. Also pressing "Ok" button in the wallet settings window does not close the window.
Well, the second and third issues aren't very important, but how I can sync the wallet?!
Hello Koltan!
Maybe you have a peer problem?
Check this link http://forum.worldcoin.global/index.php?/topic/398-peers/#comment-2302 to add more peers

Thanks for feedback! after next release (1 or 2 more weeks) we will have a period for squashing bugs and annoying little issues, I will make a thread in our forum  were people should put this kind of issues; please do it and we will solve them Wink
Koltan
Newbie
*
Offline Offline

Activity: 57
Merit: 0


View Profile
June 20, 2016, 08:37:24 AM
 #3169

Maybe you have a peer problem?
Check this link http://forum.worldcoin.global/index.php?/topic/398-peers/#comment-2302 to add more peers

Thank you, Berzeck! Now it works fine!
AngryDwarf
Sr. Member
****
Offline Offline

Activity: 476
Merit: 501


View Profile
June 23, 2016, 03:57:20 PM
 #3170

Isn't this coin dead ?

The software development of this coin, is by their own words, applicable to any coin. The technology is interesting, the commit to their own coin is just what it is.

Scaling and transaction rate: https://bitcointalk.org/index.php?topic=532.msg6306#msg6306
Do not allow demand to exceed capacity. Do not allow mempools to forget transactions. Relay all transactions. Eventually confirm all transactions.
Berzeck
Full Member
***
Offline Offline

Activity: 238
Merit: 100


View Profile
June 23, 2016, 04:43:01 PM
 #3171

Isn't this coin dead ?

Several times, yet we still  making innovations and forging our own path. Follow this thread one week or two because a new release is imminent
ozboom
Full Member
***
Offline Offline

Activity: 131
Merit: 103


View Profile
June 28, 2016, 06:16:01 AM
 #3172

I don't manage to access https://worldcoin.global/
Server issue?
Berzeck
Full Member
***
Offline Offline

Activity: 238
Merit: 100


View Profile
June 28, 2016, 06:23:59 AM
 #3173

I don't manage to access https://worldcoin.global/
Server issue?
Thanks for reporting I will forward this to the person in charge, i am sure it will be fixed soon
Berzeck
Full Member
***
Offline Offline

Activity: 238
Merit: 100


View Profile
June 28, 2016, 08:13:18 AM
 #3174

SOLVED! please confirm!
shveicar
Legendary
*
Offline Offline

Activity: 1414
Merit: 1013


DMD info: https://diamond-info.github.io/


View Profile
July 04, 2016, 08:20:59 PM
 #3175

Hi all.
Who can say why froze WDC transaction on Poloniex?

Diamond The best investment in your future! ✧ it's 35% POS and 65% Msternode ✧
shveicar
Legendary
*
Offline Offline

Activity: 1414
Merit: 1013


DMD info: https://diamond-info.github.io/


View Profile
July 05, 2016, 11:55:57 PM
 #3176

Ok, now everything is normal.
Input and output for WDC is working again Smiley

Diamond The best investment in your future! ✧ it's 35% POS and 65% Msternode ✧
CryptoMaik
Hero Member
*****
Offline Offline

Activity: 594
Merit: 500


Blockchain entrepreneur✔


View Profile
July 11, 2016, 07:04:01 PM
 #3177

Can anyone publish a list of nodes.

Our wallet has 0 connections.

Thanks Wink

CryptoMaik ✔
GreatOrchid
Legendary
*
Offline Offline

Activity: 1092
Merit: 1001



View Profile
July 11, 2016, 11:22:34 PM
 #3178

i tryed the brand new 3.o wallet and the android wallet i cant get anything to work wtf
if i cant get a wallet what good is it?
Berzeck
Full Member
***
Offline Offline

Activity: 238
Merit: 100


View Profile
July 12, 2016, 12:57:47 AM
Last edit: July 12, 2016, 06:20:37 AM by Berzeck
 #3179

Can anyone publish a list of nodes.

Our wallet has 0 connections.

Thanks Wink

This takes care of the peer problem

http://forum.worldcoin.global/index.php?/topic/398-peers/
Obviously new seed nodes will be added on final release

i tryed the brand new 3.o wallet and the android wallet i cant get anything to work wtf
if i cant get a wallet what good is it?
android wallet -> settings -> settings -> trusted peer
Add nodes: 78.141.116.239, 77.247.229.93

Please subscribe to our forum for up to date information
forum.worldcoin.global

Berzeck
Full Member
***
Offline Offline

Activity: 238
Merit: 100


View Profile
July 12, 2016, 05:19:42 AM
 #3180

Version 3.0 Public Beta 2 available!
Check official news for our new strategic feature.

https://worldcoin.global/worldcoinbc-3-0-beta2-released/

Pages: « 1 ... 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 [159] 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 »
  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!