Bitcoin Forum
May 20, 2024, 04:09:13 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: « 1 2 3 4 5 [6] 7 8 9 10 11 »
101  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] [WLC] WorldLeadCurrency a Freicoin clone for a basic income on: December 24, 2015, 10:34:15 PM
Yeah, that right..

However the Christmas special has ended.

Many thanks to all participating users.

The winner of the 100 mBTC is the user arta***** (user contacted via email).

The addresses of the 2000 WLC price winners are:

15PLZhDiP8LSMaiW3csbZa2b6xgDasJZA6
1ECPKN4Y6XmhF7TgsHwXWM6QRNRd8kWcGz
1zhaC3WQJ1jP6EC34x52JcgCnWeaZU78h
1JkcGJ4wCFpxUrvCsWqXM9hHD1vBs6Vw8V
1BxBfVVy6KBJFiW7Rw9Qa2a4S6SyzgRJic

If you are not shure wheter you are one of the winners log in to your account, or check your wlc-wallet.

Greetings and Merry Christmas, Rik
102  Alternate cryptocurrencies / Altcoin Discussion / Re: WLC Christmas special. Win 100 mBTC (1x) or 2000 mWLC(5x) on: December 24, 2015, 10:12:08 PM
Many thanks to all participating users.

The winner of the 100 mBTC is the user arta***** (user contacted via email).

The addresses of the 2000 WLC price winners are:

15PLZhDiP8LSMaiW3csbZa2b6xgDasJZA6
1ECPKN4Y6XmhF7TgsHwXWM6QRNRd8kWcGz
1zhaC3WQJ1jP6EC34x52JcgCnWeaZU78h
1JkcGJ4wCFpxUrvCsWqXM9hHD1vBs6Vw8V
1BxBfVVy6KBJFiW7Rw9Qa2a4S6SyzgRJic

If you are not sure if you are one of the winners log in to your account, or check your wlc-wallet.

Greetings and Merry Christmas Rik
103  Alternate cryptocurrencies / Altcoin Discussion / Re: WLC Christmas special. Win 100 mBTC (1x) or 2000 mWLC(5x) on: December 24, 2015, 03:57:52 PM
Please dont forget to set your WLC Address in your userpreferences after your account is activated.

Otherwise you can not participate in our christmas special this evening and we can not pay out a basic income to your account.

Merry Christmas, Rik
104  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] [WLC] WorldLeadCurrency a Freicoin clone for a basic income on: December 23, 2015, 09:45:43 AM
Ok after reinstalling nodejs

Code:
sudo add-apt-repository ppa:chris-lea/node.js

sudo apt-get update

sudo apt-get install nodejs

I have managed to install everything at: http://91.108.68.164:3001 but still the richlist, Coinsupply and last transactions are missing.. So i am now where i started on the other server.  Huh Tongue
105  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] [WLC] WorldLeadCurrency a Freicoin clone for a basic income on: December 22, 2015, 03:28:29 PM
Somehow the blockexplorer is resisting to be installed,

i tried to install the explorer on another server, but after setting the Key for mongodb, creating the source list and updating, the command:

Code:
sudo apt-get install -y mongodb-org

Gives me: mongodb-org cannot locate package.

This seems to be a common problem for 32bit machines but i have a 14.04 64bit version...

Editing files in the views sub folder seem to have some effect on displaying the balances but as long as the explorer is broken it does not make any sense to look into it further.

@drays what do you think is needed to reinstall it correctly?



Did you try this:

https://docs.mongodb.org/v3.0/tutorial/install-mongodb-on-ubuntu/

Exactly, several times.
;-)

Thats strange. What is the output of "sudo apt-get update" after running echo "deb http...." command? You should see something like "Get:1 http://repo.mongodb.org trusty/mongodb-org/3.0/multiverse amd64 Packages [7,183 B]" there.


I am pretty sure that i used the same tutorial in the first place but now it worked without any intervention, thank you.
But now i am stuck with npm install --production giving me some "'gyp' failed with exit code: 1" error.. hmm anyway i keep it updated.
106  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] [WLC] WorldLeadCurrency a Freicoin clone for a basic income on: December 21, 2015, 08:07:59 PM
Somehow the blockexplorer is resisting to be installed,

