Bitcoin Forum
April 20, 2024, 02:25:23 AM *
News: Latest Bitcoin Core release: 26.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 ... 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 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 ... 261 »
  Print  
Author Topic: [ANN][CRW] CROWN (MN-PoS) | Platform | NFT framework | Governance | Masternodes  (Read 316606 times)
max2000irc
Hero Member
*****
Offline Offline

Activity: 527
Merit: 501


View Profile
March 08, 2017, 09:59:39 AM
 #2581

sudo: apt-add-repository: command not found   , the command is not found, I am using Ubuntu 16.04.2 LTS (GNU/Linux 2.6.32-042stab120.18 x86_64)

Should I change the OS? 

Thanks



1713579923
Hero Member
*
Offline Offline

Posts: 1713579923

View Profile Personal Message (Offline)

Ignore
1713579923
Reply with quote  #2

1713579923
Report to moderator
1713579923
Hero Member
*
Offline Offline

Posts: 1713579923

View Profile Personal Message (Offline)

Ignore
1713579923
Reply with quote  #2

1713579923
Report to moderator
1713579923
Hero Member
*
Offline Offline

Posts: 1713579923

View Profile Personal Message (Offline)

Ignore
1713579923
Reply with quote  #2

1713579923
Report to moderator
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1713579923
Hero Member
*
Offline Offline

Posts: 1713579923

View Profile Personal Message (Offline)

Ignore
1713579923
Reply with quote  #2

1713579923
Report to moderator
1713579923
Hero Member
*
Offline Offline

Posts: 1713579923

View Profile Personal Message (Offline)

Ignore
1713579923
Reply with quote  #2

1713579923
Report to moderator
1713579923
Hero Member
*
Offline Offline

Posts: 1713579923

View Profile Personal Message (Offline)

Ignore
1713579923
Reply with quote  #2

1713579923
Report to moderator
stonehedge
Legendary
*
Offline Offline

Activity: 1652
Merit: 1002


Decentralize Everything


View Profile
March 08, 2017, 10:14:48 AM
 #2582

sudo: apt-add-repository: command not found   , the command is not found, I am using Ubuntu 16.04.2 LTS (GNU/Linux 2.6.32-042stab120.18 x86_64)

Should I change the OS? 

Thanks





No. 16.04 is fine.

You're missing a package

Try this and then try again:

sudo apt-get install software-properties-common
max2000irc
Hero Member
*****
Offline Offline

Activity: 527
Merit: 501


View Profile
March 08, 2017, 10:30:17 AM
 #2583

sudo: apt-add-repository: command not found   , the command is not found, I am using Ubuntu 16.04.2 LTS (GNU/Linux 2.6.32-042stab120.18 x86_64)

Should I change the OS? 

Thanks





No. 16.04 is fine.

You're missing a package

Try this and then try again:

sudo apt-get install software-properties-common

Thanks for your help , now passed that step but:

make[1]: Entering directory '/root/src/crowncoin/src'
make[2]: Entering directory '/root/src/crowncoin/src'
  CXX      libbitcoinconsensus_la-arith_uint256.lo
  CXX      libbitcoinconsensus_la-hash.lo
  CXX      libbitcoinconsensus_la-pubkey.lo
  CXX      libbitcoinconsensus_la-uint256.lo
  CXX      libbitcoinconsensus_la-utilstrencodings.lo
make[3]: Entering directory '/root/src/crowncoin/src/secp256k1'
gcc -I. -g -O2 -Wall -Wextra -Wno-unused-function -c src/gen_context.c -o gen_context.o
  CXX      crownd-crownd.o
gcc gen_context.o -o gen_context
./gen_context
  CC       src/libsecp256k1_la-secp256k1.lo
  CCLD     libsecp256k1.la
/usr/bin/ar: `u' modifier ignored since `D' is the default (see `U')
make[3]: Leaving directory '/root/src/crowncoin/src/secp256k1'
  CXX      libbitcoin_server_a-addrman.o
g++: internal compiler error: Killed (program cc1plus)
Please submit a full bug report,
with preprocessed source if appropriate.
See <file:///usr/share/doc/gcc-5/README.Bugs> for instructions.
Makefile:5753: recipe for target 'crownd-crownd.o' failed
make[2]: *** [crownd-crownd.o] Error 4
make[2]: *** Waiting for unfinished jobs....
make[2]: Leaving directory '/root/src/crowncoin/src'
Makefile:6519: recipe for target 'install-recursive' failed
make[1]: *** [install-recursive] Error 1
make[1]: Leaving directory '/root/src/crowncoin/src'
Makefile:570: recipe for target 'install-recursive' failed
make: *** [install-recursive] Error 1

stonehedge
Legendary
*
Offline Offline

Activity: 1652
Merit: 1002


Decentralize Everything


