Bitcoin Forum
May 06, 2024, 12:29:45 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 ... 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 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 ... 169 »
  Print  
Author Topic: Bitmark  (Read 622155 times)
82ndabnmedic
Full Member
***
Offline Offline

Activity: 247
Merit: 100


View Profile
February 14, 2015, 01:01:21 AM
 #2061

STATUS UPDATE:

The project has identified some development milestone which require additional resources to accomplish. If you are or know a experienced developer that is willing to contribute their time toward the collaborative development of our system, please reach out to me at: medic@bitmark.co  

Here is a brief Sketch of the systems / components required:

1) Marking Data Processing and Storage
```Data over HTTP -> Processing Scripts -> Storage

a) To the left edge we layer on auth as required, auth is outwith "core" requirements and the system, and can be developed later / iteratively.

b) In the middle, "processing scripts", read a marking in it's data format, clean any data, expand any short names, construct a transaction to do the balance swap, ensure transaction can be settled, action it.  This is "core" stuff required.
- note this step passes of much work to  (2) -

c) To the right edge we have storage, something like couchdb I feel will do fine now.  On that edge we can layer on caching, data export in different media types, and query engines like sparql.  (expose the marking graph)These are outwith the "core" requirements and system, and can be developed later / iteratively.

```
2) Multi User Wallet API
```Data over HTTP API <-> User + Balance State and Storage <-> Blockchain

a) To the left edge we have a RESTful HTTP API, munge of linked data and web2 style REST api.  Auth as required.

b) In the middle,  the "multi user wallet" part pretty much a state machine controlling balances and actioning transfers, then storing that state.

c) To the right, interface to the blockchain of BTM to handle withdraws and deposits.  Flow of data in both directions here.
```


markpfennig [2:55 PM]

Markus, markthis, any similar marking system are either just interfaces/proxies to [1] above, or UI wrappers around it.

markpfennig [3:02 PM]

1a) is really just rest/rww
1b) is pretty much just working with graph data and completing actions if parts of data match certain filters
1c) is graph storage, export as different formats, expose a graph of marking data
not too complex on 1 (edited)

markpfennig [3:07 PM]

2a) should just fall out as public class methods exposed over http in the nicest way possible, easy to do but hard to get right imho

2b) again isn't too hard, as long as it's tested to hell and back to be secure and have no errors (can't have balance affecting errors!) it should be fine

2c) again easy to hack, hard to do it right

markpfennig [3:08 PM]

1c, 2a, and 2c have been my hold up points, as want the right solution, and hard to envision or ideal software to do it or repurpose doesn't exist

markpfennig [3:08 PM]

massive disclaimer: my interpretation of "right" may not be needed, may be overkill, and may not be somebody elses idea of "right"


Additionally, as you can see Mark is diligently working to round up these resources through various other channels. I can assure you that we will deliver our flagship Site and API, among other things.  However, we need these additional resources ASAP, and as soon as we can fill these gaps we can launch our product. Our Project had No IPO / Pre-Mine, so our lack of funds impedes our ability to hire a freelance developer (as this is what would be done under normal circumstances).

Thanks to all of you who have supported Project Bitmark

CISSP | PMP | CEH

Bitmark: Project Manager & PR Coordinator


BTC: 1FEi8MSP3ccoqLah8EcxfGZVHUViEmQfvQ

BTM: bNidDXnRu5fuD8Th7cPFh7jnPdyAhMh7Nr
1714955385
Hero Member
*
Offline Offline

Posts: 1714955385

View Profile Personal Message (Offline)

Ignore
1714955385
Reply with quote  #2

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

Posts: 1714955385

View Profile Personal Message (Offline)

Ignore
1714955385
Reply with quote  #2

1714955385
Report to moderator
1714955385
Hero Member
*
Offline Offline

Posts: 1714955385

View Profile Personal Message (Offline)

Ignore
1714955385
Reply with quote  #2

