Kryptowaluty, mało miejsca na dysku systemowym Cryptocurrencies, little space on the system disk

in kryptowaluty •  7 years ago 

Witam, w tym poście poruszymy kwestuje braku miejsca na dysku systemowym wywołanym dużą ilością portfeli bądź małym dyskiem systemowym. Takie kryptowaluty jak Bitcoin czy Litecoin podczas instalacji portfela prosi o wskazanie miejsca do zapisu łańcucha bloków, gdzie ich waga często jest już liczona w gigabajtach.

Hmm ale ktoś teraz zapyta co z pozostałymi portfelami. Przecież w przypadku innych kryptowalut łańcuchy bloków są ściągane na dysk systemowy do folderu.

C:\Users\Twoja nazwa użytkownika\AppData\Roaming

Istnieje na ten problem proste rozwiązanie, a dokładnie wpis w pliku conf ścieżki gdzie dokładnie łańcuch bloków ma zostać zapisany. Teraz przedstawię plik konfiguracyjny BitcoinStake (BCS) bez podania ścieżki zapisu. Portfel zajmuje 442 MB na dysku systemowym :(
https://bitcoinstake.net/

server=1
listen=1
daemon=1
rpcuser=Nazwa użytkownika
rpcpassword=hasło użytkownika
rpcallowip=127.0.0.1
rpcport=23976
port=23975

addnode=24.70.209.174
addnode=165.227.124.17
addnode=37.97.242.80
addnode=93.115.61.74
addnode=47.184.94.53
addnode=73.189.43.93
addnode=122.114.173

Rozwiązaniem problemu jest wpis datadir=

server=1
listen=1
daemon=1
rpcuser=Nazwa użytkownika
rpcpassword=hasło użytkownika
rpcallowip=127.0.0.1
rpcport=23976
port=23975
datadir=D:\wallets\BitcoinStake

addnode=24.70.209.174
addnode=165.227.124.17
addnode=37.97.242.80
addnode=93.115.61.74
addnode=47.184.94.53
addnode=73.189.43.93
addnode=122.114.173

Następnie przenośmy wszystkie pliki z C:\Users\Twoja nazwa użytkownika\AppData\Roaming\BitcoinStake do folderu
D:\wallets\BitcoinStake oprócz pliku bitcoinstake.conf
W taki sposób mamy o 442 MB więcej miejsca na dysku systemowym.

Link do filmiku:

Hello, in this post we will deal with the lack of space on the system disk caused by a large number of wallets or a small system disk. Such cryptocurrencies as Bitcoin or Litecoin when installing the wallet asks you to indicate where to store the block chain, where their weight is often already counted in gigabytes.

Hmm, but now someone will ask what about the other wallets. After all, for other cryptocurrencies, the block strings are downloaded to the system disk to the folder.

C:\Users\Your username\AppData\Roaming

There is a simple solution to this problem, exactly the entry in the path conf file where exactly the block chain is to be saved. Now I will present the BitcoinStake configuration file (BCS) without specifying a write path. The wallet takes 442 MB on the system disk :(

https://bitcoinstake.net/

server=1
listen=1
daemon=1
rpcuser=Your username
rpcpassword=password
rpcallowip=127.0.0.1
rpcport=23976
port=23975

addnode=24.70.209.174
addnode=165.227.124.17
addnode=37.97.242.80
addnode=93.115.61.74
addnode=47.184.94.53
addnode=73.189.43.93
addnode=122.114.173

The solution to the problem is the entry datadir=

server=1
listen=1
daemon=1
rpcuser=Your username
rpcpassword=password
rpcallowip=127.0.0.1
rpcport=23976
port=23975
datadir=D:\wallets\BitcoinStake

addnode=24.70.209.174
addnode=165.227.124.17
addnode=37.97.242.80
addnode=93.115.61.74
addnode=47.184.94.53
addnode=73.189.43.93
addnode=122.114.173

Then, transfer all files from C:\Users\Your username\AppData\Roaming\BitcoinStake to the folder
D: \ wallets \ BitcoinStake in addition to the bitcoinstake.conf file
In this way, we have 442 MB more space on the system disk.

Link to the movie:

Authors get paid when people like you upvote their post.
If you enjoyed what you read here, create your account today and start earning FREE STEEM!