Achain-Dev / Achain_linux

Achain Linux (this rep was deprecated, just visit Achain rep.)
MIT License
20 stars 19 forks source link

Build success, but how to run it? I use mac. #17

Open wwens opened 6 years ago

wwens commented 6 years ago

I build Achain project success on my mac, but i don't know how to run it, when i run it i got this below:

./Achain
Loading blockchain from: /Users/wwens/Library/Application Support/ACT/chain
Loading config from file: /Users/wwens/Library/Application Support/ACT/config.json
[1]    12661 segmentation fault  ./Achain

same as below:

./Achain --server --rpcuser a --rpcpassword b --rpcport 12345 --data-dir ./data-dir
Creating new data directory ./data-dir
Setting UNIX permissions on new data directory to 700
Loading blockchain from: ./data-dir/chain
Creating default config file at: ./data-dir/config.json
Logging to file: ./data-dir/logs/default/default.log
Logging RPC to file: ./data-dir/logs/rpc/rpc.log
Logging blockchain to file: ./data-dir/logs/blockchain/blockchain.log
Logging P2P to file: ./data-dir/logs/p2p/p2p.log
[1]    12672 segmentation fault  ./Achain --server --rpcuser a --rpcpassword b --rpcport 12345 --data-dir

and what is the right way to run Achain? I use mac. Thanks great man.

YongTianY commented 6 years ago

debug....