i tried to install the explorer on another server, but after setting the Key for mongodb, creating the source list and updating, the command:

Code:
sudo apt-get install -y mongodb-org

Gives me: mongodb-org cannot locate package.

This seems to be a common problem for 32bit machines but i have a 14.04 64bit version...

Editing files in the views sub folder seem to have some effect on displaying the balances but as long as the explorer is broken it does not make any sense to look into it further.

@drays what do you think is needed to reinstall it correctly?



Did you try this:

https://docs.mongodb.org/v3.0/tutorial/install-mongodb-on-ubuntu/

Exactly, several times.
;-)
107  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] [WLC] WorldLeadCurrency a Freicoin clone for a basic income on: December 21, 2015, 12:36:56 PM
Somehow the blockexplorer is resisting to be installed,

i tried to install the explorer on another server, but after setting the Key for mongodb, creating the source list and updating, the command:

Code:
sudo apt-get install -y mongodb-org

Gives me: mongodb-org cannot locate package.

This seems to be a common problem for 32bit machines but i have a 14.04 64bit version...

Editing files in the views sub folder seem to have some effect on displaying the balances but as long as the explorer is broken it does not make any sense to look into it further.

@drays what do you think is needed to reinstall it correctly?

108  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] [WLC] WorldLeadCurrency a Freicoin clone for a basic income on: December 18, 2015, 03:33:55 PM
Hi thank you,

i tried to use your settings but still the coin supply is not shown and the "Latest Transactions" are looking weird. I tried to fix the satoshi-problem by modifying app.js by adding zeros to

Code:
sent: (address.sent / 100000000),
received: (address.received / 100000000),
balance: (address.balance / 100000000).toString().replace(/(^-+)/mg, ''),

but it did not change anything. I keep looking..

Rik

EDIT: Also the send coins displayed are not working correct. I cloned the rep 3 times now and the error is still there. This explorer is somehow broken on my server.. maybe i try it on another server..
109  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] [WLC] WorldLeadCurrency a Freicoin clone for a basic income on: December 17, 2015, 07:16:25 AM
I have set up a test explorer now. It is here: http://45.63.117.38:3002/ and works well.
However it still shows values multiplied by 100000000. I suppose this is due to your usage of MPFR and mpq_class. You may want to look into it. Not sure if there is more serious problem or it is just visual. Note that C-Cex does not show the coin supply too by some reason.

BTW, your block explorer (http://109.73.173.119:81) is stuck on block 38884, not updating further. Suppose this is because you played with mongodb.


The old explorer sometimes just stops.. another reason to do an update.

Thanks for setting up the test, i definitively have to look into the multiplication.

Rik

EDIT: Can you send me your settings? My explorer does not show the coin supply nor the 100 last blocks.. Thanks
110  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] [WLC] WorldLeadCurrency a Freicoin clone for a basic income on: December 15, 2015, 06:05:16 PM
So i tried t install the new version but after installing and setting up the mongodb i try to start with $npm start and i get:

Code:
> explorer@1.6.1 start /root/explorer
> node --stack-size=10000 ./bin/cluster

Starting cluster with pid: 26492

/root/explorer/node_modules/mongoose/node_modules/mongodb/lib/utils.js:97
    process.nextTick(function() { throw err; });
                                        ^

/root/explorer/node_modules/mongoose/node_modules/mongodb/lib/utils.js:97
    process.nextTick(function() { throw err; });
                                        ^