1714955385
Report to moderator
1714955385
Hero Member
*
Offline Offline

Posts: 1714955385

View Profile Personal Message (Offline)

Ignore
1714955385
Reply with quote  #2

1714955385
Report to moderator
coinsolidation (OP)
Sr. Member
****
Offline Offline

Activity: 294
Merit: 250

Bitmark Developer


View Profile WWW
February 14, 2015, 01:12:49 AM
 #2062

Thank you Medic.

Specific skills we could utilize quickly are (in no particular order): C++, Javascript, HTML/CSS, Go.

Bitmark (reputation+money) : Bitmark v0.9.4 (release)
82ndabnmedic
Full Member
***
Offline Offline

Activity: 247
Merit: 100


View Profile
February 14, 2015, 01:23:53 AM
 #2063

Thank you Medic.

Specific skills we could utilize quickly are (in no particular order): C++, Javascript, HTML/CSS, Go.

Thanks Mark - I was hoping you would jump in to help me specify that   Grin

CISSP | PMP | CEH

Bitmark: Project Manager & PR Coordinator


BTC: 1FEi8MSP3ccoqLah8EcxfGZVHUViEmQfvQ

BTM: bNidDXnRu5fuD8Th7cPFh7jnPdyAhMh7Nr
82ndabnmedic
Full Member
***
Offline Offline

Activity: 247
Merit: 100


View Profile
February 14, 2015, 07:13:10 PM
 #2064

FYI:

We are holding a meeting to discuss these DEV requirements & plan how to address these challenges.

Meeting will be held in Slack @ 1500 ZULU Time tomorrow, Sunday 15FEB2015

Thanks

CISSP | PMP | CEH

Bitmark: Project Manager & PR Coordinator


BTC: 1FEi8MSP3ccoqLah8EcxfGZVHUViEmQfvQ

BTM: bNidDXnRu5fuD8Th7cPFh7jnPdyAhMh7Nr
Este Nuno
Legendary
*
Offline Offline

Activity: 826
Merit: 1000


amarha


View Profile
February 17, 2015, 07:23:58 AM
 #2065

What was decided from meeting any timelines or more stall?

Quote
markpfennig: I'll share in more details shortly, for now they can be summarized as:

[23:10] markpfennig: On Bitmark Core
1. Liaise with Leathan to get 2 DNS Seeders for the Bitmark Network Running
2. Add (1) to Bitmark Core
3. Finish Bitmark 0.9.4 release, cross compile, and publish on Friday.
4. Patch Block Explorer to latest version

[23:11] markpfennig: On Marking Layer
1. Setup GOLD server to store marking data
2. Hook in the Marking Button prototype to store markings on (1)
3. Hook in Markus to store markings on (1)

[23:11] markpfennig: On MUWA Layer
1. Work with @amarha and @alex to get that project underway and being developed.

[23:12] markpfennig: Those are my personal deliverables for the coming week, which are realistic, on point, and measurable.

[23:12] markpfennig: For the community, I'd like to see

[23:14] markpfennig: 1. bitmark.co website handed off to somebody who can "own" that, we have most elements and text in different resources already, templates done, it just need text put in to templates.
2. Make a document or wiki page of example marking usage, we've had hundreds of examples, want them documented somewhere
3. Identify 3 -4 end to end use cases to implement and use for testing.

Getting these projects started this week.
82ndabnmedic
Full Member
***
Offline Offline

Activity: 247
Merit: 100


View Profile
February 17, 2015, 10:52:52 PM
 #2066

What was decided from meeting any timelines or more stall?

FYI: Stalling --> NO

We have transparently identified the resources we need as the project moves forward.

We have reached out to the community for assistance with the identified requirements.

CISSP | PMP | CEH

Bitmark: Project Manager & PR Coordinator


BTC: 1FEi8MSP3ccoqLah8EcxfGZVHUViEmQfvQ

BTM: bNidDXnRu5fuD8Th7cPFh7jnPdyAhMh7Nr
coinsolidation (OP)
Sr. Member
****
Offline Offline