View Profile
March 08, 2017, 10:42:52 AM
 #2584

sudo: apt-add-repository: command not found   , the command is not found, I am using Ubuntu 16.04.2 LTS (GNU/Linux 2.6.32-042stab120.18 x86_64)

Should I change the OS? 

Thanks





No. 16.04 is fine.

You're missing a package

Try this and then try again:

sudo apt-get install software-properties-common

Thanks for your help , now passed that step but:

make[1]: Entering directory '/root/src/crowncoin/src'
make[2]: Entering directory '/root/src/crowncoin/src'
  CXX      libbitcoinconsensus_la-arith_uint256.lo
  CXX      libbitcoinconsensus_la-hash.lo
  CXX      libbitcoinconsensus_la-pubkey.lo
  CXX      libbitcoinconsensus_la-uint256.lo
  CXX      libbitcoinconsensus_la-utilstrencodings.lo
make[3]: Entering directory '/root/src/crowncoin/src/secp256k1'
gcc -I. -g -O2 -Wall -Wextra -Wno-unused-function -c src/gen_context.c -o gen_context.o
  CXX      crownd-crownd.o
gcc gen_context.o -o gen_context
./gen_context
  CC       src/libsecp256k1_la-secp256k1.lo
  CCLD     libsecp256k1.la
/usr/bin/ar: `u' modifier ignored since `D' is the default (see `U')
make[3]: Leaving directory '/root/src/crowncoin/src/secp256k1'
  CXX      libbitcoin_server_a-addrman.o
g++: internal compiler error: Killed (program cc1plus)
Please submit a full bug report,
with preprocessed source if appropriate.
See <file:///usr/share/doc/gcc-5/README.Bugs> for instructions.
Makefile:5753: recipe for target 'crownd-crownd.o' failed
make[2]: *** [crownd-crownd.o] Error 4
make[2]: *** Waiting for unfinished jobs....
make[2]: Leaving directory '/root/src/crowncoin/src'
Makefile:6519: recipe for target 'install-recursive' failed
make[1]: *** [install-recursive] Error 1
make[1]: Leaving directory '/root/src/crowncoin/src'
Makefile:570: recipe for target 'install-recursive' failed
make: *** [install-recursive] Error 1



Swap file problem.

For reference, we're taking this chat to mattermost now.  Will post resolution here when fixed.
CHAOSiTEC
Legendary
*
Offline Offline

Activity: 1358
Merit: 1002


View Profile
March 08, 2017, 11:23:59 AM
 #2585

Can somebody  say cheap VPS service and maybe that have discount for buiyng 10+ vps in time?  want ot setup 10 nodes but cann't find the cheapest... In income spreadsheet price only 2.8 usd in month. I cann't find VPS like this..

lowendbox is always a good starting point for cheap deals.

https://lowendbox.com/

You can get away with really low specs but you must have a swap file if you're compiling yourself.  I wouldn't go with anything less than 10GB storage.

I personally pay about $4pm to OVH because I like their management console.

If the price is really important, a trustworthy and ultracheap provider is Time4VPS: www.time4vps.eu (starts at € 1,24 p/month)

I believe ArubaCloud is even cheaper, but they require a copy of your ID which is a NO GO for me. If you don't mind, check them out - ArubaCloud: www.arubacloud.com (starts at € 1,00 p/month)

Just a friendly observation.

When you go down into the bargain basement category for VPS providers, your risk of being taken out of the payment cycles by DDoS attacks goes up substantially.

If the payment cycles are short, your risks are down to when you discover something is wrong and the time it takes to move to another provider.  If the numbers of Thrones/MasterNodes grow into the many thousands, then being knocked out of the queue can be a little more painful.

Depending on how many people are using poor infrastructure or haven't followed set-up instructions carefully, this could cause problems for the end users because they'll experience a slow network, but diversifying hosting should keep the network up until attacks stop.


that is correct, and that is why i have ddos protection on the service i provide at node-vps.com


node-vps.com - Tron / Masternode hosting services
bigmo
Member
**
Offline Offline

Activity: 96
Merit: 10


View Profile
March 08, 2017, 12:26:51 PM
Last edit: March 08, 2017, 10:09:30 PM by bigmo
 #2586


What needs to be done:
1. New logo - we can set up some bounty for this
2. I need a help of some lead crown dev to help me to choose the correct explorer which will be used to push transactions to network and set up other valuables.
3. I need to peer review the code from the lead dev that we all will be sure there are no major issues with the code.
4. We need to set up some process how we can introduce Crown wallet range as a whole to the community.
5. Setup some process how the code will be maintained and by who


what exactly do you need, api access?

if yes then node-vps can provide that, but i need to know which functions you need exposed, view example of what node-vps is currently exposing at http://api.node-vps.com/crown


The api access you do offer data from thrones. What I need more is something to push tx .. like https://btc.blockr.io/api/v1/tx/push

