Bitcoin Forum
June 17, 2024, 12:31:23 AM *
News: Voting for pizza day contest
 
   Home   Help Search Login Register More  
Pages: « 1 ... 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 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 ... 244 »
  Print  
Author Topic: [ANN][PRT] Particle | CPU/GPU, Fast, Easy Mine, * NO PREMINE * | Official Thread  (Read 354205 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.
ssshhh
Sr. Member
****
Offline Offline

Activity: 336
Merit: 250


View Profile
March 17, 2014, 12:22:03 PM
 #3361

The Particle Foundation Discussion Process

Propose an idea ---> Vote this idea ---> Free or how much funding ---> Who and How do it ---> Doing it ---> DONE



what do you think about it? it is ok?

Maybe we should vote  Grin



EDIT: just joking....  Best way to do it  Smiley
lucienlu
Full Member
***
Offline Offline

Activity: 182
Merit: 100


View Profile
March 17, 2014, 12:30:27 PM
 #3362

Particle Advanced Wallet BETA 1

Download Particle BETA 1 from Mega.co.nz

In addition, I have uploaded the source code for a very basic Sample Application.  It is a VS2012 class library project.  This sample app assembly is included in the Plugins folder of the BETA above.  This way you can see it running, and then look at the source code to see how to create an app that will load into the UI.

SampleApp

The sample app posts messages to the message bus.  Those messages are picked up by the Monitor app as it listens for IStatusMessage and IErrorMessage on the CoreMessageBus.  So you can type in a message, send it, it posts to the message bus, and moments later you can see it get received by and appear in the Monitor.



Hi Moon,
Does it not support 32 bit OS?? Could you tune something so that it can be supported?
Wallet support 32bit OS , first you need config BitParticle.Wallet.exe.config file :
<add key="rpcuser" value="PUT you RPCUSER"/>
<add key="rpcpassword" value="PUT you RPCPASSWORD"/>
You can set rpcuser and rpcpassword in particle.conf( must be in C:\Users\home\AppData\Roaming\Particle\)


Hi, firstly, BitParticle.Wallet.exe.config file cannot edit. what application you used to edit?
secondly, currently, I downloaded wallet in a new computer. Cannot find file in path C:\Users\home\AppData\Roaming\Particle\) due to I cannot open the wallet successfully.. What's other method? does someone said install the .net 4.0+ work??

Get Daily Free SIGNs before too late.T4gejMMptw2hAf4Zi1BbD4ZtvJDEqeGXE8
Click here-enjoy-Pirate-coin: Pw2t7Ly1uFCjGiZrKhYeXWJnxfp6ttcC6g
3ACoin -IPO-FREE-POS 10%-Web Games.
lucienlu
Full Member
***
Offline Offline

Activity: 182
Merit: 100


View Profile
March 17, 2014, 12:50:25 PM
 #3363

Particle Advanced Wallet BETA 1

Download Particle BETA 1 from Mega.co.nz

In addition, I have uploaded the source code for a very basic Sample Application.  It is a VS2012 class library project.  This sample app assembly is included in the Plugins folder of the BETA above.  This way you can see it running, and then look at the source code to see how to create an app that will load into the UI.

SampleApp

The sample app posts messages to the message bus.  Those messages are picked up by the Monitor app as it listens for IStatusMessage and IErrorMessage on the CoreMessageBus.  So you can type in a message, send it, it posts to the message bus, and moments later you can see it get received by and appear in the Monitor.



Hi Moon,
Does it not support 32 bit OS?? Could you tune something so that it can be supported?
Wallet support 32bit OS , first you need config BitParticle.Wallet.exe.config file :
<add key="rpcuser" value="PUT you RPCUSER"/>
<add key="rpcpassword" value="PUT you RPCPASSWORD"/>
You can set rpcuser and rpcpassword in particle.conf( must be in C:\Users\home\AppData\Roaming\Particle\)


Hi, firstly, BitParticle.Wallet.exe.config file cannot edit. what application you used to edit?
secondly, currently, I downloaded wallet in a new computer. Cannot find file in path C:\Users\home\AppData\Roaming\Particle\) due to I cannot open the wallet successfully.. What's other method? does someone said install the .net 4.0+ work??


I am XP os

