Bitcoin Forum
April 28, 2024, 06:43:59 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 ... 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 [383] 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 ... 442 »
  Print  
Author Topic: [DVC]DevCoin - Official Thread - Moderated  (Read 1058398 times)
This is a self-moderated topic. If you do not want to be moderated by the person who started this topic, create a new topic.
develCuy
Sr. Member
****
Offline Offline

Activity: 470
Merit: 350



View Profile WWW
September 23, 2018, 06:30:46 PM
 #7641


Don't forget about the STEEM-DVC exchange Wink

https://steemit.com/witness-category/@devcoin/devsteem-stage-1-sell-round-2

Join Devcoin: Telegram, Reddit, Discord, Facebook, Keybase  | The Devcoin Project - from the many, one. From one, the source
1714329839
Hero Member
*
Offline Offline

Posts: 1714329839

View Profile Personal Message (Offline)

Ignore
1714329839
Reply with quote  #2

1714329839
Report to moderator
1714329839
Hero Member
*
Offline Offline

Posts: 1714329839

View Profile Personal Message (Offline)

Ignore
1714329839
Reply with quote  #2

1714329839
Report to moderator
In order to get the maximum amount of activity points possible, you just need to post once per day on average. Skipping days is OK as long as you maintain the average.
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1714329839
Hero Member
*
Offline Offline

Posts: 1714329839

View Profile Personal Message (Offline)

Ignore
1714329839
Reply with quote  #2

1714329839
Report to moderator
1714329839
Hero Member
*
Offline Offline

Posts: 1714329839

View Profile Personal Message (Offline)

Ignore
1714329839
Reply with quote  #2

1714329839
Report to moderator
1714329839
Hero Member
*
Offline Offline

Posts: 1714329839

View Profile Personal Message (Offline)

Ignore
1714329839
Reply with quote  #2

1714329839
Report to moderator
emfox
Full Member
***
Offline Offline

Activity: 276
Merit: 102


View Profile
September 25, 2018, 12:43:46 AM
 #7642


I just started with Docker (for Windows). Could you give lay men instructions on how to download and run this container from the Power Shell window?

if your docker installation is complete, just 'docker run emfox/devcoin:testing' will do everything, for detail please reference at:
https://docs.docker.com/docker-for-windows/

I get an error message:



edit: retried a couple of times. Seems to be a download not getting traction. It is downloading now but very slow... I guess I need more patience.

edit 2: could not start (fatal state)?



I do not familiar with docker under windows, maybe there was some write permission issue or other compatible things...

Earn Devcoins by Writing
BTC: 1Emfox1WswYcd2YucUskRzqfRWKkcm1Jut DVC: 1Emfox1WswYcd2YucUskRzqfRWKkcm1Jut
IXC: xnRKo3qSDdcPJ4pgTLER3orkquUVQXeLwf
novacadian
Full Member
***
Offline Offline

Activity: 232
Merit: 104



View Profile WWW
September 26, 2018, 01:40:38 PM
 #7643

HELP compiling devcoin!

Our codebase repository is getting warmer! Mainly thanks to @Ctya's pull requests. Now we need everyone to compile devcoin to help us build a solid new release!

Please download the code from here:
https://github.com/devcoin/core/archive/f29c33c44e003d02ad2d5e3aff73e923229f52f0.zip

And report your findings here:
https://github.com/devcoin/core/pull/42

Keep Devcoin up!

Experience with Ubuntu 16.04

Downloaded core-f29c33c44e003d02ad2d5e3aff73e923229f52f0.

There was an error surrounding permissions. My assumption was ownership which lost some time. It ended up being the build_detect_platform shell script, which required a "chmod +x build_detect_platform" on it for the qmake and make instructions.

Now having issues with libcurl. "locate curl.h" returns  "/usr/include/curl/curl.h". Yet getting the following error:


g++: error: /home/nova/Downloads/core-f29c33c44e003d02ad2d5e3aff73e923229f52f0/src/curl/lib/.libs/libcurl.a: No such file or directory
Makefile:516: recipe for target 'devcoin-qt' failed
make: *** [devcoin-qt] Error 1

Will look into it further a little later.

- Nova


Update : Experience with Ubuntu 16.04

Finally have a wallet running under Ubuntu 16.04 by following Qtera's great tutorial at:

https://steemit.com/busy/@cpol/how-to-compile-your-very-own-devcoin-wallet-in-ubuntu-18-04

Thanks for the great guide Qtera!

- Nova

DVC Address : 1EfsiVUECqmR5Qx7C4PkmwadDXYuSGzssL
Qtera
Member
**
Offline Offline

Activity: 161
Merit: 14


