Login
Discover
Waves
Communities
Login
Signup
Topics
#sourcecode
Global
Trending
Hot
New
Top
#sourcecode
New
Top communities
Create your community
latest #sourcecode created topics - older | Ecency
chronocrypto
steemhunt
2018-07-20 08:28
RhodeCode - Enterprise Source Code Management
RhodeCode Enterprise Source Code Management Screenshots View ImageView ImageView Image Hunter's comment Yet another Source Code platform but with a more enterprise feel for massive projects and or companies.
$ 5.939
217
7
7
sigmoid
ethereum
2018-06-05 03:42
블록체인의 초기화/동기화
개인적으로 이더리움 한글주석 프로젝트를 진행하고 있습니다. * 새롭게 노드가 생성되었을때 어떻게 블록체인데이터를 동기화 하는지 소스코드를 분석해 보면, 노드 생성시 geth -> MakeFullNode -> regiseterEthService에서 (이더리움 서비스 생성 중간 부분) CreateDB로 체인DB를 초기화 한후, 메인넷의 제네시스 블록을
$ 0.000
0
sigmoid
ethereum
2018-06-04 17:28
나의 이더리움 분석기 - 노드 간 연결
개인적인 이더리움 한글주석 프로젝트를 진행하고 있습니다. geth는 main에서 크게 2개의 함수를 실행한다. MakeFullNode StartNode p2p노드간 연결은 아래와 같다. MakeFullNode에서 이더리움 프로토콜 매니져를 생성하면서 서브프로토콜로 P2P를 등록함(이때 p2p 핸들러로 Run함수를 저장) StartNode에서 p2pServer가
jsecoin
jsecoin
2018-05-25 20:33
JSEcoin Code Now on GitHub
Today was a really important day in the project because we have open-sourced the code base at Open sourcing means we share our code with the world for peer review and reuse. But why would we want to do
hackyminer
kr
2018-05-24 11:21
hdac 소스코드가 드디어 공개되었습니다 그러나...
오늘 hdac 블록체인 데몬 소스코드가 공개되었습니다 hdac 소스코드는 multichain 소스코드를 기반으로 고쳐진 것이 거의 확실합니다. 저같은 경우는 git diff를 통해서 훝어보고 나서 이 결론에 도달하였는데, 센스있는 사용자라면 깃허브에 공개된 라이선스 상단의 "2014-2017 Coin Sciences"를 구글로 검색해 보셨다면
sigmoid
ethereum
2018-05-21 19:05
Deleted
.
sigmoid
ethereum
2018-05-21 03:36
Deleted
.
info.read.know
news
2018-05-08 15:40
!
New account with an unverified outbound link, Reveal content
Intellectual Dark Web, Automating Inequality & 3D Prints Steaks
Intellectual Dark Web, Automating Inequality & 3D Prints Steaks Meet the Renegades of the Intellectual Dark Web It is a collection of iconoclastic thinkers, academic renegades and media personalities
threej
go-ethereum
2018-04-28 08:16
!
New account with an unverified outbound link, Reveal content
阅读 go-ethereum 源码 - 5
dagger.go (Dagger工作量证明 ) Ethash 是 Ethereum 的PoW(工作量证明)算法。 该算法需要大量的数据集合,该集合被称为DAG. Ethash 算法由Dagger-Hashimoto 算法改进而得,Dagger Hashimoto是Ethereum 1.0 挖矿算法的推荐规范 。 Dagger Hashimoto 基于已经存在的关键算法:Hashimoto 和 Dagger。
threej
go-ethereum
2018-04-11 06:41
!
New account with an unverified outbound link, Reveal content
阅读 go-ethereum 源码 - 4
阅读 go-ethereum 源码 - 4 Trie.go (Merkle-patricia-tree ) Merkle Patricia Tree(简称MPT树,实际上是一种trie前缀树)是以太坊中的一种加密认证的数据结构,可以用来存储所有的(key,value)对。
randomlyjames
technology
2018-04-03 00:12
Client Server Chat Program using Java
This is some code I wrote in my spare time. I was learning Java and wanting to put my newly learned knowledge to use to further cement it all in my mind. I chose to make this program because it used so
josephlacsamana
steemgigs
2018-04-02 12:22
#STEEMGIGS: I will give you a Source Code for some Thesis or Project program.
Description Hello, I have some Projects and Thesis Source code here.SOME ARE FREE and SOME HAS FEE!Sample projects are: Web based voting SystemWeb and LAN voting System = With Polling System or survey
threej
golang
2018-03-30 10:19
!
New account with an unverified outbound link, Reveal content
阅读 go-ethereum 源码 - 3
从初始代码提交到commit ad048e9f445ff96b7bfd75c104ab923e1e06754b,go-ethereum的结构&功能变化不大。主要变化有: 将rlp编解码移动到 rlp.go文件中 完善 transaction、block的rlp编解码 到了commit a926686445929d091c2d9e019b017600168e9e47,源码中出现了较大的功能加入。
threej
go-ethereum
2018-03-27 03:20
!
New account with an unverified outbound link, Reveal content
阅读 go-ethereum 源码 - 2
RLP(递归长度前缀)的目的是编码任意嵌套的二进制数据数组,RLP是以太坊中用于序列化对象的主要编码方法。 RLP的唯一目的是编码结构; 对于编码的数据的具体类型(例如字符串,浮点数)则留给高阶协议自己负责处理。(简单来说编码的二进制数据,代表的是字符串、浮点数还是其他类型。由使用该编码的高级协议定义);RLP编码的整数必须以大端二进制形式(big endian)表示,且不包含前导零(整数值零等于空字节数组)。
threej
go-ethereum
2018-03-27 01:23
!
New account with an unverified outbound link, Reveal content
阅读 go-ethereum 源码 - 1
阅读 go-ethereum 源码 - 1 如何理解系统的设计?最好的方法当然是: Read The Fucking Source Code Go Ethereum 是什么 以太坊从项目早起,就有不同操作系统下的多客户端实现。这些客户端可以互相验证以太坊的协议正确性。go-ethereum 是以太坊协议的go语言实现的客户端。 截止2016年9月,go-ethereum(go语言实现) 和
lebensweise
hackers
2018-02-10 22:14
What will be the future of Apple iOS?
HACKERS have posted a secret iOS source code online in what's been described as the "biggest leak in history".Apple has admitted that the software code is an older version of iOS. So, my question
reyhanhafizt
introduceyourself
2018-02-07 20:15
Introduce me SourceCode ..or how I became a professional author about information technology
Hello, Steemit! This is my first post in steemit. So I'll start with an introduction myself. My name is Reyhan Hafizt Harahap. I was the last of three siblings. I was born on May 28, 1998. Currently,
biehdc
wine
2018-02-03 17:40
Compiling the Wine Source Code on Ubuntu 17.10
7:12 If you don't want to watch the glorious compiling after 3:30 The Script: Script updated with custom patch example This is just the beginning If you have any questions, please ask them. I will definitely
biehdc
wine
2018-02-02 17:54
Compiling the Wine Source Code on Arch/Antergos
00:12 The official Way 02:30 The better Way 12:00 The Moment of Truth The Script: and don't forget to create the "patches" directory. In case you get "Error: PKGBUILD contains CRLF
naoki-kato
dmania
2018-01-28 01:44
!
New account with an unverified outbound link, Reveal content
amazon easteregg sourcecode
View post on dMania
← Latest
Older →