Skip to content

Commit

Permalink
temp: port and dir
Browse files Browse the repository at this point in the history
  • Loading branch information
decryp2kanon committed Feb 3, 2020
1 parent 1624f45 commit 6e5f5a5
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions contrib/linearize/linearize.cfg
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
# sugarchaind RPC settings (linearize-hashes)
rpcuser=rpcuser
rpcpassword=rpcpassword
#datadir=~/.sugarchain
#datadir=~/.sugarchain2-test
host=127.0.0.1

#mainnet default
port=34229
port=54230

#testnet default
#port=44229
Expand All @@ -24,13 +24,13 @@ max_height=2601001
netmagic=9feb4b9d
genesis=7d5eaec2dbb75f99feadfa524c78b7cabc1d8c8204f79d4f3a83381b811b0adc
# path should be an absolute path
# input=/home/example/.sugarchain/blocks
input=/home/ak/.sugarchain/blocks
# input=/home/example/.sugarchain2-test/blocks
input=/home/ak/.sugarchain2-test/blocks

# testnet
#netmagic=0b110907
#genesis=000000000933ea01ad0ee984209779baaec3ced90fa3f408719526f8d77f4943
#input=/home/example/.sugarchain/testnet5/blocks
#input=/home/example/.sugarchain2-test/testnet5/blocks

# "output" option causes blockchain files to be written to the given location,
# with "output_file" ignored. If not used, "output_file" is used instead.
Expand Down

0 comments on commit 6e5f5a5

Please sign in to comment.