View Profile WWW
September 26, 2018, 03:31:49 PM
 #7644

HELP compiling devcoin!

Our codebase repository is getting warmer! Mainly thanks to @Ctya's pull requests. Now we need everyone to compile devcoin to help us build a solid new release!

Please download the code from here:
https://github.com/devcoin/core/archive/f29c33c44e003d02ad2d5e3aff73e923229f52f0.zip

And report your findings here:
https://github.com/devcoin/core/pull/42

Keep Devcoin up!

Experience with Ubuntu 16.04

Downloaded core-f29c33c44e003d02ad2d5e3aff73e923229f52f0.

There was an error surrounding permissions. My assumption was ownership which lost some time. It ended up being the build_detect_platform shell script, which required a "chmod +x build_detect_platform" on it for the qmake and make instructions.

Now having issues with libcurl. "locate curl.h" returns  "/usr/include/curl/curl.h". Yet getting the following error:


g++: error: /home/nova/Downloads/core-f29c33c44e003d02ad2d5e3aff73e923229f52f0/src/curl/lib/.libs/libcurl.a: No such file or directory
Makefile:516: recipe for target 'devcoin-qt' failed
make: *** [devcoin-qt] Error 1

Will look into it further a little later.

- Nova


Update : Experience with Ubuntu 16.04

Finally have a wallet running under Ubuntu 16.04 by following Qtera's great tutorial at:

https://steemit.com/busy/@cpol/how-to-compile-your-very-own-devcoin-wallet-in-ubuntu-18-04

Thanks for the great guide Qtera!

- Nova

Very nice Nova!!!!  Grin Grin Grin Grin Grin I'm so happy that you got your wallet!!! I'm so glad that you like the tutorial!!!!

I hope you can run the wallet in your daughter's computer in no time! 

But the credit is all for Ctya and develCuy they made a great work with the new wallet and give me great clues to solve the mysteries of life... and compiling!

Way to go!  Wink Cheesy Cheesy Cheesy Cheesy Cheesy

Earn Devcoins by Writing
Devcoin address: 122fZgNs8jL72jbUFstnpvG6EE8GFJA2Xr
Steemit Profile Account
hornetsnest
Hero Member
*****
Offline Offline

Activity: 1451
Merit: 973


View Profile
September 26, 2018, 06:06:41 PM
 #7645


Is Devcoin currently trading on ANY exchanges??

As said, FreiExchange (norwegian, with good guys behind.): https://freiexchange.com/market/DVC/BTC

I can't disagree with that.Yes good Blockstream,bitcoincore gentlemen behind this.

████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████
hornetsnest
Hero Member
*****
Offline Offline

Activity: 1451
Merit: 973


View Profile
September 26, 2018, 06:08:28 PM
 #7646


Is that a max of 50 steem per person or each individual order? What I mean is,can the same person do more than one individual order or is it limited 50  steem per person?

████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████
develCuy
Sr. Member
****
Offline Offline

Activity: 470
Merit: 350



View Profile WWW
September 29, 2018, 06:33:03 PM
 #7647


Is that a max of 50 steem per person or each individual order? What I mean is,can the same person do more than one individual order or is it limited 50  steem per person?

You can order as many times as you wish.

Join Devcoin: Telegram, Reddit, Discord, Facebook, Keybase  | The Devcoin Project - from the many, one. From one, the source
realdantreccia
Hero Member
*****
Offline Offline

Activity: 666
Merit: 516


Fuck BlackRock


View Profile WWW
September 29, 2018, 08:45:29 PM
 #7648

Sleeping giant here.

From the many one, from one, the source
ctya
Member
**
Offline Offline

Activity: 297
Merit: 30


View Profile
September 29, 2018, 10:42:08 PM
 #7649

Sleeping giant here.

Indeed.
realdantreccia
Hero Member
*****
Offline Offline

Activity: 666
Merit: 516


Fuck BlackRock


View Profile WWW
October 01, 2018, 06:07:05 PM
 #7650

Can we possibly wake said giant soon? =P

From the many one, from one, the source
R-J-F
Sr. Member
****
Offline Offline

Activity: 1078
Merit: 310


AKA RJF - Member since '13


View Profile
October 01, 2018, 06:15:28 PM
 #7651

Can we possibly wake said giant soon? =P

It's very dangerous to wake sleeping giants, best they wake on their own. Patience...

"Those who would give up essential Liberty, to purchase a little temporary Safety, deserve neither Liberty nor Safety." Ben Franklin
hornetsnest
Hero Member
*****
Offline Offline

Activity: 1451
Merit: 973


View Profile
October 01, 2018, 06:38:21 PM
 #7652

