Got it in 4 seconds ! For 15.8 Mo ![]()
@Vort @aatonnomicc looks like we can build with a flag for older cpu support. So we’re going to get than in and a new cli out which will hopefully work for you guys.
Will post back here when that’s all ready for testing ![]()
Nice debug everyone. Perils of supporting all hardware, but at least this looks like it can be a compiler flag.
Amazing to see the value of the community testnets being seen here ![]()
Some more info about this:
If final application crashes with an “illegal instruction” exception [after copying to another system], pass -D__BLST_PORTABLE__ on build.sh command line. If you don’t use build.sh, complement the CFLAGS environment variable with the said command line option. If you compile a Go application, you will need to modify the CGO_CFLAGS variable instead. And if you compile a Rust application, you can pass --features portable to cargo build. Alternatively, if you compile on an older Intel system, but will execute application on a newer one, consider instead passing --features force-adx for better performance.
So, on windows, able to GET and working nicely but no luck with PUT
Any idea?
Looks like the file you’re putting doesn’t exist ![]()
I built sn_cli by myself and it works ![]()
To reproduce crash you need to recreate keys by the way.
?? it definetly does.
tried with another file, same errors:
RUST_LOG=safe_network=debug safe files put Tree.jpg
[safe_network::client::client_api] INFO 2021-06-30T19:35:27.292733100 [C:\Users\runneradmin\.cargo\registry\src\github.com-1ecc6299db9ec823\safe_network-0.4.0\src\client\client_api\mod.rs:85] Client started for specific pk: PublicKey::Ed25519(b95c1f2792f73ce384d2e30ac5458cf8be1323f6992de39d4d5ee1f155bbd5df)
[safe_network::client::config_handler] WARN 2021-06-30T19:35:27.308835300 [C:\Users\runneradmin\.cargo\registry\src\github.com-1ecc6299db9ec823\safe_network-0.4.0\src\client\config_handler.rs:73] Failed to open config file from 'C:\Users\Stefano\.safe\client\sn_client.config': The system cannot find the file specified. (os error 2)
[safe_network::client::config_handler] DEBUG 2021-06-30T19:35:27.309893100 [C:\Users\runneradmin\.cargo\registry\src\github.com-1ecc6299db9ec823\safe_network-0.4.0\src\client\config_handler.rs:50] Bootstrapping contacts overriden with: {209.97.133.247:48201, 209.97.176.91:33956, 209.97.141.103:52713, 209.97.176.99:50115, 209.97.138.80:34447, 159.65.27.95:56248, 209.97.140.34:59824, 209.97.131.245:49877, 209.97.131.130:35410, 209.97.143.117:42097, 209.97.176.100:54768, 209.97.141.179:39630, 209.97.176.138:59795, 209.97.176.97:60599, 206.189.125.78:60401, 209.97.138.128:59206, 209.97.176.145:57380, 206.189.127.108:51563, 139.59.178.75:57133, 209.97.133.206:38243, 209.97.129.240:48304, 178.128.40.158:42845, 209.97.176.98:39100, 46.101.6.111:40836, 209.97.133.65:40289, 159.65.94.13:57349, 209.97.176.123:55911, 209.97.176.93:57677, 167.99.198.192:56527, 46.101.95.158:12000, 206.189.123.106:43685, 209.97.176.134:53102, 209.97.176.127:55047}
[safe_network::client::connections] DEBUG 2021-06-30T19:35:27.310253600 [C:\Users\runneradmin\.cargo\registry\src\github.com-1ecc6299db9ec823\safe_network-0.4.0\src\client\connections\mod.rs:65] QP2p config: Config { hard_coded_contacts: {209.97.133.247:48201, 209.97.176.91:33956, 209.97.141.103:52713, 209.97.176.99:50115, 209.97.138.80:34447, 159.65.27.95:56248, 209.97.140.34:59824, 209.97.131.245:49877, 209.97.131.130:35410, 209.97.143.117:42097, 209.97.176.100:54768, 209.97.141.179:39630, 209.97.176.138:59795, 209.97.176.97:60599, 206.189.125.78:60401, 209.97.138.128:59206, 209.97.176.145:57380, 206.189.127.108:51563, 139.59.178.75:57133, 209.97.133.206:38243, 209.97.129.240:48304, 178.128.40.158:42845, 209.97.176.98:39100, 46.101.6.111:40836, 209.97.133.65:40289, 159.65.94.13:57349, 209.97.176.123:55911, 209.97.176.93:57677, 167.99.198.192:56527, 46.101.95.158:12000, 206.189.123.106:43685, 209.97.176.134:53102, 209.97.176.127:55047}, local_port: None, local_ip: None, forward_port: true, external_port: None, external_ip: None, max_msg_size_allowed: None, idle_timeout_msec: None, keep_alive_interval_msec: None, bootstrap_cache_dir: Some("C:\\Users\\Stefano\\.safe\\client"), upnp_lease_duration: None }
[safe_network::client::client_api] DEBUG 2021-06-30T19:35:27.326940900 [C:\Users\runneradmin\.cargo\registry\src\github.com-1ecc6299db9ec823\safe_network-0.4.0\src\client\client_api\mod.rs:115] Bootstrapping to the network...
[safe_network::client::connections::listeners] DEBUG 2021-06-30T19:35:29.992323000 [C:\Users\runneradmin\.cargo\registry\src\github.com-1ecc6299db9ec823\safe_network-0.4.0\src\client\connections\listeners.rs:111] GetSectionResponse::Success!
[safe_network::client::connections::listeners] DEBUG 2021-06-30T19:35:29.992696400 [C:\Users\runneradmin\.cargo\registry\src\github.com-1ecc6299db9ec823\safe_network-0.4.0\src\client\connections\listeners.rs:209] Connecting to new set of Elders: {159.65.27.95:56248: 8b8f5a(10001011).., 209.97.133.247:48201: b84ea1(10111000).., 209.97.138.128:59206: e9eb29(11101001).., 209.97.141.103:52713: d477c2(11010100).., 209.97.176.91:33956: d98cc0(11011001).., 209.97.176.138:59795: e7e7d8(11100111).., 209.97.176.145:57380: d6dc8d(11010110)..}
[safe_network::client::connections::listeners] DEBUG 2021-06-30T19:35:30.005558700 [C:\Users\runneradmin\.cargo\registry\src\github.com-1ecc6299db9ec823\safe_network-0.4.0\src\client\connections\listeners.rs:43] Listening for incoming messages
[safe_network::client::connections::messaging] DEBUG 2021-06-30T19:35:30.006060700 [C:\Users\runneradmin\.cargo\registry\src\github.com-1ecc6299db9ec823\safe_network-0.4.0\src\client\connections\messaging.rs:105] Successfully obtained the list of Elders to send all messages to: [159.65.27.95:56248, 209.97.133.247:48201, 209.97.138.128:59206, 209.97.141.103:52713, 209.97.176.91:33956, 209.97.176.138:59795, 209.97.176.145:57380]
[safe_network::client::client_api] WARN 2021-06-30T19:35:30.006922100 [C:\Users\runneradmin\.cargo\registry\src\github.com-1ecc6299db9ec823\safe_network-0.4.0\src\client\client_api\mod.rs:164] No automatic simulated payout occurs for clients created for pre-existing SecretKeys
[safe_network::client::client_api::transfers] INFO 2021-06-30T19:35:30.007032800 [C:\Users\runneradmin\.cargo\registry\src\github.com-1ecc6299db9ec823\safe_network-0.4.0\src\client\client_api\transfers\mod.rs:120] Getting SnTransfers history for pk: PublicKey::Ed25519(b95c1f2792f73ce384d2e30ac5458cf8be1323f6992de39d4d5ee1f155bbd5df)
[safe_network::client::client_api::queries] DEBUG 2021-06-30T19:35:30.007550200 [C:\Users\runneradmin\.cargo\registry\src\github.com-1ecc6299db9ec823\safe_network-0.4.0\src\client\client_api\queries.rs:23] Sending Query: Transfer(TransferQuery::GetHistory)
[safe_network::client::connections::messaging] INFO 2021-06-30T19:35:30.010160400 [C:\Users\runneradmin\.cargo\registry\src\github.com-1ecc6299db9ec823\safe_network-0.4.0\src\client\connections\messaging.rs:310] Sending query message Process(Query { id: 72573f92.., query: Transfer(TransferQuery::GetHistory), client_sig: ClientSig { public_key: PublicKey::Ed25519(b95c1f2792f73ce384d2e30ac5458cf8be1323f6992de39d4d5ee1f155bbd5df), signature: Signature::Ed25519(..) } }), to the 3 Elders closest to data name: [209.97.133.247:48201, 159.65.27.95:56248, 209.97.138.128:59206]
[safe_network::client::connections::listeners] DEBUG 2021-06-30T19:35:30.428186800 [C:\Users\runneradmin\.cargo\registry\src\github.com-1ecc6299db9ec823\safe_network-0.4.0\src\client\connections\listeners.rs:232] ClientMsg with id d18f3b97.. received from 209.97.138.128:59206
[safe_network::client::connections::listeners] DEBUG 2021-06-30T19:35:30.516213500 [C:\Users\runneradmin\.cargo\registry\src\github.com-1ecc6299db9ec823\safe_network-0.4.0\src\client\connections\listeners.rs:232] ClientMsg with id d18f3b97.. received from 209.97.133.247:48201
[safe_network::client::connections::listeners] DEBUG 2021-06-30T19:35:30.530303700 [C:\Users\runneradmin\.cargo\registry\src\github.com-1ecc6299db9ec823\safe_network-0.4.0\src\client\connections\listeners.rs:239] Thread spawned to handle this client message
[safe_network::client::connections::listeners] DEBUG 2021-06-30T19:35:30.530469200 [C:\Users\runneradmin\.cargo\registry\src\github.com-1ecc6299db9ec823\safe_network-0.4.0\src\client\connections\listeners.rs:246] Query response (relating to msgid: 72573f92..)
[safe_network::client::connections::messaging] DEBUG 2021-06-30T19:35:30.530645500 [C:\Users\runneradmin\.cargo\registry\src\github.com-1ecc6299db9ec823\safe_network-0.4.0\src\client\connections\messaging.rs:440] QueryResponse received is: GetHistory(
Ok(
ActorHistory {
credits: [
CreditAgreementProof::Credit(1000.111000000)ActorSignature::Signature::Bls(..)ReplicaSignature::Signature::Bls(..),
],
debits: [],
},
),
)
[safe_network::client::connections::messaging] DEBUG 2021-06-30T19:35:30.530805500 [C:\Users\runneradmin\.cargo\registry\src\github.com-1ecc6299db9ec823\safe_network-0.4.0\src\client\connections\messaging.rs:453] Response obtained for query w/id 72573f92..: Some(GetHistory(Ok(ActorHistory { credits: [CreditAgreementProof::Credit(1000.111000000)ActorSignature::Signature::Bls(..)ReplicaSignature::Signature::Bls(..)], debits: [] })))
[safe_network::transfers::actor] DEBUG 2021-06-30T19:35:30.531256900 [C:\Users\runneradmin\.cargo\registry\src\github.com-1ecc6299db9ec823\safe_network-0.4.0\src\transfers\actor.rs:429] Transfer Actor PublicKey::Ed25519(b95c1f2792f73ce384d2e30ac5458cf8be1323f6992de39d4d5ee1f155bbd5df): applying event TransfersSynched(TransfersSynched(ActorHistory { credits: [CreditAgreementProof::Credit(1000.111000000)ActorSignature::Signature::Bls(..)ReplicaSignature::Signature::Bls(..)], debits: [] }))
[safe_network::client::client_api::transfers] DEBUG 2021-06-30T19:35:30.531397100 [C:\Users\runneradmin\.cargo\registry\src\github.com-1ecc6299db9ec823\safe_network-0.4.0\src\client\client_api\transfers\mod.rs:153] Current balance after GetHistory 1000.111000000
[safe_network::client::client_api::transfers] INFO 2021-06-30T19:35:30.647749700 [C:\Users\runneradmin\.cargo\registry\src\github.com-1ecc6299db9ec823\safe_network-0.4.0\src\client\client_api\transfers\mod.rs:198] Sending requests for payment for write operation
[safe_network::client::client_api::transfers] INFO 2021-06-30T19:35:30.648497800 [C:\Users\runneradmin\.cargo\registry\src\github.com-1ecc6299db9ec823\safe_network-0.4.0\src\client\client_api\transfers\mod.rs:160] Sending Query for latest StoreCost
[safe_network::client::client_api::queries] DEBUG 2021-06-30T19:35:30.649237700 [C:\Users\runneradmin\.cargo\registry\src\github.com-1ecc6299db9ec823\safe_network-0.4.0\src\client\client_api\queries.rs:23] Sending Query: Transfer(TransferQuery::GetStoreCost of 28532)
[safe_network::client::connections::messaging] INFO 2021-06-30T19:35:30.649606600 [C:\Users\runneradmin\.cargo\registry\src\github.com-1ecc6299db9ec823\safe_network-0.4.0\src\client\connections\messaging.rs:310] Sending query message Process(Query { id: 97abbedb.., query: Transfer(TransferQuery::GetStoreCost of 28532), client_sig: ClientSig { public_key: PublicKey::Ed25519(b95c1f2792f73ce384d2e30ac5458cf8be1323f6992de39d4d5ee1f155bbd5df), signature: Signature::Ed25519(..) } }), to the 3 Elders closest to data name: [209.97.133.247:48201, 159.65.27.95:56248, 209.97.138.128:59206]
[safe_network::client::connections::listeners] DEBUG 2021-06-30T19:35:30.745976600 [C:\Users\runneradmin\.cargo\registry\src\github.com-1ecc6299db9ec823\safe_network-0.4.0\src\client\connections\listeners.rs:232] ClientMsg with id d18f3b97.. received from 159.65.27.95:56248
[safe_network::client::connections::listeners] DEBUG 2021-06-30T19:35:30.746243300 [C:\Users\runneradmin\.cargo\registry\src\github.com-1ecc6299db9ec823\safe_network-0.4.0\src\client\connections\listeners.rs:239] Thread spawned to handle this client message
[safe_network::client::connections::listeners] DEBUG 2021-06-30T19:35:30.746317300 [C:\Users\runneradmin\.cargo\registry\src\github.com-1ecc6299db9ec823\safe_network-0.4.0\src\client\connections\listeners.rs:246] Query response (relating to msgid: 72573f92..)
[safe_network::client::connections::listeners] DEBUG 2021-06-30T19:35:30.746343400 [C:\Users\runneradmin\.cargo\registry\src\github.com-1ecc6299db9ec823\safe_network-0.4.0\src\client\connections\listeners.rs:239] Thread spawned to handle this client message
[safe_network::client::connections::listeners] DEBUG 2021-06-30T19:35:30.746437400 [C:\Users\runneradmin\.cargo\registry\src\github.com-1ecc6299db9ec823\safe_network-0.4.0\src\client\connections\listeners.rs:246] Query response (relating to msgid: 72573f92..)
[safe_network::client::connections::listeners] DEBUG 2021-06-30T19:35:30.924235400 [C:\Users\runneradmin\.cargo\registry\src\github.com-1ecc6299db9ec823\safe_network-0.4.0\src\client\connections\listeners.rs:232] ClientMsg with id 21f30b6b.. received from 209.97.133.247:48201
[safe_network::client::connections::listeners] DEBUG 2021-06-30T19:35:30.924610900 [C:\Users\runneradmin\.cargo\registry\src\github.com-1ecc6299db9ec823\safe_network-0.4.0\src\client\connections\listeners.rs:239] Thread spawned to handle this client message
[safe_network::client::connections::listeners] DEBUG 2021-06-30T19:35:30.924690900 [C:\Users\runneradmin\.cargo\registry\src\github.com-1ecc6299db9ec823\safe_network-0.4.0\src\client\connections\listeners.rs:246] Query response (relating to msgid: 97abbedb..)
[safe_network::client::connections::messaging] DEBUG 2021-06-30T19:35:30.928654000 [C:\Users\runneradmin\.cargo\registry\src\github.com-1ecc6299db9ec823\safe_network-0.4.0\src\client\connections\messaging.rs:440] QueryResponse received is: GetStoreCost(
Ok(
(
28532,
0.000086009,
PublicKey::Bls(a744cac5d0440ef62d659ddeb08d11cc9d0971327260cfc16b3ea882242ed7bf),
),
),
)
[safe_network::client::connections::messaging] DEBUG 2021-06-30T19:35:30.928995600 [C:\Users\runneradmin\.cargo\registry\src\github.com-1ecc6299db9ec823\safe_network-0.4.0\src\client\connections\messaging.rs:453] Response obtained for query w/id 97abbedb..: Some(GetStoreCost(Ok((28532, 0.000086009, PublicKey::Bls(a744cac5d0440ef62d659ddeb08d11cc9d0971327260cfc16b3ea882242ed7bf)))))
[safe_network::client::client_api::transfers] INFO 2021-06-30T19:35:30.929293400 [C:\Users\runneradmin\.cargo\registry\src\github.com-1ecc6299db9ec823\safe_network-0.4.0\src\client\client_api\transfers\mod.rs:204] Current store cost for 28532 bytes reported by section PublicKey::Bls(a744cac5d0440ef62d659ddeb08d11cc9d0971327260cfc16b3ea882242ed7bf): 0.000129013
[safe_network::client::client_api::transfers] DEBUG 2021-06-30T19:35:30.930106100 [C:\Users\runneradmin\.cargo\registry\src\github.com-1ecc6299db9ec823\safe_network-0.4.0\src\client\client_api\transfers\mod.rs:223] Transfer to be sent: SignedTransfer { debit: SignedDebit { debit: Debit { id: PublicKey::Ed25519(b95c1f2792f73ce384d2e30ac5458cf8be1323f6992de39d4d5ee1f155bbd5df).0, amount: 0.000129013 }, actor_signature: Signature::Ed25519(..) }, credit: SignedCredit { credit: Credit { id: [17, 243, 167, 222, 137, 227, 185, 178, 107, 80, 169, 195, 121, 127, 88, 248, 194, 85, 214, 194, 174, 87, 94, 32, 152, 244, 50, 123, 93, 156, 245, 26], amount: 0.000129013, recipient: PublicKey::Bls(a744cac5d0440ef62d659ddeb08d11cc9d0971327260cfc16b3ea882242ed7bf), msg: "" }, actor_signature: Signature::Ed25519(..) } }
[safe_network::transfers::actor] DEBUG 2021-06-30T19:35:30.930282800 [C:\Users\runneradmin\.cargo\registry\src\github.com-1ecc6299db9ec823\safe_network-0.4.0\src\transfers\actor.rs:429] Transfer Actor PublicKey::Ed25519(b95c1f2792f73ce384d2e30ac5458cf8be1323f6992de39d4d5ee1f155bbd5df): applying event TransferInitiated(TransferInitiated { signed_debit: SignedDebit { debit: Debit { id: PublicKey::Ed25519(b95c1f2792f73ce384d2e30ac5458cf8be1323f6992de39d4d5ee1f155bbd5df).0, amount: 0.000129013 }, actor_signature: Signature::Ed25519(..) }, signed_credit: SignedCredit { credit: Credit { id: [17, 243, 167, 222, 137, 227, 185, 178, 107, 80, 169, 195, 121, 127, 88, 248, 194, 85, 214, 194, 174, 87, 94, 32, 152, 244, 50, 123, 93, 156, 245, 26], amount: 0.000129013, recipient: PublicKey::Bls(a744cac5d0440ef62d659ddeb08d11cc9d0971327260cfc16b3ea882242ed7bf), msg: "" }, actor_signature: Signature::Ed25519(..) } })
[safe_network::client::client_api::transfers] INFO 2021-06-30T19:35:30.930481500 [C:\Users\runneradmin\.cargo\registry\src\github.com-1ecc6299db9ec823\safe_network-0.4.0\src\client\client_api\transfers\mod.rs:246] Awaiting transfer validation
[safe_network::client::connections::messaging] INFO 2021-06-30T19:35:30.930923400 [C:\Users\runneradmin\.cargo\registry\src\github.com-1ecc6299db9ec823\safe_network-0.4.0\src\client\connections\messaging.rs:206] Sending transfer validation command Transfer(TransferCmd::ValidateTransfer) w/ id: 7a954f9d..
[safe_network::client::connections::listeners] DEBUG 2021-06-30T19:35:30.937943800 [C:\Users\runneradmin\.cargo\registry\src\github.com-1ecc6299db9ec823\safe_network-0.4.0\src\client\connections\listeners.rs:232] ClientMsg with id 21f30b6b.. received from 159.65.27.95:56248
[safe_network::client::connections::listeners] DEBUG 2021-06-30T19:35:30.945537800 [C:\Users\runneradmin\.cargo\registry\src\github.com-1ecc6299db9ec823\safe_network-0.4.0\src\client\connections\listeners.rs:232] ClientMsg with id 21f30b6b.. received from 209.97.138.128:59206
[safe_network::client::connections::listeners] DEBUG 2021-06-30T19:35:30.945736800 [C:\Users\runneradmin\.cargo\registry\src\github.com-1ecc6299db9ec823\safe_network-0.4.0\src\client\connections\listeners.rs:239] Thread spawned to handle this client message
[safe_network::client::connections::listeners] DEBUG 2021-06-30T19:35:30.945760700 [C:\Users\runneradmin\.cargo\registry\src\github.com-1ecc6299db9ec823\safe_network-0.4.0\src\client\connections\listeners.rs:239] Thread spawned to handle this client message
[safe_network::client::connections::listeners] DEBUG 2021-06-30T19:35:30.945809400 [C:\Users\runneradmin\.cargo\registry\src\github.com-1ecc6299db9ec823\safe_network-0.4.0\src\client\connections\listeners.rs:246] Query response (relating to msgid: 97abbedb..)
[safe_network::client::connections::listeners] DEBUG 2021-06-30T19:35:30.945867900 [C:\Users\runneradmin\.cargo\registry\src\github.com-1ecc6299db9ec823\safe_network-0.4.0\src\client\connections\listeners.rs:246] Query response (relating to msgid: 97abbedb..)
[safe_network::client::connections::listeners] DEBUG 2021-06-30T19:35:31.230742500 [C:\Users\runneradmin\.cargo\registry\src\github.com-1ecc6299db9ec823\safe_network-0.4.0\src\client\connections\listeners.rs:232] ClientMsg with id 0ec5d66f.. received from 209.97.138.128:59206
[safe_network::client::connections::listeners] DEBUG 2021-06-30T19:35:31.231128500 [C:\Users\runneradmin\.cargo\registry\src\github.com-1ecc6299db9ec823\safe_network-0.4.0\src\client\connections\listeners.rs:239] Thread spawned to handle this client message
[safe_network::client::connections::listeners] DEBUG 2021-06-30T19:35:31.231216300 [C:\Users\runneradmin\.cargo\registry\src\github.com-1ecc6299db9ec823\safe_network-0.4.0\src\client\connections\listeners.rs:292] CmdError was received for Message w/ID: 7a954f9d.., sending on error channel
[safe_network::client::connections::listeners] WARN 2021-06-30T19:35:31.231286500 [C:\Users\runneradmin\.cargo\registry\src\github.com-1ecc6299db9ec823\safe_network-0.4.0\src\client\connections\listeners.rs:296] CmdError received is: Transfer(TransferValidation(MissingTransferHistory(0, 1)))
[safe_network::client::connections::listeners] DEBUG 2021-06-30T19:35:31.287618200 [C:\Users\runneradmin\.cargo\registry\src\github.com-1ecc6299db9ec823\safe_network-0.4.0\src\client\connections\listeners.rs:232] ClientMsg with id 0ec5d66f.. received from 209.97.176.138:59795
[safe_network::client::connections::listeners] DEBUG 2021-06-30T19:35:31.287991000 [C:\Users\runneradmin\.cargo\registry\src\github.com-1ecc6299db9ec823\safe_network-0.4.0\src\client\connections\listeners.rs:239] Thread spawned to handle this client message
[safe_network::client::connections::listeners] DEBUG 2021-06-30T19:35:31.288075300 [C:\Users\runneradmin\.cargo\registry\src\github.com-1ecc6299db9ec823\safe_network-0.4.0\src\client\connections\listeners.rs:292] CmdError was received for Message w/ID: 7a954f9d.., sending on error channel
[safe_network::client::connections::listeners] WARN 2021-06-30T19:35:31.288145000 [C:\Users\runneradmin\.cargo\registry\src\github.com-1ecc6299db9ec823\safe_network-0.4.0\src\client\connections\listeners.rs:296] CmdError received is: Transfer(TransferValidation(MissingTransferHistory(0, 1)))
[safe_network::client::connections::listeners] DEBUG 2021-06-30T19:35:31.292006200 [C:\Users\runneradmin\.cargo\registry\src\github.com-1ecc6299db9ec823\safe_network-0.4.0\src\client\connections\listeners.rs:232] ClientMsg with id 0ec5d66f.. received from 209.97.176.145:57380
[safe_network::client::connections::listeners] DEBUG 2021-06-30T19:35:31.292137500 [C:\Users\runneradmin\.cargo\registry\src\github.com-1ecc6299db9ec823\safe_network-0.4.0\src\client\connections\listeners.rs:239] Thread spawned to handle this client message
[safe_network::client::connections::listeners] DEBUG 2021-06-30T19:35:31.292206800 [C:\Users\runneradmin\.cargo\registry\src\github.com-1ecc6299db9ec823\safe_network-0.4.0\src\client\connections\listeners.rs:292] CmdError was received for Message w/ID: 7a954f9d.., sending on error channel
[safe_network::client::connections::listeners] WARN 2021-06-30T19:35:31.292274700 [C:\Users\runneradmin\.cargo\registry\src\github.com-1ecc6299db9ec823\safe_network-0.4.0\src\client\connections\listeners.rs:296] CmdError received is: Transfer(TransferValidation(MissingTransferHistory(0, 1)))
[safe_network::client::connections::listeners] DEBUG 2021-06-30T19:35:31.299709000 [C:\Users\runneradmin\.cargo\registry\src\github.com-1ecc6299db9ec823\safe_network-0.4.0\src\client\connections\listeners.rs:232] ClientMsg with id 0ec5d66f.. received from 209.97.176.91:33956
[safe_network::client::connections::listeners] DEBUG 2021-06-30T19:35:31.299973500 [C:\Users\runneradmin\.cargo\registry\src\github.com-1ecc6299db9ec823\safe_network-0.4.0\src\client\connections\listeners.rs:239] Thread spawned to handle this client message
[safe_network::client::connections::listeners] DEBUG 2021-06-30T19:35:31.300050400 [C:\Users\runneradmin\.cargo\registry\src\github.com-1ecc6299db9ec823\safe_network-0.4.0\src\client\connections\listeners.rs:292] CmdError was received for Message w/ID: 7a954f9d.., sending on error channel
[safe_network::client::connections::listeners] WARN 2021-06-30T19:35:31.300120700 [C:\Users\runneradmin\.cargo\registry\src\github.com-1ecc6299db9ec823\safe_network-0.4.0\src\client\connections\listeners.rs:296] CmdError received is: Transfer(TransferValidation(MissingTransferHistory(0, 1)))
[safe_network::client::connections::listeners] DEBUG 2021-06-30T19:35:31.304052400 [C:\Users\runneradmin\.cargo\registry\src\github.com-1ecc6299db9ec823\safe_network-0.4.0\src\client\connections\listeners.rs:232] ClientMsg with id 0ec5d66f.. received from 209.97.141.103:52713
[safe_network::client::connections::listeners] DEBUG 2021-06-30T19:35:31.304186900 [C:\Users\runneradmin\.cargo\registry\src\github.com-1ecc6299db9ec823\safe_network-0.4.0\src\client\connections\listeners.rs:239] Thread spawned to handle this client message
[safe_network::client::connections::listeners] DEBUG 2021-06-30T19:35:31.304258300 [C:\Users\runneradmin\.cargo\registry\src\github.com-1ecc6299db9ec823\safe_network-0.4.0\src\client\connections\listeners.rs:292] CmdError was received for Message w/ID: 7a954f9d.., sending on error channel
[safe_network::client::connections::listeners] WARN 2021-06-30T19:35:31.304326300 [C:\Users\runneradmin\.cargo\registry\src\github.com-1ecc6299db9ec823\safe_network-0.4.0\src\client\connections\listeners.rs:296] CmdError received is: Transfer(TransferValidation(MissingTransferHistory(0, 1)))
[safe_network::client::connections::listeners] DEBUG 2021-06-30T19:35:31.308163000 [C:\Users\runneradmin\.cargo\registry\src\github.com-1ecc6299db9ec823\safe_network-0.4.0\src\client\connections\listeners.rs:232] ClientMsg with id 0ec5d66f.. received from 209.97.133.247:48201
[safe_network::client::connections::listeners] DEBUG 2021-06-30T19:35:31.308294600 [C:\Users\runneradmin\.cargo\registry\src\github.com-1ecc6299db9ec823\safe_network-0.4.0\src\client\connections\listeners.rs:239] Thread spawned to handle this client message
[safe_network::client::connections::listeners] DEBUG 2021-06-30T19:35:31.308363700 [C:\Users\runneradmin\.cargo\registry\src\github.com-1ecc6299db9ec823\safe_network-0.4.0\src\client\connections\listeners.rs:292] CmdError was received for Message w/ID: 7a954f9d.., sending on error channel
[safe_network::client::connections::listeners] WARN 2021-06-30T19:35:31.308432300 [C:\Users\runneradmin\.cargo\registry\src\github.com-1ecc6299db9ec823\safe_network-0.4.0\src\client\connections\listeners.rs:296] CmdError received is: Transfer(TransferValidation(MissingTransferHistory(0, 1)))
[safe_network::client::connections::listeners] DEBUG 2021-06-30T19:35:31.393296500 [C:\Users\runneradmin\.cargo\registry\src\github.com-1ecc6299db9ec823\safe_network-0.4.0\src\client\connections\listeners.rs:232] ClientMsg with id 0ec5d66f.. received from 159.65.27.95:56248
[safe_network::client::connections::listeners] DEBUG 2021-06-30T19:35:31.393531900 [C:\Users\runneradmin\.cargo\registry\src\github.com-1ecc6299db9ec823\safe_network-0.4.0\src\client\connections\listeners.rs:239] Thread spawned to handle this client message
[safe_network::client::connections::listeners] DEBUG 2021-06-30T19:35:31.393611200 [C:\Users\runneradmin\.cargo\registry\src\github.com-1ecc6299db9ec823\safe_network-0.4.0\src\client\connections\listeners.rs:292] CmdError was received for Message w/ID: 7a954f9d.., sending on error channel
[safe_network::client::connections::listeners] WARN 2021-06-30T19:35:31.393680000 [C:\Users\runneradmin\.cargo\registry\src\github.com-1ecc6299db9ec823\safe_network-0.4.0\src\client\connections\listeners.rs:296] CmdError received is: Transfer(TransferValidation(MissingTransferHistory(0, 1)))
Well for max adoption, I would suggest this is required
Usually libraries checks CPU features at runtime.
This way both speedup and support for older CPUs are achieved.
Here’s some nice loungy music for you guys:
safe cat safe://hygyy1yp5stips78sh68skhfuru7c1gt1oyqwngj8x97ep6fyyqsa6tm38y > ~/Gare_du_Nord-02-Whats_Up.mp3
Thanks for a working testnet! I do not have the problems seen elsewhere in this thread. Running Ubuntu 20.04.2
![]()
im trying to get up and running what was your final step?
@Vort
git clone https://github.com/maidsafe/safe_network.git
cd ~/safe_network
cargo build
When trying install the CLI binary i get the following:
How do I remove this?
Profile '/Users/.../.profile' already contains a statement to set Safe CLI in the $PATH
I was building sn_cli, not node.
upd. Then replaced original .exe with sn_cli\target\debug\safe.exe.
Thanks
)))))))))))
I do wonder where all the pings are going to, and if they’re all necessary. This is a Wirehsark screenshot, taken during some SAFE up- or download, where I can see the Quic protocol working fine, but it seems that every message is followed by a ping?
No need. Its just the path statement from last time and is needed anyhow.
Not every ICMP is a ping.
These packets means that program tries to connect to closed port.
took only seconds to download the mp3 file but “The network is not accepting nodes right now. Retrying after 3 minutes” is going on for more than an hour already.
Same here. Need people to upload more data
hint hint, people upload more please