Get Daily Free SIGNs before too late.T4gejMMptw2hAf4Zi1BbD4ZtvJDEqeGXE8
Click here-enjoy-Pirate-coin: Pw2t7Ly1uFCjGiZrKhYeXWJnxfp6ttcC6g
3ACoin -IPO-FREE-POS 10%-Web Games.
Snotty
Full Member
***
Offline Offline

Activity: 238
Merit: 100



View Profile
March 17, 2014, 12:59:45 PM
 #3364

When I saw that it pops up a "Getting started" screen I literally had a tear in my eye. FINALLY! "Getting started" is something to easier move to less tech-savvy people.
publicjud
Legendary
*
Offline Offline

Activity: 1120
Merit: 1003


twet.ch/inv/62d7ae96


View Profile
March 17, 2014, 01:04:06 PM
 #3365

You have this problem because you config file and you particle.conf not convergent . Do like i write and you will don't stuck on "starting particled"
Thought i did so, but got typo at rpcport. Now all's fine Smiley

Thanks

any screen shots of the new wallet?

Join Twetch twet.ch/inv/62d7ae96
fxtt1040
Newbie
*
Offline Offline

Activity: 46
Merit: 0


View Profile
March 17, 2014, 01:14:25 PM
 #3366

Particle Advanced Wallet BETA 1

Download Particle BETA 1 from Mega.co.nz

In addition, I have uploaded the source code for a very basic Sample Application.  It is a VS2012 class library project.  This sample app assembly is included in the Plugins folder of the BETA above.  This way you can see it running, and then look at the source code to see how to create an app that will load into the UI.

SampleApp

The sample app posts messages to the message bus.  Those messages are picked up by the Monitor app as it listens for IStatusMessage and IErrorMessage on the CoreMessageBus.  So you can type in a message, send it, it posts to the message bus, and moments later you can see it get received by and appear in the Monitor.



great,hold your prt,hold your futrue!
yoo10
Member
**
Offline Offline

Activity: 88
Merit: 10


View Profile
March 17, 2014, 03:15:10 PM
 #3367

When I saw that it pops up a "Getting started" screen I literally had a tear in my eye. FINALLY! "Getting started" is something to easier move to less tech-savvy people.

Me doo!
jiuge
Sr. Member
****
Offline Offline

Activity: 280
Merit: 250


View Profile
March 17, 2014, 03:22:13 PM
 #3368

A lot of things did not occur V1 V2 wallet in the inside, such as platforms, mining and other things have gone? V2 has many BUG needs to be repaired first, WIN7 32 bit system boot time to be wrong, and the second to open the history of the time, likely to cause the program suspended animation, China's team is heavily reward people who find BUG