1. I am looking for similar API to them I can see https://chainz.cryptoid.info/crw/ https://chainz.cryptoid.info/api.dws but I cannot find any tx push option
2. Also I need to setup correct coin types "rel="0x00;0x80.... " for Crown. Trying to figure out where I can find this or calculate it.

The new Android app need similar API to work. Probably the app dev would be the most sensible option.
max2000irc
Hero Member
*****
Offline Offline

Activity: 527
Merit: 501


View Profile
March 08, 2017, 12:44:51 PM
 #2587

Can somebody  say cheap VPS service and maybe that have discount for buiyng 10+ vps in time?  want ot setup 10 nodes but cann't find the cheapest... In income spreadsheet price only 2.8 usd in month. I cann't find VPS like this..

lowendbox is always a good starting point for cheap deals.

https://lowendbox.com/

You can get away with really low specs but you must have a swap file if you're compiling yourself.  I wouldn't go with anything less than 10GB storage.

I personally pay about $4pm to OVH because I like their management console.

If the price is really important, a trustworthy and ultracheap provider is Time4VPS: www.time4vps.eu (starts at € 1,24 p/month)

I believe ArubaCloud is even cheaper, but they require a copy of your ID which is a NO GO for me. If you don't mind, check them out - ArubaCloud: www.arubacloud.com (starts at € 1,00 p/month)

Just a friendly observation.

When you go down into the bargain basement category for VPS providers, your risk of being taken out of the payment cycles by DDoS attacks goes up substantially.

If the payment cycles are short, your risks are down to when you discover something is wrong and the time it takes to move to another provider.  If the numbers of Thrones/MasterNodes grow into the many thousands, then being knocked out of the queue can be a little more painful.

Depending on how many people are using poor infrastructure or haven't followed set-up instructions carefully, this could cause problems for the end users because they'll experience a slow network, but diversifying hosting should keep the network up until attacks stop.


that is correct, and that is why i have ddos protection on the service i provide at node-vps.com



Hi there,

Is possible to buy all 3 nodes that you have for sale? I don't like too much to post my details on internet , that's why i like Bitcoin , is possible to pay you in private and give me the details?

Thanks
defunctec
Legendary
*
Offline Offline

Activity: 1092
Merit: 1000



View Profile
March 08, 2017, 01:26:35 PM
 #2588

Added Node-vps.com to the op. @chaositec, it'd be cool to pay in CRW soon Smiley

[THRONES]



HOSTING



bigmo
Member
**
Offline Offline

Activity: 96
Merit: 10


View Profile
March 08, 2017, 01:43:35 PM
 #2589

Added Node-vps.com to the op. @chaositec, it'd be cool to pay in CRW soon Smiley

[THRONES]



HOSTING





Also http://coincap.io/CRW would be worth adding to the OP.
CHAOSiTEC
Legendary
*
Offline Offline

Activity: 1358
Merit: 1002


View Profile
March 08, 2017, 02:54:47 PM
 #2590

Added Node-vps.com to the op. @chaositec, it'd be cool to pay in CRW soon Smiley

[THRONES]



HOSTING





that will come when im done with the new system...

Also, there is no room left, i will expand further next month....

node-vps.com - Tron / Masternode hosting services
defunctec
Legendary
*
Offline Offline

Activity: 1092
Merit: 1000



View Profile
March 08, 2017, 02:58:38 PM
 #2591

Added Node-vps.com to the op. @chaositec, it'd be cool to pay in CRW soon Smiley

[THRONES]



HOSTING





Also http://coincap.io/CRW would be worth adding to the OP.

Added to the list of block explorers.
max2000irc
Hero Member
*****
Offline Offline

Activity: 527
Merit: 501


View Profile
March 08, 2017, 06:23:16 PM
 #2592

For reference,

My problems was solved on slack, mainly the hosting was the reason .
Anyway managed to get my throne running.

Thanks!
bigmo
Member
**
Offline Offline

Activity: 96
Merit: 10


View Profile
March 08, 2017, 06:41:42 PM
 #2593

Added Node-vps.com to the op. @chaositec, it'd be cool to pay in CRW soon Smiley

[THRONES]



HOSTING





Also, http://coincap.io/CRW would be worth adding to the OP.

Added to the list of block explorers.

Perfect! Thanks.

Now a few things a part of "my" Crown wallet.
I have mentioned earlier the Bitsquare Crown addition. I´m in direct touch with Manfred who is the founder.
All we need to do is submit the pull request for the Crown address validation (Regex test + checksum test or anything else if there is anything specific) and Unittest for it.
https://forum.bitsquare.io/t/how-to-add-your-favorite-altcoin/46 .