TypeError: Cannot read property 'length' of undefined
    at /root/explorer/bin/instance:30:30
    at /root/explorer/lib/database.js:235:14
    at open (/root/explorer/node_modules/mongoose/lib/connection.js:478:17)
    at /root/explorer/node_modules/mongoose/lib/connection.js:485:7
    at handleCallback (/root/explorer/node_modules/mongoose/node_modules/mongodb/lib/utils.js:95:12)
    at _callback (/root/explorer/node_modules/mongoose/node_modules/mongodb/lib/db.js:1278:5)
    at /root/explorer/node_modules/mongoose/node_modules/mongodb/lib/db.js:1321:7
    at /root/explorer/node_modules/mongoose/node_modules/mongodb/node_modules/mongodb-core/lib/topologies/server.js:1015:5
    at /root/explorer/node_modules/mongoose/node_modules/mongodb/node_modules/mongodb-core/lib/auth/mongocr.js:115:17
    at /root/explorer/node_modules/mongoose/node_modules/mongodb/node_modules/mongodb-core/lib/topologies/server.js:756:13
    at Callbacks.emit (/root/explorer/node_modules/mongoose/node_modules/mongodb/node_modules/mongodb-core/lib/topologies/server.js:95:3)
    at null.messageHandler (/root/explorer/node_modules/mongoose/node_modules/mongodb/node_modules/mongodb-core/lib/topologies/server.js:243:23)
    at Socket.<anonymous> (/root/explorer/node_modules/mongoose/node_modules/mongodb/node_modules/mongodb-core/lib/connection/connection.js:262:22)
    at Socket.emit (events.js:95:17)
    at Socket.<anonymous> (_stream_readable.js:765:14)
    at Socket.emit (events.js:92:17)
TypeError: Cannot read property 'length' of undefined
    at /root/explorer/bin/instance:30:30
    at /root/explorer/lib/database.js:235:14
    at open (/root/explorer/node_modules/mongoose/lib/connection.js:478:17)
    at /root/explorer/node_modules/mongoose/lib/connection.js:485:7
    at handleCallback (/root/explorer/node_modules/mongoose/node_modules/mongodb/lib/utils.js:95:12)
    at _callback (/root/explorer/node_modules/mongoose/node_modules/mongodb/lib/db.js:1278:5)
    at /root/explorer/node_modules/mongoose/node_modules/mongodb/lib/db.js:1321:7
    at /root/explorer/node_modules/mongoose/node_modules/mongodb/node_modules/mongodb-core/lib/topologies/server.js:1015:5
    at /root/explorer/node_modules/mongoose/node_modules/mongodb/node_modules/mongodb-core/lib/auth/mongocr.js:115:17
    at /root/explorer/node_modules/mongoose/node_modules/mongodb/node_modules/mongodb-core/lib/topologies/server.js:756:13
    at Callbacks.emit (/root/explorer/node_modules/mongoose/node_modules/mongodb/node_modules/mongodb-core/lib/topologies/server.js:95:3)
    at null.messageHandler (/root/explorer/node_modules/mongoose/node_modules/mongodb/node_modules/mongodb-core/lib/topologies/server.js:243:23)
    at Socket.<anonymous> (/root/explorer/node_modules/mongoose/node_modules/mongodb/node_modules/mongodb-core/lib/connection/connection.js:262:22)
    at Socket.emit (events.js:95:17)
    at Socket.<anonymous> (_stream_readable.js:765:14)
    at Socket.emit (events.js:92:17)

I just switched databases so i wonder what the problem is..

EDIT:I changed the settings.json instead of copying and now it works.. Problem is: I cant run it in background and the balances are still shown in satoshi.. hmm..
111  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] [WLC] WorldLeadCurrency a Freicoin clone for a basic income on: December 15, 2015, 02:34:05 PM
Hi drays,

as you said, there are much better BEs out there. This BE was never planned to beat any of those fancy BEs out there it was just to get some basic information easily. I would personally rather stick with this one like it is (minor changes are ok, when they dont take to much time) and use another one (payed service) in the future. But i am not too deep inside which BEs have which features..

Rik
112  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] [WLC] WorldLeadCurrency a Freicoin clone for a basic income on: December 15, 2015, 08:57:51 AM

I tested it, only error comes from having no other peers.
pool.winc-ev.com seems to be down.

Hi yes, pool.winc-ev.com is down. I just rewrite the code. So if someone want to host a bootstrap address just contact me.