░░░░░░░░░░░░░░░░░░░░░████████░░░░░████████░░░████████░░░░░░░░░░░░░░░░░░░░░█████████░░░░░███████████████████░░░░░░░░░░░░░░░░░░░░░░░░░████████░
░░░░░░░░░░░░░░░░░░░░████████░░░░░████████░░░░░████████░░░░░░░░░░░░░░░░░░░█████████░░░░░░██████████████████████░░░░░░░░░░░░░░░░░░░░░████████░░
░░░░░░░░░░░░░░░░░░░████████░░░░░████████░░░░░░░████████░░░░░░░░░░░░░░░░░█████████░░░░░░░███████████████████████░░░░░░░░░░░░░░░░░░░████████░░░
░█████░░░░░░░░░░░░████████░░░░░████████░░░░░░░░░████████░░░░░░░░░░░░░░░█████████░░░░░░░░███████░░░░░░░░░░██████░░░░░░░░░░░░░░░░░░████████░░░░
░█████░░░░░░░░░░░████████░░░░░████████░░░░░░░░░░░████████░░░░░░░░░░░░░█████████░░░░░░░░░███████░░░░░░░░░░███████░░░░░░░░░░░░░░░░████████░░░░░
░█████░░░░░░░░░░████████░░░░░████████░░░░░░░░░░░░░████████░░░░░░░░░░░█████████░░░░░░░░░░███████░░░░░░░░░░███████░░░░░░░░░░░░░░░████████░░░░░░
░░░░░░░░░░░░░░░████████░░░░░████████░░░░░░░░░░░░░░░████████░░░░░░░░░█████████░░░░░░░░░░░████████████████████████░░░░░░░░░░░░░░████████░░░░░░░
░░░░░░░░░░░░░░████████░░░░░████████░░░░░░░░░░░░░░░░░████████░░░░░░░█████████░░░░░░░░░░░░███████████████████████░░░░░░░░░░░░░░████████░░░░░░░░
░░░░░░░░░░░░░████████░░░░░████████░░░░░░░░░░░░░░░░░░░████████░░░░░█████████░░░░░░░░░░░░░████████████████████░░░░░░░░░░░░░░░░████████░░░░░░░░░
░█████░░░░░░████████░░░░░████████░░░░░░░░░░░░░░░░░░░░░████████░░░█████████░░░░░░░░░░░░░░███████░░░░█████████░░░░░░░░░░░░░░░████████░░░░░░░░░░
░█████░░░░░████████░░░░░████████░░░░░░░░░░░░░░░░░░░░░░░████████░█████████░░░░░░░░░░░░░░░███████░░░░░█████████░░░░░░░░░░░░░████████░░░░░░░░░░░
░█████░░░░████████░░░░░████████░░░░░░░░░░░░░░░░░░░░░░░░░████████████████░░░░░░░░░░░░░░░░███████░░░░░░░████████░░░░░░░░░░░████████░░░░░░░░░░░░
░░░░░░░░░████████░░░░░████████░░░░░░░░░░░░░░░░░░░░░░░░░░░██████████████░░░░░░░░░░░░░░░░░███████░░░░░░░░█████████░░░░░░░░████████░░░░░░░░░░░░░
░░░░░░░░████████░░░░░████████░░░░░░░░░░░░░░░░░░░░░░░░░░░░░████████████░░░░░░░░░░░░░░░░░░███████░░░░░░░░░░████████░░░░░░████████░░░░░░░░░░░░░░
░░░░░░░████████░░░░░████████░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░██████████░░░░░░░░░░░░░░░░░░░███████░░░░░░░░░░░█████████░░░████████░░░░░░░░░░░░░░░

matauc12
Hero Member
*****
Offline Offline

Activity: 658
Merit: 500


View Profile
March 17, 2014, 03:30:01 PM
 #3369

A lot of things did not occur V1 V2 wallet in the inside, such as platforms, mining and other things have gone? V2 has many BUG needs to be repaired first, WIN7 32 bit system boot time to be wrong, and the second to open the history of the time, likely to cause the program suspended animation, China's team is heavily reward people who find BUG
Most of the things you pointed were ideas. It hasn't been established yet if the pooled mining within the wallet is a good idea, and the feasibility. I am not even sure if the dev (moonmoon) even chimed in on the idea. Community brainstorming should not be in your list of "this is gonna be in the wallet". Those ideas are to be tinkered about and not not priority, the priority till yesterday was to release the wallet. Now priority will shift to other things.

And the "platforms" (properly said, module or app, the platform is the wallet itself, the building block), that's the BEAUTY of this wallet. It's not a one man show. Any developer can come and create a module that can be added at your will to the wallet. It's like blaming Microsoft for not releasing your favorite game with their operating system.

The wallet has been released a couple hours, you need people to start create modules for it. Moonmoon even provided an open source example to help developers.

This is a work in progress. The platform is here. Now the sky is the limit.
Snotty
Full Member
***
Offline Offline

Activity: 238
Merit: 100



View Profile
March 17, 2014, 03:38:20 PM
 #3370

A lot of things did not occur V1 V2 wallet in the inside, such as platforms, mining and other things have gone? V2 has many BUG needs to be repaired first, WIN7 32 bit system boot time to be wrong, and the second to open the history of the time, likely to cause the program suspended animation, China's team is heavily reward people who find BUG
Most of the things you pointed were ideas. It hasn't been established yet if the pooled mining within the wallet is a good idea, and the feasibility. I am not even sure if the dev (moonmoon) even chimed in on the idea. Community brainstorming should not be in your list of "this is gonna be in the wallet". Those ideas are to be tinkered about and not not priority, the priority till yesterday was to release the wallet. Now priority will shift to other things.

And the "platforms" (properly said, module or app, the platform is the wallet itself, the building block), that's the BEAUTY of this wallet. It's not a one man show. Any developer can come and create a module that can be added at your will to the wallet. It's like blaming Microsoft for not releasing your favorite game with their operating system.