Activity: 294
Merit: 250

Bitmark Developer


View Profile WWW
February 17, 2015, 11:01:24 PM
 #2067


Pfennig 0.9.4 is released.  There is also a branch with KGW support.

Bitmark (reputation+money) : Bitmark v0.9.4 (release)
coinsolidation (OP)
Sr. Member
****
Offline Offline

Activity: 294
Merit: 250

Bitmark Developer


View Profile WWW
February 18, 2015, 05:51:21 PM
 #2068

Update

Bitmark 0.9.4 is released, full builds for Linux, Windows, and OSX can be found on v0.9.4 Release
Pfennig 0.9.4 is on GitHub.
Pfennig 0.9.4 with KGW Support is also on GitHub.
Bitcore 0.10.3 is ready to use and available here.
Insight, and Insight API
You can also find a new bitmark-seeder on GitHub.

All master nodes have been updated, as has the official block explorer.

The network now has active DNS Seeds which all prior releases, and this release, will use with immediate effect.

The next release of Bitmark will be 0.10 in late March, or as soon as a suitable new difficulty algorithm has been identified, implemented, and tested.

Bitmark (reputation+money) : Bitmark v0.9.4 (release)
Este Nuno
Legendary
*
Offline Offline

Activity: 826
Merit: 1000


amarha


View Profile
February 18, 2015, 06:54:30 PM
 #2069

Update

Bitmark 0.9.4 is released, full builds for Linux, Windows, and OSX can be found on v0.9.4 Release
Pfennig 0.9.4 is on GitHub.
Pfennig 0.9.4 with KGW Support is also on GitHub.
Bitcore 0.10.3 is ready to use and available here.
Insight, and Insight API
You can also find a new bitmark-seeder on GitHub.

All master nodes have been updated, as has the official block explorer.

The network now has active DNS Seeds which all prior releases, and this release, will use with immediate effect.

The next release of Bitmark will be 0.10 in late March, or as soon as a suitable new difficulty algorithm has been identified, implemented, and tested.

Great to see. Smiley

Thanks.
82ndabnmedic
Full Member
***
Offline Offline

Activity: 247
Merit: 100


View Profile
February 18, 2015, 07:49:12 PM
 #2070

Update

Bitmark 0.9.4 is released, full builds for Linux, Windows, and OSX can be found on v0.9.4 Release
Pfennig 0.9.4 is on GitHub.
Pfennig 0.9.4 with KGW Support is also on GitHub.
Bitcore 0.10.3 is ready to use and available here.
Insight, and Insight API
You can also find a new bitmark-seeder on GitHub.

All master nodes have been updated, as has the official block explorer.

The network now has active DNS Seeds which all prior releases, and this release, will use with immediate effect.

The next release of Bitmark will be 0.10 in late March, or as soon as a suitable new difficulty algorithm has been identified, implemented, and tested.

 
Awesome!

Mark - Your commitment to this Bitmark / Marking is truly inspirational...Thank You! We would not be on the cusp of overwhelming success, if it was not for you and the great team we have with us. 

Also thanks to Leathan, Androidicus, Amarha, ubiquitous, Pablo, and the many more members that shall emerge to collaborate with us as our system matures

CISSP | PMP | CEH

Bitmark: Project Manager & PR Coordinator


BTC: 1FEi8MSP3ccoqLah8EcxfGZVHUViEmQfvQ

BTM: bNidDXnRu5fuD8Th7cPFh7jnPdyAhMh7Nr
dgmon
Sr. Member
****
Offline Offline

Activity: 438
Merit: 250


View Profile
February 18, 2015, 07:59:27 PM
 #2071

What's going on here?  http://bitmark.co:3000/

Are there two block 46541s?

I'm trying to sync new wallet but it stops at that block.
coinsolidation (OP)
Sr. Member
****
Offline Offline

Activity: 294
Merit: 250