The code for the explorer is online at https://github.com/worldleadcurrency/explorer if someone is interested to look into..

Greetings Rik
113  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] [WLC] WorldLeadCurrency a Freicoin clone for a basic income on: December 14, 2015, 01:04:48 PM


Hi i think i got it, can you test it please?

https://github.com/WorldLeadCurrency/p2pool4wlc

Rik
114  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] [WLC] WorldLeadCurrency a Freicoin clone for a basic income on: December 14, 2015, 08:35:58 AM
Who is hosting the block explorer (http://109.73.173.119:81/)? Could you please fix it so it shown human readable values (for example now it shows coin supply as 2241862654769916.00000000 WLC, which I believe is wrong). Most possibly it shows values multiplied by 100000000 by some reason.

Also it would be nice to have a better BE on coin website. Transparency is good.

Hi drays,

the explorer is hosted by the WINC association, although it was not programmed by us. The coins are shown in satoshi and not in coins and also the demurrage is not calculated, so the exact amount would be lower than what is shown. I dont had the time to look into it right now, so any help is appreciated - (will upload the sourcecode asap).
- at the moment i transport p2pool for WLC.

About the BE what exactly are you missing?

@zoneout/callynyan and everyone looking for bounties: The WINC association is a complete non profit organization. This means we can not pay bounties in BTC USD EUR unless we receive some donations. What we can do is that we pay out WLCs as bounty. This would be round about 60 mWLC per hour of work.

Greetings Rik
115  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] [WLC] WorldLeadCurrency a Freicoin clone for a basic income on: December 12, 2015, 08:15:57 AM
Nice concept but there should be something like WLC Foundation which holds tax funds in a multi signature address.

After the mess the Bitcoin Foundation is in & has made, no thanks  Wink

It's better than one person holding it.
Or just port to ETH as a smart contract coin.

I absolutely welcome this idea of puttig the responsibility on different shoulders. This is why there we established WINC association which is in charge of the budget. In theory there could be several people handeling the vouchers (multisign is not implemented right now). And different people that are responsible for different resorts. Possible resorts would be technical development, public relations, Basic income payout, treasurer/treasurers, web development and so on. There are well known examples here in Germany where big associations handle millions of euros through resorts. So in principle everything is there. Everything that is missing are the people to fill the positions.. ;-)

To port it to ETH would mean to give away too much control.

Many greetings Rik
116  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] [WLC] WorldLeadCurrency a Freicoin clone for a basic income on: December 11, 2015, 11:27:41 AM

Thats what i do.. Most things are done but there are 2 tricky functions i still have to fix. Maybe i find a solution during the weekend.

Rik

EDIT Ok functions are looking good, will have to fix synthax and test it.
117  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] [WLC] WorldLeadCurrency a Freicoin clone for a basic income on: December 10, 2015, 09:18:26 PM
Ok, i am on it  Wink
118  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] [WLC] WorldLeadCurrency a Freicoin clone for a basic income on: December 10, 2015, 08:57:46 PM
There is one for Freicoin with stratum support (i did fix it for FRC and could also fit it for WLC if needed).

Rik

I'd be interested in running a p2pool node for WLC if you can manage to do that Rik - it would help with adoption if miners could mine it using p2pool I think?

WLC would be the main chain in that case.. That means that only Namecoin Dogecoin (i think) devcoin and all the other MeMi coins but no BTC, you really want to do it, or just running a node? I will look into it. its been a while scince i programmed Phyton..

Rik
119  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] [WLC] WorldLeadCurrency a Freicoin clone for a basic income on: December 10, 2015, 08:54:05 PM
Welcome!

hey Thank you..
120  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] [WLC] WorldLeadCurrency a Freicoin clone for a basic income on: December 10, 2015, 08:46:44 PM
Is there a p2pool fork for this?

There is one for Freicoin with stratum support (i did fix it for FRC and could also fit it for WLC if needed) . But as p3yot33at3r said the best way to mine it is by using merged mining (you get some BTC for free..). ;-)

Rik
Pages: « 1 2 3 4 5 [6] 7 8 9 10 11 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!