The wallet has been released a couple hours, you need people to start create modules for it. Moonmoon even provided an open source example to help developers.

This is a work in progress. The platform is here. Now the sky is the limit.

Moonmoon talked about pooled mining from inside the wallet, but now I'm not sure if it should be in the core of the wallet or could be as an additional app. Making it as a "plug in" would take a bit of work off moonmoon, thou.
lucienlu
Full Member
***
Offline Offline

Activity: 182
Merit: 100


View Profile
March 17, 2014, 03:39:46 PM
 #3371

still need move forward!!!

Get Daily Free SIGNs before too late.T4gejMMptw2hAf4Zi1BbD4ZtvJDEqeGXE8
Click here-enjoy-Pirate-coin: Pw2t7Ly1uFCjGiZrKhYeXWJnxfp6ttcC6g
3ACoin -IPO-FREE-POS 10%-Web Games.
flyboy665
Jr. Member
*
Offline Offline

Activity: 56
Merit: 10


View Profile
March 17, 2014, 03:40:37 PM
 #3372

It is hard to understand for me

Bwincoin - 100% Free POS (https://bitcointalk.org/index.php?topic=624842.0).BJtjyx5UVfhkdkAGL2Y8GFMwNZMFnQaBmr
moonmoon (OP)
Full Member
***
Offline Offline

Activity: 168
Merit: 100


View Profile WWW
March 17, 2014, 03:42:08 PM
 #3373

A lot of things did not occur V1 V2 wallet in the inside, such as platforms, mining and other things have gone? V2 has many BUG needs to be repaired first, WIN7 32 bit system boot time to be wrong, and the second to open the history of the time, likely to cause the program suspended animation, China's team is heavily reward people who find BUG
Most of the things you pointed were ideas. It hasn't been established yet if the pooled mining within the wallet is a good idea, and the feasibility. I am not even sure if the dev (moonmoon) even chimed in on the idea. Community brainstorming should not be in your list of "this is gonna be in the wallet". Those ideas are to be tinkered about and not not priority, the priority till yesterday was to release the wallet. Now priority will shift to other things.

And the "platforms" (properly said, module or app, the platform is the wallet itself, the building block), that's the BEAUTY of this wallet. It's not a one man show. Any developer can come and create a module that can be added at your will to the wallet. It's like blaming Microsoft for not releasing your favorite game with their operating system.

The wallet has been released a couple hours, you need people to start create modules for it. Moonmoon even provided an open source example to help developers.

This is a work in progress. The platform is here. Now the sky is the limit.

Moonmoon talked about pooled mining from inside the wallet, but now I'm not sure if it should be in the core of the wallet or could be as an additional app. Making it as a "plug in" would take a bit of work off moonmoon, thou.
I was working on a MPOS client app/plugin that consumed the MPOS api, it was originally what I intended to be the documented sample app but I haven't finished it yet.  Its a way to poll across multiple pools and see the mining status consolidated in one place.  Its an app, which means once its ready it can be released separately from the wallet itself, and you just drop it into your Plugins folder Wink

particle://prt/send/Pjh1SXpcgaQ7bbbweXU1ioQUWcNtW4yZZx
jiuge
Sr. Member
****
Offline Offline

Activity: 280
Merit: 250


View Profile
March 17, 2014, 04:01:47 PM
 #3374

Please tell me what to do next Chinese team, you need to how fit you. Despite limited resources, but we will do our best


░░░░░░░░░░░░░░░░░░░░░████████░░░░░████████░░░████████░░░░░░░░░░░░░░░░░░░░░█████████░░░░░███████████████████░░░░░░░░░░░░░░░░░░░░░░░░░████████░
░░░░░░░░░░░░░░░░░░░░████████░░░░░████████░░░░░████████░░░░░░░░░░░░░░░░░░░█████████░░░░░░██████████████████████░░░░░░░░░░░░░░░░░░░░░████████░░
░░░░░░░░░░░░░░░░░░░████████░░░░░████████░░░░░░░████████░░░░░░░░░░░░░░░░░█████████░░░░░░░███████████████████████░░░░░░░░░░░░░░░░░░░████████░░░
░█████░░░░░░░░░░░░████████░░░░░████████░░░░░░░░░████████░░░░░░░░░░░░░░░█████████░░░░░░░░███████░░░░░░░░░░██████░░░░░░░░░░░░░░░░░░████████░░░░
░█████░░░░░░░░░░░████████░░░░░████████░░░░░░░░░░░████████░░░░░░░░░░░░░█████████░░░░░░░░░███████░░░░░░░░░░███████░░░░░░░░░░░░░░░░████████░░░░░
░█████░░░░░░░░░░████████░░░░░████████░░░░░░░░░░░░░████████░░░░░░░░░░░█████████░░░░░░░░░░███████░░░░░░░░░░███████░░░░░░░░░░░░░░░████████░░░░░░
░░░░░░░░░░░░░░░████████░░░░░████████░░░░░░░░░░░░░░░████████░░░░░░░░░█████████░░░░░░░░░░░████████████████████████░░░░░░░░░░░░░░████████░░░░░░░
░░░░░░░░░░░░░░████████░░░░░████████░░░░░░░░░░░░░░░░░████████░░░░░░░█████████░░░░░░░░░░░░███████████████████████░░░░░░░░░░░░░░████████░░░░░░░░
░░░░░░░░░░░░░████████░░░░░████████░░░░░░░░░░░░░░░░░░░████████░░░░░█████████░░░░░░░░░░░░░████████████████████░░░░░░░░░░░░░░░░████████░░░░░░░░░
░█████░░░░░░████████░░░░░████████░░░░░░░░░░░░░░░░░░░░░████████░░░█████████░░░░░░░░░░░░░░███████░░░░█████████░░░░░░░░░░░░░░░████████░░░░░░░░░░
░█████░░░░░████████░░░░░████████░░░░░░░░░░░░░░░░░░░░░░░████████░█████████░░░░░░░░░░░░░░░███████░░░░░█████████░░░░░░░░░░░░░████████░░░░░░░░░░░
░█████░░░░████████░░░░░████████░░░░░░░░░░░░░░░░░░░░░░░░░████████████████░░░░░░░░░░░░░░░░███████░░░░░░░████████░░░░░░░░░░░████████░░░░░░░░░░░░
░░░░░░░░░████████░░░░░████████░░░░░░░░░░░░░░░░░░░░░░░░░░░██████████████░░░░░░░░░░░░░░░░░███████░░░░░░░░█████████░░░░░░░░████████░░░░░░░░░░░░░
░░░░░░░░████████░░░░░████████░░░░░░░░░░░░░░░░░░░░░░░░░░░░░████████████░░░░░░░░░░░░░░░░░░███████░░░░░░░░░░████████░░░░░░████████░░░░░░░░░░░░░░
░░░░░░░████████░░░░░████████░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░██████████░░░░░░░░░░░░░░░░░░░███████░░░░░░░░░░░█████████░░░████████░░░░░░░░░░░░░░░

qbd1313
Sr. Member
****
Offline Offline

Activity: 332
Merit: 250


View Profile
March 17, 2014, 04:08:28 PM
 #3375

We need to take it step by step , we have planned we will do
stahanov
Newbie
*
Offline Offline

Activity: 18
Merit: 0


View Profile
March 17, 2014, 04:34:29 PM
 #3376

Couldn't start the wallet (Win7, x64). Here is "problem signature" if it helps:
Quote
Cигнaтypa пpoблeмы:
  Имя coбытия пpoблeмы:   CLR20r3
  Cигнaтypa пpoблeмы 01:   bitparticle.wallet.exe
  Cигнaтypa пpoблeмы 02:   1.0.0.0
  Cигнaтypa пpoблeмы 03:   5326bf11
  Cигнaтypa пpoблeмы 04:   BitParticle.Wallet
  Cигнaтypa пpoблeмы 05:   1.0.0.0
  Cигнaтypa пpoблeмы 06:   5326bf11
  Cигнaтypa пpoблeмы 07:   4b
  Cигнaтypa пpoблeмы 08:   40
  Cигнaтypa пpoблeмы 09:   System.NullReferenceException
  Bepcия OC:   6.1.7601.2.1.0.768.3
  Кoд языкa:   1049
  Дoпoлнитeльныe cвeдeния 1:   0a9e
  Дoпoлнитeльныe cвeдeния 2:   0a9e372d3b4ad19135b953a78882e789
  Дoпoлнитeльныe cвeдeния 3:   0a9e
  Дoпoлнитeльныe cвeдeния 4:   0a9e372d3b4ad19135b953a78882e789
moonmoon (OP)
Full Member
***
Offline Offline

Activity: 168
Merit: 100


View Profile WWW
March 17, 2014, 04:46:40 PM
 #3377

Couldn't start the wallet (Win7, x64). Here is "problem signature" if it helps:
Quote
Cигнaтypa пpoблeмы:
  Имя coбытия пpoблeмы:   CLR20r3
  Cигнaтypa пpoблeмы 01:   bitparticle.wallet.exe
  Cигнaтypa пpoблeмы 02:   1.0.0.0
  Cигнaтypa пpoблeмы 03:   5326bf11
  Cигнaтypa пpoблeмы 04:   BitParticle.Wallet
  Cигнaтypa пpoблeмы 05:   1.0.0.0
  Cигнaтypa пpoблeмы 06:   5326bf11
  Cигнaтypa пpoблeмы 07:   4b
  Cигнaтypa пpoблeмы 08:   40
  Cигнaтypa пpoблeмы 09:   System.NullReferenceException
  Bepcия OC:   6.1.7601.2.1.0.768.3
  Кoд языкa:   1049
  Дoпoлнитeльныe cвeдeния 1:   0a9e
  Дoпoлнитeльныe cвeдeния 2:   0a9e372d3b4ad19135b953a78882e789
  Дoпoлнитeльныe cвeдeния 3:   0a9e
  Дoпoлнитeльныe cвeдeния 4:   0a9e372d3b4ad19135b953a78882e789
You have .NET 2.0.  You need to install latest .NET framework 4.5.

particle://prt/send/Pjh1SXpcgaQ7bbbweXU1ioQUWcNtW4yZZx
stahanov
Newbie
*
Offline Offline

Activity: 18
Merit: 0


View Profile
March 17, 2014, 06:08:40 PM
 #3378

You have .NET 2.0.  You need to install latest .NET framework 4.5.
Ok, thanks. I have version 4.5 installed, but somehow it launches with 2.0. I think error is on my side, so I'll try to reinstall framework.
Anyway, I guess required framework version should be mentioned on the first page.
matauc12
Hero Member
*****
Offline Offline

Activity: 658
Merit: 500


View Profile
March 17, 2014, 06:53:51 PM
 #3379

You have .NET 2.0.  You need to install latest .NET framework 4.5.
Ok, thanks. I have version 4.5 installed, but somehow it launches with 2.0. I think error is on my side, so I'll try to reinstall framework.
Anyway, I guess required framework version should be mentioned on the first page.
on windows 8 I have often encountered an error where .net 4.5 was installed but not enabled. Try to Google "hot to enable .net 4.5". The answers there usually fixed my problem.
matauc12
Hero Member
*****
Offline Offline

Activity: 658
Merit: 500


View Profile
March 17, 2014, 07:28:27 PM
 #3380

Please tell me what to do next Chinese team, you need to how fit you. Despite limited resources, but we will do our best
one of the best things you can do right now to help is to contact crypto news outlet and let them know about this amazing new wallet. News are all about showing the world something interesting (that's what brings their traffic), so this pioneering in the crypto world is a good news for them and for us.

When contacting them, try to stay neutral and basically just pointing them to something interesting that is worth talking about. If you "ask" too much, like as a favor, it sounds too much like if you're looking for free advertisement. Sure, we do want the advertisment, but it's a very well worthy news.

Another thing, albeit a bit harder, is to try to recruit developers interested in building modules for the wallet. You don't necessarily need a developer who's sole goal is to create apps, but most of the time you could get some people to want to have an app relating to their service created (like how api is used everywhere). Some examples are news websites, exchanges, pools or price checkers.

You can also inquire people to add the simple yet amazing "click to send" addresses on their websites for easy donations and payment.

Furthermore, tweeting and stuff about it and trying to get those tweets to high followers count people in the crypto field is easy to do and can enlighten a lot of people to Particle.

What's really great about Particle is that it sells itself, you don't need to hype it. You don't need to lie or exaggerate or have to get into elaborate marketing schemes. It's innovative enough that the only thing it needs is people to be aware of it. The rest should be viral.
Pages: « 1 ... 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 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 ... 244 »
  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!