I went thru it and unfortunately, it is outside my coding skills. If there would be some member of the team able also help with this Crown could be listed on Bitsquare quite soon. I think with the recent awesome work done by dev team on the core this pull request should not be a big task. I know there are probably some other more priority tasks to solve. Just to put this on some feature/service task list.


crowncoin_knight
Hero Member
*****
Offline Offline

Activity: 805
Merit: 500


View Profile WWW
March 08, 2017, 07:39:35 PM
 #2594

For reference,

My problems was solved on slack, mainly the hosting was the reason .
Anyway managed to get my throne running.

Thanks!

Welcome onboard max   Wink

urban_idler
Member
**
Offline Offline

Activity: 87
Merit: 10


View Profile
March 08, 2017, 07:51:23 PM
 #2595

Added Node-vps.com to the op. @chaositec, it'd be cool to pay in CRW soon Smiley

[THRONES]



HOSTING





Also, http://coincap.io/CRW would be worth adding to the OP.

Added to the list of block explorers.

Perfect! Thanks.

Now a few things a part of "my" Crown wallet.
I have mentioned earlier the Bitsquare Crown addition. I´m in direct touch with Manfred who is the founder.
All we need to do is submit the pull request for the Crown address validation (Regex test + checksum test or anything else if there is anything specific) and Unittest for it.
https://forum.bitsquare.io/t/how-to-add-your-favorite-altcoin/46 .

I went thru it and unfortunately, it is outside my coding skills. If there would be some member of the team able also help with this Crown could be listed on Bitsquare quite soon. I think with the recent awesome work done by dev team on the core this pull request should not be a big task. I know there are probably some other more priority tasks to solve. Just to put this on some feature/service task list.


Bigmo:

Crowncoin_Knight says he remembers you from your earlier involvement in the project.  Always good to have people come back.  

The name of the game for CRW at this point is to build the community -- and part of the business model of CRW is for the core team to develop the capabilities of the core code -- which is the focus right now, and will hopefully always be the focus.  This focus for the core team is alluded to in the crown papers.  

What this means though is that there are opportunities for entrepreneurs to build different businesses and services around the core.  These would include things like the wallet you developed or getting on Bitsquare -- or Bittrex, which is really just another business operating on the platform.  

I know the team has discussed Bitsquare and Shapeshift and other things as desirable services -- but we also know that more of these things will happen and we will attract more folks to the community if we can just deliver on the vision we have set out.  

The first steps of that vision for the core team are trimming down the Crown core to what is "permanent" or relatively permanent and hopefully doing a few things to not just trim it down but also speed it up.  This differentiation between what is temporary and what is permanent is also discussed in the papers -- privacy tends to be associated with ephemeral/temporary content and a crypto platform should differentiate between records which need to be kept forever and those which shouldn't.  The idea that any part of a permanent record is private is a little silly since it implicitly assumes that technology will not advance.  The only true privacy comes from forgetting.  But I digress... I'm the member of the group who reads too much and took too many philosophy classes so I know I drive some people crazy, sorry about that.

The second step is to make it all conversational.  People gossip, so should your software.  So that's the API.  Then the third step is building the "journal" or the sandbox which is where you do temporary things and the really gossipy part of the software.  Or that's what I think but I am more of a philosopher than a programmer...  Not really rocket science -- just work.

Just letting you know what we're focused on right now.  Appreciate your work on the wallet and any progress or perspectives on other services.    
CHAOSiTEC
Legendary
*
Offline Offline

Activity: 1358
Merit: 1002


View Profile
March 08, 2017, 11:41:10 PM
 #2596


I managed to find a few more IPs, so currently 8 throne hosting spots available

More spots opening up in april.

node-vps.com - Tron / Masternode hosting services
crowncoin_knight
Hero Member
*****
Offline Offline

Activity: 805
Merit: 500


View Profile WWW
March 09, 2017, 09:06:53 AM
 #2597

326 Trons masternodes currently, 63 to get online (5 new members) in the coming few days bringing total Trons to 389

Rising steadily

383 Trons online today

rising nicely to 398 Trons

yuLyaS
Sr. Member
****
Offline Offline

Activity: 630
Merit: 250


View Profile
March 09, 2017, 09:08:21 AM
 #2598

I will definitely try to be available for the hangout. Probably just silently following  Wink
stonehedge
Legendary
*
Offline Offline

Activity: 1652
Merit: 1002


Decentralize Everything


View Profile
March 09, 2017, 09:42:28 AM
 #2599

Network diversity increasing.

What is Throne profitability looking like at current numbers?


image host
crowncoin_knight
Hero Member
*****
Offline Offline

Activity: 805
Merit: 500


View Profile WWW
March 09, 2017, 10:16:54 AM
 #2600

Network diversity increasing.

What is Throne profitability looking like at current numbers?


image host

I think we need to diversify the Trons network. Too many Trons in France it looks like

Pages: « 1 ... 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 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 ... 261 »
  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!