So how exactly do I add the nodes? I tried to make bitcoin.conf file and I copied this code:
https://en.bitcoin.it/wiki/Running_Bitcoin#Sample_Bitcoin.confuncommented this:
# Use as many addnode= settings as you like to connect to specific peers
#addnode=69.164.218.197
#addnode=10.0.0.2:8333
and added many nodes but shit doesn't work.
This is madness. How ever are "normal" people supposed to start using bitcoin if even just starting the client and accessing your funds needs advanced skills of whatever.
Also tried to add nodes through the command line
addnode "node" "add|remove|onetry"
Attempts add or remove a node from the addnode list.
Or try a connection to a node once.
Arguments:
1. "node" (string, required) The node (see getpeerinfo for nodes)
2. "command" (string, required) 'add' to add a node to the list, 'remove' to remove a node from the list, 'onetry' to try a connection to the node once
Examples:
> bitcoin-cli addnode "192.168.0.6:8333" "onetry"
> curl --user myusername --data-binary '{"jsonrpc": "1.0", "id":"curltest", "method": "addnode", "params": ["192.168.0.6:8333", "onetry"] }' -H 'content-type: text/plain;'
http://127.0.0.1:8332/(code -1)
but gives errors!!!