Just pray giant does not awaken and take a big mcafee style dump on your heads.Hold your nose and keep your mouths closed after take off  Grin BCT mods need to stop deleting my kinky stinky comments plz.3rd deletion today not good for free speech...devcoin thread mods have sense of humour though  Grin Grin.

████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████
realdantreccia
Hero Member
*****
Offline Offline

Activity: 666
Merit: 516


Fuck BlackRock


View Profile WWW
October 01, 2018, 10:59:06 PM
 #7653

Can we possibly wake said giant soon? =P

It's very dangerous to wake sleeping giants, best they wake on their own. Patience...

I am a giant myself.

From the many one, from one, the source
develCuy
Sr. Member
****
Offline Offline

Activity: 470
Merit: 350



View Profile WWW
October 02, 2018, 07:17:14 PM
 #7654

Call for writers for the DevSTEEM Marketing team!

If you love Devcoin, writing and foreign languages, then we are looking for you! The task is simple: Make positive noise on steemit.com about Devcoin. The payment is one ongoing share. If you are interested, this is how to apply:

1. Write a post (500 words) about your adventure with Devcoin
2. Mention @devcoin in your post and use the #devcoin tag
3. Link your post in a comment to this post: https://steemit.com/devcoin/@devcoin/now-open-devsteem-writers-application
4. Include your Devcoin address into that comment

Questions?

Please send your question(s) into a comment here: https://steemit.com/devcoin/@devcoin/now-open-devsteem-writers-application

- develCuy

Join Devcoin: Telegram, Reddit, Discord, Facebook, Keybase  | The Devcoin Project - from the many, one. From one, the source
Wekkel
Legendary
*
Offline Offline

Activity: 3108
Merit: 1531


yes


View Profile
October 02, 2018, 09:55:36 PM
 #7655

Looks good.

What is the street rate of one share nowadays (how many Devcoins)?

TheDischarger
Newbie
*
Offline Offline

Activity: 16
Merit: 0


View Profile
October 02, 2018, 10:22:00 PM
 #7656

Looks good.

What is the street rate of one share nowadays (how many Devcoins)?

https://github.com/Unthinkingbit/charity/blob/master/receiver_summary.txt
In this current round there has been 190 shares, 180,000,000 dvc / 190 = 947,368 devcoins per share.
FuzzyBear
Legendary
*
Offline Offline

Activity: 1420
Merit: 1010



View Profile WWW
October 03, 2018, 10:17:36 AM
 #7657

Interesting use of devcoin here being tested ... more info on this twitter account https://twitter.com/satoshi0x

Fuzzybear

***** Earn DEV at http://devtome.com *****
Wekkel
Legendary
*
Offline Offline

Activity: 3108
Merit: 1531


yes


View Profile
October 03, 2018, 12:28:19 PM
 #7658

Looks good.

What is the street rate of one share nowadays (how many Devcoins)?

https://github.com/Unthinkingbit/charity/blob/master/receiver_summary.txt
In this current round there has been 190 shares, 180,000,000 dvc / 190 = 947,368 devcoins per share.

Thanks.

Wekkel
Legendary
*
Offline Offline

Activity: 3108
Merit: 1531


yes


View Profile
October 03, 2018, 12:31:26 PM
 #7659

Interesting use of devcoin here being tested ... more info on this twitter account https://twitter.com/satoshi0x

Fuzzybear

This is not very descriptive for non-tech people. Could you elaborate?

FuzzyBear
Legendary
*
Offline Offline

Activity: 1420
Merit: 1010



View Profile WWW
October 03, 2018, 01:12:06 PM
 #7660

Interesting use of devcoin here being tested ... more info on this twitter account https://twitter.com/satoshi0x

Fuzzybear

This is not very descriptive for non-tech people. Could you elaborate?

Sorry my bad, still trying to fully understand how and what they have actually manage to achieve... but basically looks like:

They have managed to use devcoin as a side chain and he is comparing how Etherium can issue tokens that are maintained by the Etherium network.... Devcoin can be used as the side chain and tokens could be issued on the devcoin blockchain while the merge mining aspect keeps devcoin and bitcoin secure by the same energy useage and as a sidechain it would not flood the bitcoin network transactions.

Merge mining was obviously there in devcoin as it is mined with bitcoin, but i think they might be using the devcoin network to broardcast and it can be seen on the bitcoin network.  I'll need to dig into it more but could be huge for devcoin... people could be buying up devcoin to launch their own tokens like in Etherium.

Fuzzybear

***** Earn DEV at http://devtome.com *****
Pages: « 1 ... 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 [383] 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 ... 442 »
  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!