Bitmark Developer


View Profile WWW
February 18, 2015, 08:50:11 PM
 #2072

What's going on here?  http://bitmark.co:3000/

Are there two block 46541s?

I'm trying to sync new wallet but it stops at that block.

Just a nuance after updating Insight, it's pulled in the same block twice; note: same hash.  I'll set it to resync later on today which will remove the duplicate.

Regarding synchronizing the new wallet, if it's at the same block height then it is synchronized, although the time past since the last block found (slow network!) may lead the UI to indicate it's not synchronized, when it in fact is.

Bitmark (reputation+money) : Bitmark v0.9.4 (release)
coinsolidation (OP)
Sr. Member
****
Offline Offline

Activity: 294
Merit: 250

Bitmark Developer


View Profile WWW
February 18, 2015, 09:10:57 PM
 #2073

What's going on here?  http://bitmark.co:3000/

Are there two block 46541s?

I'll set it to resync later on today which will remove the duplicate.

Complete

Bitmark (reputation+money) : Bitmark v0.9.4 (release)
82ndabnmedic
Full Member
***
Offline Offline

Activity: 247
Merit: 100


View Profile
February 19, 2015, 02:35:17 AM
 #2074

New Bitmark QT is Synced & Good to Go!
  - Thanks Mark

CISSP | PMP | CEH

Bitmark: Project Manager & PR Coordinator


BTC: 1FEi8MSP3ccoqLah8EcxfGZVHUViEmQfvQ

BTM: bNidDXnRu5fuD8Th7cPFh7jnPdyAhMh7Nr
ActualUpsurge
Member
**
Offline Offline

Activity: 98
Merit: 10

GlideSEC - www.glidesec.com


View Profile WWW
February 19, 2015, 04:53:10 AM
 #2075

solid team involved in this project!

▲▼▼▲▼GlideSEC NXT investments www.glidesec.com▲▼▲▼
Gunther
Legendary
*
Offline Offline

Activity: 840
Merit: 1000


View Profile
February 20, 2015, 02:46:58 PM
 #2076

Damn, price still sucks. Sorry to say this, but i'm happy that i dumped.
cryptshine
Newbie
*
Offline Offline

Activity: 47
Merit: 0


View Profile
February 22, 2015, 09:53:59 PM
 #2077

I downloaded the new 0.9.4 wallet and but I'm not able to able to sync to the network as I get the message 'No Block Source Available' and the blockchain is not downloading. How do I get this issue fixed?
coinsolidation (OP)
Sr. Member
****
Offline Offline

Activity: 294
Merit: 250

Bitmark Developer


View Profile WWW
February 23, 2015, 12:12:17 AM
 #2078

I downloaded the new 0.9.4 wallet and but I'm not able to able to sync to the network as I get the message 'No Block Source Available' and the blockchain is not downloading. How do I get this issue fixed?

I will investigate this, perhaps a misconfigured DNS seeder on our side.

Please leave the client open, after a few minutes it should time out and connect to one of the master seed nodes to get peers.

If all else fails, as a temporary measure entering addnode vps.bitmark.co onetry in the console (Help -> Debug Window -> Console) should get you going.

I'll update once the issue is found and fixed.

Bitmark (reputation+money) : Bitmark v0.9.4 (release)
bitcoinbboyce
Full Member
***
Offline Offline

Activity: 156
Merit: 100



View Profile
February 23, 2015, 04:31:09 PM
 #2079

Damn, price still sucks. Sorry to say this, but i'm happy that i dumped.

Glad you dumped too  Grin
emdje
Hero Member
*****
Offline Offline

Activity: 686
Merit: 500


View Profile WWW
February 23, 2015, 04:47:27 PM
 #2080

Damn, price still sucks. Sorry to say this, but i'm happy that i dumped.

Glad you dumped too  Grin

Yeah dump some more on poloniex, I am buying to  Smiley
Pages: « 1 ... 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 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 ... 169 »
  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!